Your message dated Fri, 08 Jun 2007 21:02:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#427750: fixed in mpd 0.13.0-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: mpd
Version: 0.12.2-3
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs

hi,

while doing an archive wide package rebuild your package failed to build from
source for the following reason:

 > cc -DHAVE_CONFIG_H -I. -I/build/user/mpd-0.12.2/./src -I..    -I/usr/include 
 > -I/usr/include  -pthread -D_REENTRANT -g -Wall -O2 -c -o 
 > mpd-audioOutput_alsa.o `test -f 'audioOutputs/audioOutput_alsa.c' || echo 
 > '/build/user/mpd-0.12.2/./src/'`audioOutputs/audioOutput_alsa.c
 > cc -DHAVE_CONFIG_H -I. -I/build/user/mpd-0.12.2/./src -I..    -I/usr/include 
 > -I/usr/include  -pthread -D_REENTRANT -g -Wall -O2 -c -o 
 > mpd-audioOutput_ao.o `test -f 'audioOutputs/audioOutput_ao.c' || echo 
 > '/build/user/mpd-0.12.2/./src/'`audioOutputs/audioOutput_ao.c
 > cc -DHAVE_CONFIG_H -I. -I/build/user/mpd-0.12.2/./src -I..    -I/usr/include 
 > -I/usr/include  -pthread -D_REENTRANT -g -Wall -O2 -c -o 
 > mpd-audioOutput_oss.o `test -f 'audioOutputs/audioOutput_oss.c' || echo 
 > '/build/user/mpd-0.12.2/./src/'`audioOutputs/audioOutput_oss.c
 > cc -DHAVE_CONFIG_H -I. -I/build/user/mpd-0.12.2/./src -I..    -I/usr/include 
 > -I/usr/include  -pthread -D_REENTRANT -g -Wall -O2 -c -o 
 > mpd-audioOutput_osx.o `test -f 'audioOutputs/audioOutput_osx.c' || echo 
 > '/build/user/mpd-0.12.2/./src/'`audioOutputs/audioOutput_osx.c
 > cc -DHAVE_CONFIG_H -I. -I/build/user/mpd-0.12.2/./src -I..    -I/usr/include 
 > -I/usr/include  -pthread -D_REENTRANT -g -Wall -O2 -c -o 
 > mpd-audioOutput_pulse.o `test -f 'audioOutputs/audioOutput_pulse.c' || echo 
 > '/build/user/mpd-0.12.2/./src/'`audioOutputs/audioOutput_pulse.c
 > cc -DHAVE_CONFIG_H -I. -I/build/user/mpd-0.12.2/./src -I..    -I/usr/include 
 > -I/usr/include  -pthread -D_REENTRANT -g -Wall -O2 -c -o 
 > mpd-audioOutput_mvp.o `test -f 'audioOutputs/audioOutput_mvp.c' || echo 
 > '/build/user/mpd-0.12.2/./src/'`audioOutputs/audioOutput_mvp.c
 > cc -DHAVE_CONFIG_H -I. -I/build/user/mpd-0.12.2/./src -I..    -I/usr/include 
 > -I/usr/include  -pthread -D_REENTRANT -g -Wall -O2 -c -o 
 > mpd-audioOutput_shout.o `test -f 'audioOutputs/audioOutput_shout.c' || echo 
 > '/build/user/mpd-0.12.2/./src/'`audioOutputs/audioOutput_shout.c
 > cc -DHAVE_CONFIG_H -I. -I/build/user/mpd-0.12.2/./src -I..    -I/usr/include 
 > -I/usr/include  -pthread -D_REENTRANT -g -Wall -O2 -c -o mpd-_flac_common.o 
 > `test -f 'inputPlugins/_flac_common.c' || echo 
 > '/build/user/mpd-0.12.2/./src/'`inputPlugins/_flac_common.c
 > In file included from 
 > /build/user/mpd-0.12.2/./src/inputPlugins/_flac_common.c:26:
 > /build/user/mpd-0.12.2/./src/inputPlugins/_flac_common.h:33:42: error: 
 > FLAC/seekable_stream_decoder.h: No such file or directory
 > In file included from 
 > /build/user/mpd-0.12.2/./src/inputPlugins/_flac_common.c:26:
 > /build/user/mpd-0.12.2/./src/inputPlugins/_flac_common.h:57: error: expected 
 > declaration specifiers or '...' before 'FLAC__StreamDecoderErrorStatus'
 > /build/user/mpd-0.12.2/./src/inputPlugins/_flac_common.c:190: warning: type 
 > defaults to 'int' in declaration of 'FLAC__StreamDecoderErrorStatus'
 > /build/user/mpd-0.12.2/./src/inputPlugins/_flac_common.c:190: error: 
 > expected ';', ',' or ')' before 'status'
 > make[4]: *** [mpd-_flac_common.o] Error 1
 > make[4]: Leaving directory `/build/user/mpd-0.12.2/debian/build/src'
 > make[3]: *** [all-recursive] Error 1
 > make[3]: Leaving directory `/build/user/mpd-0.12.2/debian/build/src'
 > make[2]: *** [all-recursive] Error 1
 > make[2]: Leaving directory `/build/user/mpd-0.12.2/debian/build'
 > make[1]: *** [all] Error 2
 > make[1]: Leaving directory `/build/user/mpd-0.12.2/debian/build'
 > make: *** [debian/stamp-makefile-build] Error 2

