Your message dated Sun, 06 Sep 2009 19:32:14 +0000
with message-id <e1mkntc-0004om...@ries.debian.org>
and subject line Bug#537032: fixed in glipper 1.0-1.1
has caused the Debian Bug report #537032,
regarding glipper: FTBFS: configure: error: gnomeapplet Python module required
to build glipper
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.)
--
537032: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=537032
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: glipper
Version: 1.0-1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20090713 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-glipper_1.0-1-amd64-bLFx4U/glipper-1.0'
> 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-glipper_1.0-1-amd64-bLFx4U/glipper-1.0'
> touch debian/stamp-patched
> dh_testdir
> ./configure --prefix=/usr \
> --with-gconf-schema-file-dir=/usr/share/gconf/schemas \
> --disable-schemas-install \
> CFLAGS="-Wall -g -O2"
> 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 whether to enable maintainer-specific portions of Makefiles... no
> checking build system type... x86_64-unknown-linux-gnu
> checking host system type... x86_64-unknown-linux-gnu
> checking for style of include used by make... GNU
> checking for gcc... 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 gcc accepts -g... yes
> checking for gcc option to accept ISO C89... none needed
> checking dependency style of gcc... gcc3
> 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 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... /usr/bin/nm -B
> checking whether ln -s works... yes
> checking how to recognise dependent libraries... pass_all
> 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 dlfcn.h usability... yes
> checking dlfcn.h presence... yes
> checking for dlfcn.h... 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++... gcc3
> 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... no
> checking for g95... no
> checking for xlf95... no
> checking for f95... no
> checking for fort... no
> checking for ifort... no
> checking for ifc... no
> checking for efc... no
> checking for pgf95... no
> checking for lf95... no
> checking for ftn... no
> checking whether we are using the GNU Fortran 77 compiler... no
> checking whether accepts -g... no
> checking the maximum length of command line arguments... 32768
> checking command to parse /usr/bin/nm -B output from gcc object... ok
> checking for objdir... .libs
> checking for ar... ar
> checking for ranlib... ranlib
> checking for strip... strip
> checking if gcc supports -fno-rtti -fno-exceptions... no
> checking for gcc option to produce PIC... -fPIC
> checking if gcc PIC flag -fPIC works... yes
> checking if gcc static flag -static works... yes
> checking if gcc supports -c -o file.o... 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
> configure: creating libtool
> appending configuration tag "CXX" to libtool
> 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
> 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 -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
> appending configuration tag "F77" to libtool
> checking for gcc... (cached) gcc
> checking whether we are using the GNU C compiler... (cached) yes
> checking whether gcc accepts -g... (cached) yes
> checking for gcc option to accept ISO C89... (cached) none needed
> checking dependency style of gcc... (cached) gcc3
> checking for pkg-config... yes
> checking for intltool >= 0.35.0... 0.35.5 found
> checking for perl... /usr/bin/perl
> checking for XML::Parser... ok
> checking for iconv... /usr/bin/iconv
> checking for msgfmt... /usr/bin/msgfmt
> checking for msgmerge... /usr/bin/msgmerge
> checking for xgettext... /usr/bin/xgettext
> 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... /usr/bin/msgfmt
> checking for dcgettext... yes
> checking if msgfmt accepts -c... yes
> checking for gmsgfmt... /usr/bin/msgfmt
> checking for xgettext... /usr/bin/xgettext
> checking for pkg-config... /usr/bin/pkg-config
> checking pkg-config is at least version 0.9.0... yes
> checking for gconftool-2... /usr/bin/gconftool-2
> Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema
> installation
> Using /usr/share/gconf/schemas as install directory for schema files
> checking for a Python interpreter with version >= 2.4... python
> 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 for headers required to compile python extensions... found
> checking for GLIPPER... yes
> checking for gnomeapplet module... no
> configure: error: gnomeapplet Python module required to build glipper
> make: *** [config.status] Error 1
The full build log is available from:
http://people.debian.org/~lucas/logs/2009/07/13/glipper_1.0-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: glipper
Source-Version: 1.0-1.1
We believe that the bug you reported is fixed in the latest version of
glipper, which is due to be installed in the Debian FTP archive:
glipper_1.0-1.1.diff.gz
to pool/main/g/glipper/glipper_1.0-1.1.diff.gz
glipper_1.0-1.1.dsc
to pool/main/g/glipper/glipper_1.0-1.1.dsc
glipper_1.0-1.1_i386.deb
to pool/main/g/glipper/glipper_1.0-1.1_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 537...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Luca Falavigna <dktrkr...@debian.org> (supplier of updated glipper 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: Thu, 03 Sep 2009 20:35:10 +0200
Source: glipper
Binary: glipper
Architecture: source i386
Version: 1.0-1.1
Distribution: unstable
Urgency: medium
Maintainer: Davide Truffa <dav...@catoblepa.org>
Changed-By: Luca Falavigna <dktrkr...@debian.org>
Description:
glipper - Clipboard manager for the GNOME panel
Closes: 485311 537032
Changes:
glipper (1.0-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* debian/control:
- (Build-)depend on python-gnomeapplet (Closes: #537032).
- Also depend on python-gobject.
- Do not (build-)depend on python-gnome2-extras(-dev), both packages
are scheduled for removal soon (Closes: #485311).
Checksums-Sha1:
51e4be93af8d5704735fe3ab63fe5cd97e703cb6 1070 glipper_1.0-1.1.dsc
b742ea1dac3489daef7fbb9d92d01099ce3bc7f1 4449 glipper_1.0-1.1.diff.gz
2ced8458bbd02e7a6027a3a35b762f406707a426 68302 glipper_1.0-1.1_i386.deb
Checksums-Sha256:
765fca6ba118fdbff70a83cd481e70565c4074136833f200628e1e6da313213c 1070
glipper_1.0-1.1.dsc
67760dd90959229033027b8cfd8f55949669095501cd7c3407802039a015c1ec 4449
glipper_1.0-1.1.diff.gz
aea986092908a95cf49b03ab0a25c715a562eb54455dfbea1dbe82a5da4a5587 68302
glipper_1.0-1.1_i386.deb
Files:
dfea4b3fc2901dc82273f5bb86fa2b3a 1070 utils optional glipper_1.0-1.1.dsc
eb70b92c1b1a57c27dbc94e2ecec6e35 4449 utils optional glipper_1.0-1.1.diff.gz
82abbe3ab79df894b211996fde5bbe00 68302 utils optional glipper_1.0-1.1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkqgEkQACgkQnXjXEYa8KlAwygCcDZiPhqEpIoyM02/elfm5eoun
4XYAoK3MP5mMF0Bs2qR77cRLOHYMqkxE
=lBxb
-----END PGP SIGNATURE-----
--- End Message ---