Your message dated Wed, 12 Mar 2014 12:18:35 +0000
with message-id <[email protected]>
and subject line Bug#739242: fixed in freerdp 1.0.2-4
has caused the Debian Bug report #739242,
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 [email protected]
immediately.)


-- 
739242: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739242
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: freerdp
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


[ 79%] Building C object 
channels/drdynvc/tsmf/ffmpeg/CMakeFiles/tsmf_ffmpeg.dir/tsmf_ffmpeg.c.o
cd 
/home/jmm/av10/freerdp-1.0.2/obj-x86_64-linux-gnu/channels/drdynvc/tsmf/ffmpeg 
&& /usr/bin/cc  -Dtsmf_ffmpeg_EXPORTS -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2  
-Wall -Wno-unused-result -Wno-unused-but-set-variable -fPIC 
-I/home/jmm/av10/freerdp-1.0.2/obj-x86_64-linux-gnu 
-I/home/jmm/av10/freerdp-1.0.2/include 
-I/home/jmm/av10/freerdp-1.0.2/channels/drdynvc/tsmf/.. 
-I/home/jmm/av10/freerdp-1.0.2/channels/drdynvc/tsmf/ffmpeg/.. 
-I/usr/include/libavcodec -I/usr/include/libavutil    -o 
CMakeFiles/tsmf_ffmpeg.dir/tsmf_ffmpeg.c.o   -c 
/home/jmm/av10/freerdp-1.0.2/channels/drdynvc/tsmf/ffmpeg/tsmf_ffmpeg.c
/home/jmm/av10/freerdp-1.0.2/channels/drdynvc/tsmf/ffmpeg/tsmf_ffmpeg.c:42:15: 
error: field 'codec_id' has incomplete type
  enum CodecID codec_id;
               ^
/home/jmm/av10/freerdp-1.0.2/channels/drdynvc/tsmf/ffmpeg/tsmf_ffmpeg.c: In 
function 'tsmf_ffmpeg_init_context':
/home/jmm/av10/freerdp-1.0.2/channels/drdynvc/tsmf/ffmpeg/tsmf_ffmpeg.c:57:2: 
warning: implicit declaration of function 'avcodec_alloc_context' 
[-Wimplicit-function-declaration]
  mdecoder->codec_context = avcodec_alloc_context();
  ^
/home/jmm/av10/freerdp-1.0.2/channels/drdynvc/tsmf/ffmpeg/tsmf_ffmpeg.c:57:26: 
warning: assignment makes pointer from integer without a cast [enabled by 
default]
  mdecoder->codec_context = avcodec_alloc_context();
                          ^
/home/jmm/av10/freerdp-1.0.2/channels/drdynvc/tsmf/ffmpeg/tsmf_ffmpeg.c: In 
function 'tsmf_ffmpeg_init_video_stream':
/home/jmm/av10/freerdp-1.0.2/channels/drdynvc/tsmf/ffmpeg/tsmf_ffmpeg.c:77:2: 
warning: 'avcodec_alloc_frame' is deprecated (declared at 
/usr/include/libavcodec/avcodec.h:3110) [-Wdeprecated-declarations]
  mdecoder->frame = avcodec_alloc_frame();
  ^
/home/jmm/av10/freerdp-1.0.2/channels/drdynvc/tsmf/ffmpeg/tsmf_ffmpeg.c: In 
function 'tsmf_ffmpeg_init_audio_stream':
/home/jmm/av10/freerdp-1.0.2/channels/drdynvc/tsmf/ffmpeg/tsmf_ffmpeg.c:92:25: 
error: 'AVCodecContext' has no member named 'dsp_
  mdecoder->codec_context->dsp_mask = AV_CPU_FLAG_SSE2 | AV_CPU_FLAG_MMX2;
                         ^
/home/jmm/av10/freerdp-1.0.2/channels/drdynvc/tsmf/ffmpeg/tsmf_ffmpeg.c: In 
function 'tsmf_ffmpeg_prepare':
/home/jmm/av10/freerdp-1.0.2/channels/drdynvc/tsmf/ffmpeg/tsmf_ffmpeg.c:177:2: 
warning: implicit declaration of function 'avcodec_open' 
[-Wimplicit-function-declaration]
  if (avcodec_open(mdecoder->codec_context, mdecoder->codec) < 0)
  ^
