Your message dated Fri, 10 Feb 2012 00:18:42 +0000
with message-id <e1rveci-0006jm...@franck.debian.org>
and subject line Bug#655789: fixed in wv 1.2.9-1
has caused the Debian Bug report #655789,
regarding wv: FTBFS: configure: error: * * * libwmf >= 0.2.1 required * * *
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.)


-- 
655789: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=655789
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: wv
Version: 1.2.4-2.1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120112 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
> dh_testdir
> ln -sf /usr/share/misc/config.sub /usr/share/misc/config.guess .
> # Backup files due to modifications below and autoreconf
> for f in aclocal.m4 *.in */*.in *.am configure INSTALL depcomp install-sh 
> ltmain.sh missing mkinstalldirs; do cp $f $f.orig; done
> # autoreconf requires these
> touch NEWS AUTHORS ChangeLog
> # See http://wiki.debian.org/RpathIssue
> sed --in-place --regexp-extended 's/(hardcode_into_libs)=.*/\1=no/' 
> ./configure aclocal.m4
> sed --in-place --regexp-extended 's/(CFLAGS|CPPFLAGS)/AM_\1/' GNUmakefile.am
> autoreconf -vfi
> autoreconf: Entering directory `.'
> autoreconf: configure.ac: not using Gettext
> autoreconf: running: aclocal --force 
> autoreconf: configure.ac: tracing
> autoreconf: running: libtoolize --copy --force
> libtoolize: putting auxiliary files in `.'.
> libtoolize: copying file `./ltmain.sh'
> libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
> libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
> libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
> autoreconf: running: /usr/bin/autoconf --force
> autoreconf: running: /usr/bin/autoheader --force
> autoreconf: running: automake --add-missing --copy --force-missing
> autoreconf: Leaving directory `.'
> ./configure --prefix=/usr --mandir=/usr/share/man --with-libwmf 
> --build=x86_64-linux-gnu
> 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... gcc3
> checking how to run the C preprocessor... gcc -E
> checking for gawk... (cached) mawk
> checking whether ln -s works... yes
> checking whether make sets $(MAKE)... (cached) yes
> checking build system type... x86_64-pc-linux-gnu
> checking host system type... x86_64-pc-linux-gnu
> checking how to print strings... printf
> 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 the maximum length of command line arguments... 3458764513820540925
> checking whether the shell understands some XSI constructs... yes
> checking whether the shell understands "+="... yes
> checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu 
> format... func_convert_file_noop
> checking how to convert x86_64-pc-linux-gnu file names to toolchain format... 
> func_convert_file_noop
> 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 dlltool... no
> checking how to associate runtime and link libraries... printf %s\n
> checking for ar... ar
> checking for archiver @FILE support... @
> checking for strip... strip
> checking for ranlib... ranlib
> checking command to parse /usr/bin/nm -B output from gcc object... ok
> checking for sysroot... no
> checking for mt... no
> checking if : is a manifest tool... no
> 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 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... yes
> checking for pkg-config... /usr/bin/pkg-config
> checking pkg-config is at least version 0.9.0... yes
> checking for GLIB... yes
> checking for GSF... yes
> checking for ANSI C header files... (cached) yes
> checking fcntl.h usability... yes
> checking fcntl.h presence... yes
> checking for fcntl.h... yes
> checking io.h usability... no
> checking io.h presence... no
> checking for io.h... no
> checking malloc.h usability... yes
> checking malloc.h presence... yes
> checking for malloc.h... yes
> checking sys/file.h usability... yes
> checking sys/file.h presence... yes
> checking for sys/file.h... yes
> checking sys/ioctl.h usability... yes
> checking sys/ioctl.h presence... yes
> checking for sys/ioctl.h... yes
> checking for unistd.h... (cached) yes
> checking for an ANSI C-conforming const... yes
> checking zlib.h usability... yes
> checking zlib.h presence... yes
> checking for zlib.h... yes
> checking for gzread in -lz... yes
> checking png.h usability... yes
> checking png.h presence... yes
> checking for png.h... yes
> checking for pngconf.h... yes
> checking for png_free in -lpng... yes
> checking for XML... yes
> checking for libwmf-config... /usr/bin/libwmf-config
> checking libwmf/api.h usability... yes
> checking libwmf/api.h presence... yes
> checking for libwmf/api.h... yes
> checking for wmf_stream_create in -lwmf... no
> configure: error: * * * libwmf >= 0.2.1 required * * *
> make: *** [build-stamp] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2012/01/12/wv_1.2.4-2.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.



--- End Message ---
--- Begin Message ---
Source: wv
Source-Version: 1.2.9-1

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

