Package Details: qt5-xcb-private-headers-git 5.15.2+kde_r43999.gc9fde86b0a-1

Git Clone URL: https://aur.archlinux.org/qt5-base-git.git (read-only, click to copy)
Package Base: qt5-base-git
Description: Private headers for Qt5 Xcb
Upstream URL: https://www.qt.io
Licenses: custom, GPL3, LGPL3, FDL
Groups: qt-git, qt5-git
Conflicts: qt5-xcb-private-headers
Provides: qt5-xcb-private-headers
Submitter: plfiorini
Maintainer: IslandC0der
Last Packager: IslandC0der
Votes: 16
Popularity: 0.000000
First Submitted: 2013-05-23 15:22 (UTC)
Last Updated: 2021-11-01 21:15 (UTC)

Required by (2)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

vially commented on 2016-10-16 20:04 (UTC)

I've adopted this package and fixed the compilation errors. Let me know if you encounter other issues.

test0 commented on 2016-10-14 20:23 (UTC) (edited on 2016-10-14 20:25 (UTC) by test0)

PKCS12_bio(bio_st*, PKCS12**): error: undefined reference to 'd2i_PKCS12_bio' .obj/qsslsocket_openssl_symbols.o:qsslsocket_openssl_symbols.cpp:function q_PKCS12_free(PKCS12*): error: undefined reference to 'PKCS12_free' collect2: error: ld returned 1 exit status make[2]: *** [Makefile:570: ../../lib/libQt5Network.so.5.9.0] Error 1 I also tried v3l0c1r4pt0r solution and still doesn't work

v3l0c1r4pt0r commented on 2016-10-03 18:21 (UTC)

It seems not to conflict with qtchooser anymore. Now, to install successfully, I had to remove qtchooser from 'conflicts' variable. Furthermore, there is a problem with OpenSSL linkage - I had to add '-lcrypto -lssl' to LIBS in src/network/Makefile and make it manually before continuing with makepkg. This is ugly solution, but setting $OPENSSL_LIBS to ./configure environment, as suggested in qt documentation, failed for me.

warlock9000 commented on 2016-03-25 11:14 (UTC)

In file included from qmake_pch.h:41:0: ../src/corelib/global/qglobal.h:72:37: фатальная ошибка: QtCore/qsystemdetection.h: Нет такого файла или каталога

Binero commented on 2016-02-23 16:03 (UTC)

Can this package be used as a replacement for qtchooser?

cosmo commented on 2016-01-25 07:32 (UTC)

provides line should be provides=("$_pkgname==$pkgver")

3psus commented on 2016-01-10 04:55 (UTC)

Same issue as deemde here.

deemde commented on 2016-01-05 12:15 (UTC) (edited on 2016-01-05 12:17 (UTC) by deemde)

Fails to build as ln complains that (see below) is no directory: ln: das angegebene Ziel „/tmp/yaourt-tmp-[USERNAME]/aur-qt5-base-git/pkg/qt5-base-git/usr/bin/uic“ ist kein Verzeichnis ==> FEHLER: Ein Fehler geschah in package().

davispuh commented on 2015-07-22 18:59 (UTC)

Some packages does use -qt5 suffixes because qt5-base from extra provides them (eg. qmake-qt5) so consider adding those symlinks install -d "${pkgdir}"/usr/bin for b in "${pkgdir}"/usr/lib/qt/bin/*; do ln -s /usr/lib/qt/bin/$(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5 done Thanks.