Summary: | dev-qt/qtxml-5.9.4 cannot find -lQt5Core | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | mbe <marek.bedy> |
Component: | Current packages | Assignee: | Qt Bug Alias <qt> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
info.txt
build.log env.log |
Created attachment 526034 [details]
build.log
Created attachment 526036 [details]
env.log
hmm why is there a newline between "-lQt5C" and "ore"? btw, i have fixed this issue with a command: chmod o=+rx /usr/lib64/libQt5Core.so.5.9.4 Aften then, the package is compiled sucessfully. Fixed. |
Created attachment 526032 [details] info.txt Hello, it crashes here: x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=x86-64 -mtune=generic -std=c++1z -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions -Wall -W -Wvla -Wdate-time -Wshift-overflow=2 -Wduplicated-cond -D_REENTRANT -fPIC -DQT_NO_USING_ NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_XML_LIB -DQT_BUILDING_QT -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED _BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../include -I../../include/QtXml -I../../include/QtXml/5.9.4 -I../../include/QtXml/5.9.4/QtXml -isystem /usr/include/qt5/Qt Core/5.9.4 -isystem /usr/include/qt5/QtCore/5.9.4/QtCore -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -I.moc -I../../mkspecs/linux-g++ -o .obj/qxml.o sax/qxml.cpp rm -f libQt5Xml.so.5.9.4 libQt5Xml.so libQt5Xml.so.5 libQt5Xml.so.5.9 x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--no-undefined -Wl,--version-script,QtXml.version -Wl,--enable-new-dtags -shared -Wl,-Bsymbolic-functions -Wl,-soname,libQt5Xml.so.5 -o libQt5Xml.so.5.9.4 .obj/qdom.o .obj/qxml.o -lQt5C ore -lpthread /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lQt5Core collect2: error: ld returned 1 exit status make: *** [Makefile:135: ../../lib/libQt5Xml.so.5.9.4] Error 1