pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/55523: [Linux] package x11/qt5-qtbase fails build



>Number:         55523
>Category:       pkg
>Synopsis:       [Linux] package x11/qt5-qtbase fails build
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Jul 28 01:50:00 +0000 2020
>Originator:     Han Pengfei
>Release:        pkgsrc-2020Q2
>Organization:
>Environment:
openSUSE Leap Linux 15.2 5.3.18-lp152.26-default
>Description:
when building qt5-qtbase, it will fail when linking gassapi_krb5, which should be linked to gassapi as we built in pksrc. if not, it will report missing symbol '__gss_c_nt_hostbased_service_oid_desc'.
>How-To-Repeat:
just run "bmake" under pkgsrc/x11/qt5-qtbase under recent opensuse leap 15.2 .
>Fix:
the patch as below, just modyfi the depends of GSSAPI:

$NetBSD$

--- src/network/qtnetwork-config.pri.orig	2020-07-23 03:16:50.742263786 +0000
+++ src/network/qtnetwork-config.pri
@@ -7,5 +7,5 @@ QT.network_private.disabled_features = n
 QT.network_private.libraries = openssl network gssapi libproxy
 QMAKE_LIBS_OPENSSL = -lssl -lcrypto
 QMAKE_LIBS_NETWORK = 
-QMAKE_LIBS_GSSAPI = -lgssapi_krb5
+QMAKE_LIBS_GSSAPI = -lgssapi
 QMAKE_LIBS_LIBPROXY = -lproxy


Home | Main Index | Thread Index | Old Index