Your message dated Sun, 30 Mar 2014 00:18:39 +0000
with message-id <[email protected]>
and subject line Bug#739240: fixed in dff 1.3.0+dfsg.1-4.1
has caused the Debian Bug report #739240,
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.)


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

[ 88%] Building CXX object dff/api/gui/video/CMakeFiles/video.dir/video.cpp.o
cd /home/jmm/av10/dff-1.3.0+dfsg.1/build-2.7/dff/api/gui/video && /usr/bin/c++  
 -DHAVE_TRE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D__STDC_LIMIT_MACROS 
-Dvideo_EXPORTS -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Werror=format-security  -fPIC 
-I/home/jmm/av10/dff-1.3.0+dfsg.1/dff/api/gui/video/../include 
-I/usr/include/python2.7 -I/home/jmm/av10/dff-1.3.0+dfsg.1/dff/api/gui/video 
-I/home/jmm/av10/dff-1.3.0+dfsg.1/dff/api/include    -O2 -fPIC -o 
CMakeFiles/video.dir/video.cpp.o -c 
/home/jmm/av10/dff-1.3.0+dfsg.1/dff/api/gui/video/video.cpp
/home/jmm/av10/dff-1.3.0+dfsg.1/dff/api/gui/video/video.cpp: In constructor 
'VideoDecoder::VideoDecoder(Node*)':
/home/jmm/av10/dff-1.3.0+dfsg.1/dff/api/gui/video/video.cpp:134:18: warning: 
'AVFrame* avcodec_alloc_frame()' is deprecated (declared at 
/usr/include/libavcodec/avcodec.h:3110) [-Wdeprecated-declarations]
   this->_frame = avcodec_alloc_frame();
                  ^
/home/jmm/av10/dff-1.3.0+dfsg.1/dff/api/gui/video/video.cpp:134:38: warning: 
'AVFrame* avcodec_alloc_frame()' is deprecated (declared at 
/usr/include/libavcodec/avcodec.h:3110) [-Wdeprecated-declarations]
   this->_frame = avcodec_alloc_frame();
                                      ^
/home/jmm/av10/dff-1.3.0+dfsg.1/dff/api/gui/video/video.cpp: In member function 
'void VideoDecoder::_clear()':
/home/jmm/av10/dff-1.3.0+dfsg.1/dff/api/gui/video/video.cpp:163:45: error: 
'av_close_input_file' was not declared in this scope
     av_close_input_file(this->_formatContext);
                                             ^
/home/jmm/av10/dff-1.3.0+dfsg.1/dff/api/gui/video/video.cpp: In member function 
'void VideoDecoder::_createAVFrame(AVFrame**, uint8_t**, int, int, 
AVPixelFormat)':
/home/jmm/av10/dff-1.3.0+dfsg.1/dff/api/gui/video/video.cpp:284:17: warning: 
'AVFrame* avcodec_alloc_frame()' is deprecated (declared at 
/usr/include/libavcodec/avcodec.h:3110) [-Wdeprecated-declarations]
     *pAvFrame = avcodec_alloc_frame();
                 ^
/home/jmm/av10/dff-1.3.0+dfsg.1/dff/api/gui/video/video.cpp:284:37: warning: 
'AVFrame* avcodec_alloc_frame()' is deprecated (declared at 
/usr/include/libavcodec/avcodec.h:3110) [-Wdeprecated-declarations]
     *pAvFrame = avcodec_alloc_frame();
                                     ^
/home/jmm/av10/dff-1.3.0+dfsg.1/dff/api/gui/video/video.cpp: In member function 
'bool VideoDecoder::_decodeVideoPacket()':
/home/jmm/av10/dff-1.3.0+dfsg.1/dff/api/gui/video/video.cpp:346:4: warning: 
'void avcodec_get_frame_defaults(AVFrame*)' is deprecated (declared at 
/usr/include/libavcodec/avcodec.h:3120) [-Wdeprecated-declarations]
    avcodec_get_frame_defaults(this->_frame);
    ^
/home/jmm/av10/dff-1.3.0+dfsg.1/dff/api/gui/video/video.cpp:346:43: warning: 
'void avcodec_get_frame_defaults(AVFrame*)' is deprecated (declared at 
/usr/include/libavcodec/avcodec.h:3120) [-Wdeprecated-declarations]
    avcodec_get_frame_defaults(this->_frame);
                                           ^
/home/jmm/av10/dff-1.3.0+dfsg.1/dff/api/gui/video/video.cpp: In member function 
'RCPtr<Image> VideoDecoder::_thumbnail(int32_t)':
/home/jmm/av10/dff-1.3.0+dfsg.1/dff/api/gui/video/video.cpp:435:5: warning: 
'int avpicture_deinterlace(AVPicture*, const AVPicture*, AVPixelFormat, int, 
int)' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3986) 
[-Wdeprecated-declarations]
     avpicture_deinterlace((AVPicture*) this->_frame, (AVPicture*) 
this->_frame, this->_codecContext->pix_fmt,
     ^
/home/jmm/av10/dff-1.3.0+dfsg.1/dff/api/gui/video/video.cpp:436:61: warning: 
'int avpicture_deinterlace(AVPicture*, const AVPicture*, AVPixelFormat, int, 
int)' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3986) 
[-Wdeprecated-declarations]
      this->_codecContext->width, this->_codecContext->height);
                                                             ^
