Debian Bug report logs -
#654221
FTBFS with libav 0.8
Reported by: Reinhard Tartler <siretart@tauware.de>
Date: Mon, 2 Jan 2012 13:31:02 UTC
Severity: serious
Found in version performous/0.6.1-3
Fixed in version performous/0.6.1-4
Done: Ansgar Burchardt <ansgar@debian.org>
Bug is archived. No further changes may be made.
Toggle useless messages
Report forwarded
to debian-bugs-dist@lists.debian.org, Debian Games Team <pkg-games-devel@lists.alioth.debian.org>:
Bug#654221; Package performous.
(Mon, 02 Jan 2012 13:31:05 GMT) (full text, mbox, link).
Acknowledgement sent
to Reinhard Tartler <siretart@tauware.de>:
New Bug report received and forwarded. Copy sent to Debian Games Team <pkg-games-devel@lists.alioth.debian.org>.
(Mon, 02 Jan 2012 13:31:09 GMT) (full text, mbox, link).
Message #5 received at submit@bugs.debian.org (full text, mbox, reply):
Package: performous
Version: 0.6.1-3
Severity: important
User: siretart@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 10:21:49 (CET), Source Builder wrote:
> sbuild (Debian sbuild) 0.62.5 (13 Jul 2011) on sandy
>
> ╔══════════════════════════════════════════════════════════════════════════════╗
> ║ performous 0.6.1-3+b1 (amd64) 02 Jan 2012 10:18 ║
> ╚══════════════════════════════════════════════════════════════════════════════╝
>
> Package: performous
> Version: 0.6.1-3+b1
> Source Version: 0.6.1-3
> Distribution: unstable
> Architecture: amd64
>
[...]
> cd /«PKGBUILDDIR»/build-tree/game && /usr/bin/c++ -DBOOST_FILESYSTEM_VERSION=2 -DUSE_GETTEXT -D__STDC_CONSTANT_MACROS -Wall -Wextra -Wno-missing-field-initializers -std=c++98 -pthread -O2 -g -I/usr/include/SDL -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/cairo -I/usr/include/librsvg-2.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libxml++-2.6 -I/usr/sbin/../lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/sbin/../lib/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/sbin/../lib/sigc++-2.0/include -I/usr/include/GL -I/«PKGBUILDDIR»/build-tree/game -o CMakeFiles/performous.dir/ffmpeg.cc.o -c /«PKGBUILDDIR»/game/ffmpeg.cc
> /«PKGBUILDDIR»/game/ffmpeg.cc: In destructor 'FFmpeg::~FFmpeg()':
> /«PKGBUILDDIR»/game/ffmpeg.cc:42:18: warning: 'void av_close_input_file(AVFormatContext*)' is deprecated (declared at /usr/include/libavformat/avformat.h:1581) [-Wdeprecated-declarations]
> /«PKGBUILDDIR»/game/ffmpeg.cc:42:48: warning: 'void av_close_input_file(AVFormatContext*)' is deprecated (declared at /usr/include/libavformat/avformat.h:1581) [-Wdeprecated-declarations]
> /«PKGBUILDDIR»/game/ffmpeg.cc: In member function 'void FFmpeg::open()':
> /«PKGBUILDDIR»/game/ffmpeg.cc:54:6: warning: 'int av_open_input_file(AVFormatContext**, const char*, AVInputFormat*, int, AVFormatParameters*)' is deprecated (declared at /usr/include/libavformat/avformat.h:1369) [-Wdeprecated-declarations]
> /«PKGBUILDDIR»/game/ffmpeg.cc:54:71: warning: 'int av_open_input_file(AVFormatContext**, const char*, AVInputFormat*, int, AVFormatParameters*)' is deprecated (declared at /usr/include/libavformat/avformat.h:1369) [-Wdeprecated-declarations]
> /«PKGBUILDDIR»/game/ffmpeg.cc:55:6: warning: 'int av_find_stream_info(AVFormatContext*)' is deprecated (declared at /usr/include/libavformat/avformat.h:1413) [-Wdeprecated-declarations]
> /«PKGBUILDDIR»/game/ffmpeg.cc:55:36: warning: 'int av_find_stream_info(AVFormatContext*)' is deprecated (declared at /usr/include/libavformat/avformat.h:1413) [-Wdeprecated-declarations]
> /«PKGBUILDDIR»/game/ffmpeg.cc:72:7: warning: 'int avcodec_open(AVCodecContext*, AVCodec*)' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3996) [-Wdeprecated-declarations]
> /«PKGBUILDDIR»/game/ffmpeg.cc:72:35: warning: 'int avcodec_open(AVCodecContext*, AVCodec*)' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3996) [-Wdeprecated-declarations]
> /«PKGBUILDDIR»/game/ffmpeg.cc:91:7: warning: 'int avcodec_open(AVCodecContext*, AVCodec*)' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3996) [-Wdeprecated-declarations]
> /«PKGBUILDDIR»/game/ffmpeg.cc:91:35: warning: 'int avcodec_open(AVCodecContext*, AVCodec*)' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3996) [-Wdeprecated-declarations]
> /«PKGBUILDDIR»/game/ffmpeg.cc: In member function 'void FFmpeg::seek_internal()':
> /«PKGBUILDDIR»/game/ffmpeg.cc:185:101: error: 'av_rescale_q' was not declared in this scope
> /«PKGBUILDDIR»/game/ffmpeg.cc: In member function 'void FFmpeg::decodeNextFrame()':
> /«PKGBUILDDIR»/game/ffmpeg.cc:267:22: warning: 'int avcodec_decode_audio3(AVCodecContext*, int16_t*, int*, AVPacket*)' is deprecated (declared at /usr/include/libavcodec/avcodec.h:4082) [-Wdeprecated-declarations]
> /«PKGBUILDDIR»/game/ffmpeg.cc:267:90: warning: 'int avcodec_decode_audio3(AVCodecContext*, int16_t*, int*, AVPacket*)' is deprecated (declared at /usr/include/libavcodec/avcodec.h:4082) [-Wdeprecated-declarations]
> make[3]: *** [game/CMakeFiles/performous.dir/ffmpeg.cc.o] Error 1
> make[3]: Leaving directory `/«PKGBUILDDIR»/build-tree'
> make[2]: *** [game/CMakeFiles/performous.dir/all] Error 2
> make[2]: Leaving directory `/«PKGBUILDDIR»/build-tree'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/«PKGBUILDDIR»/build-tree'
> make: *** [build-stamp] Error 2
> dpkg-buildpackage: error: debian/rules build gave error exit status 2
> ────────────────────────────────────────────────────────────────────────────────
> Build finished at 20120102-1021
--
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4
Added indication that bug 654221 blocks 654237
Request was from Jonathan Nieder <jrnieder@gmail.com>
to control@bugs.debian.org.
(Tue, 03 Jan 2012 07:21:14 GMT) (full text, mbox, link).
Severity set to 'serious' from 'important'
Request was from Reinhard Tartler <siretart@tauware.de>
to control@bugs.debian.org.
(Fri, 13 Jan 2012 07:21:06 GMT) (full text, mbox, link).
Reply sent
to Ansgar Burchardt <ansgar@debian.org>:
You have taken responsibility.
(Sun, 15 Jan 2012 22:06:24 GMT) (full text, mbox, link).
Notification sent
to Reinhard Tartler <siretart@tauware.de>:
Bug acknowledged by developer.
(Sun, 15 Jan 2012 22:06:24 GMT) (full text, mbox, link).
Message #14 received at 654221-close@bugs.debian.org (full text, mbox, reply):
Source: performous
Source-Version: 0.6.1-4
We believe that the bug you reported is fixed in the latest version of
performous, which is due to be installed in the Debian FTP archive:
performous-dbg_0.6.1-4_amd64.deb
to main/p/performous/performous-dbg_0.6.1-4_amd64.deb
performous-tools_0.6.1-4_amd64.deb
to main/p/performous/performous-tools_0.6.1-4_amd64.deb
performous_0.6.1-4.debian.tar.bz2
to main/p/performous/performous_0.6.1-4.debian.tar.bz2
performous_0.6.1-4.dsc
to main/p/performous/performous_0.6.1-4.dsc
performous_0.6.1-4_amd64.deb
to main/p/performous/performous_0.6.1-4_amd64.deb
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 654221@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Ansgar Burchardt <ansgar@debian.org> (supplier of updated performous 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 ftpmaster@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 15 Jan 2012 22:48:58 +0100
Source: performous
Binary: performous performous-tools performous-dbg
Architecture: amd64 source
Version: 0.6.1-4
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Changed-By: Ansgar Burchardt <ansgar@debian.org>
Closes: 654221
Description:
performous - karaoke game that allows user supplied songs
performous-dbg - karaoke game that allows user supplied songs - debug
performous-tools - karaoke game that allows user supplied songs - tools
Changes:
performous (0.6.1-4) unstable; urgency=low
.
* Team upload.
* Add missing include for libav0.8. (Closes: #654221)
* Use xz compression for binary packages.
* Remove quilt references from debian/control and debian/rules.
The package already uses the 3.0 (quilt) source format.
* Bump Standards-Version to 3.9.2 (no changes).
Checksums-Sha1:
e360c845053043f60d93f0739326a4a143c34346 2530 performous_0.6.1-4.dsc
922340e7ab492572bd6cf0dcaa6475ea02e04dad 14309 performous_0.6.1-4.debian.tar.bz2
1f3f8bb215130e95b91a600d6435bf3cfd3b7978 3660078 performous_0.6.1-4_amd64.deb
66f58f688134f7df8b256aec89543ed6ff5282ff 152884 performous-tools_0.6.1-4_amd64.deb
67765d51da14bf98488aca2b0c36d33a7a8bc6a2 6872944 performous-dbg_0.6.1-4_amd64.deb
Checksums-Sha256:
160ead48209f16f07e77c95e87f79060bcea8b573949c11cdd401d6ed0b3f077 2530 performous_0.6.1-4.dsc
1f3bc306c0c55c85cf965c62a4c27c3a73b5a503588d5a0ba62802288961eb53 14309 performous_0.6.1-4.debian.tar.bz2
ade06f2a1c2f9808335aaa1e6a501b687f20d40f06e041d3170a4e53b1872e66 3660078 performous_0.6.1-4_amd64.deb
12320c7bd0bd12ad5cc6e3ebda77ab91648c7fd4471bbe37c0e4884dd84ce020 152884 performous-tools_0.6.1-4_amd64.deb
e5930a8935607ddc1dec70d9e6077284632d0288a02460811834f0c39e1d3a66 6872944 performous-dbg_0.6.1-4_amd64.deb
Files:
27d770128a77f4b791f4905be7adf70b 2530 games extra performous_0.6.1-4.dsc
1903235cc3c48206a471d941b5f185a3 14309 games extra performous_0.6.1-4.debian.tar.bz2
3408392ac1b4fdd582a8b2bbab21fa13 3660078 games extra performous_0.6.1-4_amd64.deb
039273dc72f51aa19e10ecb5f4bf30c5 152884 games extra performous-tools_0.6.1-4_amd64.deb
5f6c38b8f10141258a3233a44ad7edf9 6872944 debug extra performous-dbg_0.6.1-4_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAEBCgAGBQJPE0tUAAoJEIATJTTdNH3IEKsP/RPOL0eSd+ub7fRbGPcbEZT1
b9m2tOUglsFCsHiztJH5UnbVBcSdPMbRk4wHHBWxszoxjCD5hmsLqWEqpXDM4p85
ybh59ly0Xax1glufR+aStNisLEfB7U430anRQQ6+EQfBrlv+h1ISVR0sVvvxDbZf
3q4EKfkKbZqsZsvBvYPngKAvMx+4Inr5xJePclJ0EOvYgf7DuQWOqpfMDslsy6Si
TOtOpopDFxgl7GMSrYGJqcuR9HzYk6S9HzZEKFFvKe6NOgx49b0B5/x5QxUk84/M
2bQGtJrF2gFKKn7FBGP/dJgAD6RUs1JXepuw2UtLzgENDtaoXVKZjecCCOl2epq9
8SmS4TBiNWZ0r/VdYcpTeWq+721dT9C6YMHLqEMT/GTYKL+Jh7hXWuwqZc9fhF0g
S3nQwOV/HZkz2YCerEmVi5bR9EFT3zv6ZiSHMjQOApO8kpGxS/ESLMn6lqbaLwSY
xfPHOtxqwgZUisURyhKk/2wwKfBtRXrd96irkbDXF5ouVyrUaq17w91sTda67Nu4
V2rq8XuaNQGRJW1QJ8dO7t1c1xq8x7p/Ixcx6reBg3X9rD33EHw1uxogm9g/O7/Y
A4I17I28xnJfpBDJ3hs7EHz6oNnBkR+fwgb6Pa8wkC9l2hTePIgyiIjgRbuZ2RYf
d0SP8zUJhuCl95wlyr/+
=Aof7
-----END PGP SIGNATURE-----
Changed Bug title to 'FTBFS with libav 0.8' from 'FTBFS with libav in experimental'
Request was from Cyril Brulebois <kibi@debian.org>
to control@bugs.debian.org.
(Sun, 22 Jan 2012 20:45:18 GMT) (full text, mbox, link).
Bug archived.
Request was from Debbugs Internal Request <owner@bugs.debian.org>
to internal_control@bugs.debian.org.
(Thu, 23 Feb 2012 07:34:55 GMT) (full text, mbox, link).
Send a report that this bug log contains spam.
Debian bug tracking system administrator <owner@bugs.debian.org>.
Last modified:
Sun Jul 2 12:46:15 2023;
Machine Name:
buxtehude
Debian Bug tracking system
Debbugs is free software and licensed under the terms of the GNU
Public License version 2. The current version can be obtained
from https://bugs.debian.org/debbugs-source/.
Copyright © 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson,
2005-2017 Don Armstrong, and many other contributors.