By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.

Bug 2121

Summary: Build issue: python-tqt FTBFS due to commit 7b43eed2 (qt3) / d8352f9d (tqt3)
Product: TDE Reporter: Slávek Banko <slavek.banko>
Component: qt3Assignee: Timothy Pearson <kb9vqf>
Status: RESOLVED FIXED    
Severity: major CC: albator78, bugwatch, darrella, kb9vqf, slavek.banko
Priority: P5    
Version: R14.0.0 [Trinity]   
Hardware: All   
OS: All   
Compiler Version: TDE Version String:
Application Version: Application Name:
Bug Depends on:    
Bug Blocks: 2014    

Description Slávek Banko 2014-09-18 13:34:32 CDT
g++ -c -O1 -I/usr/include/tqt -fPIC -O0 -Wall -W -D_REENTRANT -DQT_THREAD_SUPPORT -I. -I/usr/in
clude/python2.6 -I/usr/share/tqt3/mkspecs/default -I/usr/share/tqt3/include -I/usr/X11R6/includ
e -o sipqtsqlpart3.o sipqtsqlpart3.cpp
sipqtsqlpart3.cpp: In function 'void* init_TQSqlDriver(sipSimpleWrapper*, PyObject*, PyObject*,
 PyObject**, PyObject**, PyObject**)':
sipqtsqlpart3.cpp:2602:46: error: cannot allocate an object of abstract type 'sipTQSqlDriver'
sipqtsqlpart3.cpp:1276:7: note:   because the following virtual functions are pure within 'sipT
QSqlDriver':
/usr/share/tqt3/include/ntqsqldriver.h:101:19: note:    virtual bool TQSqlDriver::ping()
make[2]: *** [sipqtsqlpart3.o] Error 1
make[2]: Leaving directory `/tmp/buildd/python-tqt-14.0.0-s~46/build-2.6/qtsql'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/buildd/python-tqt-14.0.0-s~46/build-2.6'
make: *** [build-2.6/build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
E: Failed autobuilding of package
Comment 1 Francois Andriot 2014-09-19 18:08:29 CDT
Confirmed FTBFS (opensuse 13.1).
Comment 2 Timothy Pearson 2014-09-20 14:38:56 CDT
This should be fixed in GIT hash 5db5a61 (python-tqt).

Thanks for reporting!