Your message dated Sun, 05 Feb 2012 13:36:18 +0000
with message-id <e1ru2gq-0008u1...@franck.debian.org>
and subject line Bug#654229: fixed in wxsvg 2:1.1.6~dfsg-1
has caused the Debian Bug report #654229,
regarding FTBFS with libav 0.8
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.)
--
654229: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=654229
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wxsvg
Version: 2:1.1.5~dfsg0-1
Severity: important
User: siret...@tauware.de
Usertags: ftbfs-libav0.8
A local rebuild of your package reveals a build failure against libav
0.8, which can be found in debian/experimental. Find the buildlog
further below:
It to seems that your package needs to
#include <libavutil/mathematics.h> in addition to only "libavcodec/avcodec.h".
Please tell me if you require further assistance with fixing this issue.
Cheers,
Reinhard
On Mo, Jan 02, 2012 at 11:25:57 (CET), Source Builder wrote:
> sbuild (Debian sbuild) 0.62.5 (13 Jul 2011) on sandy
>
> ╔══════════════════════════════════════════════════════════════════════════════╗
> ║ wxsvg 2:1.1.5~dfsg0-1+b1 (amd64) 02 Jan 2012
> 11:25 ║
> ╚══════════════════════════════════════════════════════════════════════════════╝
>
> Package: wxsvg
> Version: 2:1.1.5~dfsg0-1+b1
> Source Version: 2:1.1.5~dfsg0-1
> Distribution: unstable
> Architecture: amd64
[...]
> libtool: compile: g++ -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\"
> -DPACKAGE_VERSION=\"1.1.5\" "-DPACKAGE_STRING=\"wxsvg 1.1.5\""
> -DPACKAGE_BUGREPORT=\"wx-svg-us...@lists.sourceforge.net\" -DPACKAGE_URL=\"\"
> -DPACKAGE=\"wxsvg\" -DVERSION=\"1.1.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1
> -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1
> -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBEXPAT=1 -I. -I../include
> -I../include/wxSVG -g -O2 -pthread -I/usr/include/glib-2.0
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1
> -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/cairo
> -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/glib-2.0
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-release-2.8
> -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__
> -pthread -DUSE_FFMPEG -c mediadec_ffmpeg.cpp -fPIC -DPIC -o
> .libs/mediadec_ffmpeg.o
> mediadec_ffmpeg.cpp: In member function 'virtual bool
> wxFfmpegMediaDecoder::Load(const wxString&)':
> mediadec_ffmpeg.cpp:64:12: warning: 'int
> av_open_input_file(AVFormatContext**, const char*, AVInputFormat*, int,
> AVFormatParameters*)' is deprecated (declared at
> /usr/include/libavformat/avformat.h:1369) [-Wdeprecated-declarations]
> mediadec_ffmpeg.cpp:64:77: warning: 'int
> av_open_input_file(AVFormatContext**, const char*, AVInputFormat*, int,
> AVFormatParameters*)' is deprecated (declared at
> /usr/include/libavformat/avformat.h:1369) [-Wdeprecated-declarations]
> mediadec_ffmpeg.cpp:70:6: warning: 'int
> av_find_stream_info(AVFormatContext*)' is deprecated (declared at
> /usr/include/libavformat/avformat.h:1413) [-Wdeprecated-declarations]
> mediadec_ffmpeg.cpp:70:37: warning: 'int
> av_find_stream_info(AVFormatContext*)' is deprecated (declared at
> /usr/include/libavformat/avformat.h:1413) [-Wdeprecated-declarations]
> mediadec_ffmpeg.cpp: In member function 'virtual void
> wxFfmpegMediaDecoder::Close()':
> mediadec_ffmpeg.cpp:80:3: warning: 'void
> av_close_input_file(AVFormatContext*)' is deprecated (declared at
> /usr/include/libavformat/avformat.h:1581) [-Wdeprecated-declarations]
> mediadec_ffmpeg.cpp:80:34: warning: 'void
> av_close_input_file(AVFormatContext*)' is deprecated (declared at
> /usr/include/libavformat/avformat.h:1581) [-Wdeprecated-declarations]
> mediadec_ffmpeg.cpp: In member function 'bool
> wxFfmpegMediaDecoder::OpenVideoDecoder()':
> mediadec_ffmpeg.cpp:186:16: warning: 'int avcodec_open(AVCodecContext*,
> AVCodec*)' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3996)
> [-Wdeprecated-declarations]
> mediadec_ffmpeg.cpp:186:46: warning: 'int avcodec_open(AVCodecContext*,
> AVCodec*)' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3996)
> [-Wdeprecated-declarations]
> mediadec_ffmpeg.cpp: In member function 'double
> wxFfmpegMediaDecoder::GetPosition()':
> mediadec_ffmpeg.cpp:247:96: error: 'av_rescale' was not declared in this scope
> make[3]: *** [mediadec_ffmpeg.lo] Error 1
> make[3]: *** Waiting for unfinished jobs....
> make[3]: Leaving directory `/«PKGBUILDDIR»/src'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/«PKGBUILDDIR»/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/«PKGBUILDDIR»'
> dh_auto_build: make -j4 returned exit code 2
> make: *** [build] Error 2
> dpkg-buildpackage: error: debian/rules build gave error exit status 2
--
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4
--- End Message ---
--- Begin Message ---
Source: wxsvg
Source-Version: 2:1.1.6~dfsg-1
We believe that the bug you reported is fixed in the latest version of
wxsvg, which is due to be installed in the Debian FTP archive:
libwxsvg-dbg_1.1.6~dfsg-1_amd64.deb
to main/w/wxsvg/libwxsvg-dbg_1.1.6~dfsg-1_amd64.deb
libwxsvg-dev_1.1.6~dfsg-1_amd64.deb
to main/w/wxsvg/libwxsvg-dev_1.1.6~dfsg-1_amd64.deb
libwxsvg0_1.1.6~dfsg-1_amd64.deb
to main/w/wxsvg/libwxsvg0_1.1.6~dfsg-1_amd64.deb
wxsvg_1.1.6~dfsg-1.debian.tar.gz
to main/w/wxsvg/wxsvg_1.1.6~dfsg-1.debian.tar.gz
wxsvg_1.1.6~dfsg-1.dsc
to main/w/wxsvg/wxsvg_1.1.6~dfsg-1.dsc
wxsvg_1.1.6~dfsg.orig.tar.bz2
to main/w/wxsvg/wxsvg_1.1.6~dfsg.orig.tar.bz2
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 654...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Alessio Treglia <ales...@debian.org> (supplier of updated wxsvg 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...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 05 Feb 2012 14:03:10 +0100
Source: wxsvg
Binary: libwxsvg0 libwxsvg-dev libwxsvg-dbg
Architecture: source amd64
Version: 2:1.1.6~dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers
<pkg-multimedia-maintainers@lists.alioth.debian.org>
Changed-By: Alessio Treglia <ales...@debian.org>
Description:
libwxsvg-dbg - Debugging symbols for wxSVG
libwxsvg-dev - Development files for wxSVG
libwxsvg0 - SVG library for the wxWidgets toolkit
Closes: 654229
Changes:
wxsvg (2:1.1.6~dfsg-1) unstable; urgency=low
.
* New upstream release:
- added support of clipPath element
- added support of visibility style property
- fixed handling of aspect ratio of video
* Fix FTBFS due to new libav 0.8 by adding missing header files
(Closes: #654229)
Checksums-Sha1:
69405e4b71b69a60573422247952e8f94f6c8df0 2261 wxsvg_1.1.6~dfsg-1.dsc
78f94dabb4b560b80c4036d6528fa0d7fbb2922e 496536 wxsvg_1.1.6~dfsg.orig.tar.bz2
f19b02d403c065a61cd9aba9f53e1a2ae419e0aa 4146 wxsvg_1.1.6~dfsg-1.debian.tar.gz
3ceceee15d0d253603fdf22721a1e31f0829330b 333038
libwxsvg0_1.1.6~dfsg-1_amd64.deb
7d71d3b2c18404369054acf4b35aefca7ac94a82 91202
libwxsvg-dev_1.1.6~dfsg-1_amd64.deb
805675c530e556c1d13cbd6b42a27507495f3dea 3032178
libwxsvg-dbg_1.1.6~dfsg-1_amd64.deb
Checksums-Sha256:
268b260ae27feb0b017524d78c12841b73228b650ebacc98bd9fc70648a5140f 2261
wxsvg_1.1.6~dfsg-1.dsc
684741f129333235a60bb4facd4a75486e96cd8d575388ce304b472c2871094d 496536
wxsvg_1.1.6~dfsg.orig.tar.bz2
fc4b81c744af0ed3541821e0dfd483a81e4a1caada3e6718fc6e11e6c40333c2 4146
wxsvg_1.1.6~dfsg-1.debian.tar.gz
d293fd53a90d09330ede27380c50a852e95981816fd0caa7f58a6e7d59e6fbea 333038
libwxsvg0_1.1.6~dfsg-1_amd64.deb
af41d681b8c8e48462275f73ab5e0ae1486a77a0fa6d380443201e03529d59f0 91202
libwxsvg-dev_1.1.6~dfsg-1_amd64.deb
d8bc399f1e403d8790572620e70a7ef76edeb1d33c4c6091f7502e5a26d218ce 3032178
libwxsvg-dbg_1.1.6~dfsg-1_amd64.deb
Files:
c134988c6443ac2244e5dcf629e9a20c 2261 libs optional wxsvg_1.1.6~dfsg-1.dsc
faf3c9f8e3021b36226e0f26672cf9c8 496536 libs optional
wxsvg_1.1.6~dfsg.orig.tar.bz2
822c0a4c820600e462d42d7d728017c8 4146 libs optional
wxsvg_1.1.6~dfsg-1.debian.tar.gz
4c38a40fcc96b7204eba1bad274d7b25 333038 libs optional
libwxsvg0_1.1.6~dfsg-1_amd64.deb
cf2e04a40942ca2cacf004cb2d60a5ba 91202 libdevel optional
libwxsvg-dev_1.1.6~dfsg-1_amd64.deb
426cd302ae97092bd715fba455334379 3032178 debug extra
libwxsvg-dbg_1.1.6~dfsg-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAEBCgAGBQJPLoHcAAoJEOikiuUxHXZa3hwP/j6xZ8haZ9iGkVTZbBR7Csdr
PAkB8T9gvjLyQyJaQGMqfb5vvoX0ghe7VYSx7fFzFKts/nNLZhhQxV7bZH8MB0JN
qzbM46Qrq19cee4ZASdR4mxSsWHRPyvFkAyC8wkWK9vT80wddHz8gGJ/4xcOnSd5
I6WEYQBefQsGViitGqs/6qg1roI7LlH3DJf3wsHLPtLtiYoObGkWa7HbH/Z2241+
Kacjv8AwEPaSaZxLv2FtUJpqyW27LL3LTM+/oQ+XI2evTC5ALPORqSiSOd3fW/Tb
kQm/V3V1zBRVAAeYdLbn09ehlQ1iT6oRyo2GVsoiT9grEAo00xbo+K1q5juCroTi
s2hKifhcAPcoJ9vBgMxwxuWysKKuX3tdGHYP5OB0SEH8tSo20eVio5JTBhR0q4yl
OTbrmmY0mUe0ODHHxUW8rZOdxddewg45YzypqF7rj8nSzTvTX6ciJt96SKQLupVi
Wq9wk3FOQtbCwIRRG2VybDdhMrkMLjcFiyLQzCEeYCutq+O9VJJ9tC+QA4ax5mGH
w/3IyMglWFhPU+HHfscWvHne4rSBzAhVtudmPRM36rSpXI4pZP7m69WRW3iZRNN2
8UPVuMB5GYyMsMpBqz8j7QJ4oXAAjzK7ihzrhPcBvRif36jGQJDhOuF79jVNmLsd
PwdsdkjhrZnUSydNRMHl
=oL+B
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers