Your message dated Sun, 31 Jan 2010 05:17:09 +0000
with message-id <e1nbsbj-0002s7...@ries.debian.org>
and subject line Bug#552820: fixed in cmus 2.2.0-4.1
has caused the Debian Bug report #552820,
regarding cmus: FTBFS: mpc.c:19: error: expected specifier-qualifier-list 
before 'mpc_decoder'
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.)


-- 
552820: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=552820
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: cmus
Version: 2.2.0-4
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20091028 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
>    CC     mpc.lo
> mpc.c:14:27: warning: mpcdec/mpcdec.h: No such file or directory
> mpc.c:19: error: expected specifier-qualifier-list before 'mpc_decoder'
> mpc.c:43: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
> 'read_impl'
> mpc.c:58: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
> 'seek_impl'
> mpc.c:69: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
> 'tell_impl'
> mpc.c:76: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
> 'get_size_impl'
> mpc.c:84: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
> 'canseek_impl'
> mpc.c: In function 'mpc_open':
> mpc.c:97: error: 'struct mpc_private' has no member named 'file_size'
> mpc.c:99: error: 'struct mpc_private' has no member named 'file_size'
> mpc.c:104: error: 'struct mpc_private' has no member named 'reader'
> mpc.c:104: error: 'read_impl' undeclared (first use in this function)
> mpc.c:104: error: (Each undeclared identifier is reported only once
> mpc.c:104: error: for each function it appears in.)
> mpc.c:105: error: 'struct mpc_private' has no member named 'reader'
> mpc.c:105: error: 'seek_impl' undeclared (first use in this function)
> mpc.c:106: error: 'struct mpc_private' has no member named 'reader'
> mpc.c:106: error: 'tell_impl' undeclared (first use in this function)
> mpc.c:107: error: 'struct mpc_private' has no member named 'reader'
> mpc.c:107: error: 'get_size_impl' undeclared (first use in this function)
> mpc.c:108: error: 'struct mpc_private' has no member named 'reader'
> mpc.c:108: error: 'canseek_impl' undeclared (first use in this function)
> mpc.c:109: error: 'struct mpc_private' has no member named 'reader'
> mpc.c:115: warning: implicit declaration of function 'mpc_streaminfo_init'
> mpc.c:115: error: 'struct mpc_private' has no member named 'info'
> mpc.c:116: warning: implicit declaration of function 'mpc_streaminfo_read'
> mpc.c:116: error: 'struct mpc_private' has no member named 'info'
> mpc.c:116: error: 'struct mpc_private' has no member named 'reader'
> mpc.c:116: error: 'ERROR_CODE_OK' undeclared (first use in this function)
> mpc.c:122: warning: implicit declaration of function 'mpc_decoder_setup'
> mpc.c:122: error: 'struct mpc_private' has no member named 'decoder'
> mpc.c:122: error: 'struct mpc_private' has no member named 'reader'
> mpc.c:123: warning: implicit declaration of function 'mpc_decoder_initialize'
> mpc.c:123: error: 'struct mpc_private' has no member named 'decoder'
> mpc.c:123: error: 'struct mpc_private' has no member named 'info'
> mpc.c:128: error: 'struct mpc_private' has no member named 'samples_avail'
> mpc.c:129: error: 'struct mpc_private' has no member named 'samples_pos'
> mpc.c:131: error: 'struct mpc_private' has no member named 'info'
> mpc.c:131: error: 'struct mpc_private' has no member named 'info'
> mpc.c: In function 'scale':
> mpc.c:148: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' 
> token
> mpc.c:148: error: 'samples' undeclared (first use in this function)
> mpc.c:149: warning: ISO C90 forbids mixed declarations and code
> mpc.c:156: error: 'struct mpc_private' has no member named 'samples_avail'
> mpc.c:157: error: 'struct mpc_private' has no member named 'samples_avail'
> mpc.c:160: error: 'struct mpc_private' has no member named 'samples'
> mpc.c:160: error: 'struct mpc_private' has no member named 'samples_pos'
> mpc.c:175: error: 'struct mpc_private' has no member named 'samples_pos'
> mpc.c:176: error: 'struct mpc_private' has no member named 'samples_avail'
> mpc.c:177: error: 'struct mpc_private' has no member named 'samples_avail'
> mpc.c:178: error: 'struct mpc_private' has no member named 'samples_pos'
> mpc.c: In function 'mpc_read':
> mpc.c:188: error: 'struct mpc_private' has no member named 'samples_avail'
> mpc.c:189: warning: implicit declaration of function 'mpc_decoder_decode'
> mpc.c:189: error: 'struct mpc_private' has no member named 'decoder'
> mpc.c:189: error: 'struct mpc_private' has no member named 'samples'
> mpc.c:203: error: 'struct mpc_private' has no member named 'samples_avail'
> mpc.c:203: error: 'struct mpc_private' has no member named 'info'
> mpc.c: In function 'mpc_seek':
> mpc.c:212: error: 'struct mpc_private' has no member named 'samples_pos'
> mpc.c:213: error: 'struct mpc_private' has no member named 'samples_avail'
> mpc.c:215: warning: implicit declaration of function 
> 'mpc_decoder_seek_seconds'
> mpc.c:215: error: 'struct mpc_private' has no member named 'decoder'
> mpc.c: In function 'gain_to_str':
> mpc.c:230: warning: implicit declaration of function 'sprintf'
> mpc.c:230: warning: incompatible implicit declaration of built-in function 
> 'sprintf'
> mpc.c: In function 'peak_to_str':
> mpc.c:237: warning: incompatible implicit declaration of built-in function 
> 'sprintf'
> mpc.c: In function 'mpc_read_comments':
> mpc.c:262: error: 'struct mpc_private' has no member named 'info'
> mpc.c:262: error: 'struct mpc_private' has no member named 'info'
> mpc.c:263: error: 'struct mpc_private' has no member named 'info'
> mpc.c:264: error: 'struct mpc_private' has no member named 'info'
> mpc.c:266: error: 'struct mpc_private' has no member named 'info'
> mpc.c:266: error: 'struct mpc_private' has no member named 'info'
> mpc.c:267: error: 'struct mpc_private' has no member named 'info'
> mpc.c:268: error: 'struct mpc_private' has no member named 'info'
> mpc.c: In function 'mpc_duration':
> mpc.c:284: error: 'struct mpc_private' has no member named 'info'
> mpc.c:284: error: 'struct mpc_private' has no member named 'info'
> mpc.c:285: warning: control reaches end of non-void function
> make[1]: *** [mpc.lo] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2009/10/28/cmus_2.2.0-4_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: cmus
Source-Version: 2.2.0-4.1

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