I think this is related to an API change and recent upload of a new FLAC 
Library, from libflac-dev's changelog:

  * New upstream release. closes: #405167, #411311
    - libOggFLAC and libOggFLAC++ have been merged into libFLAC, so
      remove their corresponding packages.
    - Because of the API changes required to effect the above, there has
      been yet another soname bump. libflac7 -> libflac8 and
      libflac++5 -> libflac++6. Emails have been dispatched to the
      maintainers of dependent packages.

The Full Build log is available and can be viewed at:

 http://people.debian.org/~lucas/logs/2007/06/04/
 
bye,
        - michael


--- End Message ---
--- Begin Message ---
Source: mpd
Source-Version: 0.13.0-1

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

mpd_0.13.0-1.diff.gz
  to pool/main/m/mpd/mpd_0.13.0-1.diff.gz
mpd_0.13.0-1.dsc
  to pool/main/m/mpd/mpd_0.13.0-1.dsc
mpd_0.13.0-1_amd64.deb
  to pool/main/m/mpd/mpd_0.13.0-1_amd64.deb
mpd_0.13.0.orig.tar.gz
  to pool/main/m/mpd/mpd_0.13.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Decklin Foster <[EMAIL PROTECTED]> (supplier of updated mpd 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: Fri, 08 Jun 2007 10:53:45 -0400
Source: mpd
Binary: mpd
Architecture: source amd64
Version: 0.13.0-1
Distribution: unstable
Urgency: low
Maintainer: Decklin Foster <[EMAIL PROTECTED]>
Changed-By: Decklin Foster <[EMAIL PROTECTED]>
Description: 
 mpd        - Music Player Daemon
Closes: 426657 427750
Changes: 
 mpd (0.13.0-1) unstable; urgency=low
 .
   * New upstream release
     - Build with FLAC 1.1.4, remove liboggflac (Closes: #426657, #427750)
     - Enable new Avahi and JACK support
     - Remove SVN patches http-cleanup.diff, seek.diff
Files: 
 c18da44f6f7fc2cfc7bd8df975201120 882 sound optional mpd_0.13.0-1.dsc
 0b33bdb9d706439949344073e90f812a 556631 sound optional mpd_0.13.0.orig.tar.gz
 03d8aa9c2a6346958825a6e7829e22a0 13856 sound optional mpd_0.13.0-1.diff.gz
 9a0b4c0a2b79de510ea11b8167e41c7d 164716 sound optional mpd_0.13.0-1_amd64.deb

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

iD8DBQFGab8QuIJGh/GWjRsRAtDIAJ4pwChsnjtPRY5eYLMphRwEp2VbwQCeKLxo
aXT3m4vka0cHZ+4ecmMvMlk=
=0Y05
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to