Your message dated Wed, 25 Mar 2009 04:32:04 +0000
with message-id <e1lmkma-0007se...@ries.debian.org>
and subject line Bug#517570: fixed in cmus 2.2.0-4
has caused the Debian Bug report #517570,
regarding cmus - FTBFS: warning: ffmpeg/avcodec.h: No such file or directory
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.)
--
517570: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=517570
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: cmus
Version: 2.2.0-3+b1
Severity: serious
There was an error while trying to autobuild your package:
> Automatic build of cmus_2.2.0-3+b1 on debian-31.osdl.marist.edu by
> sbuild/s390 98
[...]
> CC ffmpeg.lo
> ffmpeg.c:21:28: warning: ffmpeg/avcodec.h: No such file or directory
> ffmpeg.c:22:29: warning: ffmpeg/avformat.h: No such file or directory
> ffmpeg.c:23:25: warning: ffmpeg/avio.h: No such file or directory
> ffmpeg.c:33: error: expected specifier-qualifier-list before 'AVPacket'
> ffmpeg.c:45: error: expected specifier-qualifier-list before 'AVCodecContext'
> ffmpeg.c: In function 'ffmpeg_input_create':
> ffmpeg.c:57: warning: implicit declaration of function 'av_new_packet'
> ffmpeg.c:57: error: 'struct ffmpeg_input' has no member named 'pkt'
> ffmpeg.c:61: error: 'struct ffmpeg_input' has no member named 'curr_pkt_size'
> ffmpeg.c:62: error: 'struct ffmpeg_input' has no member named 'curr_pkt_buf'
> ffmpeg.c:62: error: 'struct ffmpeg_input' has no member named 'pkt'
> ffmpeg.c: In function 'ffmpeg_input_free':
> ffmpeg.c:68: warning: implicit declaration of function 'av_free_packet'
> ffmpeg.c:68: error: 'struct ffmpeg_input' has no member named 'pkt'
> ffmpeg.c: In function 'ffmpeg_output_create':
> ffmpeg.c:75: error: 'AVCODEC_MAX_AUDIO_FRAME_SIZE' undeclared (first use in
> this function)
> ffmpeg.c:75: error: (Each undeclared identifier is reported only once
> ffmpeg.c:75: error: for each function it appears in.)
> ffmpeg.c: In function 'ffmpeg_init':
> ffmpeg.c:102: warning: implicit declaration of function 'av_log_set_level'
> ffmpeg.c:102: error: 'AV_LOG_QUIET' undeclared (first use in this function)
> ffmpeg.c:104:6: warning: "LIBAVFORMAT_VERSION_INT" is not defined
> ffmpeg.c:105: warning: implicit declaration of function 'avcodec_init'
> ffmpeg.c:106: warning: implicit declaration of function 'register_avcodec'
> ffmpeg.c:106: error: 'wmav1_decoder' undeclared (first use in this function)
> ffmpeg.c:107: error: 'wmav2_decoder' undeclared (first use in this function)
> ffmpeg.c:115: warning: implicit declaration of function 'asf_init'
> ffmpeg.c:122: warning: implicit declaration of function 'register_protocol'
> ffmpeg.c:122: error: 'file_protocol' undeclared (first use in this function)
> ffmpeg.c: In function 'ffmpeg_open':
> ffmpeg.c:136: error: 'AVCodec' undeclared (first use in this function)
> ffmpeg.c:136: error: 'codec' undeclared (first use in this function)
> ffmpeg.c:137: error: 'AVCodecContext' undeclared (first use in this function)
> ffmpeg.c:137: error: 'cc' undeclared (first use in this function)
> ffmpeg.c:138: error: 'AVFormatContext' undeclared (first use in this function)
> ffmpeg.c:138: error: 'ic' undeclared (first use in this function)
> ffmpeg.c:143: warning: implicit declaration of function 'av_open_input_file'
> ffmpeg.c:150: warning: implicit declaration of function 'av_find_stream_info'
> ffmpeg.c:159: error: 'CODEC_TYPE_AUDIO' undeclared (first use in this
> function)
> ffmpeg.c:171: warning: implicit declaration of function 'avcodec_find_decoder'
> ffmpeg.c:178: error: 'CODEC_CAP_TRUNCATED' undeclared (first use in this
> function)
> ffmpeg.c:179: error: 'CODEC_FLAG_TRUNCATED' undeclared (first use in this
> function)
> ffmpeg.c:181: warning: implicit declaration of function 'avcodec_open'
> ffmpeg.c:191: warning: implicit declaration of function 'av_close_input_file'
> ffmpeg.c:196: error: 'struct ffmpeg_private' has no member named
> 'codec_context'
> ffmpeg.c:197: error: 'struct ffmpeg_private' has no member named
> 'input_context'
> ffmpeg.c:198: error: 'struct ffmpeg_private' has no member named
> 'stream_index'
> ffmpeg.c:199: error: 'struct ffmpeg_private' has no member named 'input'
> ffmpeg.c:200: error: 'struct ffmpeg_private' has no member named 'input'
> ffmpeg.c:201: warning: implicit declaration of function 'avcodec_close'
> ffmpeg.c:206: error: 'struct ffmpeg_private' has no member named 'output'
> ffmpeg.c: In function 'ffmpeg_close':
> ffmpeg.c:217: error: 'struct ffmpeg_private' has no member named
> 'codec_context'
> ffmpeg.c:218: error: 'struct ffmpeg_private' has no member named
> 'input_context'
> ffmpeg.c:219: error: 'struct ffmpeg_private' has no member named 'input'
> ffmpeg.c:220: error: 'struct ffmpeg_private' has no member named 'output'
> ffmpeg.c: At top level:
> ffmpeg.c:230: error: expected ')' before '*' token
> ffmpeg.c:252:6: warning: "LIBAVCODEC_VERSION_INT" is not defined
> ffmpeg.c: In function 'ffmpeg_read':
> ffmpeg.c:274: error: 'struct ffmpeg_private' has no member named 'output'
> ffmpeg.c:279: warning: implicit declaration of function 'ffmpeg_fill_buffer'
> ffmpeg.c:279: error: 'struct ffmpeg_private' has no member named
> 'input_context'
> ffmpeg.c:279: error: 'struct ffmpeg_private' has no member named
> 'codec_context'
> ffmpeg.c:279: error: 'struct ffmpeg_private' has no member named 'input'
> ffmpeg.c:279: error: 'struct ffmpeg_private' has no member named 'output'
> ffmpeg.c: In function 'ffmpeg_seek':
> ffmpeg.c:294: error: 'AVStream' undeclared (first use in this function)
> ffmpeg.c:294: error: 'st' undeclared (first use in this function)
> ffmpeg.c:294: error: 'struct ffmpeg_private' has no member named
> 'input_context'
> ffmpeg.c:294: error: 'struct ffmpeg_private' has no member named
> 'stream_index'
> ffmpeg.c:295: warning: ISO C90 forbids mixed declarations and code
> ffmpeg.c:303:6: warning: "LIBAVFORMAT_VERSION_INT" is not defined
> ffmpeg.c:310: warning: implicit declaration of function 'av_seek_frame'
> ffmpeg.c:310: error: 'struct ffmpeg_private' has no member named
> 'input_context'
> ffmpeg.c:310: error: 'struct ffmpeg_private' has no member named
> 'stream_index'
> ffmpeg.c:315: error: 'struct ffmpeg_private' has no member named 'output'
> ffmpeg.c: In function 'ffmpeg_read_comments':
> ffmpeg.c:335: error: 'AVFormatContext' undeclared (first use in this function)
> ffmpeg.c:335: error: 'ic' undeclared (first use in this function)
> ffmpeg.c:335: error: 'struct ffmpeg_private' has no member named
> 'input_context'
> ffmpeg.c:336: warning: ISO C90 forbids mixed declarations and code
> ffmpeg.c: In function 'ffmpeg_duration':
> ffmpeg.c:361: error: 'struct ffmpeg_private' has no member named
> 'input_context'
> ffmpeg.c:362: warning: control reaches end of non-void function
> make[1]: *** [ffmpeg.lo] Error 1
> make[1]: Leaving directory `/build/buildd/cmus-2.2.0'
> make: *** [build-stamp] Error 2
> dpkg-buildpackage: failure: debian/rules build gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: cmus
Source-Version: 2.2.0-4
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.diff.gz
to pool/main/c/cmus/cmus_2.2.0-4.diff.gz
cmus_2.2.0-4.dsc
to pool/main/c/cmus/cmus_2.2.0-4.dsc
cmus_2.2.0-4_i386.deb
to pool/main/c/cmus/cmus_2.2.0-4_i386.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 517...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Carlos Eduardo Sotelo Pinto (krlos) <krlos....@gmail.com> (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: SHA1
Format: 1.8
Date: Thu, 19 Mar 2009 13:38:16 -0500
Source: cmus
Binary: cmus
Architecture: source i386
Version: 2.2.0-4
Distribution: unstable
Urgency: low
Maintainer: Carlos Eduardo Sotelo Pinto (krlos) <krlos....@gmail.com>
Changed-By: Carlos Eduardo Sotelo Pinto (krlos) <krlos....@gmail.com>
Description:
cmus - lightweight ncurses audio player
Closes: 439719 449897 517570
Changes:
cmus (2.2.0-4) unstable; urgency=low
.
* Updated debian/watch file Closes: #449897
- Thanks to Raphael Geissert <atom...@gmail.com>
* Fix the ffmpeg/avcodec.h includes Closes: #517570
- Thanks to Cyril Brulebois <k...@debian.org>
* Added Recommends libasound2, libartsc0, libao2 Closes: #439719
* Added Depends line in debian/control
* Added dpatch on Build-Depends on debian/control
* Deleted commented lines on debian/rules
* Update debian/rules for dpatch dependence
* Changed debian/control
- Standard-Version to 3.8.1 ( was 3.8.0 )
- Added debian/README.source
- Updated to debhelper to 7
- Updated debian/compat (was 5)
- Added Homepage field
Checksums-Sha1:
bf042312b74f054b430272a0b1d47a2a89f30f77 1226 cmus_2.2.0-4.dsc
7da8d35ba390e6909b1a540b138018b8cf31182b 3954 cmus_2.2.0-4.diff.gz
2bd9aea5dccc42c3335814d0bde400bafee94479 142282 cmus_2.2.0-4_i386.deb
Checksums-Sha256:
b95f450709533f0c5e6c4c7432e688884046f92c66e9bf61059c9130e29e078f 1226
cmus_2.2.0-4.dsc
5dfed5b538e78c45ec747c397ada85246dbfe49ab601d7ebc4143a3cb7700805 3954
cmus_2.2.0-4.diff.gz
0c0eb9873b398d587f642870a03b0dd04d4287e0302ccf7d7c97f50d72defb1a 142282
cmus_2.2.0-4_i386.deb
Files:
e1b6f0dbbc290cd7c7e8a09ce3f658c6 1226 sound optional cmus_2.2.0-4.dsc
70313bcbacfaef3fca86dd339b07b66d 3954 sound optional cmus_2.2.0-4.diff.gz
75affbcac0290a8839dc1e25cf85e8a6 142282 sound optional cmus_2.2.0-4_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAknJsikACgkQgEAZ+qIJwwU0BwCfXEroePgR0aQCBh0Go1tSUuhl
e4UAn3pPNrRWrCouGFrsDI4K4ALxyfci
=tUpx
-----END PGP SIGNATURE-----
--- End Message ---