Source: forked-daapd
Version: 0.19gcd-2.1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20130825 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
> 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://aws-logs.debian.net/ftbfs-logs/2013/08/25/forked-daapd_0.19gcd-2.1_unstable.log

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 EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to