Your message dated Sun, 21 Jun 2009 19:32:03 +0000
with message-id <[email protected]>
and subject line Bug#533968: fixed in madplay 0.15.2b-6
has caused the Debian Bug report #533968,
regarding madplay: FTBFS: required file `./config.guess' not 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 [email protected]
immediately.)


-- 
533968: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=533968
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: madplay
Version: 0.15.2b-5
Severity: serious
User: [email protected]
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:
> make[1]: Entering directory 
> `/build/user-madplay_0.15.2b-5-amd64-d7zYSz/madplay-0.15.2b'
> if test -e /usr/share/gnulib/config/config.rpath ; then \
>               for i in ./config.rpath ; do \
>                       if ! test -e $i.cdbs-orig ; then \
>                               mv $i $i.cdbs-orig ; \
>                               cp --remove-destination 
> /usr/share/gnulib/config/config.rpath $i ; \
>                       fi ; \
>               done ; \
>       fi
> make[1]: Leaving directory 
> `/build/user-madplay_0.15.2b-5-amd64-d7zYSz/madplay-0.15.2b'
> if test -e /usr/share/gnulib/config/config.rpath ; then \
>               for i in ./config.rpath ; do \
>                       if ! test -e $i.cdbs-orig ; then \
>                               mv $i $i.cdbs-orig ; \
>                               cp --remove-destination 
> /usr/share/gnulib/config/config.rpath $i ; \
>                       fi ; \
>               done ; \
>       fi
> # touch aclocal.m4 so we have that file and cdbs regenerates it.
> touch aclocal.m4
> # Those files are required by automake
> touch NEWS AUTHORS ChangeLog
> cd . && libtoolize -c -f
> libtoolize: putting auxiliary files in `.'.
> libtoolize: copying file `./ltmain.sh'
> libtoolize: putting macros in `m4'.
> libtoolize: copying file `m4/libtool.m4'
> libtoolize: copying file `m4/ltoptions.m4'
> libtoolize: copying file `m4/ltsugar.m4'
> libtoolize: copying file `m4/ltversion.m4'
> libtoolize: copying file `m4/lt~obsolete.m4'
> libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
> libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
> if [ -d ./m4 ]; then m4="-I m4"; fi; if [ -e ./aclocal.m4 ]; then cd . && 
> aclocal-1.10 $m4; fi
> if [ -e ./configure.ac ] || [ -e ./configure.in ]; then cd . && `which 
> autoconfyes || which autoconf`; fi
> if [ -e ./configure.ac ] || [ -e ./configure.in ]; then cd . && `which 
> autoheader1.10 || which autoheader` ; fi
> if [ -e ./Makefile.am ]; then cd . && automake-1.10  ; fi
> configure.ac:35: required file `./config.guess' not found
> configure.ac:35:   `automake --add-missing' can install `config.guess'
> configure.ac:35: required file `./config.sub' not found
> configure.ac:35:   `automake --add-missing' can install `config.sub'
> make: *** [debian/stamp-autotools-files] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/06/20/madplay_0.15.2b-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
| [email protected]   http://www.lucas-nussbaum.net/ |
| jabber: [email protected]             GPG: 1024D/023B3F4F |



--- End Message ---
--- Begin Message ---
Source: madplay
Source-Version: 0.15.2b-6

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

madplay_0.15.2b-6.diff.gz
  to pool/main/m/madplay/madplay_0.15.2b-6.diff.gz
madplay_0.15.2b-6.dsc
  to pool/main/m/madplay/madplay_0.15.2b-6.dsc
