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 - Build issue: qt3: FTBFS: NIS support cannot be enabled (DEB_HOST_MULTIARCH not defined)
Summary: Build issue: qt3: FTBFS: NIS support cannot be enabled (DEB_HOST_MULTIARCH no...
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: qt3 (show other bugs)
Version: 3.5.13 [Trinity]
Hardware: amd64 Debian Squeeze
: P5 normal
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2011-12-02 00:16 CST by Laurent Dard
Modified: 2013-12-08 20:22 CST (History)
2 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments
qt3-3.3.8d-multiarch.patch (1.00 KB, patch)
2011-12-02 00:16 CST, Laurent Dard
Details | Diff

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