Your message dated Mon, 12 May 2014 09:35:19 +0000
with message-id <e1wjmdj-0007p3...@franck.debian.org>
and subject line Bug#739243: fixed in fuse-emulator-utils 1.1.1-3
has caused the Debian Bug report #739243,
regarding FTBFS with libav10
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.)
--
739243: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739243
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: fuse-emulator-utils
Severity: important
Hi,
your package fails to build from source against libav 10 (currently
packaged in experimental). This bug will become release-critical
at some point when the libav10 transition starts.
Migration documentation can be found at
https://wiki.libav.org/Migration/10
Cheers,
Moritz
fmfconv_ff.c: In function 'ffmpeg_resample_audio':
fmfconv_ff.c:136:5: warning: implicit declaration of function
'audio_resample_close' [-Wimplicit-function-declaration]
audio_resample_close( audio_resample_ctx );
^
fmfconv_ff.c:148:5: warning: implicit declaration of function
'av_audio_resample_init' [-Wimplicit-function-declaration]
audio_resample_ctx = av_audio_resample_init( out_chn, snd_chn,
^
fmfconv_ff.c:148:24: warning: assignment makes pointer from integer without a
cast [enabled by default]
audio_resample_ctx = av_audio_resample_init( out_chn, snd_chn,
^
fmfconv_ff.c:163:3: warning: implicit declaration of function 'audio_resample'
[-Wimplicit-function-declaration]
len = audio_resample( audio_resample_ctx,
^
fmfconv_ff.c: At top level:
fmfconv_ff.c:227:24: warning: 'enum CodecID' declared inside parameter list
[enabled by default]
add_audio_stream( enum CodecID codec_id, int freq, int stereo )
^
fmfconv_ff.c:227:24: warning: its scope is only this definition or declaration,
which is probably not what you want [enabled by
default]
fmfconv_ff.c:227:32: error: parameter 1 ('codec_id') has incomplete type
add_audio_stream( enum CodecID codec_id, int freq, int stereo )
^
fmfconv_ff.c: In function 'ffmpeg_add_sound_ffmpeg':
fmfconv_ff.c:346:7: warning: implicit declaration of function
'avcodec_encode_audio' [-Wimplicit-function-declaration]
pkt.size = avcodec_encode_audio( c, audio_outbuf, audio_outbuf_size,
audio_inpbuf );
^
fmfconv_ff.c: At top level:
fmfconv_ff.c:443:24: warning: 'enum CodecID' declared inside parameter list
[enabled by default]
add_video_stream( enum CodecID codec_id, int w, int h, int timing )
fmfconv_ff.c: In function 'alloc_picture':
fmfconv_ff.c:508:3: warning: 'avcodec_alloc_frame' is deprecated (declared at
/usr/include/libavcodec/avcodec.h:3110) [-Wdeprecated-declarations]
picture = avcodec_alloc_frame();
^
fmfconv_ff.c: In function 'ffmpeg_add_frame_ffmpeg':
fmfconv_ff.c:625:5: warning: implicit declaration of function
'avcodec_encode_video' [-Wimplicit-function-declaration]
out_size = avcodec_encode_video( c, video_outbuf, video_outbuf_size,
ffmpeg_pict );
^
fmfconv_ff.c: In function 'out_write_ffmpegheader':
fmfconv_ff.c:677:16: error: storage size of 'acodec' isn't known
enum CodecID acodec, vcodec;
^
fmfconv_ff.c:677:24: error: storage size of 'vcodec' isn't known
enum CodecID acodec, vcodec;
^
fmfconv_ff.c:728:41: error: 'CODEC_ID_NONE' undeclared (first use in this
function)
if( out_t == TYPE_FFMPEG && vcodec != CODEC_ID_NONE ) {
^
fmfconv_ff.c:728:41: note: each undeclared identifier is reported only once for
each function it appears in
fmfconv_ff.c:677:24: warning: unused variable 'vcodec' [-Wunused-variable]
enum CodecID acodec, vcodec;
^
fmfconv_ff.c:677:16: warning: unused variable 'acodec' [-Wunused-variable]
enum CodecID acodec, vcodec;
^
make[3]: *** [fmfconv_ff.o] Error 1
make[3]: Leaving directory `/home/jmm/av10/fuse-emulator-utils-1.1.1'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/jmm/av10/fuse-emulator-utils-1.1.1'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/jmm/av10/fuse-emulator-utils-1.1.1'
dh_auto_build: make -j1 returned exit code 2
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: fuse-emulator-utils
Source-Version: 1.1.1-3
We believe that the bug you reported is fixed in the latest version of
fuse-emulator-utils, 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 739...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Alberto Garcia <be...@igalia.com> (supplier of updated fuse-emulator-utils
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: SHA256
Format: 1.8
Date: Mon, 12 May 2014 10:54:51 +0300
Source: fuse-emulator-utils
Binary: fuse-emulator-utils
Architecture: source amd64
Version: 1.1.1-3
Distribution: unstable
Urgency: medium
Maintainer: Alberto Garcia <be...@igalia.com>
Changed-By: Alberto Garcia <be...@igalia.com>
Description:
fuse-emulator-utils - The Free Unix Spectrum Emulator - Utilities
Closes: 739243 744397
Changes:
fuse-emulator-utils (1.1.1-3) unstable; urgency=medium
.
* Release to unstable (Closes: #739243):
* fix-wav-sample-rate.patch: fix WAV sample rate (Closes: #744397).
* debian/rules: enable parallel builds.
* debian/copyright: update copyright years.
Checksums-Sha1:
7446ae101deb6da0ae6c88e2ccfdaf8a055282cd 1952 fuse-emulator-utils_1.1.1-3.dsc
340e84c15415efdd800e0ffdcac552885b698a91 5476
fuse-emulator-utils_1.1.1-3.debian.tar.xz
d9c6271e5e9b465efeb0ee3cb3f1dad3a8cd902a 104348
fuse-emulator-utils_1.1.1-3_amd64.deb
Checksums-Sha256:
9f097626bbac75f79f04f8316c66771167da424f0887ff7b5b7e0cf6ca17141b 1952
fuse-emulator-utils_1.1.1-3.dsc
5f692eb9a27d98ed16dcad2c5bffade7d7af0a12ac580b668dc4171588c94e01 5476
fuse-emulator-utils_1.1.1-3.debian.tar.xz
13f179b82212ef21d01397f52a468a5899d98557f819c7387ff761499d9b01f7 104348
fuse-emulator-utils_1.1.1-3_amd64.deb
Files:
96cfb23fbee94305f82873753e6caaa0 104348 otherosfs optional
fuse-emulator-utils_1.1.1-3_amd64.deb
c20cf6e1896fbb00933cbef9d24993c0 1952 otherosfs optional
fuse-emulator-utils_1.1.1-3.dsc
494e0732ec36ac5df603b7ec934f44dd 5476 otherosfs optional
fuse-emulator-utils_1.1.1-3.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIVAwUBU3B/9b4yGa8+1BNBAQiH+Q//RW2laziprRizDMfmfG8HSx3TYkq1Ul5t
80TbfQnrmJ8Vdy7dxhU7VtRQ+CRrUQwq3U7ne/Bfb3ZuJx0M3t8sQxQP6jcpFfdA
+8oRWziPsnZsJGdyFMWxLLD0+yh/ccEpJdoJr+6GlTEcISd1jQTD6msgbVseuw6B
awQSLiVcBatFbsdOiuFzEejpo3lxhB2I28vyKNghPsGG8Dj7hWL21zx69eSt1FRm
+uGPo7mDbROSDJo2UuRIwUp/fsCVYRlpytYjDHTEFFVz2pFMR2ewP6yEFKFoDGjb
8TIPpaya/15z5SmtNJTkiaWp9lmCdcsAkSqyIEIU40zC/CNpycX0uOgWvkMNfPWn
IDZq0pKczTT5pVjOU0UxWRTXK1YIDV1i0/UjB56FFbpjeOXkYRjp1wJ1RHf7AAj/
kX6pIwz3kKjVJaMyy97OytI3h8TN0sGfdd1aix3tuQApzLvDZAQ0okBPoKpYS3VO
f5IXc++oc7N6D229kaXX7R4+OT4IsQ1Omfn+XPyTQ7QLGcGI2zT00H+WA5eNa5jD
Z7q9xWxJaeZ/kxgjDin5HgoRs+W3Tdec0VMSrBVVyCIzrsS84yYf3rDnvuKGQmZK
GPXBk52WCf3mgUxyVntLTP1Qkcvn391MUNWi7PBkJBy3EJehpaTTBxfs/zmfvlfW
Y4P5Q3uETRc=
=qgVV
-----END PGP SIGNATURE-----
--- End Message ---