/home/jmm/av10/freerdp-1.0.2/channels/drdynvc/tsmf/ffmpeg/tsmf_ffmpeg.c: In 
function 'tsmf_ffmpeg_set_format':
/home/jmm/av10/freerdp-1.0.2/channels/drdynvc/tsmf/ffmpeg/tsmf_ffmpeg.c:206:25: 
error: 'CODEC_ID_VC1' undeclared (first use in this function)
    mdecoder->codec_id = CODEC_ID_VC1;
                         ^
/home/jmm/av10/freerdp-1.0.2/channels/drdynvc/tsmf/ffmpeg/tsmf_ffmpeg.c:206:25: 
note: each undeclared identifier is reported only once for each function it 
appears in
/home/jmm/av10/freerdp-1.0.2/channels/drdynvc/tsmf/ffmpeg/tsmf_ffmpeg.c:209:25: 
error: 'CODEC_ID_WMAV2' undeclared (first use in this function)
    mdecoder->codec_id = CODEC_ID_WMAV2;
                         ^
/home/jmm/av10/freerdp-1.0.2/channels/drdynvc/tsmf/ffmpeg/tsmf_ffmpeg.c:212:25: 
error: 'CODEC_ID_WMAPRO' undeclared (first use i
/home/jmm/av10/freerdp-1.0.2/channels/drdynvc/tsmf/ffmpeg/tsmf_ffmpeg.c:215:25: 
error: 'CODEC_ID_MP3' undeclared (first use in this function)
    mdecoder->codec_id = CODEC_ID_MP3;
                         ^
/home/jmm/av10/freerdp-1.0.2/channels/drdynvc/tsmf/ffmpeg/tsmf_ffmpeg.c:218:25: 
error: 'CODEC_ID_MP2' undeclared (first use in this function)
    mdecoder->codec_id = CODEC_ID_MP2;
                         ^
/home/jmm/av10/freerdp-1.0.2/channels/drdynvc/tsmf/ffmpeg/tsmf_ffmpeg.c:221:25: 
error: 'CODEC_ID_MPEG2VIDEO' undeclared (first use in this function)
    mdecoder->codec_id = CODEC_ID_MPEG2VIDEO;
                         ^
/home/jmm/av10/freerdp-1.0.2/channels/drdynvc/tsmf/ffmpeg/tsmf_ffmpeg.c:224:25: 
error: 'CODEC_ID_WMV3' undeclared (first use in
this function)
    mdecoder->codec_id = CODEC_ID_WMV3;
/home/jmm/av10/freerdp-1.0.2/channels/drdynvc/tsmf/ffmpeg/tsmf_ffmpeg.c:227:25: 
error: 'CODEC_ID_AAC' undeclared (first use in this function)
    mdecoder->codec_id = CODEC_ID_AAC;
                         ^
/home/jmm/av10/freerdp-1.0.2/channels/drdynvc/tsmf/ffmpeg/tsmf_ffmpeg.c:239:25: 
error: 'CODEC_ID_H264' undeclared (first use in
this function)
    mdecoder->codec_id = CODEC_ID_H264;
                         ^
/home/jmm/av10/freerdp-1.0.2/channels/drdynvc/tsmf/ffmpeg/tsmf_ffmpeg.c:242:25: 
error: 'CODEC_ID_AC3' undeclared (first use in this function)
    mdecoder->codec_id = CODEC_ID_AC3;
                         ^
/home/jmm/av10/freerdp-1.0.2/channels/drdynvc/tsmf/ffmpeg/tsmf_ffmpeg.c: In 
function 'tsmf_ffmpeg_decode_video':
/home/jmm/av10/freerdp-1.0.2/channels/drdynvc/tsmf/ffmpeg/tsmf_ffmpeg.c:302:3: 
warning: 'avcodec_alloc_frame' is deprecated (declared at 
/usr/include/libavcodec/avcodec.h:3110) [-Wdeprecated-declarations]
   frame = avcodec_alloc_frame();
   ^
/home/jmm/av10/freerdp-1.0.2/channels/drdynvc/tsmf/ffmpeg/tsmf_ffmpeg.c: In 
function 'tsmf_ffmpeg_decode_audio':
/home/jmm/av10/freerdp-1.0.2/channels/drdynvc/tsmf/ffmpeg/tsmf_ffmpeg.c:340:32: 
error: 'AVCODEC_MAX_AUDIO_FRAME_SIZE' undeclared (first use in this function)
   mdecoder->decoded_size_max = AVCODEC_MAX_AUDIO_FRAME_SIZE + 16;
/home/jmm/av10/freerdp-1.0.2/channels/drdynvc/tsmf/ffmpeg/tsmf_ffmpeg.c:375:4: 
warning: implicit declaration of function 'avcodec_decode_audio3' 
[-Wimplicit-function-declaration]
    len = avcodec_decode_audio3(mdecoder->codec_context,
    ^
/home/jmm/av10/freerdp-1.0.2/channels/drdynvc/tsmf/ffmpeg/tsmf_ffmpeg.c: In 
function 'TSMFDecoderEntry':
/home/jmm/av10/freerdp-1.0.2/channels/drdynvc/tsmf/ffmpeg/tsmf_ffmpeg.c:502:3: 
warning: implicit declaration of function 'avcodec_init' 
[-Wimplicit-function-declaration]
   avcodec_init();
   ^
make[3]: *** 
[channels/drdynvc/tsmf/ffmpeg/CMakeFiles/tsmf_ffmpeg.dir/tsmf_ffmpeg.c.o] Error 
1
make[3]: Leaving directory `/home/jmm/av10/freerdp-1.0.2/obj-x86_64-linux-gnu'
make[2]: *** [channels/drdynvc/tsmf/ffmpeg/CMakeFiles/tsmf_ffmpeg.dir/all] 
Error 2
make[2]: Leaving directory `/home/jmm/av10/freerdp-1.0.2/obj-x86_64-linux-gnu'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/jmm/av10/freerdp-1.0.2/obj-x86_64-linux-gnu'
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: freerdp
Source-Version: 1.0.2-4

We believe that the bug you reported is fixed in the latest version of
freerdp, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mike Gabriel <[email protected]> (supplier of updated freerdp 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 12 Mar 2014 13:09:41 +0100
Source: freerdp
Binary: freerdp-x11 libfreerdp1 libfreerdp-plugins-standard libfreerdp-dev 
freerdp-x11-dbg libfreerdp1-dbg libfreerdp-plugins-standard-dbg
Architecture: source amd64
Version: 1.0.2-4
Distribution: unstable
Urgency: low
Maintainer: Mike Gabriel <[email protected]>
Changed-By: Mike Gabriel <[email protected]>
Description: 
 freerdp-x11 - RDP client for Windows Terminal Services
 freerdp-x11-dbg - RDP client for Windows Terminal Services (debug)
 libfreerdp-dev - RDP client for Windows Terminal Services (development)
 libfreerdp-plugins-standard - RDP client for Windows Terminal Services 
(plugins)
 libfreerdp-plugins-standard-dbg - RDP client for Windows Terminal Services 
(plugins debug)
 libfreerdp1 - RDP client for Windows Terminal Services (library)
 libfreerdp1-dbg - RDP client for Windows Terminal Services (library debug)
Closes: 739242
Changes: 
 freerdp (1.0.2-4) unstable; urgency=low
 .
   * debian/patches:
     + Add patch: 2001_fix-libav10-FTBFS.patch. Fix FTBFS against libav10.
       (Closes: #739242).
   * debian/control:
     + Bump Standards: version to 3.9.5. No changes needed.
Checksums-Sha1: 
 92b6aa46b0440407cf449a1b1e8ee94a7dfca3c0 2509 freerdp_1.0.2-4.dsc
 d59d7224331c68f9a31a6bdd623c0e8c782f80bd 13404 freerdp_1.0.2-4.debian.tar.xz
 b2aa2b9d7274bc803247d6cdfd88ad79b86ef098 45350 freerdp-x11_1.0.2-4_amd64.deb
 b6dd2d7b55ba57833062649aa377e211ea7631dd 199718 libfreerdp1_1.0.2-4_amd64.deb
 c5955c643fd581d0bfbc343f601e21dd4ef3dd47 70100 
libfreerdp-plugins-standard_1.0.2-4_amd64.deb
 e9f7a349227d00c3ecd1f57be13d0caf6a594f2a 48964 libfreerdp-dev_1.0.2-4_amd64.deb
 ccf28dc4f13afe67f9588deeb1a3e7bf7ced9509 246088 
freerdp-x11-dbg_1.0.2-4_amd64.deb
 c24c6ed52c410086f52a00bf744c993a3d1b2d40 1199296 
libfreerdp1-dbg_1.0.2-4_amd64.deb
 a498c014b24475745221e885392b3eece850dab9 242272 
libfreerdp-plugins-standard-dbg_1.0.2-4_amd64.deb
Checksums-Sha256: 
 bf586033b6a25fe6acd0b77f3440a0a883d0559d642f164674e08f1938e7babc 2509 
freerdp_1.0.2-4.dsc
 2709553fe9f65bbf044ca032bc9760332691d4fc1558b4e1f441619bfef5c2c3 13404 
freerdp_1.0.2-4.debian.tar.xz
 00621845ef8fc2a348b126ecc1ae5f184d5b13fef05ad9604d66a1640e7b8658 45350 
freerdp-x11_1.0.2-4_amd64.deb
 fbdae08f944c200e175ed7ab94500da8b591a46144c4338701b50f00e6b6690a 199718 
libfreerdp1_1.0.2-4_amd64.deb
 3c0303dffce1396b06e0d6a07cd47dd92ae0db7b24cd25ad38d58e6d2ec720ac 70100 
libfreerdp-plugins-standard_1.0.2-4_amd64.deb
 409749668dc2b169035e4010b8e169d5a7adc7167109abd674423f56e7f77cc7 48964 
libfreerdp-dev_1.0.2-4_amd64.deb
 83de1b1f788caef798f4d46c069bb997d6b382861effd9b1ad70ca8b3a8288c6 246088 
freerdp-x11-dbg_1.0.2-4_amd64.deb
 5915d2acfbe420a06336ca86c0be218b8143c818d5f7849059a989f6f6c744a7 1199296 
libfreerdp1-dbg_1.0.2-4_amd64.deb
 e8866a056fadbcb21f3626f80f2b7349be358f9f1df6e65a10f0abece577a670 242272 
libfreerdp-plugins-standard-dbg_1.0.2-4_amd64.deb
Files: 
 71329937bb1be6391bcae9b2900b72f7 2509 x11 optional freerdp_1.0.2-4.dsc
 4c4082e3287825f8e4338f1bd8b7d60d 13404 x11 optional 
freerdp_1.0.2-4.debian.tar.xz
 24dbe8e44a41646aff8c53dd45e0bd70 45350 x11 optional 
freerdp-x11_1.0.2-4_amd64.deb
 5e310689010b0dfabbadad03dfa247c9 199718 libs optional 
libfreerdp1_1.0.2-4_amd64.deb
 500530eb1ea59bb6cf2e46c3f005de4a 70100 libs optional 
libfreerdp-plugins-standard_1.0.2-4_amd64.deb
 bfb3c78b5ace1f5326ee8953632b189d 48964 libdevel optional 
libfreerdp-dev_1.0.2-4_amd64.deb
 863af538e0d0ddef0be06a7d0acd8a22 246088 debug extra 
freerdp-x11-dbg_1.0.2-4_amd64.deb
 35705e88e1a2f0404677080a1d062812 1199296 debug extra 
libfreerdp1-dbg_1.0.2-4_amd64.deb
 7fc1009da1a514319c14a84ddb8a1e09 242272 debug extra 
libfreerdp-plugins-standard-dbg_1.0.2-4_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJTIE8dAAoJEJr0azAldxsxK64QALvcCIod1sdjsbdjTl6GskJW
rVU3cD1z3lvnddaS5H980THenJDyB1mvUqdnIGPU5yKCJWif5+gNcH7HTAbNmArJ
6RShlL4JjVtFPQ9ht2HfWf5Nirt2tpsunvzkLH6qb7SVwJWaLU/6p3KO0fpDIM78
j5pj72oTOiTNNNwiUkHUJl0PrwPyPiOUsOfsZCtWirLR14OnMI2mH9FRuuR/zZSf
NRqS0ENrfRZCvElEIwUhR0oYAZvPmowN/WWkCBkCZJUNvkeiT0sH5PTyEDzkf8/U
y9w4lpYzTltqS+1NWOBlNx8htbByg68oLsXq4MTmkTC6Z5vKx6QULQN0ihe9gLMR
XBW7M1mtwNg0rgCekE4m/MXUZXvDlJkxsUZOThsiNXuh/Ao092m+WlE75bffTcfq
zVDRC40rL9gXeQWpHDFg/fn0iBr7cBYGGz1azii8uULIPe7ZuINyuMQFcU/Olx4u
W06RJ5MgeI9qrO+vaq/dJzNUs2+lXim8fEkMKsH5RHTwDSaDxwS5SzURLAM8Fl3k
6gudxgDj7iMILSmKdoZGLqg9xXN1gNaAQQqsnOsQNYTDljzvGVqPl5QJ8cbl4Fkv
LYqmlxMoeKTItITUz7V7o5qy+n4VB46X188qiU/f0+WsreF0UL8/ERl0AWRQ3W1L
yemv+lZrSNjvWK/LkdIv
=p+sK
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to