madplay_0.15.2b-6_amd64.deb
  to pool/main/m/madplay/madplay_0.15.2b-6_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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Kurt Roeckx <[email protected]> (supplier of updated madplay 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: SHA512

Format: 1.8
Date: Sun, 21 Jun 2009 19:59:04 +0200
Source: madplay
Binary: madplay
Architecture: source amd64
Version: 0.15.2b-6
Distribution: unstable
Urgency: low
Maintainer: Mad Maintainers <[email protected]>
Changed-By: Kurt Roeckx <[email protected]>
Description: 
 madplay    - MPEG audio player in fixed point
Closes: 494865 494866 533968
Changes: 
 madplay (0.15.2b-6) unstable; urgency=low
 .
   * libtoolize no longer updates config.guess/sub, and cdbs's handling
     got fixes a long time ago.  Just let cdbs do it now.  (Closes: #533968)
   * Call automake with the --foreign option, so that we don't need
     to create empty files that would be needed with --gnu.
   * Enable ALSA support. (Closes: #494865)
   * Configure options weren't working because:
     - You need to tell it to cdbs after the includes
     - :+= was being used to set the options.
   * Add patch to handle some LAME tags.  (Closes: #494866)
   * Remove config.h.in in clean target.
   * New libtool creates new files in diff, remove the in clean target.
   * Set compat level to 5.  cdbs autogenerates this, but it wasn't
     under cvs control.
Checksums-Sha1: 
 5c3ccadea88f342129960e5a6537f4ade9605524 1891 madplay_0.15.2b-6.dsc
 982ef6e7d761be1aa1a15294b56616498554e1e3 6210 madplay_0.15.2b-6.diff.gz
 a158de32a21791f1436335593e0a487115c8858a 63576 madplay_0.15.2b-6_amd64.deb
Checksums-Sha256: 
 5220c4fdca78b6a20c5104a3f00d01940329aa8d8c02e155c81b702c2c671db6 1891 
madplay_0.15.2b-6.dsc
 4312146bd1b9e8067c17cffbfd2e43402ee82b449ec79c12d356baf24cdb6685 6210 
madplay_0.15.2b-6.diff.gz
 4e4b5caf079142d7c851e7226848b15acd268ad8f980034e88fc75cd705390db 63576 
madplay_0.15.2b-6_amd64.deb
Files: 
 985300a5caa9dfbd8c5c55523b55ce5d 1891 sound optional madplay_0.15.2b-6.dsc
 c137b1f1c27a37398ff639283cab3f4b 6210 sound optional madplay_0.15.2b-6.diff.gz
 ee2941e33c2e596e8112125fbb758d7e 63576 sound optional 
madplay_0.15.2b-6_amd64.deb

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

iQIcBAEBCgAGBQJKPooKAAoJEGpMZM6DE7XwuLUP/05pJiPkFIgXIUbFjlRvcJR7
V5svVgD9EHd6n0VLB1GlMAQqCV+IY2/VFHU4KQRwELC9JFkc6LVBBAcEBp3zvlcC
TvuWgF/3U5RiMUX2x8lkA6ToxqebZCYzzdJrmPvEdAJEVoNgNKZAsy4QPXRtvp2U
rTPlCCMP0YbG00ILSewgDrPEPXYxvthHe6oDrP0+hb/F7S9GIuF4A9Hp17y/c8hv
A3QUkgCuf2Xp1ay5o6kgqMbszWkq27faDwz22G3msf/fXTC5NwZzQTsuOnebuSfp
EtlAvZgLaquZS9u7uoznY6rSWXUDOYSpdcJil1GHFO20/wvu+ulnAV50h6NxFpnk
zbrjPkKQBbjY6hG/1HD2ReHb/Iu03A2m2zakbmy3Rk9aefaBB3f5/lxHx8w+GR8z
BWe67eB9FSnd9+S5+Z6ncbo3OuR3mQiQq6GceHiGhb+XH1+bZQ1qXT03B2vryR1I
v2ASZEhhEE4yKrScChS3MhOgpBL/n3rrpGqHF6LTwyl5j8xPfhhmOjnhxJ4z5zmB
P7PoVX7jftzpWGFcYSoPogbvyUPj9FCyWFbIR0QPLcyrIkUYTHuk0VFlGLtUaviZ
xo2ykR8NQv4WL0NzV7K6wBNhflCn6VN3IBUnIBOocSFeRh+hPhQyQL/+85z/wCJs
hqVVAxDPP99BdWuHsuV2
=5vW6
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to