Your message dated Tue, 11 Aug 2009 18:19:31 +0000
with message-id <e1mavwz-0004sj...@ries.debian.org>
and subject line Bug#533986: fixed in wallpaper-tray 0.4.6-5.1
has caused the Debian Bug report #533986,
regarding wallpaper-tray: FTBFS: config.status exits with 1
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.)


-- 
533986: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=533986
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wallpaper-tray
Version: 0.4.6-5
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20090620 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
>  /usr/bin/fakeroot debian/rules clean
> dh_testdir
> dh_testroot
> rm -f build-stamp 
> /usr/bin/make distclean
> make[1]: *** make[1]: Entering directory 
> `/build/user-wallpaper-tray_0.4.6-5-amd64-leAhDI/wallpaper-tray-0.4.6'
> No rule to make target `distclean'.  Stop.
> make[1]: Leaving directory 
> `/build/user-wallpaper-tray_0.4.6-5-amd64-leAhDI/wallpaper-tray-0.4.6'
> make: [clean] Error 2 (ignored)
> rm -f config.sub config.guess
> dh_clean 
>       rm -f debian/wallpaper-tray.substvars
>       rm -f debian/wallpaper-tray.*.debhelper
>       rm -f debian/wallpaper-tray.debhelper.log
>       rm -rf debian/wallpaper-tray/
>       rm -f debian/files
>       find .  \( \( -type f -a \
>               \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
>                -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
>                -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
>                -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
>               \) -exec rm -f {} \; \) -o \
>               \( -type d -a -name autom4te.cache -prune -exec rm -rf {} \; \) 
> \)
>  dpkg-source -b wallpaper-tray-0.4.6
> dpkg-source: info: using source format `1.0'
> dpkg-source: info: building wallpaper-tray using existing 
> wallpaper-tray_0.4.6.orig.tar.gz
> dpkg-source: info: building wallpaper-tray in wallpaper-tray_0.4.6-5.diff.gz
> dpkg-source: warning: ignoring deletion of file config.guess
> dpkg-source: warning: ignoring deletion of file config.sub
> dpkg-source: info: building wallpaper-tray in wallpaper-tray_0.4.6-5.dsc
>  debian/rules build
> dh_testdir
> cp -f /usr/share/misc/config.sub config.sub
> cp -f /usr/share/misc/config.guess config.guess
> CFLAGS="-Wall -g -O2" ./configure --host=x86_64-linux-gnu 
> --build=x86_64-linux-gnu --prefix=/usr --mandir=\${prefix}/share/man 
> --infodir=\${prefix}/share/info
> 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 style of include used by make... GNU
> checking for x86_64-linux-gnu-gcc... x86_64-linux-gnu-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 x86_64-linux-gnu-gcc accepts -g... yes
> checking for x86_64-linux-gnu-gcc option to accept ISO C89... none needed
> checking dependency style of x86_64-linux-gnu-gcc... gcc3
> checking for strerror in -lcposix... no
> checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-gcc
> checking whether we are using the GNU C compiler... (cached) yes
> checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes
> checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none 
> needed
> checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3
> checking for x86_64-linux-gnu-gcc option to accept ANSI C... none needed
> checking how to run the C preprocessor... x86_64-linux-gnu-gcc -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 build system type... x86_64-pc-linux-gnu
> checking host system type... x86_64-pc-linux-gnu
> 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... nm
> checking for a sed that does not truncate output... /bin/sed
> checking whether ln -s works... yes
> checking how to recognise dependent libraries... pass_all
> checking command to parse nm output... ok
> 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 x86_64-linux-gnu-ranlib... no
> checking for ranlib... ranlib
> checking for x86_64-linux-gnu-strip... no
> checking for strip... strip
> checking for objdir... .libs
> checking for x86_64-linux-gnu-gcc option to produce PIC... -fPIC
> checking if x86_64-linux-gnu-gcc PIC flag -fPIC works... yes
> checking if x86_64-linux-gnu-gcc static flag -static works... yes
> checking if x86_64-linux-gnu-gcc supports -c -o file.o... yes
> checking if x86_64-linux-gnu-gcc supports -c -o file.lo... no
> checking if x86_64-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
> checking whether the linker (/usr/bin/ld) supports shared libraries... yes
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking dynamic linker characteristics... GNU/Linux ld.so
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... yes
> checking whether -lc should be explicitly linked in... no
> creating libtool
> checking for pkg-config... /usr/bin/pkg-config
> make: *** [config.status] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/06/20/wallpaper-tray_0.4.6-5_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: wallpaper-tray
Source-Version: 0.4.6-5.1

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

wallpaper-tray_0.4.6-5.1.diff.gz
  to pool/main/w/wallpaper-tray/wallpaper-tray_0.4.6-5.1.diff.gz
wallpaper-tray_0.4.6-5.1.dsc
  to pool/main/w/wallpaper-tray/wallpaper-tray_0.4.6-5.1.dsc
wallpaper-tray_0.4.6-5.1_amd64.deb
  to pool/main/w/wallpaper-tray/wallpaper-tray_0.4.6-5.1_amd64.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 533...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Cyril Brulebois <k...@debian.org> (supplier of updated wallpaper-tray 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: Tue, 11 Aug 2009 19:59:20 +0200
Source: wallpaper-tray
Binary: wallpaper-tray
Architecture: source amd64
Version: 0.4.6-5.1
Distribution: unstable
Urgency: medium
Maintainer: Jon Dowland <j...@alcopop.org>
Changed-By: Cyril Brulebois <k...@debian.org>
Description: 
 wallpaper-tray - wallpaper changing utility for GNOME
Closes: 533986
Changes: 
 wallpaper-tray (0.4.6-5.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix FTBFS by explicitly Build-Depending on libglade2-dev, which was
     previously pulled in by another build dependency (Closes: #533986).
   * Set urgency to “medium” due to RC bugfix.
   * Move Homepage field where it belongs.
Checksums-Sha1: 
 3602f9f9a251c9e238eda1230eca7080e9feb5da 1121 wallpaper-tray_0.4.6-5.1.dsc
 59d9b8801a8474505dc355bea76f7bc43ecbb8d3 68871 wallpaper-tray_0.4.6-5.1.diff.gz
 5bad0cf32ec553294264d7112a3bc4fc292bdb3e 25972 
wallpaper-tray_0.4.6-5.1_amd64.deb
Checksums-Sha256: 
 889be4bff2816a8a96595f6e2ff799c4d4b5b8f80c505404bf329b06b758446e 1121 
wallpaper-tray_0.4.6-5.1.dsc
 6e63a2d85ff7b14ae5676e3b569befcc6e05f0b141f62ef3105c1585dcbd11cb 68871 
wallpaper-tray_0.4.6-5.1.diff.gz
 b22fb9968f4936d6d5bf67c362f3ddefff9141708b977734db60b32183dc40fc 25972 
wallpaper-tray_0.4.6-5.1_amd64.deb
Files: 
 07bacb6513391b43a353f41806a32318 1121 gnome optional 
wallpaper-tray_0.4.6-5.1.dsc
 c5e61c558cf98d353df26c1a42ab2d40 68871 gnome optional 
wallpaper-tray_0.4.6-5.1.diff.gz
 6a0ec883aa94e7bde121e9125a36d949 25972 gnome optional 
wallpaper-tray_0.4.6-5.1_amd64.deb

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

iEYEARECAAYFAkqBs5cACgkQeGfVPHR5Nd1vmgCgo5O7GRCyPklOC8PPpNwpxZGO
Xt8AoNPM5eXwMf3gdD/2EqYFe3PJL5WI
=EleL
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to