Package: libxprintutil Version: 1:1.0.1.xsf1-2 Severity: serious User: [EMAIL PROTECTED] Usertags: qa-ftbfs-20080618 qa-ftbfs Justification: FTBFS on i386
Hi, During a rebuild of all packages in sid, your package failed to build on i386. Relevant part: > /usr/bin/fakeroot debian/rules clean > rm -f stampdir/genscripts > rm -f debian/*.config \ > debian/*.postinst \ > debian/*.postrm \ > debian/*.preinst \ > debian/*.prerm > rm -f stampdir/patch > Unapplying patches...nothing to do. > dh_testdir > rm -f .pc patches > rm -rf stampdir build-tree > rm -rf imports > dh_clean debian/shlibs.local \ > debian/MANIFEST.i386 debian/MANIFEST.i386.new \ > debian/po/pothead > dh_testdir > dh_testroot > rm -f build-stamp > rm -f config.cache config.log config.status > rm -f */config.cache */config.log */config.status > rm -f conftest* */conftest* > rm -rf autom4te.cache */autom4te.cache > rm -rf obj-* > dh_clean > dpkg-source -b libxprintutil-1.0.1.xsf1-2 > dpkg-source: warning: source directory 'libxprintutil-1.0.1.xsf1-2' is not > <sourcepackage>-<upstreamversion> 'libxprintutil-1.0.1.xsf1' > dpkg-source: warning: .orig directory name libxprintutil-1.0.1.xsf1-2.orig is > not <package>-<upstreamversion> (wanted libxprintutil-1.0.1.xsf1.orig) > dpkg-source: info: using source format `1.0' > dpkg-source: info: building libxprintutil using existing > libxprintutil_1.0.1.xsf1.orig.tar.gz > dpkg-source: info: building libxprintutil in > libxprintutil_1.0.1.xsf1-2.diff.gz > dpkg-source: info: building libxprintutil in libxprintutil_1.0.1.xsf1-2.dsc > debian/rules build > mkdir stampdir > >stampdir/stampdir > if [ ! -e stampdir/patches ]; then \ > mkdir stampdir/patches; \ > ln -s stampdir/patches .pc; \ > echo 2 >stampdir/patches/.version; \ > fi; \ > if [ ! -e stampdir/log ]; then \ > mkdir stampdir/log; \ > fi; \ > if [ ! -e patches ]; then \ > ln -s debian/patches patches; \ > fi; \ > >stampdir/prepare > if ! [ `which quilt` ]; then \ > echo "Couldn't find quilt. Please install it or add it to the > build-depends for this package."; \ > exit 1; \ > fi; \ > if quilt next; then \ > echo -n "Applying patches..."; \ > if quilt push -a -v >stampdir/log/patch 2>&1; then \ > echo "successful."; \ > else \ > echo "failed! (check stampdir/log/patch for details)"; \ > exit 1; \ > fi; \ > else \ > echo "No patches to apply"; \ > fi; \ > >stampdir/patch > No patches in series > No patches to apply > dh_testdir > test -d obj-i486-linux-gnu || mkdir obj-i486-linux-gnu > cd obj-i486-linux-gnu && \ > ../configure --prefix=/usr --mandir=\${prefix}/share/man \ > --infodir=\${prefix}/share/info --build=i486-linux-gnu > --enable-fc \ > CFLAGS="-Wall -g -O2" > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking for gawk... no > checking for mawk... mawk > checking whether make sets $(MAKE)... yes > checking whether to enable maintainer-specific portions of Makefiles... no > checking for gcc... gcc > checking for C compiler default output file name... a.out > checking whether the C compiler works... yes > checking whether we are cross compiling... no > checking for suffix of executables... > checking for suffix of object files... o > checking whether we are using the GNU C compiler... yes > checking whether gcc accepts -g... yes > checking for gcc option to accept ANSI C... none needed > checking for style of include used by make... GNU > checking dependency style of gcc... gcc3 > checking build system type... i486-pc-linux-gnu > checking host system type... i486-pc-linux-gnu > checking for a sed that does not truncate output... /bin/sed > checking for egrep... grep -E > checking for ld used by gcc... /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... yes > checking for /usr/bin/ld option to reload object files... -r > checking for BSD-compatible nm... /usr/bin/nm -B > checking whether ln -s works... yes > checking how to recognise dependent libraries... pass_all > checking how to run the C preprocessor... gcc -E > checking for ANSI C header files... yes > checking for sys/types.h... yes > checking for sys/stat.h... yes > checking for stdlib.h... yes > checking for string.h... yes > checking for memory.h... yes > checking for strings.h... yes > checking for inttypes.h... yes > checking for stdint.h... yes > checking for unistd.h... yes > checking dlfcn.h usability... yes > checking dlfcn.h presence... yes > checking for dlfcn.h... yes > checking for g++... g++ > checking whether we are using the GNU C++ compiler... yes > checking whether g++ accepts -g... yes > checking dependency style of g++... gcc3 > checking how to run the C++ preprocessor... g++ -E > checking for g77... no > checking for f77... no > checking for xlf... no > checking for frt... no > checking for pgf77... no > checking for fort77... no > checking for fl32... no > checking for af77... no > checking for f90... no > checking for xlf90... no > checking for pgf90... no > checking for epcf90... no > checking for f95... no > checking for fort... no > checking for xlf95... no > checking for ifc... no > checking for efc... no > checking for pgf95... no > checking for lf95... no > checking for gfortran... no > checking whether we are using the GNU Fortran 77 compiler... no > checking whether accepts -g... no > checking the maximum length of command line arguments... 32768 > checking command to parse /usr/bin/nm -B output from gcc object... ok > checking for objdir... .libs > checking for ar... ar > checking for ranlib... ranlib > checking for strip... strip > checking if gcc static flag works... yes > checking if gcc supports -fno-rtti -fno-exceptions... no > checking for gcc option to produce PIC... -fPIC > checking if gcc PIC flag -fPIC works... yes > checking if gcc supports -c -o file.o... yes > checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes > checking whether -lc should be explicitly linked in... no > checking dynamic linker characteristics... GNU/Linux ld.so > checking how to hardcode library paths into programs... immediate > checking whether stripping libraries is possible... yes > checking if libtool supports shared libraries... yes > checking whether to build shared libraries... yes > checking whether to build static libraries... yes > configure: creating libtool > appending configuration tag "CXX" to libtool > checking for ld used by g++... /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... yes > checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes > checking for g++ option to produce PIC... -fPIC > checking if g++ PIC flag -fPIC works... yes > checking if g++ supports -c -o file.o... yes > checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes > checking dynamic linker characteristics... GNU/Linux ld.so > checking how to hardcode library paths into programs... immediate > checking whether stripping libraries is possible... yes > appending configuration tag "F77" to libtool > checking for pkg-config... /usr/bin/pkg-config > checking pkg-config is at least version 0.9.0... yes > checking for XPRINTUTIL... configure: error: Package requirements (x11 xp xt > printproto xau) were not met: > > Package xext was not found in the pkg-config search path. > Perhaps you should add the directory containing `xext.pc' > to the PKG_CONFIG_PATH environment variable > Package 'xext', required by 'Xp', not found > > Consider adjusting the PKG_CONFIG_PATH environment variable if you > installed software in a non-standard prefix. > > Alternatively, you may set the environment variables XPRINTUTIL_CFLAGS > and XPRINTUTIL_LIBS to avoid the need to call pkg-config. > See the pkg-config man page for more details. > > make: *** [build-stamp] Error 1 The full build log is available from: http://people.debian.org/~lucas/logs/2008/06/18 A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! About the archive rebuild: The rebuild was done on about 50 AMD64 nodes of the Grid'5000 platform, using a clean chroot containing a sid i386 environment. Internet was not accessible from the build systems. -- | Lucas Nussbaum | [EMAIL PROTECTED] http://www.lucas-nussbaum.net/ | | jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F | -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]