Your message dated Thu, 22 May 2014 19:38:53 +0000
with message-id <[email protected]>
and subject line Bug#748367: fixed in visp 2.8.0-5.1
has caused the Debian Bug report #748367,
regarding visp: 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.)
--
748367: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748367
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: visp
Version: 2.8.0-5
Severity: serious
Justification: fails to build from source
Tags: sid jessie
User: [email protected]
Usertags: libav10
visp fails to build against libav10:
| cd /«PKGBUILDDIR»/obj-x86_64-linux-gnu/src && /usr/lib/ccache/c++
-DBOOST_ALL_NO_LIB -DUNIX -Dvisp_EXPORTS -g -O2 -fstack-protector
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2
-Wall -Wextra -fvisibility=hidden -fopenmp -isystem /usr/include/gtk-2.0 -fPIC
-I/usr/include/opencv -I/«PKGBUILDDIR»/obj-x86_64-linux-gnu/include
-I/usr/include/OGRE -I/usr/include/ois -I/usr/include/libxml2
-I/usr/include/gtk-2.0 -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pango-1.0
-I/usr/include/atk-1.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include
-I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -o
CMakeFiles/visp.dir/visual-feature/vpFeatureDisplay.cpp.o -c
/«PKGBUILDDIR»/src/visual-feature/vpFeatureDisplay.cpp
| /«PKGBUILDDIR»/src/video/vpFFMPEG.cpp: In member function 'bool
vpFFMPEG::openStream(const char*, vpFFMPEG::vpFFMPEGColorType)':
| /«PKGBUILDDIR»/src/video/vpFFMPEG.cpp:144:56: error: 'AVStream' has no member
named 'r_frame_rate'
| std::cout << "rate: " << pFormatCtx->streams[i]->r_frame_rate.num << "
" << pFormatCtx->streams[i]->r_frame_rate.den << std::endl;
| ^
| /«PKGBUILDDIR»/src/video/vpFFMPEG.cpp:144:107: error: 'AVStream' has no
member named 'r_frame_rate'
| std::cout << "rate: " << pFormatCtx->streams[i]->r_frame_rate.num << "
" << pFormatCtx->streams[i]->r_frame_rate.den << std::endl;
|
^
| /«PKGBUILDDIR»/src/video/vpFFMPEG.cpp:145:50: error: 'AVStream' has no member
named 'r_frame_rate'
| framerate_stream = pFormatCtx->streams[i]->r_frame_rate.num;
| ^
| /«PKGBUILDDIR»/src/video/vpFFMPEG.cpp:146:51: error: 'AVStream' has no member
named 'r_frame_rate'
| framerate_stream /= pFormatCtx->streams[i]->r_frame_rate.den;
| ^
| /«PKGBUILDDIR»/src/video/vpFFMPEG.cpp:173:14: warning: 'AVFrame*
avcodec_alloc_frame()' is deprecated (declared at
/usr/include/libavcodec/avcodec.h:3114) [-Wdeprecated-declarations]
| pFrame = avcodec_alloc_frame();
| ^
| /«PKGBUILDDIR»/src/video/vpFFMPEG.cpp:173:34: warning: 'AVFrame*
avcodec_alloc_frame()' is deprecated (declared at
/usr/include/libavcodec/avcodec.h:3114) [-Wdeprecated-declarations]
| pFrame = avcodec_alloc_frame();
| ^
| /«PKGBUILDDIR»/src/video/vpFFMPEG.cpp:177:17: warning: 'AVFrame*
avcodec_alloc_frame()' is deprecated (declared at
/usr/include/libavcodec/avcodec.h:3114) [-Wdeprecated-declarations]
| pFrameRGB=avcodec_alloc_frame();
| ^
| /«PKGBUILDDIR»/src/video/vpFFMPEG.cpp:177:37: warning: 'AVFrame*
avcodec_alloc_frame()' is deprecated (declared at
/usr/include/libavcodec/avcodec.h:3114) [-Wdeprecated-declarations]
| pFrameRGB=avcodec_alloc_frame();
| ^
| /«PKGBUILDDIR»/src/video/vpFFMPEG.cpp:187:18: warning: 'AVFrame*
avcodec_alloc_frame()' is deprecated (declared at
/usr/include/libavcodec/avcodec.h:3114) [-Wdeprecated-declarations]
| pFrameGRAY=avcodec_alloc_frame();
| ^
| /«PKGBUILDDIR»/src/video/vpFFMPEG.cpp:187:38: warning: 'AVFrame*
avcodec_alloc_frame()' is deprecated (declared at
/usr/include/libavcodec/avcodec.h:3114) [-Wdeprecated-declarations]
| pFrameGRAY=avcodec_alloc_frame();
| ^
| /«PKGBUILDDIR»/src/video/vpFFMPEG.cpp: In member function 'bool
vpFFMPEG::openEncoder(const char*, unsigned int, unsigned int, AVCodecID)':
| /«PKGBUILDDIR»/src/video/vpFFMPEG.cpp:678:12: warning: 'AVFrame*
avcodec_alloc_frame()' is deprecated (declared at
/usr/include/libavcodec/avcodec.h:3114) [-Wdeprecated-declarations]
| pFrame = avcodec_alloc_frame();
| ^
| /«PKGBUILDDIR»/src/video/vpFFMPEG.cpp:678:32: warning: 'AVFrame*
avcodec_alloc_frame()' is deprecated (declared at
/usr/include/libavcodec/avcodec.h:3114) [-Wdeprecated-declarations]
| pFrame = avcodec_alloc_frame();
| ^
| /«PKGBUILDDIR»/src/video/vpFFMPEG.cpp:679:15: warning: 'AVFrame*
avcodec_alloc_frame()' is deprecated (declared at
/usr/include/libavcodec/avcodec.h:3114) [-Wdeprecated-declarations]
| pFrameRGB = avcodec_alloc_frame();
| ^
| /«PKGBUILDDIR»/src/video/vpFFMPEG.cpp:679:35: warning: 'AVFrame*
avcodec_alloc_frame()' is deprecated (declared at
/usr/include/libavcodec/avcodec.h:3114) [-Wdeprecated-declarations]
| pFrameRGB = avcodec_alloc_frame();
| ^
| make[3]: *** [src/CMakeFiles/visp.dir/video/vpFFMPEG.cpp.o] Error 1
The full build log is available at
http://people.debian.org/~sramacher/logs/libav10/visp_2.8.0-5_amd64-20140516-1702.log
Cheers
--
Sebastian Ramacher
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: visp
Source-Version: 2.8.0-5.1
We believe that the bug you reported is fixed in the latest version of
visp, 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.
Sebastian Ramacher <[email protected]> (supplier of updated visp 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: Tue, 20 May 2014 20:50:36 +0200
Source: visp
Binary: libvisp-dev libvisp2.8 libvisp2.8-dbg libvisp-doc
Architecture: source amd64 all
Version: 2.8.0-5.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<[email protected]>
Changed-By: Sebastian Ramacher <[email protected]>
Description:
libvisp-dev - visual servoing library - development files
libvisp-doc - visual servoing library - documentation
libvisp2.8 - visual servoing library
libvisp2.8-dbg - visual servoing library - debugging symbols
Closes: 748367
Changes:
visp (2.8.0-5.1) unstable; urgency=medium
.
* Non-maintainer upload.
* debian/patches/0007-libav10.patch: Fix build with libav 10. (Closes:
#748367)
Checksums-Sha1:
1f432f04bbc4ddb7810f686e2b3041ca03da0dc9 2610 visp_2.8.0-5.1.dsc
768968849efbc88e17a1ccc13ee01fbd16a1e0c0 13576 visp_2.8.0-5.1.debian.tar.xz
5f6c12753a0590144d587f77b5df3e0998aad175 252776 libvisp-dev_2.8.0-5.1_amd64.deb
730c229704fa5f6f4924f3dc70e5e90f06892b1e 795554 libvisp2.8_2.8.0-5.1_amd64.deb
57037aa53c2fab622954d80dbae5c034a901dfa5 7902520
libvisp2.8-dbg_2.8.0-5.1_amd64.deb
5f053e6a0c6c01912986e659c5c106374abf60e4 32232952 libvisp-doc_2.8.0-5.1_all.deb
Checksums-Sha256:
85e4638f8030ef8d231346ae976dacb533c37309a052fc5b5d2c2ff0ef0f3763 2610
visp_2.8.0-5.1.dsc
cc906148531188561ebdc1075dcb1c158594d67fbf058ba31e102db4dc77eb5f 13576
visp_2.8.0-5.1.debian.tar.xz
5336bffcadcb9be4bdb2f349c95520fafc60d462233dc86f5acdc848a06b2137 252776
libvisp-dev_2.8.0-5.1_amd64.deb
ff4d7dae545eeaeab1683abbcad4896141cc900b13347a31b3e146c3ce0d6182 795554
libvisp2.8_2.8.0-5.1_amd64.deb
34c2eaf3e9b710f0ddbb80dc0c50aefee2d443bd140b57e578d447baa403693e 7902520
libvisp2.8-dbg_2.8.0-5.1_amd64.deb
21cc5eae66f6792c31baa094b97f12af00f695f3508d56bb3e3060ff647920f2 32232952
libvisp-doc_2.8.0-5.1_all.deb
Files:
151a41dfe77689825706c882eda40ae7 252776 libdevel extra
libvisp-dev_2.8.0-5.1_amd64.deb
236d42d1372a7492f7f0da4f86ddc3f3 795554 libs extra
libvisp2.8_2.8.0-5.1_amd64.deb
bce85ad65fd2bd9964a5287720da3b92 7902520 debug extra
libvisp2.8-dbg_2.8.0-5.1_amd64.deb
85a120009ef872f8a6767e644c29e8a3 32232952 doc extra
libvisp-doc_2.8.0-5.1_all.deb
fb7899703f66a29c273ad801ef34c869 2610 libs extra visp_2.8.0-5.1.dsc
b7c3241077ea26fe90dc358b35ae685d 13576 libs extra visp_2.8.0-5.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJTe6gGAAoJEGny/FFupxmTrIMP/iG4ghgBB6TKhF/AKfb8G4qE
vkD8bj5rsQug1SDeRB63HkLlyjUxo2c0+AX+8VGNq2B3VnnlL8YCvqhFF4DGehCH
YpldZTEEf/dgyx+0d4n2BHQhTlVEnZqV6ZkU5GdFXZSlAdYQs3/NsbMXW9nxALTn
8DqH/niXh0j+oT8cAFFrGGEfCVMxIlUbLDcLkrn3Ci2PxUDtsL2aJWIs8WE9lnsM
j72CWPMwD/vBBODVrNjiTa8i0nt0eEBLn4g4Q9HWrUD6IHTQjzK8esdkv5Rhktb/
jvaTooZMLvXf+z47TQ+ja6lR22dY8uFMoC/72V7iQW8h/FawHOkNybALjJJigzkB
a1jp/cOn09t3Er6c31p+MqxAow7baaeo6+bk42Jt8NCfqRR3+up1qpH3mzoklovs
8175t3zonaNefuoKxszOHwL2EbczUR3Iok9FyWflQUaHxlRac7oRk/hgQ3Xp5SjP
7dCMitkFShQySUJLW6j+KE76i0E9JgsM+8lzS8jizs+NIvZwP3cy1Sw5W2HU7/+c
vEZBZb8DhUNQhSnUpPcoNv6yBk9HIAckGQo9B1+ar14IHyrgu1iJDidHGFFlQ0Ri
dIwa3Sfkhvvlo3nIMDocoy+MJxfl6xB8uy7JmwNHXGyP3XUyco//Jg+tYcOkeFYU
xOyNlz9LSNDLBIE6FPNM
=cqdQ
-----END PGP SIGNATURE-----
--- End Message ---