Your message dated Mon, 11 Jul 2011 18:48:06 +0000
with message-id <e1qglwy-0006wv...@franck.debian.org>
and subject line Bug#625166: fixed in telepathy-haze 0.5.0-1
has caused the Debian Bug report #625166,
regarding telepathy-haze: FTBFS: configure: error: no suitable Python
interpreter found
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.)
--
625166: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625166
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: telepathy-haze
Version: 0.4.0-1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20110502 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-telepathy-haze_0.4.0-1-amd64-O14DaH/telepathy-haze-0.4.0'
> 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
> make[1]: Leaving directory
> `/build/user-telepathy-haze_0.4.0-1-amd64-O14DaH/telepathy-haze-0.4.0'
> 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
> /build/user-telepathy-haze_0.4.0-1-amd64-O14DaH/telepathy-haze-0.4.0/./configure
> mkdir -p .
> cd . && CFLAGS="-g -O2 -g -O2 -Wall" CXXFLAGS="-g -O2 -g -O2 -Wall"
> CPPFLAGS="" LDFLAGS=""
> /build/user-telepathy-haze_0.4.0-1-amd64-O14DaH/telepathy-haze-0.4.0/./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/telepathy" --srcdir=. --disable-maintainer-mode
> --disable-dependency-tracking --disable-silent-rules
> configure: WARNING: unrecognized options: --disable-maintainer-mode
> 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 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 for gcc option to accept ISO C99... -std=gnu99
> checking for gcc -std=gnu99 option to accept ISO Standard C... (cached)
> -std=gnu99
> 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 -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... ranlib
> checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object...
> ok
> checking how to run the C preprocessor... gcc -std=gnu99 -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 for objdir... .libs
> checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
> checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
> checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
> checking if gcc -std=gnu99 static flag -static works... yes
> checking if gcc -std=gnu99 supports -c -o file.o... yes
> checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
> checking whether the gcc -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 linker supports -Wl,-O1... yes
> checking to see if compiler understands ... yes
> checking to see if compiler understands -Wall... yes
> checking to see if compiler understands -Wextra... yes
> checking to see if compiler understands -Wdeclaration-after-statement... yes
> checking to see if compiler understands -Wshadow... yes
> checking to see if compiler understands -Wstrict-prototypes... yes
> checking to see if compiler understands -Wmissing-prototypes... yes
> checking to see if compiler understands -Wsign-compare... yes
> checking to see if compiler understands -Wnested-externs... yes
> checking to see if compiler understands -Wpointer-arith... yes
> checking to see if compiler understands -Wformat-security... yes
> checking to see if compiler understands -Winit-self... yes
> checking to see if compiler understands -Werror... yes
> checking to see if compiler understands -Wno-missing-field-initializers... yes
> checking to see if compiler understands
> -Wno-error=missing-field-initializers... yes
> checking to see if compiler understands -Wno-unused-parameter... yes
> checking to see if compiler understands -Wno-error=unused-parameter... yes
> checking for libintl.h... yes
> checking for pkg-config... /usr/bin/pkg-config
> checking pkg-config is at least version 0.9.0... yes
> checking for PURPLE... yes
> checking for TP_GLIB... yes
> checking for GLIB... yes
> checking for DBUS_GLIB... yes
> checking for TP_GLIB_FOR_MAIL_NOTIFICATION... yes
> checking for purple_dbus_uninit in -lpurple... yes
> checking for xsltproc... xsltproc
> checking for a Python interpreter with version >= 2.5... none
> configure: error: no suitable Python interpreter found
> make: *** [debian/stamp-autotools] Error 1
The full build log is available from:
http://people.debian.org/~lucas/logs/2011/05/02/telepathy-haze_0.4.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: telepathy-haze
Source-Version: 0.5.0-1
We believe that the bug you reported is fixed in the latest version of
telepathy-haze, which is due to be installed in the Debian FTP archive:
telepathy-haze_0.5.0-1.debian.tar.gz
to main/t/telepathy-haze/telepathy-haze_0.5.0-1.debian.tar.gz
telepathy-haze_0.5.0-1.dsc
to main/t/telepathy-haze/telepathy-haze_0.5.0-1.dsc
telepathy-haze_0.5.0-1_amd64.deb
to main/t/telepathy-haze/telepathy-haze_0.5.0-1_amd64.deb
telepathy-haze_0.5.0.orig.tar.gz
to main/t/telepathy-haze/telepathy-haze_0.5.0.orig.tar.gz
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 625...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Laurent Bigonville <bi...@debian.org> (supplier of updated telepathy-haze
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, 11 Jul 2011 20:34:40 +0200
Source: telepathy-haze
Binary: telepathy-haze
Architecture: source amd64
Version: 0.5.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Telepathy maintainers
<pkg-telepathy-maintain...@lists.alioth.debian.org>
Changed-By: Laurent Bigonville <bi...@debian.org>
Description:
telepathy-haze - Telepathy connection manager that uses libpurple
Closes: 614699 625166 627251
Changes:
telepathy-haze (0.5.0-1) unstable; urgency=low
.
[ Jonny Lamb ]
* debian/control: Fix typo in short description. Thanks to "Ronny
Cardona (Rcart)" <rcart1...@gmail.com> for the patch. (Closes:
#614699)
* debian/control: Title case "Telepathy". Thanks to William Joseph
Thompson for absolutely nothing.
.
[ Laurent Bigonville ]
* New upstream release
- Add initial contacts blocking support (Closes: #627251)
* debian/control:
- Bump libtelepathy-glib-dev build-dependency
- Add python as Build-dependency (Closes: #625166)
- Bump Standards-Version to 3.9.2 (no further changes)
- Remove article at the beginning of the description to please lintian
* debian/rules:
- Do not try to delete .manager file, upstream doesn't ship it anymore
* Switch to dpkg-source 3.0 (quilt) format
Checksums-Sha1:
c7b01fca777a3db63e27dea3ed8a2fd98d713b8d 1790 telepathy-haze_0.5.0-1.dsc
dde088aa48a72056e6f264d304dda85419bbf8a6 550866
telepathy-haze_0.5.0.orig.tar.gz
f17693a8493feba82c955e7d80add42af593bf54 4682
telepathy-haze_0.5.0-1.debian.tar.gz
51360f3627c58935bdd966456a61526537f3e2c9 143246
telepathy-haze_0.5.0-1_amd64.deb
Checksums-Sha256:
e2c19eaf8c9fb41208280e47871420c9660e40c2fd2e5ea4566b2210cae80d87 1790
telepathy-haze_0.5.0-1.dsc
768b5886fb6b45b7bb8b8c455eb5140c0b9bcc02a6e2e32227bd31751934077c 550866
telepathy-haze_0.5.0.orig.tar.gz
30f26bcb6136e735f2905fcdb992323397fcf6404833077e0438a2e95b5c35cf 4682
telepathy-haze_0.5.0-1.debian.tar.gz
60b77eae307e723dc98ed0bd368c9dfa431ae70a07ffc48fa75c0ef8de6f297a 143246
telepathy-haze_0.5.0-1_amd64.deb
Files:
4e65487b17ef39874fd9e37df50cee67 1790 net optional telepathy-haze_0.5.0-1.dsc
4378726d61e1e5df789a05760a94d172 550866 net optional
telepathy-haze_0.5.0.orig.tar.gz
9cdf170b78537e4cb4add37b007e0f41 4682 net optional
telepathy-haze_0.5.0-1.debian.tar.gz
4db368f2911bc1fab7b3796c5d4314cd 143246 net optional
telepathy-haze_0.5.0-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQEcBAEBCAAGBQJOG0R+AAoJEB/FiR66sEPVwd4H/j0gNVOCpJq4kbc3pGQmn8fs
SFzK4wOQceRkCQ/c5vY+IY+CJpvyNQ6RdVyKs7iw5iIj1nzhPEuIONk7jdwp+FRA
gkzSNURG1dXZ+Bg+h6BWAg36YOks4q+HepHjPaLhwHM6/zs2JH9xBXzCHNmMfbSz
d/UYk603kWtPtz6aIxotb7QqDLGJO2UoH/NyAbbrx3XbAp1R+QwST2xuXpgrgy/Q
c+o40XB/67C68HBrFBpFiryjKl123NIaka78/VbKmr04Ab+tp57yuM2utR9s/Qoe
2Kias9kBdAAcXLn/Q6l4iHe00kMjNZkO5OcHmKD9wwfX+ZDmFBGMLV5inFDy5CI=
=2HmY
-----END PGP SIGNATURE-----
--- End Message ---