Your message dated Wed, 16 Apr 2008 21:27:20 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#471296: fixed in libgweather 2.22.1.1-1
has caused the Debian Bug report #471296,
regarding libgweather_2.22.0-1(hppa/experimental): FTBFS: error: XML::Parser
perl module is required for intltool
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 [EMAIL PROTECTED]
immediately.)
--
471296: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=471296
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: libgweather
Version: 2.22.0-1
Severity: serious
Hi,
your package failed to build from source. Looks like a missing
build-depends.
| Automatic build of libgweather_2.22.0-1 on meitner by sbuild/hppa 98-farm
| Build started at 20080317-0306
| ******************************************************************************
| Checking available source versions...
| Fetching source files...
| Reading package lists...
| Building dependency tree...
| Reading state information...
| Need to get 12.2MB of source archives.
| Get:1 http://ftp.de.debian.org experimental/main libgweather 2.22.0-1 (dsc)
[861B]
| Get:2 http://ftp.de.debian.org experimental/main libgweather 2.22.0-1 (tar)
[4723kB]
| Get:3 http://ftp.de.debian.org experimental/main libgweather 2.22.0-1 (diff)
[7507kB]
| Fetched 12.2MB in 34s (354kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: autotools-dev, cdbs, debhelper (>= 5), gconf2,
gnome-pkg-tools, libgconf2-dev (>= 2.8.0), libglib2.0-dev (>= 2.13.0),
libgnomevfs2-dev (>= 2.15.4), libgtk2.0-dev (>= 2.11.0)
| Checking for already installed source dependencies...
[...]
| debian/rules build
| test -x debian/rules
| mkdir -p "."
| /usr/bin/make -f debian/rules reverse-config
| make[1]: Entering directory `/build/buildd/libgweather-2.22.0'
| for i in ./config.guess ./config.sub ; do \
| if test -e $i.cdbs-orig ; then \
| mv $i.cdbs-orig $i ; \
| fi ; \
| done
| make[1]: Leaving directory `/build/buildd/libgweather-2.22.0'
| if [ "debian/stamp-patched" = "reverse-patches" ]; then rm -f
debian/stamp-patched; fi
| patches: debian/patches/01_location-dist-fixes.patch
debian/patches/02_location-dist-files.patch
debian/patches/03_fix-locations.patch debian/patches/98_autoreconf.patch
debian/patches/99_ltmain_as-needed.patch
| Trying patch debian/patches/01_location-dist-fixes.patch at level 1 ... 0 ...
success.
| Trying patch debian/patches/02_location-dist-files.patch at level 1 ...
success.
| Trying patch debian/patches/03_fix-locations.patch at level 1 ... 0 ...
success.
| Trying patch debian/patches/98_autoreconf.patch at level 1 ... success.
| Trying patch debian/patches/99_ltmain_as-needed.patch at level 1 ... success.
| if [ "debian/stamp-patched" != "reverse-patches" ]; then touch
debian/stamp-patched; fi
| if [ "debian/stamp-patched" != "reverse-patches" ] ; then \
| /usr/bin/make -f debian/rules update-config ; \
| fi
| make[1]: Entering directory `/build/buildd/libgweather-2.22.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/buildd/libgweather-2.22.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
| touch debian/stamp-autotools-files
| chmod a+x /build/buildd/libgweather-2.22.0/./configure
| cd . && CC="cc" CXX="g++" CFLAGS="-g -Wall -O2" CXXFLAGS="-g -Wall -O2"
CPPFLAGS="" LDFLAGS="-Wl,-z,defs -Wl,-O1 -Wl,--as-needed"
/build/buildd/libgweather-2.22.0/./configure --build=hppa-linux-gnu
--prefix=/usr --includedir="\${prefix}/include" --mandir="\${prefix}/share/man"
--infodir="\${prefix}/share/info" --sysconfdir=/etc --localstatedir=/var
--libexecdir="\${prefix}/lib/libgweather" --disable-maintainer-mode
--disable-dependency-tracking --srcdir=.
| 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 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 for intltool >= 0.35.0... 0.37.0 found
| checking for xgettext... /usr/bin/xgettext
| checking for msgmerge... /usr/bin/msgmerge
| checking for msgfmt... /usr/bin/msgfmt
| checking for perl... /usr/bin/perl
| checking for XML::Parser... configure: error: XML::Parser perl module is
required for intltool
| make: *** [config.status] Error 1
| dpkg-buildpackage: failure: debian/rules build gave error exit status 2
| ******************************************************************************
| Build finished at 20080317-0318
| FAILED [dpkg-buildpackage died]
Full build log(s):
http://experimental.ftbfs.de/build.php?&ver=2.22.0-1&pkg=libgweather&arch=hppa
Gruesse,
--
Frank Lichtenheld <[EMAIL PROTECTED]>
www: http://www.djpig.de/
--- End Message ---
--- Begin Message ---
Source: libgweather
Source-Version: 2.22.1.1-1
We believe that the bug you reported is fixed in the latest version of
libgweather, which is due to be installed in the Debian FTP archive:
libgweather-common_2.22.1.1-1_all.deb
to pool/main/libg/libgweather/libgweather-common_2.22.1.1-1_all.deb
libgweather-dev_2.22.1.1-1_i386.deb
to pool/main/libg/libgweather/libgweather-dev_2.22.1.1-1_i386.deb
libgweather1_2.22.1.1-1_i386.deb
to pool/main/libg/libgweather/libgweather1_2.22.1.1-1_i386.deb
libgweather_2.22.1.1-1.diff.gz
to pool/main/libg/libgweather/libgweather_2.22.1.1-1.diff.gz
libgweather_2.22.1.1-1.dsc
to pool/main/libg/libgweather/libgweather_2.22.1.1-1.dsc
libgweather_2.22.1.1.orig.tar.gz
to pool/main/libg/libgweather/libgweather_2.22.1.1.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sebastian Dröge <[EMAIL PROTECTED]> (supplier of updated libgweather 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 [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Tue, 08 Apr 2008 20:19:12 +0200
Source: libgweather
Binary: libgweather-dev libgweather1 libgweather-common
Architecture: source all i386
Version: 2.22.1.1-1
Distribution: experimental
Urgency: low
Maintainer: Debian GNOME Maintainers <[EMAIL PROTECTED]>
Changed-By: Sebastian Dröge <[EMAIL PROTECTED]>
Description:
libgweather-common - GWeather shared library
libgweather-dev - GWeather shared library
libgweather1 - GWeather shared library
Closes: 471296
Changes:
libgweather (2.22.1.1-1) experimental; urgency=low
.
* debian/control.in:
+ Build depend on libxml-parser-perl (Closes: #471296).
* New upstream bugfix release with API changes:
+ debian/control.in,
libgweather1.install:
- Update soname.
- Build depend on libxml2-dev.
+ debian/patches/01_location-dist-fixes.patch,
debian/patches/02_location-dist-files.patch:
- Dropped, merged upstream.
+ debian/patches/99_ltmain_as-needed.patch:
- Updated to apply cleanly again.
Files:
a7131a44e94a1aed8f8fcabb017596bc 909 libs extra libgweather_2.22.1.1-1.dsc
210f02b5063aa55a28825d640add7c83 12068046 libs extra
libgweather_2.22.1.1.orig.tar.gz
7f208d6fa74e1ca843002ab7340f72f1 2954 libs extra libgweather_2.22.1.1-1.diff.gz
391e5270bc115511c3af310b9ea1e8c0 2735194 libs extra
libgweather-common_2.22.1.1-1_all.deb
3048c9629ab0916354b919d9981273a3 36478 libdevel extra
libgweather-dev_2.22.1.1-1_i386.deb
fe23b4933fe13753a261b9d405c9a098 31154 libs extra
libgweather1_2.22.1.1-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH+7rPBsBdh1vkHyERApLyAKCFu+iDWFwIphQ3jSwp0zF5tw4lvwCeKXiX
drAtmKitJRPI1bTWR6ibT8M=
=W520
-----END PGP SIGNATURE-----
--- End Message ---