libwv-1.2-4_1.2.9-1_amd64.deb
  to main/w/wv/libwv-1.2-4_1.2.9-1_amd64.deb
libwv-dev_1.2.9-1_amd64.deb
  to main/w/wv/libwv-dev_1.2.9-1_amd64.deb
wv_1.2.9-1.debian.tar.gz
  to main/w/wv/wv_1.2.9-1.debian.tar.gz
wv_1.2.9-1.dsc
  to main/w/wv/wv_1.2.9-1.dsc
wv_1.2.9-1_amd64.deb
  to main/w/wv/wv_1.2.9-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 655...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dmitry Smirnov <only...@member.fsf.org> (supplier of updated wv 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: SHA512

Format: 1.8
Date: Thu, 09 Feb 2012 13:43:50 +1100
Source: wv
Binary: wv libwv-1.2-4 libwv-dev
Architecture: source amd64
Version: 1.2.9-1
Distribution: unstable
Urgency: medium
Maintainer: Daniel Walrond <deb...@djw.org.uk>
Changed-By: Dmitry Smirnov <only...@member.fsf.org>
Description: 
 libwv-1.2-4 - Library for accessing Microsoft Word documents
 libwv-dev  - Development files for the wvWare library
 wv         - Programs for accessing Microsoft Word documents
Closes: 655789
Changes: 
 wv (1.2.9-1) unstable; urgency=medium
 .
   * Added myself as Uploader.
   * uploading to unstable since pyabiword is ready for transition.
     (Closes: #655789)
Checksums-Sha1: 
 0ca76ac18cac95b5532c4efd3a874cdb9ced5e1a 1595 wv_1.2.9-1.dsc
 9fc0da062557c0710f28cf059b88e17b642fd067 12864 wv_1.2.9-1.debian.tar.gz
 bd5379169f500c970cc35a957655ed603bd213d4 89528 wv_1.2.9-1_amd64.deb
 e1b7bf076501e90296d6c06eeb3a42212b741971 153836 libwv-1.2-4_1.2.9-1_amd64.deb
 ed84673148e6bc76d07ae770b796b459d7a407a0 206018 libwv-dev_1.2.9-1_amd64.deb
Checksums-Sha256: 
 30a22e07444d3e919f881f5e6128b8589856bef184c762d4d2ba068d3dfcc3ef 1595 
wv_1.2.9-1.dsc
 4bcc718be863938cf12a157afdba3cee1dcd0a52f636e6822298ec4429928bdb 12864 
wv_1.2.9-1.debian.tar.gz
 15a936fdfaa8d26ac0318069f4d5027afe5ac38844d545169747a26a9075e4c7 89528 
wv_1.2.9-1_amd64.deb
 5fae98253cc2f5f89111e5dc41470a5658c5b3b18c57b827f9479d754a036bc5 153836 
libwv-1.2-4_1.2.9-1_amd64.deb
 fa1203fe16abe42ac413cd2d1644a5f0c214c64173bb2bc3f2f68006b21459e0 206018 
libwv-dev_1.2.9-1_amd64.deb
Files: 
 c7cb5eefcc48185e026136bbaa90fcf5 1595 text optional wv_1.2.9-1.dsc
 bde10daaaeed9c0c5d9a96aa22f489f3 12864 text optional wv_1.2.9-1.debian.tar.gz
 36a9b05a67218d28fac2736d36ad0c82 89528 text optional wv_1.2.9-1_amd64.deb
 0ac386ef4873fb4ae225befb7780913f 153836 libs optional 
libwv-1.2-4_1.2.9-1_amd64.deb
 2b4a3f3b7a0af102d35a009d8a2af884 206018 libdevel optional 
libwv-dev_1.2.9-1_amd64.deb

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

iQEcBAEBCgAGBQJPNGCiAAoJEIAhAkTu07wN/EYH/0zDSZco7e4KqqrJwcKuat+j
NucvL0VIEdTHtvrwH1eEJEwjWcIwCjgH09ecr+nNFiea2JnaLOMOOg5oprf96Srl
qYQjNoTL18h9SlPteDMdafmDlyMd5/wHBU5LsXG1zzFijL+0Uf3Tw+z5xkRDR4O1
ec+r4Rk0nMhpHpU8wqcsYk+SNSuoP9m1G1RWdAScWdVANy4HWIbKpZauGQXOwPy8
i9w6sTO9QTvnGum2byDcdxNPz0ggin8flp43fiCWMKqEO5KjHfFG/23TZ3CNRNT2
H2ILvWLgDTCwTHXcZH9MSGRCfDj2+A+EHWgGhahgKHNx0+EBpSjCLuvahLCYYtA=
=NrJN
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to