Your message dated Wed, 28 Aug 2013 18:48:02 +0000 with message-id <e1vekmg-0006j1...@franck.debian.org> and subject line Bug#720790: fixed in forked-daapd 0.19gcd-3 has caused the Debian Bug report #720790, regarding forked-daapd: FTBFS against libav 9 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.) -- 720790: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720790 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Source: forked-daapd Version: 0.19gcd-2.1 Severity: serious Tags: jessie sid Justification: FTBFS but built successfully in the past Control: block 706798 by -1 forked-daapd FTBFS against libav 9: | clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -DDATADIR="\"/usr/share/forked-daapd\"" -DCONFDIR="\"/etc\"" -DSTATEDIR="\"/var\"" -DPKGLIBDIR="\"/usr/lib/forked-daapd\"" -D_FORTIFY_SOURCE=2 -DFLAC -DMUSEPACK -DITUNES -fblocks -D_REENTRANT -I/usr/include/taglib -D_THREAD_SAFE -D_REENTRANT -I/usr/include/libxml2 -I/usr/include/alsa -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -D_LARGEFILE_SOURCE -MT forked_daapd-artwork.o -MD -MP -MF .deps/forked_daapd-artwork.Tpo -c -o forked_daapd-artwork.o `test -f 'artwork.c' || echo './'`artwork.c | transcode.c:168:11: warning: 'avcodec_decode_audio3' is deprecated [-Wdeprecated-declarations] | used = avcodec_decode_audio3(ctx->acodec, | ^ | /usr/include/libavcodec/avcodec.h:3608:26: note: 'avcodec_decode_audio3' declared here | attribute_deprecated int avcodec_decode_audio3(AVCodecContext *avctx, int16_t *samples, | ^ | transcode.c:193:17: warning: 'audio_resample' is deprecated [-Wdeprecated-declarations] | buflen = audio_resample(ctx->resample_ctx, ctx->re_abuffer, ctx->abuffer, buflen / ctx->input_size); | ^ | /usr/include/libavcodec/avcodec.h:4117:5: note: 'audio_resample' declared here | int audio_resample(ReSampleContext *s, short *output, short *input, int nb_samples); | ^ | transcode.c:266:16: warning: implicit declaration of function 'av_rescale_q' is invalid in C99 [-Wimplicit-function-declaration] | target_pts = av_rescale_q(target_pts, AV_TIME_BASE_Q, ctx->fmtctx->streams[ctx->astream]->time_base); | ^ | transcode.c:369:9: warning: implicit declaration of function 'av_find_stream_info' is invalid in C99 [-Wimplicit-function-declaration] | ret = av_find_stream_info(ctx->fmtctx); | ^ | transcode.c:412:9: warning: implicit declaration of function 'avcodec_open' is invalid in C99 [-Wimplicit-function-declaration] | ret = avcodec_open(ctx->acodec, ctx->adecoder); | ^ | transcode.c:428:35: error: use of undeclared identifier 'SAMPLE_FMT_S16'; did you mean 'AV_SAMPLE_FMT_S16'? | if ((ctx->acodec->sample_fmt != SAMPLE_FMT_S16) | ^~~~~~~~~~~~~~ | AV_SAMPLE_FMT_S16 | /usr/include/libavutil/samplefmt.h:52:5: note: 'AV_SAMPLE_FMT_S16' declared here | AV_SAMPLE_FMT_S16, ///< signed 16 bits | ^ | transcode.c:434:27: warning: 'av_audio_resample_init' is deprecated [-Wdeprecated-declarations] | ctx->resample_ctx = av_audio_resample_init(2, ctx->acodec->channels, | ^ | /usr/include/libavcodec/avcodec.h:4109:18: note: 'av_audio_resample_init' declared here | ReSampleContext *av_audio_resample_init(int output_channels, int input_channels, | ^ | transcode.c:436:8: error: use of undeclared identifier 'SAMPLE_FMT_S16'; did you mean 'AV_SAMPLE_FMT_S16'? | SAMPLE_FMT_S16, ctx->acodec->sample_fmt, | ^~~~~~~~~~~~~~ | AV_SAMPLE_FMT_S16 | /usr/include/libavutil/samplefmt.h:52:5: note: 'AV_SAMPLE_FMT_S16' declared here | AV_SAMPLE_FMT_S16, ///< signed 16 bits | ^ | transcode.c:451:4: warning: 'audio_resample_close' is deprecated [-Wdeprecated-declarations] | audio_resample_close(ctx->resample_ctx); | ^ | /usr/include/libavcodec/avcodec.h:4126:6: note: 'audio_resample_close' declared here | void audio_resample_close(ReSampleContext *s); | ^ | transcode.c:478:3: warning: 'av_close_input_file' is deprecated [-Wdeprecated-declarations] | av_close_input_file(ctx->fmtctx); | ^ | /usr/include/libavformat/avformat.h:1397:6: note: 'av_close_input_file' declared here | void av_close_input_file(AVFormatContext *s); | ^ | transcode.c:491:3: warning: 'av_close_input_file' is deprecated [-Wdeprecated-declarations] | av_close_input_file(ctx->fmtctx); | ^ | /usr/include/libavformat/avformat.h:1397:6: note: 'av_close_input_file' declared here | void av_close_input_file(AVFormatContext *s); | ^ | transcode.c:497:7: warning: 'audio_resample_close' is deprecated [-Wdeprecated-declarations] | audio_resample_close(ctx->resample_ctx); | ^ | /usr/include/libavcodec/avcodec.h:4126:6: note: 'audio_resample_close' declared here | void audio_resample_close(ReSampleContext *s); | ^ | 10 warnings and 2 errors generated. | make[4]: *** [forked_daapd-transcode.o] Error 1 The full build log is available from http://people.debian.org/~sramacher/logs/forked-daapd_0.19gcd-2.1_amd64-20130825-1527.log Regards -- Sebastian Ramacher
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---Source: forked-daapd Source-Version: 0.19gcd-3 We believe that the bug you reported is fixed in the latest version of forked-daapd, which is due to be installed in the Debian FTP archive. 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 720...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Moritz Muehlenhoff <j...@debian.org> (supplier of updated forked-daapd 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...@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Wed, 28 Aug 2013 19:11:37 +0200 Source: forked-daapd Binary: forked-daapd Architecture: source amd64 Version: 0.19gcd-3 Distribution: unstable Urgency: low Maintainer: Debian QA Group <packa...@qa.debian.org> Changed-By: Moritz Muehlenhoff <j...@debian.org> Description: forked-daapd - media server with support for RSP, DAAP, DACP and AirTunes Closes: 720790 Changes: forked-daapd (0.19gcd-3) unstable; urgency=low . * QA upload, orphan package * Fix compatibility with libav9 (Closes: #720790) Checksums-Sha1: 0968bdd7b2b88cd10093797252b10ac074b942be 1608 forked-daapd_0.19gcd-3.dsc eb0ddd5e519786cc1a7160cacc541310e94588af 9272 forked-daapd_0.19gcd-3.debian.tar.gz 7aea91e24b09cf339ebba214e853333990cada9d 151464 forked-daapd_0.19gcd-3_amd64.deb Checksums-Sha256: 80bd58acd57cccf87a11327d5db6b07deaa00f10e732c3360607775662cdf75f 1608 forked-daapd_0.19gcd-3.dsc 63e9449de1b6f57d10718c63ccb8c532600d6167e88406a3444170890efc844c 9272 forked-daapd_0.19gcd-3.debian.tar.gz d88261a94d126452766319a71e0678756a22e676090cead57f8c8ab3525b07f1 151464 forked-daapd_0.19gcd-3_amd64.deb Files: 376845500c065d579ccdc38e9e165498 1608 sound optional forked-daapd_0.19gcd-3.dsc 51e8709578416e8bbb6351ecd67a584a 9272 sound optional forked-daapd_0.19gcd-3.debian.tar.gz 1979160c73aff5ed9566ec2c40a9b992 151464 sound optional forked-daapd_0.19gcd-3_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.14 (GNU/Linux) iEYEARECAAYFAlIeOQ8ACgkQXm3vHE4uylpUGQCcDZNqul9FgRQmHuKyKIqTQZdK nVoAn2+56z5SvEitfwLyJ1vvToJn6JAO =2Wj7 -----END PGP SIGNATURE-----
--- End Message ---