Bug 564633
| Summary: | FTBFS PyQt4-4.7-1.fc13 | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | FTBFS <ftbfs> | ||||||||||||||
| Component: | PyQt4 | Assignee: | Kevin Kofler <kevin> | ||||||||||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||
| Severity: | high | Docs Contact: | |||||||||||||||
| Priority: | high | ||||||||||||||||
| Version: | rawhide | CC: | chkr, kevin, rdieter, than | ||||||||||||||
| Target Milestone: | --- | Keywords: | Reopened, Triaged | ||||||||||||||
| Target Release: | --- | ||||||||||||||||
| Hardware: | All | ||||||||||||||||
| OS: | Linux | ||||||||||||||||
| URL: | http://linux.dell.com/files/fedora/FixBuildRequires/mock-results/ | ||||||||||||||||
| Whiteboard: | |||||||||||||||||
| Fixed In Version: | PyQt4-4.7-5.fc13 | Doc Type: | Bug Fix | ||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||
| Last Closed: | 2010-03-14 01:48:32 UTC | Type: | --- | ||||||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||||||
| Documentation: | --- | CRM: | |||||||||||||||
| Verified Versions: | Category: | --- | |||||||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||||
| Embargoed: | |||||||||||||||||
| Attachments: |
|
||||||||||||||||
|
Description
FTBFS
2010-02-13 16:26:15 UTC
Created attachment 390846 [details]
root.log
root.log for i386
Created attachment 390847 [details]
build.log
build.log for i386
Created attachment 390848 [details]
mock.log
mock.log for i386
Created attachment 390849 [details]
root.log
root.log for x86_64
Created attachment 390850 [details]
build.log
build.log for x86_64
Created attachment 390851 [details]
mock.log
mock.log for x86_64
peripheral rawhide/python borkage:
+ /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
Bytecompiling .py files below /builddir/build/BUILDROOT/PyQt4-4.7-1.fc13.i386/usr/lib/python2.6/ using /usr/bin/python2.6
Compiling /builddir/build/BUILDROOT/PyQt4-4.7-1.fc13.i386/usr/lib/python2.6/site-packages/PyQt4/uic/port_v3/proxy_base.py ...
SyntaxError: ('invalid syntax', ('/usr/lib/python2.6/site-packages/PyQt4/uic/port_v3/proxy_base.py', 4, 26, 'class ProxyBase(metaclass=ProxyType):\n'))
error: Bad exit status from /var/tmp/rpm-tmp.CjUdGQ (%install)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.CjUdGQ (%install)
except it still fails the same way. reopening. Failed build in koji, http://koji.fedoraproject.org/koji/buildinfo?buildID=156380 This is installing some Python 3 code into the Python 2.6 directory. FAIL. There's also some ld-related borkage: Checking to see if the QtHelp module should be built... g++ -DQT_NO_DEBUG -I. -I/usr/lib64/qt4/mkspecs/default -I/usr/include/QtHelp -I/usr/include -I/usr/X11R6/include -pipe -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -w -D_REENTRANT cfgtest_QtHelp.cpp -o cfgtest_QtHelp -L/usr/X11R6/lib -Wl,-O1 -lQtHelp -lXext -lX11 -lm -lpthread /usr/bin/ld: /tmp/ccSSUML5.o: undefined reference to symbol 'QString::free(QString::Data*)' /usr/bin/ld: note: 'QString::free(QString::Data*)' is defined in DSO /usr/lib64/libQtCore.so.4 so try adding it to the linker command line /usr/lib64/libQtCore.so.4: could not read symbols: Invalid operation collect2: ld returned 1 exit status [snip] Checking to see if the QtAssistant module should be built... g++ -DQT_NO_DEBUG -I. -I/usr/lib64/qt4/mkspecs/default -I/usr/include/QtAssistant -I/usr/include/QtGui -I/usr/include/QtNetwork -I/usr/include -I/usr/X11R6/include -pipe -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -w -D_REENTRANT cfgtest_QtAssistant.cpp -o cfgtest_QtAssistant -L/usr/X11R6/lib -Wl,-O1 -lQtAssistantClient -lQtGui -lQtNetwork -lXext -lX11 -lm -lpthread /usr/bin/ld: /tmp/ccSTUj7k.o: undefined reference to symbol 'QString::free(QString::Data*)' /usr/bin/ld: note: 'QString::free(QString::Data*)' is defined in DSO /usr/lib64/libQtCore.so.4 so try adding it to the linker command line /usr/lib64/libQtCore.so.4: could not read symbols: Invalid operation collect2: ld returned 1 exit status I'm working on fixing the mess. PyQt4-4.7-5.fc14 built successfully. PyQt4-4.7-5.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/PyQt4-4.7-5.fc13 PyQt4-4.7-5.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. |