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 712

Summary: Build issue: qt3: FTBFS: NIS support cannot be enabled (DEB_HOST_MULTIARCH not defined)
Product: TDE Reporter: Laurent Dard <f.couperin>
Component: qt3Assignee: Timothy Pearson <kb9vqf>
Status: RESOLVED FIXED    
Severity: normal CC: bugwatch, darrella
Priority: P5    
Version: 3.5.13 [Trinity]   
Hardware: amd64   
OS: Debian Squeeze   
Compiler Version: TDE Version String:
Application Version: Application Name:
Attachments: qt3-3.3.8d-multiarch.patch

Description Laurent Dard 2011-12-02 00:16:41 CST
Created attachment 204 [details]
qt3-3.3.8d-multiarch.patch

On amd64, on Debian and Ubuntu, the source package fails to build when debian/rules is called directly, because DEB_HOST_MULTIARCH isn't defined:
"configure" is called with -L/usr/lib/ instead of -L/usr/lib/x86_64-linux-gnu

See Debian bug: http://bugs.debian.org/634579

Log:

$ fakeroot debian/rules build

QTDIR is /mnt/linux-data/debian/usr/local/src/qt3/qt-x11-free-3.3.8d
dh_testdir
echo yes | ./configure -prefix		"/usr" -sysconfdir	"/etc/qt3" -datadir	"/usr/share/qt3" -headerdir	"/usr/include/qt3" -docdir		"/usr/share/qt3/doc" -plugindir	"/usr/lib/qt3/plugins" -translationdir	"/usr/share/qt3/translations" -thread -shared -fast -no-exceptions -platform linux-g++ -nis -no-pch -cups -stl -ipv6 -sm -xshape -xinerama -xcursor -xrandr -xrender -xft -tablet -xkb -system-zlib -system-libpng -system-libmng -system-libjpeg -system-nas-sound -enable-opengl -dlopen-opengl -qt-gif -qt-imgfmt-png -qt-imgfmt-jpeg -plugin-imgfmt-mng -plugin-sql-odbc -plugin-sql-psql -plugin-sql-mysql -plugin-sql-sqlite -I/usr/include/mysql -I/usr/include/freetype2 -I`pg_config --includedir` -L/usr/lib/ -lfontconfig -inputmethod 
NIS support cannot be enabled due to functionality tests!
 Turn on verbose messaging (-v) to ./configure to see the final report.
 If you believe this message is in error you may use the continue
 switch (-continue) to ./configure to continue.
make: *** [libqt-thread-stamp] Erreur 101
Comment 1 Timothy Pearson 2012-01-12 15:08:15 CST
Committed to GIT in hash 2754bcd.

Thanks for reporting, and for the patch!