Source: gtk-vnc Version: 0.3.10-1 Severity: serious User: debian...@lists.debian.org Usertags: qa-ftbfs-20091117 qa-ftbfs Justification: FTBFS on amd64
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part: > make[1]: Entering directory > `/build/user-gtk-vnc_0.3.10-1-amd64-e9S_ca/gtk-vnc-0.3.10' > if test -e /usr/share/misc/config.guess ; then \ > for i in ./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 ./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 > make[1]: Leaving directory > `/build/user-gtk-vnc_0.3.10-1-amd64-e9S_ca/gtk-vnc-0.3.10' > if test -e /usr/share/misc/config.guess ; then \ > for i in ./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 ./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 > mkdir -p m4/ > autoreconf -i > libtoolize: putting macros in `m4'. > libtoolize: copying file `m4/libtool.m4' > libtoolize: copying file `m4/ltoptions.m4' > libtoolize: copying file `m4/ltsugar.m4' > libtoolize: copying file `m4/ltversion.m4' > libtoolize: copying file `m4/lt~obsolete.m4' > libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and > libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. > touch debian/stamp-autotools-files > chmod a+x /build/user-gtk-vnc_0.3.10-1-amd64-e9S_ca/gtk-vnc-0.3.10/./configure > cd . && CC="cc" CXX="g++" CFLAGS="-g -O2 -g -Wall -O2" CXXFLAGS="-g -O2 -g > -Wall -O2" CPPFLAGS="" LDFLAGS="" > /build/user-gtk-vnc_0.3.10-1-amd64-e9S_ca/gtk-vnc-0.3.10/./configure > --build=x86_64-linux-gnu --prefix=/usr --includedir="\${prefix}/include" > --mandir="\${prefix}/share/man" --infodir="\${prefix}/share/info" > --sysconfdir=/etc --localstatedir=/var --libexecdir="\${prefix}/lib/gtk-vnc" > --disable-maintainer-mode --disable-dependency-tracking > --disable-silent-rules --srcdir=. --with-python --with-gtkglext > --with-examples --enable-plugin=yes > configure: WARNING: unrecognized options: --disable-maintainer-mode, > --with-gtkglext > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking for a thread-safe mkdir -p... /bin/mkdir -p > checking for gawk... no > checking for mawk... mawk > checking whether make sets $(MAKE)... yes > checking build system type... x86_64-pc-linux-gnu > checking host system type... x86_64-pc-linux-gnu > checking for ranlib... ranlib > checking for style of include used by make... GNU > 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 dependency style of cc... none > checking how to run the C preprocessor... cc -E > 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 minix/config.h usability... no > checking minix/config.h presence... no > checking for minix/config.h... no > checking whether it is safe to define __EXTENSIONS__... yes > checking for working alloca.h... yes > checking for alloca... yes > checking arpa/inet.h usability... yes > checking arpa/inet.h presence... yes > checking for arpa/inet.h... yes > checking sys/socket.h usability... yes > checking sys/socket.h presence... yes > checking for sys/socket.h... yes > checking errno.h usability... yes > checking errno.h presence... yes > checking for errno.h... yes > checking float.h usability... yes > checking float.h presence... yes > checking for float.h... yes > checking netdb.h usability... yes > checking netdb.h presence... yes > checking for netdb.h... yes > checking netinet/in.h usability... yes > checking netinet/in.h presence... yes > checking for netinet/in.h... yes > checking for stdint.h... (cached) yes > checking wchar.h usability... yes > checking wchar.h presence... yes > checking for wchar.h... yes > checking stdio.h usability... yes > checking stdio.h presence... yes > checking for stdio.h... yes > checking for stdlib.h... (cached) yes > checking for unistd.h... (cached) yes > checking whether the preprocessor supports include_next... yes > checking for inline... inline > checking whether <sys/socket.h> is self-contained... yes > checking for shutdown... yes > checking whether <sys/socket.h> defines the SHUT_* macros... yes > checking for complete errno.h... yes > checking for C/C++ restrict keyword... __restrict > checking for IPv4 sockets... yes > checking for IPv6 sockets... yes > checking whether malloc, realloc, calloc are POSIX compliant... yes > checking whether snprintf is declared... yes > checking for stdbool.h that conforms to C99... yes > checking for _Bool... yes > checking for long long int... yes > checking for unsigned long long int... yes > checking for vasnprintf... no > checking for wchar_t... yes > checking for wint_t... yes > checking for size_t... yes > checking for inttypes.h... yes > checking for stdint.h... yes > checking for intmax_t... yes > checking for alloca as a compiler built-in... yes > configure: checking how to do getaddrinfo, freeaddrinfo and getnameinfo > checking for library containing getaddrinfo... none required > checking for getaddrinfo... yes > checking for gai_strerror (possibly via ws2tcpip.h)... yes > checking for library containing gethostbyname... none required > checking for library containing getservbyname... none required > checking for gethostbyname... yes > checking whether getaddrinfo is declared... yes > checking whether freeaddrinfo is declared... yes > checking whether gai_strerror is declared... yes > checking whether getnameinfo is declared... yes > checking for struct addrinfo... yes > checking for inet_ntop... yes > checking whether inet_ntop is declared... yes > checking for stdlib.h... (cached) yes > checking for GNU libc compatible malloc... yes > checking whether <netinet/in.h> is self-contained... yes > checking for stdint.h... (cached) yes > checking for SIZE_MAX... yes > checking for snprintf... yes > checking whether snprintf respects a size of 1... yes > checking for socklen_t... yes > checking whether stdint.h conforms to C99... yes > checking whether <sys/socket.h> is self-contained... (cached) yes > checking for shutdown... (cached) yes > checking whether <sys/socket.h> defines the SHUT_* macros... (cached) yes > checking for ptrdiff_t... yes > checking for snprintf... (cached) yes > checking for wcslen... yes > checking whether _snprintf is declared... no > checking whether <wchar.h> is standalone... yes > checking for stdint.h... (cached) yes > checking for wchar_t... (cached) yes > checking for wint_t... (cached) yes > checking for shutdown... (cached) yes > checking for cc option to accept ISO C99... -std=gnu99 > checking for cc -std=gnu99 option to accept ISO Standard C... (cached) > -std=gnu99 > checking whether cc -std=gnu99 and cc understand -c and -o together... yes > checking for a sed that does not truncate output... /bin/sed > checking for fgrep... /bin/grep -F > checking for ld used by cc -std=gnu99... /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... yes > checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B > checking the name lister (/usr/bin/nm -B) interface... BSD nm > checking whether ln -s works... yes > checking the maximum length of command line arguments... 3458764513820540925 > checking whether the shell understands some XSI constructs... yes > checking whether the shell understands "+="... yes > checking for /usr/bin/ld option to reload object files... -r > checking for objdump... objdump > checking how to recognize dependent libraries... pass_all > checking for ar... ar > checking for strip... strip > checking for ranlib... (cached) ranlib > checking command to parse /usr/bin/nm -B output from cc -std=gnu99 object... > ok > checking for dlfcn.h... yes > checking for objdir... .libs > checking if cc -std=gnu99 supports -fno-rtti -fno-exceptions... no > checking for cc -std=gnu99 option to produce PIC... -fPIC -DPIC > checking if cc -std=gnu99 PIC flag -fPIC -DPIC works... yes > checking if cc -std=gnu99 static flag -static works... yes > checking if cc -std=gnu99 supports -c -o file.o... yes > checking if cc -std=gnu99 supports -c -o file.o... (cached) yes > checking whether the cc -std=gnu99 linker (/usr/bin/ld -m elf_x86_64) > 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 > checking whether NLS is requested... yes > checking for intltool >= 0.35.0... 0.40.6 found > checking for intltool-update... /usr/bin/intltool-update > checking for intltool-merge... /usr/bin/intltool-merge > checking for intltool-extract... /usr/bin/intltool-extract > checking for xgettext... /usr/bin/xgettext > checking for msgmerge... /usr/bin/msgmerge > checking for msgfmt... /usr/bin/msgfmt > checking for gmsgfmt... /usr/bin/msgfmt > checking for perl... /usr/bin/perl > checking for perl >= 5.8.1... 5.10.1 > checking for XML::Parser... ok > checking locale.h usability... yes > checking locale.h presence... yes > checking for locale.h... yes > checking for LC_MESSAGES... yes > checking libintl.h usability... yes > checking libintl.h presence... yes > checking for libintl.h... yes > checking for ngettext in libc... yes > checking for dgettext in libc... yes > checking for bind_textdomain_codeset... yes > checking for msgfmt... (cached) /usr/bin/msgfmt > checking for dcgettext... yes > checking if msgfmt accepts -c... yes > checking for gmsgfmt... (cached) /usr/bin/msgfmt > checking for xgettext... (cached) /usr/bin/xgettext > checking pwd.h usability... yes > checking pwd.h presence... yes > checking for pwd.h... yes > checking winsock2.h usability... no > checking winsock2.h presence... no > checking for winsock2.h... no > checking whether compiler accepts -Wall... yes > checking whether compiler accepts -Wformat... yes > checking whether compiler accepts -Wformat-security... yes > checking whether compiler accepts -Wmissing-prototypes... yes > checking whether compiler accepts -Wnested-externs... yes > checking whether compiler accepts -Wpointer-arith... yes > checking whether compiler accepts -Wextra... yes > checking whether compiler accepts -Wshadow... yes > checking whether compiler accepts -Wcast-align... yes > checking whether compiler accepts -Wwrite-strings... yes > checking whether compiler accepts -Waggregate-return... yes > checking whether compiler accepts -Winline... yes > checking whether compiler accepts -Wredundant-decls... yes > checking whether compiler accepts -Wno-sign-compare... yes > checking whether compiler accepts -Wp,-D_FORTIFY_SOURCE=2... yes > checking whether compiler accepts -fexceptions... yes > checking whether compiler accepts -fasynchronous-unwind-tables... yes > checking what language compliance flags to pass to the C compiler... > checking whether compiler accepts -Wno-redundant-decls... yes > checking for pkg-config... /usr/bin/pkg-config > checking pkg-config is at least version 0.9.0... yes > checking for GTK... yes > checking for gdk_cairo_create... yes > checking for VIEW... no > checking for GNUTLS... yes > checking sasl/sasl.h usability... yes > checking sasl/sasl.h presence... yes > checking for sasl/sasl.h... yes > checking for sasl_client_init in -lsasl2... yes > checking for inflate in -lz... yes > checking for makecontext... yes > checking for swapcontext... yes > checking for getcontext... yes > checking for PYGTK... yes > checking for python... /usr/bin/python > checking for python version... 2.5 > checking for python platform... linux2 > checking for python script directory... ${prefix}/lib/python2.5/site-packages > checking for python extension module directory... > ${exec_prefix}/lib/python2.5/site-packages > checking whether /usr/bin/python version >= 2.4... yes > checking for headers required to compile python extensions... found > checking for NSPR... yes > checking for FIREFOX_PLUGIN... no > configure: error: Package requirements (iceape-plugin >= 1.0) were not met: > > No package 'iceape-plugin' 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 MOZILLA_PLUGIN_CFLAGS > and MOZILLA_PLUGIN_LIBS to avoid the need to call pkg-config. > See the pkg-config man page for more details. > > make: *** [config.status] Error 1 The full build log is available from: http://people.debian.org/~lucas/logs/2009/11/17/gtk-vnc_0.3.10-1_lsid64.buildlog 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. Internet was not accessible from the build systems. -- | Lucas Nussbaum | lu...@lucas-nussbaum.net http://www.lucas-nussbaum.net/ | | jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F | -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org