Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 581462 - dev-python/PyQt5-5.5.1 recipe for target 'pylupdate5' failed, undefined reference errors
Summary: dev-python/PyQt5-5.5.1 recipe for target 'pylupdate5' failed, undefined refer...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-28 18:03 UTC by cryptopsy
Modified: 2016-04-28 20:40 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log bz2 (built.tar.bz2,22.93 KB, application/x-bzip2)
2016-04-28 18:03 UTC, cryptopsy
Details
emerge --info (einfo,3.07 KB, text/plain)
2016-04-28 18:03 UTC, cryptopsy
Details

Note You need to log in before you can comment on or make changes to this bug.
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.