cmus_2.2.0-4.1.diff.gz
  to main/c/cmus/cmus_2.2.0-4.1.diff.gz
cmus_2.2.0-4.1.dsc
  to main/c/cmus/cmus_2.2.0-4.1.dsc
cmus_2.2.0-4.1_amd64.deb
  to main/c/cmus/cmus_2.2.0-4.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 552...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Clint Adams <sch...@debian.org> (supplier of updated cmus 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: Sun, 31 Jan 2010 00:03:40 -0500
Source: cmus
Binary: cmus
Architecture: source amd64
Version: 2.2.0-4.1
Distribution: unstable
Urgency: low
Maintainer: Carlos Eduardo Sotelo Pinto (krlos) <krlos....@gmail.com>
Changed-By: Clint Adams <sch...@debian.org>
Description: 
 cmus       - lightweight ncurses audio player
Closes: 476382 552820
Changes: 
 cmus (2.2.0-4.1) unstable; urgency=low
 .
   * NMU
   * Patch from Yavor Doganov to port cmus to the new mpcdec API,
     thereby allowing cmus to build from source again.
     closes: #476382, #552820.
Checksums-Sha1: 
 f91342cfb6714b9a36cbe09b102eef3a7df080da 1892 cmus_2.2.0-4.1.dsc
 261a9de7419d1881ace074a436824e3586efa4bf 5322 cmus_2.2.0-4.1.diff.gz
 69f5afd795b7a8e6720cc8bcc572cc53fe23e2a4 172144 cmus_2.2.0-4.1_amd64.deb
Checksums-Sha256: 
 f9892d3e83a2d1466aaabef47743e5c1afd3459fe4827abd071c187e10b3c713 1892 
cmus_2.2.0-4.1.dsc
 470b07c7537392a60317102298774c7c471ace2286403923a0cd4ff3b590f07a 5322 
cmus_2.2.0-4.1.diff.gz
 20cddc3ba9270e27da69db06329ba2041641015721c6ede40a4bce8c452ec2db 172144 
cmus_2.2.0-4.1_amd64.deb
Files: 
 c6ac0416f858d9ca2c1afc3868cbf20e 1892 sound optional cmus_2.2.0-4.1.dsc
 e53438a191db11d3a03224c02b32ed36 5322 sound optional cmus_2.2.0-4.1.diff.gz
 f4de240d3db5d684df008ebec1fc8bc5 172144 sound optional cmus_2.2.0-4.1_amd64.deb

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

iQIcBAEBCgAGBQJLZRBLAAoJEFWSMx4ZnTio2CkP/j+SmklmMdrr73XrY/VqhbXj
LJirpZM1r6ar3p8T8Bopnd16yobmnHVw0woSJrhh5toHCECR1oRPpenCR+F2tjt1
JIwVVeQOS/IF5ZBBZA3LekZkNJlcEfF7DcnQ14K92Mg0DibMO6EgUvy2bt9M8+fu
PjktHz6n7t60mB7KEVLql6YeEG90pNmnDEHqdSlEhvr2t8kvWA0lksUDXVpqWYOx
42S1yTb7D5nwAv0bSr4TsX8Djw/In25IUxZH0N14VxUNmQxT8oNsKTTErztRU01g
o2xO4dOMo0TovEqaGVJ5bXXpULQ/ESMMyweqfso2U25ERazeO6hEUMoSeoTUmbp0
cT2r2uxidlSry9exbletPx47tjVw6QELkN2VSR+p839lvIq5D+GxNJi45VZY+MSd
Il3OxKSJQfUpOM3eDmaOkzbsKMwqcUumm4N44cNC3hhrmiQwk63zQTbmqAqAef1P
0GCE8KJt1Ojhbw0JDiGN1H9/M7gdM5U3fkJJNPR4AJUQqtnEue2eyY7aFEfWIBrt
HCUkT7w+qnMwFGvo/00izhzRoKnEszHpjDgw4QGYVAHfaAeXlEGWktzPtOKDGigq
4HG2F8DjETVXhk9pflzcggNxHMMwhfnzg+r59R5XdOjgR/kqz3rXU+soYt4t4HlH
9wPVyo/x9ccw98eeb9x1
=hu6H
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to