Bug 564633

Summary: FTBFS PyQt4-4.7-1.fc13
Product: [Fedora] Fedora Reporter: FTBFS <ftbfs>
Component: PyQt4Assignee: Kevin Kofler <kevin>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: high    
Version: rawhideCC: 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 Flags
root.log
none
build.log
none
mock.log
none
root.log
none
build.log
none
mock.log none

Description FTBFS 2010-02-13 16:26:15 UTC
PyQt4-4.7-1.fc13.src.rpm Failed To Build From Source against the rawhide tree.  See http://fedoraproject.org/wiki/FTBFS for more information.
This failure is due to a change in the linker default behavior, which uncovered a fault in your package.  See http://fedoraproject.org/wiki/Features/ChangeInImplicitDSOLinking .
If you believe this is actually a bug in another package, do NOT change the component in this bug or close this bug.  Instead, add the appropriate bug number from the other package to the "Depends on" line in this bug.  If the other package does not yet have a bug created that you think matches, please create one.  Doing so helps us properly track bugs and their dependencies, just as we track package dependencies.  (If you close this bug, and the other package is not fixed before the next FTBFS run, a new bug will get created.  Please follow the above advice to avoid such duplication.)

Comment 1 FTBFS 2010-02-13 16:26:19 UTC
Created attachment 390846 [details]
root.log

root.log for i386

Comment 2 FTBFS 2010-02-13 16:26:20 UTC
Created attachment 390847 [details]
build.log

build.log for i386

Comment 3 FTBFS 2010-02-13 16:26:22 UTC
Created attachment 390848 [details]
mock.log

mock.log for i386

Comment 4 FTBFS 2010-02-13 16:26:24 UTC
Created attachment 390849 [details]
root.log

root.log for x86_64

Comment 5 FTBFS 2010-02-13 16:26:26 UTC
Created attachment 390850 [details]
build.log

build.log for x86_64

Comment 6 FTBFS 2010-02-13 16:26:27 UTC
Created attachment 390851 [details]
mock.log

mock.log for x86_64

Comment 7 Rex Dieter 2010-02-14 20:52:24 UTC
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)

Comment 8 Rex Dieter 2010-02-14 21:08:57 UTC
except it still fails the same way.  reopening.

Comment 9 Rex Dieter 2010-02-14 21:11:57 UTC
Failed build in koji,
http://koji.fedoraproject.org/koji/buildinfo?buildID=156380

Comment 10 Kevin Kofler 2010-03-14 01:21:39 UTC
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.

Comment 11 Kevin Kofler 2010-03-14 01:48:32 UTC
PyQt4-4.7-5.fc14 built successfully.

Comment 12 Fedora Update System 2010-03-14 20:20:57 UTC
PyQt4-4.7-5.fc13 has been submitted as an update for Fedora 13.
http://admin.fedoraproject.org/updates/PyQt4-4.7-5.fc13

Comment 13 Fedora Update System 2010-03-23 02:04:39 UTC
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.