make[4]: *** [dff/api/gui/video/CMakeFiles/video.dir/video.cpp.o] Error 1
make[4]: Leaving directory `/home/jmm/av10/dff-1.3.0+dfsg.1/build-2.7'
make[3]: *** [dff/api/gui/video/CMakeFiles/video.dir/all] Error 2
make[3]: Leaving directory `/home/jmm/av10/dff-1.3.0+dfsg.1/build-2.7'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/jmm/av10/dff-1.3.0+dfsg.1/build-2.7'
dh_auto_build: make -j1 returned exit code 2
make[1]: *** [override_dh_auto_build-2.7] Error 2
make[1]: Leaving directory `/home/jmm/av10/dff-1.3.0+dfsg.1'
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
jmm@pisco:~/av10/dff-1.3.0+dfsg.1$

--- End Message ---
--- Begin Message ---
Source: dff
Source-Version: 1.3.0+dfsg.1-4.1

We believe that the bug you reported is fixed in the latest version of
dff, 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.
Reinhard Tartler <[email protected]> (supplier of updated dff 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: Mon, 24 Mar 2014 19:26:50 -0400
Source: dff
Binary: dff
Architecture: source amd64
Version: 1.3.0+dfsg.1-4.1
Distribution: unstable
Urgency: low
Maintainer: Reinhard Tartler <[email protected]>
Changed-By: Reinhard Tartler <[email protected]>
Description: 
 dff        - Powerful, efficient and modular digital forensic framework
Closes: 739240
Changes: 
 dff (1.3.0+dfsg.1-4.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Add libav10.patch to allow compilation against libav10 (Closes: #739240)
Checksums-Sha1: 
 a0ad8768061f453b9917ab038866fcc79b4c9467 1865 dff_1.3.0+dfsg.1-4.1.dsc
 c746c286505eadba3f4928e347455da0cb035404 5656 
dff_1.3.0+dfsg.1-4.1.debian.tar.xz
 4a908c74f16c33f435bf563afdc074522a524ac7 4377634 dff_1.3.0+dfsg.1-4.1_amd64.deb
Checksums-Sha256: 
 e278474b6134184769a1182c9f8a441fe0d8d04720f67b60052e06139a805eba 1865 
dff_1.3.0+dfsg.1-4.1.dsc
 11c90be1eaa7e8c0cd95bf21c0a3dd6f402128daba18f90f01130d18cefd0ec0 5656 
dff_1.3.0+dfsg.1-4.1.debian.tar.xz
 3c5041c7c3153f419979cfc0a4f80c992a11348a6a52e3835db20f33ec32a553 4377634 
dff_1.3.0+dfsg.1-4.1_amd64.deb
Files: 
 9df554fa2e627bae0c11342ecf903b01 1865 admin optional dff_1.3.0+dfsg.1-4.1.dsc
 d723896bbfaefcaa242cd404ad18cf11 5656 admin optional 
dff_1.3.0+dfsg.1-4.1.debian.tar.xz
 ea79923842b10057a1e24052f3134e4e 4377634 admin optional 
dff_1.3.0+dfsg.1-4.1_amd64.deb

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

iQGcBAEBCAAGBQJTMMI8AAoJEIuAbIZKeKRF/hYL/1TUoPpVxMqN/ydx0F9d/TeC
tNbsnVqzVcILKYtP7ppUW8jDqAZ8NgjXFSl/ksgGdTQ8GW39vrR/u7N4sxIOqfL8
JqfLUSTheITxF6sb96Ygklpc/JOq+HDLBwH/k6RsiTfzwmC2aX1A5BpHi6VfhaYq
2KE5WD+BSO8EVSl5vnYSg8w6VUI4ApC83Sf0w8o/KmhGsK66N8tz8oIdjQ9h7P9U
HXGChwSfrc/syNl9pwnKuofMb/FVP9QStvecp9ODy893qz93iCnnwpMce+Qe/w+/
XAMJQuDXKuJ03ZCx04CZTBLEocc3gxFhVPfkpAA0F5BjGZ+Wft0EGoNbW5F/2nIM
1ZLAf4U5foy6n/YGHAOzuQGt4VkD725TB4V/O5GViNZH9OnqDg1hFAE7W9nSefOL
oNSjpNmEkw3uyE1LHZwu0Ap075I2P8n1HB+pvOMYW/cr7qd89OMQImeAF8wu66ub
o8SKlV3qJ/NTRQ1eWcg0mqIJby1G4ZLQjZvB+SoUXA==
=9qlD
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to