Your message dated Sun, 08 Jul 2012 18:02:40 +0000
with message-id <e1snvoe-00062r...@franck.debian.org>
and subject line Bug#680290: fixed in spice-gtk 0.12-4
has caused the Debian Bug report #680290,
regarding gnome-boxes: FTBFS: Requested 'spice-client-gtk-3.0 >= 0.9' but
version of spice-client-gtk-3.0 is UNKNOWN
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.)
--
680290: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=680290
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gnome-boxes
Version: 3.4.3+dfsg-1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120708 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part:
> debian/rules build
> test -x debian/rules
> mkdir -p "."
>
> WARNING: copyright-check disabled - touch debian/copyright_hints to enable.
>
> touch debian/stamp-copyright-check
> touch debian/stamp-upstream-cruft
> if test -e /usr/share/misc/config.guess ; then \
> for i in ./build-aux/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 ./build-aux/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
> touch debian/stamp-autotools-files
> chmod a+x /«BUILDDIR»/gnome-boxes-3.4.3+dfsg/./configure
> mkdir -p .
> cd . && CFLAGS="-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat
> -Werror=format-security -Wall" CXXFLAGS="-g -O2 -fstack-protector
> --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall"
> CPPFLAGS="-D_FORTIFY_SOURCE=2" LDFLAGS="-Wl,-z,relro"
> /«BUILDDIR»/gnome-boxes-3.4.3+dfsg/./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/gnome-boxes" --srcdir=.
> --disable-maintainer-mode --disable-dependency-tracking
> --disable-silent-rules --enable-vala
> 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 how to create a ustar tar archive... gnutar
> checking whether to enable maintainer-specific portions of Makefiles... no
> checking whether make supports nested variables... yes
> checking for gcc... gcc
> checking whether the C compiler works... yes
> checking for C compiler default output file name... a.out
> checking for suffix of executables...
> checking whether we are cross compiling... no
> 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 ISO C89... none needed
> checking for style of include used by make... GNU
> checking dependency style of gcc... none
> checking whether gcc and cc understand -c and -o together... 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++... none
> checking build system type... x86_64-pc-linux-gnu
> checking host system type... x86_64-pc-linux-gnu
> checking for a sed that does not truncate output... /bin/sed
> checking for grep that handles long lines and -e... /bin/grep
> checking for egrep... /bin/grep -E
> checking for fgrep... /bin/grep -F
> checking for ld used by gcc... /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... ranlib
> checking command to parse /usr/bin/nm -B output from gcc object... ok
> 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 for dlfcn.h... yes
> 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... g++ -E
> checking for objdir... .libs
> checking if gcc supports -fno-rtti -fno-exceptions... no
> checking for gcc option to produce PIC... -fPIC -DPIC
> checking if gcc PIC flag -fPIC -DPIC works... yes
> checking if gcc static flag -static works... yes
> checking if gcc supports -c -o file.o... yes
> checking if gcc supports -c -o file.o... (cached) yes
> checking whether the gcc 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... no
> checking for ld used by g++... /usr/bin/ld -m elf_x86_64
> checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
> checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared
> libraries... yes
> checking for g++ option to produce PIC... -fPIC -DPIC
> checking if g++ PIC flag -fPIC -DPIC works... yes
> checking if g++ static flag -static works... yes
> checking if g++ supports -c -o file.o... yes
> checking if g++ supports -c -o file.o... (cached) yes
> checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared
> libraries... yes
> checking dynamic linker characteristics... GNU/Linux ld.so
> checking how to hardcode library paths into programs... immediate
> checking for pkg-config... /usr/bin/pkg-config
> checking pkg-config is at least version 0.22... yes
> checking whether NLS is requested... yes
> checking for intltool >= 0.40.0... 0.50.2 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.14.2
> checking for XML::Parser... ok
> checking for gobject-introspection... yes
> checking for pkg-config... (cached) /usr/bin/pkg-config
> checking pkg-config is at least version 0.16... yes
> checking for BOXES... no
> configure: error: Package requirements (
> clutter-gtk-1.0 >= 1.0.1
> glib-2.0 >= 2.29.90
> gobject-introspection-1.0 >= 0.9.6
> gtk+-3.0 >= 3.3.5
> gtk-vnc-2.0 >= 0.4.4
> libvirt-gobject-1.0 >= 0.0.8
> libvirt-gconfig-1.0 >= 0.0.8
> libxml-2.0 >= 2.7.8
> spice-client-gtk-3.0 >= 0.9
> gudev-1.0 >= 165
> libosinfo-1.0 >= 0.1.1
> tracker-sparql-0.14 >= 0.13.1
> ) were not met:
>
> Requested 'spice-client-gtk-3.0 >= 0.9' but version of spice-client-gtk-3.0
> is UNKNOWN
>
> Consider adjusting the PKG_CONFIG_PATH environment variable if you
> installed software in a non-standard prefix.
>
> Alternatively, you may set the environment variables BOXES_CFLAGS
> and BOXES_LIBS to avoid the need to call pkg-config.
> See the pkg-config man page for more details.
> make: *** [debian/stamp-autotools] Error 1
The full build log is available from:
http://people.debian.org/~lucas/logs/2012/07/08/gnome-boxes_3.4.3+dfsg-1_unstable.log
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 EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: spice-gtk
Source-Version: 0.12-4
We believe that the bug you reported is fixed in the latest version of
spice-gtk, which is due to be installed in the Debian FTP archive.
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 680...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Liang Guo <guoli...@debian.org> (supplier of updated spice-gtk 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: SHA256
Format: 1.8
Date: Mon, 09 Jul 2012 00:36:14 +0800
Source: spice-gtk
Binary: spice-client-gtk libspice-client-glib-2.0-1
gir1.2-spice-client-glib-2.0 libspice-client-glib-2.0-dev
libspice-client-gtk-2.0-1 gir1.2-spice-client-gtk-2.0
libspice-client-gtk-2.0-dev libspice-client-gtk-3.0-1
gir1.2-spice-client-gtk-3.0 libspice-client-gtk-3.0-dev python-spice-client-gtk
Architecture: source amd64
Version: 0.12-4
Distribution: unstable
Urgency: low
Maintainer: Liang Guo <guoli...@debian.org>
Changed-By: Liang Guo <guoli...@debian.org>
Description:
gir1.2-spice-client-glib-2.0 - GObject for communicating with Spice servers
(GObject-Introspecti
gir1.2-spice-client-gtk-2.0 - GTK2 widget for SPICE clients
(GObject-Introspection)
gir1.2-spice-client-gtk-3.0 - GTK3 widget for SPICE clients
(GObject-Introspection)
libspice-client-glib-2.0-1 - GObject for communicating with Spice servers
(runtime library)
libspice-client-glib-2.0-dev - GObject for communicating with Spice servers
(development files)
libspice-client-gtk-2.0-1 - GTK2 widget for SPICE clients (runtime library)
libspice-client-gtk-2.0-dev - GTK2 widget for SPICE clients (development files)
libspice-client-gtk-3.0-1 - GTK3 widget for SPICE clients (runtime library)
libspice-client-gtk-3.0-dev - GTK3 widget for SPICE clients (development files)
python-spice-client-gtk - GTK2 widget for SPICE clients (Python binding)
spice-client-gtk - Simple clients for interacting with SPICE servers
Closes: 680290
Changes:
spice-gtk (0.12-4) unstable; urgency=low
.
* Correct version problem in *.pc (Closes: #680290)
Checksums-Sha1:
c578de4d284c89797d43d48d8b3f768c1c8875c3 3174 spice-gtk_0.12-4.dsc
9ff0c9eb73ac744bcdeea33bd0086e8cce2d30d2 14617 spice-gtk_0.12-4.debian.tar.gz
629e60c29bb751bfa981d445fa32b420e50416aa 118528
spice-client-gtk_0.12-4_amd64.deb
0f35e94ebe9dab8521b712e704a7500bd60ba966 407926
libspice-client-glib-2.0-1_0.12-4_amd64.deb
6f41b531e17ffbb0a2af2a414fabdf35480d9989 65618
gir1.2-spice-client-glib-2.0_0.12-4_amd64.deb
846014d2738951d062db8dc653c7e571d253fa54 86230
libspice-client-glib-2.0-dev_0.12-4_amd64.deb
1564fe93269f22f6441c4d8e9405528a8dc7058f 92604
libspice-client-gtk-2.0-1_0.12-4_amd64.deb
b04408d2db7a434e5b59900f6425def34ae92590 60600
gir1.2-spice-client-gtk-2.0_0.12-4_amd64.deb
0b6081af091890317b94bbdad809fbc3c83fca5d 133966
libspice-client-gtk-2.0-dev_0.12-4_amd64.deb
eb6a2d1bbd3a8a7994142e512f25bd2319a4cbaa 92518
libspice-client-gtk-3.0-1_0.12-4_amd64.deb
243766a1ede00183e5fe8657e344aaf223ee798d 60606
gir1.2-spice-client-gtk-3.0_0.12-4_amd64.deb
ba63a124a4f75d7389691a9a06e4df91e48c80f7 66000
libspice-client-gtk-3.0-dev_0.12-4_amd64.deb
17329c03f23868d231fdeaf836ab2f1a89b24e4f 72116
python-spice-client-gtk_0.12-4_amd64.deb
Checksums-Sha256:
e2a5ad24f8466aabc6d9dae85290b090ae391885b5959abe0b2ce457075f297a 3174
spice-gtk_0.12-4.dsc
f6fc63c58445a4d7dcd9fe231b92d35fee9efdb02c8917dbed3d79ec52692f1c 14617
spice-gtk_0.12-4.debian.tar.gz
8820c296938b65fa540372c6da2201c603e669302f03b80cfe31ef33c377388e 118528
spice-client-gtk_0.12-4_amd64.deb
5ac556c6220ddf0161c244f0f8cad07f47c2e55fc471b634c787bcac59d24e45 407926
libspice-client-glib-2.0-1_0.12-4_amd64.deb
6497616c9b843d6d89dd2ab20ba02807a0e17ebb5a9f089e2173fe14e63b1492 65618
gir1.2-spice-client-glib-2.0_0.12-4_amd64.deb
606da2cf0c518ed38c48b4fafe6d40508069469dadca2d5861a14682d98fe382 86230
libspice-client-glib-2.0-dev_0.12-4_amd64.deb
fa2a158db41dafdf5aef098447a5f6233aa656200f5254f4e651ce661e6ae6c0 92604
libspice-client-gtk-2.0-1_0.12-4_amd64.deb
146f683bd05b69326ae38fc43c611326357e61e60c8e60016d6885127fa25fc7 60600
gir1.2-spice-client-gtk-2.0_0.12-4_amd64.deb
1aceca63fdba1bb842eedb14db1ab4c57313fda89ad66438e66824b2fab61fe1 133966
libspice-client-gtk-2.0-dev_0.12-4_amd64.deb
3ecfb44a5b84f0292eb16cdf060dfa829a84049c47681e7a5f6f86b56ea5d6b9 92518
libspice-client-gtk-3.0-1_0.12-4_amd64.deb
80fe8e2a9cac257c597f84662dbe688bc0cff016a2c940daca0980d80262ecec 60606
gir1.2-spice-client-gtk-3.0_0.12-4_amd64.deb
46bff812c3e36f1135b2a129baecc16a81fb4eff46be0baa52c91745afbd2cd4 66000
libspice-client-gtk-3.0-dev_0.12-4_amd64.deb
a79f4df59ed344306ed1d5d8ecfa19d93a3c9714e204d820e900f61bb9c62581 72116
python-spice-client-gtk_0.12-4_amd64.deb
Files:
55f88a3336462fb9825144133ba25581 3174 misc optional spice-gtk_0.12-4.dsc
29e19cea66c2bad7aba3e52fdd60e628 14617 misc optional
spice-gtk_0.12-4.debian.tar.gz
2221f825e617c51cbbf55ec21499752a 118528 misc optional
spice-client-gtk_0.12-4_amd64.deb
f31cf92d59a45b108e87b8a06f1dacd6 407926 libs optional
libspice-client-glib-2.0-1_0.12-4_amd64.deb
a4e2e9aa0e93739515a8aafbd3dffb44 65618 introspection optional
gir1.2-spice-client-glib-2.0_0.12-4_amd64.deb
67b5ae04d1ba6c6dc3e60fa583dbcc43 86230 libdevel optional
libspice-client-glib-2.0-dev_0.12-4_amd64.deb
f7de72504d8b620e6c509811dff189d2 92604 libs optional
libspice-client-gtk-2.0-1_0.12-4_amd64.deb
9e8f16d9b6467f977292d39b57da680b 60600 introspection optional
gir1.2-spice-client-gtk-2.0_0.12-4_amd64.deb
cf14d563abaf890ee1ca22f92fcd018e 133966 libdevel optional
libspice-client-gtk-2.0-dev_0.12-4_amd64.deb
f3158c7917926788b8d65909c8bec559 92518 libs optional
libspice-client-gtk-3.0-1_0.12-4_amd64.deb
7b75d6b98dc01700bd6ed30f4c976302 60606 introspection optional
gir1.2-spice-client-gtk-3.0_0.12-4_amd64.deb
79cb9aa34f67ec38ba5f4c2974a55c51 66000 libdevel optional
libspice-client-gtk-3.0-dev_0.12-4_amd64.deb
c9600104d7bdb730aa3e3e2cca9af082 72116 python optional
python-spice-client-gtk_0.12-4_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAEBCAAGBQJP+cdIAAoJEIK1tAhowJe8VKoQALWdmXDSip3i3oiCXY/rVVBY
rwg7Ppy0q4w/Pi0Wg/JNpVwe5TiXCwRkQECl9OIyWTfVnPbTFhCK/hn4ToZ4zhqf
k02O2V0Y6ndn7rygZ7GGFCqx+qJIYAFF/Oh12GQSmzABI6hu5gRUMS25zgKLfoh+
O4h4TOQtywQia8FyzbDbW79P5xxWiWa88Ze1dLnwGsUR1hCXkXW/OAJ9HvyFIrV4
MoVkM1s85T+dHwvfwr4gzz8y7ttyTZb0KV2K93VJAUths4COwp06d9+MwimDcdTx
dkqW6c3c1f3FyzDgP3nSJDE3BsfZNdNy3wTBA9DpoXfCkSi7FLhKdP7Qy7TqH5nc
NkB1UO9T1/cBuyLyMRUMzthS3w0n/hDRzuaPTAUAD1k9L9NB0wXylLebhgVYWVjc
QnOlwy3B30nzGQrME6tY64OWZQsOtJLJWrRRwUfZs1vIh47FGbH4DDjliOZOk3hQ
Np2FEvOqx6Qe94l46AaayJ5f3fhFrC6YWEwTykOu/VMx3aq+1RS1q+Dt36hnlTJS
1QBOJI5Cmtc6HVy+dBGDwWCLzzLqMnhdNPudAkdz/T1RNxsx3jVrUFK5c4lpOcIT
Q/Bl8tytoQSrWyWeXNvmzQZKcm23VcXlj6HL3YDTXH4rUYqpohHg4ZwMeOWKuzRc
WuZNr9jrTgi6vtJ8MeTb
=I6U/
-----END PGP SIGNATURE-----
--- End Message ---