Your message dated Wed, 18 Nov 2009 10:36:40 +0000
with message-id <e1nahtw-0007jt...@ries.debian.org>
and subject line Bug#556840: fixed in gtk-vnc 0.3.10-2
has caused the Debian Bug report #556840,
regarding gtk-vnc: FTBFS: configure: error: Package requirements (iceape-plugin 
>= 1.0) were not met
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
556840: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=556840
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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 |



--- End Message ---
--- Begin Message ---
Source: gtk-vnc
Source-Version: 0.3.10-2

We believe that the bug you reported is fixed in the latest version of
gtk-vnc, which is due to be installed in the Debian FTP archive:

gtk-vnc_0.3.10-2.diff.gz
  to main/g/gtk-vnc/gtk-vnc_0.3.10-2.diff.gz
gtk-vnc_0.3.10-2.dsc
  to main/g/gtk-vnc/gtk-vnc_0.3.10-2.dsc
gvncviewer_0.3.10-2_i386.deb
  to main/g/gtk-vnc/gvncviewer_0.3.10-2_i386.deb
libgtk-vnc-1.0-0-dbg_0.3.10-2_i386.deb
  to main/g/gtk-vnc/libgtk-vnc-1.0-0-dbg_0.3.10-2_i386.deb
libgtk-vnc-1.0-0_0.3.10-2_i386.deb
  to main/g/gtk-vnc/libgtk-vnc-1.0-0_0.3.10-2_i386.deb
libgtk-vnc-1.0-dev_0.3.10-2_i386.deb
  to main/g/gtk-vnc/libgtk-vnc-1.0-dev_0.3.10-2_i386.deb
mozilla-gtk-vnc_0.3.10-2_i386.deb
  to main/g/gtk-vnc/mozilla-gtk-vnc_0.3.10-2_i386.deb
python-gtk-vnc_0.3.10-2_i386.deb
  to main/g/gtk-vnc/python-gtk-vnc_0.3.10-2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 556...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Guido Günther <a...@sigxcpu.org> (supplier of updated gtk-vnc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 18 Nov 2009 10:03:00 +0100
Source: gtk-vnc
Binary: libgtk-vnc-1.0-0 libgtk-vnc-1.0-0-dbg libgtk-vnc-1.0-dev python-gtk-vnc 
mozilla-gtk-vnc gvncviewer
Architecture: source i386
Version: 0.3.10-2
Distribution: unstable
Urgency: low
Maintainer: Guido Günther <a...@sigxcpu.org>
Changed-By: Guido Günther <a...@sigxcpu.org>
Description: 
 gvncviewer - VNC viewer using gtk-vnc
 libgtk-vnc-1.0-0 - A VNC viewer widget for GTK+ (runtime libraries)
 libgtk-vnc-1.0-0-dbg - A VNC viewer widget for GTK+ (runtime libraries)
 libgtk-vnc-1.0-dev - A VNC viewer widget for GTK+ (development files)
 mozilla-gtk-vnc - A VNC viewer widget for GTK+ (mozilla plugin)
 python-gtk-vnc - A VNC viewer widget for GTK+ (Python binding)
Closes: 555908 556840
Changes: 
 gtk-vnc (0.3.10-2) unstable; urgency=low
 .
   * [5974bae] Use xulrunner-dev instead of iceape-dev (Closes: #555908)
   * [402bca0] Fix build with xulrunner 1.9.1 (Closes: #556840)
Checksums-Sha1: 
 2a8a0154170f2b202c2e62a218e49905213ca059 1430 gtk-vnc_0.3.10-2.dsc
 be48d83893b9890d940809f1f856ad862d0f9a32 8989 gtk-vnc_0.3.10-2.diff.gz
 38353419bf01f849ae76fc0862c7e6ac723a3427 82116 
libgtk-vnc-1.0-0_0.3.10-2_i386.deb
 ba9df5ea15a842fb57abd7794b4ed5cbfceff5fb 142254 
libgtk-vnc-1.0-0-dbg_0.3.10-2_i386.deb
 b4cc8ffbb9046b216f1e3cf3db2e750050ebb3c8 84542 
libgtk-vnc-1.0-dev_0.3.10-2_i386.deb
 6123aba1fd8fed238f2b8fbd1cd00c74b9282228 30502 python-gtk-vnc_0.3.10-2_i386.deb
 a0a0dd73ebd307bb3a3531e35da5c648d95db636 32190 
mozilla-gtk-vnc_0.3.10-2_i386.deb
 4a2ce2d0a1f60181ddadf168282582452813faf2 32326 gvncviewer_0.3.10-2_i386.deb
Checksums-Sha256: 
 334b5ff07d55b69573d00a442f6b34a0da6182c66f960d1e343851380c27eedb 1430 
gtk-vnc_0.3.10-2.dsc
 ff96eda80ef9066dac7099020b95d1a0acdc66ff1a5b54cf2933ae0870bd4654 8989 
gtk-vnc_0.3.10-2.diff.gz
 3447b3f31e3ca9682757d35461e9d747cd398741a0da2439bc2b748760b6a63c 82116 
libgtk-vnc-1.0-0_0.3.10-2_i386.deb
 6db6087f67e4938cd774803124a47c76b57a42f97d41b4dbb03a7be17414bfb7 142254 
libgtk-vnc-1.0-0-dbg_0.3.10-2_i386.deb
 7939ee05ac701cf0910d7aba4416dbab067f58c541be9025e750789919618aa0 84542 
libgtk-vnc-1.0-dev_0.3.10-2_i386.deb
 b6fa6758d944508e7191d130e9f2e52af34ce859580b55887f0c907a9fc32488 30502 
python-gtk-vnc_0.3.10-2_i386.deb
 db23c03fd0783e576117a85e7cb6874cb32db9e5461cd4608dc4c3f48bd57170 32190 
mozilla-gtk-vnc_0.3.10-2_i386.deb
 04f48643144f630c0350efd67cc81b14398325a06462159302e22ed47271cf7b 32326 
gvncviewer_0.3.10-2_i386.deb
Files: 
 d5fd125c5fb6a68f58c9e7bdd9c9a25d 1430 gnome optional gtk-vnc_0.3.10-2.dsc
 bfbf47820ad4b19b2aba48d3b3ddbed9 8989 gnome optional gtk-vnc_0.3.10-2.diff.gz
 2e46d7d76a3c26aec0c66efc55b065bd 82116 libs optional 
libgtk-vnc-1.0-0_0.3.10-2_i386.deb
 148e04aa5c579756ba3ca3bf2eac003e 142254 debug extra 
libgtk-vnc-1.0-0-dbg_0.3.10-2_i386.deb
 7a37f8e69edcfd5b21258ab7f1ef6c9d 84542 libdevel optional 
libgtk-vnc-1.0-dev_0.3.10-2_i386.deb
 6ed2391cf39ccd6cbfe7afdf189eca7d 30502 python optional 
python-gtk-vnc_0.3.10-2_i386.deb
 7f76e45b2b65dfbf34865744fb4cf765 32190 web optional 
mozilla-gtk-vnc_0.3.10-2_i386.deb
 18121ebb515e341591400ddde755b2f3 32326 x11 optional 
gvncviewer_0.3.10-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iD8DBQFLA78/n88szT8+ZCYRAtUOAJ4o9B0ADvH/1yc3ppO6WRji+Gs7zwCfUdOV
m2314uYkGTqyziSKBXGNKqE=
=XMK7
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to