Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 581462

Summary: dev-python/PyQt5-5.5.1 recipe for target 'pylupdate5' failed, undefined reference errors
Product: Gentoo Linux Reporter: cryptopsy
Component: Current packagesAssignee: Qt Bug Alias <qt>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log bz2
emerge --info

Description cryptopsy 2016-04-28 18:03:19 UTC
Created attachment 432446 [details]
build.log bz2

emerge =dev-python/PyQt5-5.5.1


result:
... (truncated , see build log)
/usr/lib/gcc/x86_64-pc-linux-gnu/5.3.0/../../../../lib64/libQt5Xml.so: undefined reference to `QByteArray::clear()@Qt_5'
/usr/lib/gcc/x86_64-pc-linux-gnu/5.3.0/../../../../lib64/libQt5Xml.so: undefined reference to `operator<(QString const&, QString const&)@Qt_5'
/usr/lib/gcc/x86_64-pc-linux-gnu/5.3.0/../../../../lib64/libQt5Xml.so: undefined reference to `QMapNodeBase::nextNode() const@Qt_5'
/usr/lib/gcc/x86_64-pc-linux-gnu/5.3.0/../../../../lib64/libQt5Xml.so: undefined reference to `QString::append(QLatin1String)@Qt_5'
/usr/lib/gcc/x86_64-pc-linux-gnu/5.3.0/../../../../lib64/libQt5Xml.so: undefined reference to `QRegExp::indexIn(QString const&, int, QRegExp::CaretMode) const@Qt_5'
Comment 1 cryptopsy 2016-04-28 18:03:51 UTC
Created attachment 432448 [details]
emerge --info
Comment 2 Davide Pesavento (RETIRED) gentoo-dev 2016-04-28 19:33:57 UTC
There's some disagreement between this:

Qt v5.5.1 (Open Source) is being used.

and this:

/usr/lib/gcc/x86_64-pc-linux-gnu/5.3.0/../../../../lib64/libQt5Xml.so: undefined reference to `qt_version_tag@Qt_5.6'

So, what versions of qtcore:5 and qtxml:5 do you have installed?
Comment 3 cryptopsy 2016-04-28 20:05:56 UTC
qtcore-5.5.1-r1 and qtxml-5.6.0
Comment 4 Davide Pesavento (RETIRED) gentoo-dev 2016-04-28 20:40:19 UTC
That's not possible unless your dependency tree is broken (you have unsatisfied deps), which makes this bug invalid.