Package: licq
Version: 1.3.5-3
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080407 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now
the default on most architectures (even if it's not the case on i386 yet).
Feel free to downgrade this bug to 'important' if your package is only built
on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

Relevant part:
> make[1]: Entering directory `/build/user/licq-1.3.5'
> if test -e /usr/share/misc/config.guess ; then \
>               for i in ./admin/config.guess ; do \
>                       if ! test -e $i.cdbs-orig ; then \
>                               mv $i $i.cdbs-orig ; \
>                               cp --remove-destination 
> /usr/share/misc/config.guess $i ; \
>                       fi ; \
>               done ; \
>       fi
> if test -e /usr/share/misc/config.sub ; then \
>               for i in ./admin/config.sub ; do \
>                       if ! test -e $i.cdbs-orig ; then \
>                               mv $i $i.cdbs-orig ; \
>                               cp --remove-destination 
> /usr/share/misc/config.sub $i ; \
>                       fi ; \
>               done ; \
>       fi
> if test -e /usr/share/gnulib/config/config.rpath ; then \
>               for i in ./admin/config.rpath ; do \
>                       if ! test -e $i.cdbs-orig ; then \
>                               mv $i $i.cdbs-orig ; \
>                               cp --remove-destination 
> /usr/share/gnulib/config/config.rpath $i ; \
>                       fi ; \
>               done ; \
>       fi
> make[1]: Leaving directory `/build/user/licq-1.3.5'
> if test -e /usr/share/misc/config.guess ; then \
>               for i in ./admin/config.guess ; do \
>                       if ! test -e $i.cdbs-orig ; then \
>                               mv $i $i.cdbs-orig ; \
>                               cp --remove-destination 
> /usr/share/misc/config.guess $i ; \
>                       fi ; \
>               done ; \
>       fi
> if test -e /usr/share/misc/config.sub ; then \
>               for i in ./admin/config.sub ; do \
>                       if ! test -e $i.cdbs-orig ; then \
>                               mv $i $i.cdbs-orig ; \
>                               cp --remove-destination 
> /usr/share/misc/config.sub $i ; \
>                       fi ; \
>               done ; \
>       fi
> if test -e /usr/share/gnulib/config/config.rpath ; then \
>               for i in ./admin/config.rpath ; do \
>                       if ! test -e $i.cdbs-orig ; then \
>                               mv $i $i.cdbs-orig ; \
>                               cp --remove-destination 
> /usr/share/gnulib/config/config.rpath $i ; \
>                       fi ; \
>               done ; \
>       fi
> cp -a plugins/qt-gui plugins/kde-gui
> mv plugins/kde-gui/share/qt-gui plugins/kde-gui/share/kde-gui
> cd plugins/kde-gui && \
>       for i in share/Makefile.in \
>                share/Makefile.am \
>                po/Makefile.in \
>                po/Makefile.am ; \
>       do \
>           sed -i -e 's/qt-gui/kde-gui/g' $i ; \
>       done        
> cd plugins/kde-gui && \
>       for i in src/licqgui.cpp \
>                src/mainwin.cpp \
>                src/gui-defines.h \
>                src/skinbrowser.cpp ; do \
>           sed -i -e '/#include/! s/"\(.*\)qt-gui\(.*\)"/"\1kde-gui\2"/g' $i ; 
> \
>       done        
> touch preconfigure-kde-gui
> ./configure CC="cc" CXX="g++" CFLAGS="-g -Wall -O2" CXXFLAGS="-g -Wall -O2" 
> CPPFLAGS="" LDFLAGS="" --build=i486-linux-gnu --prefix=/usr 
> --includedir="\${prefix}/include" --mandir="\${prefix}/share/man" 
> --infodir="\${prefix}/share/info" --sysconfdir=/etc --localstatedir=/var 
> --libexecdir="\${prefix}/lib/licq" --disable-maintainer-mode 
> --disable-dependency-tracking --srcdir=. 
> --cache-file=/build/user/licq-1.3.5/config.cache
> configure: creating cache /build/user/licq-1.3.5/config.cache
> checking build system type... i486-pc-linux-gnu
> checking host system type... i486-pc-linux-gnu
> checking target system type... i486-pc-linux-gnu
> 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 for gcc... cc
> 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 cc accepts -g... yes
> checking for cc option to accept ISO C89... none needed
> checking for style of include used by make... GNU
> checking dependency style of cc... none
> checking how to run the C preprocessor... cc -E
> checking whether we are using the GNU C++ compiler... yes
> checking whether g++ accepts -g... yes
> checking dependency style of g++... none
> checking whether g++ accepts -fno-exceptions -fno-check-new... yes
> checking how to run the C++ preprocessor... g++ -E
> checking for library containing strerror... none required
> checking whether make sets $(MAKE)... (cached) yes
> checking for a BSD-compatible install... /usr/bin/install -c
> checking for strip... /usr/bin/strip
> checking for size... /usr/bin/size
> checking for special C compiler options needed for large files... no
> checking for _FILE_OFFSET_BITS value needed for large files... 64
> Setting Linux compilation options
> checking for dirent.h that defines DIR... yes
> checking for library containing opendir... none required
> checking for grep that handles long lines and -e... /bin/grep
> checking for egrep... /bin/grep -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 errno.h usability... yes
> checking errno.h presence... yes
> checking for errno.h... yes
> checking fcntl.h usability... yes
> checking fcntl.h presence... yes
> checking for fcntl.h... yes
> checking getopt.h usability... yes
> checking getopt.h presence... yes
> checking for getopt.h... yes
> checking limits.h usability... yes
> checking limits.h presence... yes
> checking for limits.h... yes
> checking malloc.h usability... yes
> checking malloc.h presence... yes
> checking for malloc.h... yes
> checking pwd.h usability... yes
> checking pwd.h presence... yes
> checking for pwd.h... yes
> checking for unistd.h... (cached) yes
> checking paths.h usability... yes
> checking paths.h presence... yes
> checking for paths.h... yes
> checking for inet_addr in -lxnet... no
> checking for socket in -lsocket... no
> checking for gethostbyname in -lnsl... yes
> checking for pthread_cancel in -lc_r... no
> checking for pthread_cancel in -lpthread... yes
> checking for dlopen in -lc_r... no
> checking for dlopen in -lc... no
> checking for dlopen in -ldl... yes
> checking for dlopen modes... RTLD_NOW
> checking for inet_addr... yes
> checking for inet_aton... yes
> checking for mktime... yes
> checking for select... yes
> checking for strdup... yes
> checking for strerror... yes
> checking for hstrerror... yes
> checking for readdir_r... yes
> checking for pthread_kill_other_threads_np... no
> checking whether to enable SOCKS5 support... no
> checking for gpgme-config... /usr/bin/gpgme-config
> checking for GPGME - version >= 0.4.2... yes
> checking if OpenSSL support is desired... yes
> checking openssl/ssl.h usability... yes
> checking openssl/ssl.h presence... yes
> checking for openssl/ssl.h... yes
> checking for DH_free in -lcrypto... yes
> checking for SSL_new in -lssl... yes
> checking if OpenSSL support can be enabled... yes
> checking vector usability... yes
> checking vector presence... yes
> checking for vector... yes
> checking for an ANSI C-conforming const... yes
> checking for size_t... yes
> checking for socklen_t... yes
> checking whether time.h and sys/time.h may both be included... yes
> checking whether struct tm is in sys/time.h or time.h... time.h
> checking for sys_errlist and sys_nerr... yes
> checking for tm_gmtoff... yes
> checking for extern long timezone... yes
> checking for a sed that does not truncate output... /bin/sed
> checking for ld used by cc... /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 recognize dependent libraries... pass_all
> checking dlfcn.h usability... yes
> checking dlfcn.h presence... yes
> checking for dlfcn.h... yes
> checking how to run the C++ preprocessor... g++ -E
> checking for g77... no
> checking for xlf... no
> checking for f77... no
> checking for frt... no
> checking for pgf77... no
> checking for cf77... no
> checking for fort77... no
> checking for fl32... no
> checking for af77... no
> checking for xlf90... no
> checking for f90... no
> checking for pgf90... no
> checking for pghpf... no
> checking for epcf90... no
> checking for gfortran... gfortran
> checking whether we are using the GNU Fortran 77 compiler... yes
> checking whether gfortran accepts -g... yes
> checking the maximum length of command line arguments... 98304
> checking command to parse /usr/bin/nm -B output from cc object... ok
> checking for objdir... .libs
> checking for ar... ar
> checking for ranlib... ranlib
> checking for strip... strip
> checking if cc supports -fno-rtti -fno-exceptions... no
> checking for cc option to produce PIC... -fPIC
> checking if cc PIC flag -fPIC works... yes
> checking if cc static flag -static works... yes
> checking if cc supports -c -o file.o... yes
> checking whether the cc 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
> checking for shl_load... no
> checking for shl_load in -ldld... no
> checking for dlopen... yes
> checking whether a program can dlopen itself... yes
> checking whether a statically linked program can dlopen itself... no
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... no
> 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++ static flag -static 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
> appending configuration tag "F77" to libtool
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... no
> checking whether to build static libraries... yes
> checking for gfortran option to produce PIC... -fPIC
> checking if gfortran PIC flag -fPIC works... yes
> checking if gfortran static flag -static works... yes
> checking if gfortran supports -c -o file.o... yes
> checking whether the gfortran 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 NLS is requested... yes
> checking for msgfmt... /usr/bin/msgfmt
> checking for gmsgfmt... /usr/bin/msgfmt
> checking for xgettext... /usr/bin/xgettext
> checking for msgmerge... /usr/bin/msgmerge
> checking for ld used by GCC... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking for shared library run path origin... done
> checking for CFPreferencesCopyAppValue... no
> checking for CFLocaleCopyCurrent... no
> checking for GNU gettext in libc... yes
> checking whether to use NLS... yes
> checking where the gettext function comes from... libc
> checking for iconv... yes
> checking for iconv declaration... 
>          extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, 
> char * *outbuf, size_t *outbytesleft);
> configure: updating cache /build/user/licq-1.3.5/config.cache
> configure: creating ./config.status
> config.status: creating po/Makefile.in
> config.status: creating bin/Makefile
> config.status: creating share/Makefile
> config.status: creating src/Makefile
> config.status: creating include/Makefile
> config.status: creating Makefile
> config.status: creating config.h
> config.status: executing depfiles commands
> config.status: executing po-directories commands
> config.status: creating po/POTFILES
> config.status: creating po/Makefile
> 
> 
> SOCKS5 support is disabled.
> GPGME support is enabled.
> OpenSSL secure channel support is enabled.
> 
> --- Now type "gmake" to build Licq ---
> --- If gmake is not working, try "make" ---
> 
> cd plugins/auto-reply && ./configure CC="cc" CXX="g++" CFLAGS="-g -Wall -O2" 
> CXXFLAGS="-g -Wall -O2" CPPFLAGS="" LDFLAGS="" --build=i486-linux-gnu 
> --prefix=/usr --includedir="\${prefix}/include" 
> --mandir="\${prefix}/share/man" --infodir="\${prefix}/share/info" 
> --sysconfdir=/etc --localstatedir=/var --libexecdir="\${prefix}/lib/licq" 
> --disable-maintainer-mode --disable-dependency-tracking --srcdir=. 
> --cache-file=/build/user/licq-1.3.5/config.cache 
> configure: loading cache /build/user/licq-1.3.5/config.cache
> checking build system type... (cached) i486-pc-linux-gnu
> checking host system type... (cached) i486-pc-linux-gnu
> checking target system type... (cached) i486-pc-linux-gnu
> checking for a BSD-compatible install... (cached) /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for gawk... (cached) mawk
> checking whether make sets $(MAKE)... (cached) yes
> checking for gcc... (cached) cc
> 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... (cached) o
> checking whether we are using the GNU C compiler... (cached) yes
> checking whether cc accepts -g... (cached) yes
> checking for cc option to accept ISO C89... (cached) none needed
> checking for style of include used by make... GNU
> checking dependency style of cc... (cached) none
> checking how to run the C preprocessor... (cached) cc -E
> checking whether we are using the GNU C++ compiler... (cached) yes
> checking whether g++ accepts -g... (cached) yes
> checking dependency style of g++... (cached) none
> checking how to run the C++ preprocessor... (cached) g++ -E
> checking whether g++ accepts -fno-rtti -fno-exceptions -fno-check-new... yes
> checking for library containing strerror... (cached) none required
> checking whether make sets $(MAKE)... (cached) yes
> checking for a BSD-compatible install... /usr/bin/install -c
> checking for a sed that does not truncate output... (cached) /bin/sed
> checking for grep that handles long lines and -e... (cached) /bin/grep
> checking for egrep... (cached) /bin/grep -E
> checking for ld used by cc... (cached) /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
> checking for /usr/bin/ld option to reload object files... (cached) -r
> checking for BSD-compatible nm... (cached) /usr/bin/nm -B
> checking whether ln -s works... yes
> checking how to recognize dependent libraries... (cached) pass_all
> checking for ANSI C header files... (cached) yes
> checking for sys/types.h... (cached) yes
> checking for sys/stat.h... (cached) yes
> checking for stdlib.h... (cached) yes
> checking for string.h... (cached) yes
> checking for memory.h... (cached) yes
> checking for strings.h... (cached) yes
> checking for inttypes.h... (cached) yes
> checking for stdint.h... (cached) yes
> checking for unistd.h... (cached) yes
> checking for dlfcn.h... (cached) yes
> checking how to run the C++ preprocessor... g++ -E
> checking for g77... (cached) gfortran
> checking whether we are using the GNU Fortran 77 compiler... (cached) yes
> checking whether gfortran accepts -g... (cached) yes
> checking the maximum length of command line arguments... (cached) 98304
> checking command to parse /usr/bin/nm -B output from cc object... (cached) ok
> checking for objdir... (cached) .libs
> checking for ar... (cached) ar
> checking for ranlib... (cached) ranlib
> checking for strip... (cached) strip
> checking if cc supports -fno-rtti -fno-exceptions... (cached) no
> checking for cc option to produce PIC... -fPIC
> checking if cc PIC flag -fPIC works... yes
> checking if cc static flag -static works... yes
> checking if cc supports -c -o file.o... (cached) yes
> checking whether the cc 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 for shl_load... (cached) no
> checking for shl_load in -ldld... (cached) no
> checking for dlopen... (cached) yes
> checking whether a program can dlopen itself... (cached) yes
> checking whether a statically linked program can dlopen itself... (cached) no
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... no
> configure: creating libtool
> appending configuration tag "CXX" to libtool
> checking for ld used by g++... (cached) /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... (cached) 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++ static flag -static works... yes
> checking if g++ supports -c -o file.o... (cached) 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
> appending configuration tag "F77" to libtool
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... no
> checking for gfortran option to produce PIC... -fPIC
> checking if gfortran PIC flag -fPIC works... yes
> checking if gfortran static flag -static works... yes
> checking if gfortran supports -c -o file.o... (cached) yes
> checking whether the gfortran 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 for ANSI C header files... (cached) yes
> checking for errno.h... (cached) yes
> checking for pwd.h... (cached) yes
> checking sys/time.h usability... yes
> checking sys/time.h presence... yes
> checking for sys/time.h... yes
> checking for paths.h... (cached) yes
> checking whether time.h and sys/time.h may both be included... (cached) yes
> checking for sys_errlist and sys_nerr... (cached) yes
> checking for licq header files... "/build/user/licq-1.3.5/include"
> checking for inet_addr... (cached) yes
> checking for inet_aton... (cached) yes
> checking for strerror... (cached) yes
> checking vector.h usability... no
> checking vector.h presence... no
> checking for vector.h... no
> configure: error: You need to have the libstdc++ headers installed
> make: *** [plugins/auto-reply/config.status] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/04/07

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]

Reply via email to