Your message dated Tue, 24 Apr 2012 11:33:11 +0000
with message-id <[email protected]>
and subject line Bug#667154: fixed in dvbcut 0.5.4+svn178-2
has caused the Debian Bug report #667154,
regarding dvbcut: ftbfs with GCC-4.7
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.)


-- 
667154: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667154
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dvbcut
Version: 0.5.4+svn178-1
Severity: important
Tags: sid wheezy
User: [email protected]
Usertags: ftbfs-gcc-4.7

The package fails to build in a test rebuild on at least amd64 with
gcc-4.7/g++-4.7, but succeeds to build with gcc-4.6/g++-4.6. The
severity of this report may be raised before the wheezy release.

main.cpp:152:23: error: 'STDIN_FILENO' was not declared in this scope

The full build log can be found at:
http://people.debian.org/~lucas/logs/2012/03/29-clang-gcc47/unstable-gcc47/dvbcut_0.5.4+svn178-1_unstable-gcc47.log
The last lines of the build log are at the end of this report.

Some hints on fixing these issues can be found at
http://gcc.gnu.org/gcc-4.7/porting_to.html

To build with GCC 4.7, either set CC=gcc-4.7 CXX=g++-4.7 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

[...]
/«BUILDDIR»/dvbcut-0.5.4+svn178/src/lavfmuxer.cpp:128:3: warning: 'void 
dump_format(AVFormatContext*, int, const char*, int)' is deprecated (declared 
at /usr/include/libavformat/avformat.h:1902) [-Wdeprecated-declarations]
/«BUILDDIR»/dvbcut-0.5.4+svn178/src/lavfmuxer.cpp:128:35: warning: 'void 
dump_format(AVFormatContext*, int, const char*, int)' is deprecated (declared 
at /usr/include/libavformat/avformat.h:1902) [-Wdeprecated-declarations]
/«BUILDDIR»/dvbcut-0.5.4+svn178/src/lavfmuxer.cpp:130:3: warning: 'int 
av_write_header(AVFormatContext*)' is deprecated (declared at 
/usr/include/libavformat/avformat.h:1676) [-Wdeprecated-declarations]
/«BUILDDIR»/dvbcut-0.5.4+svn178/src/lavfmuxer.cpp:130:23: warning: 'int 
av_write_header(AVFormatContext*)' is deprecated (declared at 
/usr/include/libavformat/avformat.h:1676) [-Wdeprecated-declarations]
/«BUILDDIR»/dvbcut-0.5.4+svn178/src/lavfmuxer.cpp: In destructor 'virtual 
lavfmuxer::~lavfmuxer()':
/«BUILDDIR»/dvbcut-0.5.4+svn178/src/lavfmuxer.cpp:141:9: warning: 'int 
url_fclose(AVIOContext*)' is deprecated (declared at 
/usr/include/libavformat/avio.h:317) [-Wdeprecated-declarations]
/«BUILDDIR»/dvbcut-0.5.4+svn178/src/lavfmuxer.cpp:141:28: warning: 'int 
url_fclose(AVIOContext*)' is deprecated (declared at 
/usr/include/libavformat/avio.h:317) [-Wdeprecated-declarations]
/usr/bin/cmake -E cmake_progress_report 
/«BUILDDIR»/dvbcut-0.5.4+svn178/build/CMakeFiles 11
[ 53%] Building CXX object src/CMakeFiles/dvbcut.dir/logoutput.o
cd /«BUILDDIR»/dvbcut-0.5.4+svn178/build/src && /usr/bin/c++   -DQT_NO_DEBUG 
-DQT3_SUPPORT -DQT_3SUPPORT_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB 
-D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_LIB_SWSCALE -DHAVE_LIB_AO 
-DHAVE_LIB_MAD -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Wformat-security -Werror=format-security -I/usr/include/qt4 
-I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml 
-I/usr/include/qt4/QtCore -I/usr/include/libavcodec -I/usr/include/libavformat 
-I/usr/include/libswscale -I/«BUILDDIR»/dvbcut-0.5.4+svn178/build/src    -o 
CMakeFiles/dvbcut.dir/logoutput.o -c 
/«BUILDDIR»/dvbcut-0.5.4+svn178/src/logoutput.cpp
/usr/bin/cmake -E cmake_progress_report 
/«BUILDDIR»/dvbcut-0.5.4+svn178/build/CMakeFiles 12
[ 56%] Building CXX object src/CMakeFiles/dvbcut.dir/main.o
cd /«BUILDDIR»/dvbcut-0.5.4+svn178/build/src && /usr/bin/c++   -DQT_NO_DEBUG 
-DQT3_SUPPORT -DQT_3SUPPORT_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB 
-D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_LIB_SWSCALE -DHAVE_LIB_AO 
-DHAVE_LIB_MAD -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Wformat-security -Werror=format-security -I/usr/include/qt4 
-I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml 
-I/usr/include/qt4/QtCore -I/usr/include/libavcodec -I/usr/include/libavformat 
-I/usr/include/libswscale -I/«BUILDDIR»/dvbcut-0.5.4+svn178/build/src    -o 
CMakeFiles/dvbcut.dir/main.o -c /«BUILDDIR»/dvbcut-0.5.4+svn178/src/main.cpp
In file included from /«BUILDDIR»/dvbcut-0.5.4+svn178/src/mpgfile.h:34:0,
                 from /«BUILDDIR»/dvbcut-0.5.4+svn178/src/dvbcut.h:27,
                 from /«BUILDDIR»/dvbcut-0.5.4+svn178/src/main.cpp:40:
/«BUILDDIR»/dvbcut-0.5.4+svn178/src/stream.h: In member function 'void 
stream::allocavcc()':
/«BUILDDIR»/dvbcut-0.5.4+svn178/src/stream.h:55:10: warning: 'AVCodecContext* 
avcodec_alloc_context()' is deprecated (declared at 
/usr/include/libavcodec/avcodec.h:3905) [-Wdeprecated-declarations]
/«BUILDDIR»/dvbcut-0.5.4+svn178/src/stream.h:55:32: warning: 'AVCodecContext* 
avcodec_alloc_context()' is deprecated (declared at 
/usr/include/libavcodec/avcodec.h:3905) [-Wdeprecated-declarations]
/«BUILDDIR»/dvbcut-0.5.4+svn178/src/stream.h:56:5: warning: 'void 
avcodec_get_context_defaults(AVCodecContext*)' is deprecated (declared at 
/usr/include/libavcodec/avcodec.h:3875) [-Wdeprecated-declarations]
/«BUILDDIR»/dvbcut-0.5.4+svn178/src/stream.h:56:38: warning: 'void 
avcodec_get_context_defaults(AVCodecContext*)' is deprecated (declared at 
/usr/include/libavcodec/avcodec.h:3875) [-Wdeprecated-declarations]
/«BUILDDIR»/dvbcut-0.5.4+svn178/src/main.cpp: In function 'int main(int, 
char**)':
/«BUILDDIR»/dvbcut-0.5.4+svn178/src/main.cpp:152:23: error: 'STDIN_FILENO' 
was not declared in this scope
/«BUILDDIR»/dvbcut-0.5.4+svn178/src/main.cpp:184:21: error: 'STDOUT_FILENO' 
was not declared in this scope
make[3]: *** [src/CMakeFiles/dvbcut.dir/main.o] Error 1
make[3]: Leaving directory `/«BUILDDIR»/dvbcut-0.5.4+svn178/build'
make[2]: *** [src/CMakeFiles/dvbcut.dir/all] Error 2
make[1]: *** [all] Error 2
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2



--- End Message ---
--- Begin Message ---
Source: dvbcut
Source-Version: 0.5.4+svn178-2

We believe that the bug you reported is fixed in the latest version of
dvbcut, which is due to be installed in the Debian FTP archive:

dvbcut_0.5.4+svn178-2.debian.tar.gz
  to main/d/dvbcut/dvbcut_0.5.4+svn178-2.debian.tar.gz
dvbcut_0.5.4+svn178-2.dsc
  to main/d/dvbcut/dvbcut_0.5.4+svn178-2.dsc
dvbcut_0.5.4+svn178-2_amd64.deb
  to main/d/dvbcut/dvbcut_0.5.4+svn178-2_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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alessio Treglia <[email protected]> (supplier of updated dvbcut 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: SHA512

Format: 1.8
Date: Tue, 24 Apr 2012 12:54:45 +0200
Source: dvbcut
Binary: dvbcut
Architecture: source amd64
Version: 0.5.4+svn178-2
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
<[email protected]>
Changed-By: Alessio Treglia <[email protected]>
Description: 
 dvbcut     - Qt application for cutting parts out of DVB streams
Closes: 656793 660009 667154
Changes: 
 dvbcut (0.5.4+svn178-2) unstable; urgency=low
 .
   * Team upload.
 .
   [ Fabrice Coutadeur ]
   * Adapt package to use debhelper tiny form:
     + debian/rules:
       - use debhelper tiny form
       - Adapt dh_auto_configure target for automake build system
       - Delete generated files in override_dh_auto_clean to be able to build
         dvbcut locally twice
     + debian/dvbcut.menu: rename menu file to dvbcut.menu to makes it
       automatically installable by debhelper
     + debian/dvbcut.install: rename install file to dvbcut.install as stated in
       the debhelper manpage and Manually installs files to avoid the local
       update of the mime database
   * Change back build system to autotools so that qt4 patch can be adopted
     upstream (Closes: #656793).
     + debian/control:
       - Drop scons build dependency. It's not used anymore.
       - Drop cmake dependency
       - Added b-d on autoconf to generate configure script
       - Added b-d on pkg-config, used to get qt4 libs and includes
     + port-to-qt4.patch:
       - Drop cmake files from qt4 patch
       - Update configure and src/Makefile.in for qt4
     + This allows the automatic installation of desktop file and icon
       (Closes: #660009)
   * Refresh fix-ftbfs-libav0.7 patch to use -pab as quilt arg. This makes futur
     refreshes lighter.
   * Rename docs to dvbcut.docs and manpages to dvbcut.manpages to follow
     debhelper recommendations. thanks bojo42 for the tip.
   * fix_gcc_4.7.patch: fix FTBFS with gcc 4.7 because of missing include.
     (Closes: #667154)
 .
   [ Alessio Treglia ]
   * Add patch to fix "Unable to open stream" error. (LP: #875030)
   * Update debian/copyright to copyright format 1.0.
   * Bump Standards.
Checksums-Sha1: 
 d936fcec319a98ab50506a996e03cefd70f7f51c 2270 dvbcut_0.5.4+svn178-2.dsc
 02add5240dc567e9c93bfdb3d0e352c042317c5b 52138 
dvbcut_0.5.4+svn178-2.debian.tar.gz
 01472e0e251c4db54e0201406065b6debf992387 230750 dvbcut_0.5.4+svn178-2_amd64.deb
Checksums-Sha256: 
 886237e84129d7cbe032eac0c138e9ff79c1dc4cc64353e89a71307ed2367694 2270 
dvbcut_0.5.4+svn178-2.dsc
 20b4b3b4d958e314cff78e69a17ba1cb4886f1d7490dc06a80b9186c754de438 52138 
dvbcut_0.5.4+svn178-2.debian.tar.gz
 7bb75219effbd5e6f6e29df9012c6878469994fcb32f18f14758c00ff7de7292 230750 
dvbcut_0.5.4+svn178-2_amd64.deb
Files: 
 2047425652a518b3e1b353146caf21f7 2270 graphics optional 
dvbcut_0.5.4+svn178-2.dsc
 ecdc85132c68cc9975e65809282c3db8 52138 graphics optional 
dvbcut_0.5.4+svn178-2.debian.tar.gz
 98971cdf37e15d50cbdfd19c37085aba 230750 graphics optional 
dvbcut_0.5.4+svn178-2_amd64.deb

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

iQIcBAEBCgAGBQJPlooeAAoJEOikiuUxHXZa0vwP/0tJNeZYlczkKFaJTq/WvcmN
KqYWb19e+O+WyA/FfJKHt5Ewm+J6qoIWgeQO2Tr/UDZyKVT8iwupFGDFYygad590
3AyVeeWUNDN1m1wKpIlPe2vddPww/GwQh+IlwI9H1gqVIuRt4HKjY/0wnNdjzJ5e
TASexquVnB1bCgVTBFWPZ1Rds7KNBgyR4EQU6ebUSm6uOBLMbO7H69k10xAGr7kh
zNQx+QZFdHGOks9OcNkZmoazOLk8LQFSjYi9i8MIbcRpYjQD6Lqol2e4wMrXsor4
0DW61ZwZfD/My1YdBf0d3xdVEAyUHaantzXBsZZAjTKt5YP54cgCxfPi+4KdqMIP
xYilDGaPpu+a4r4tkKJA6xBXCVdLzsf1tsPXBLeCqwPop8b8zVvNFjsuut5AoYz9
KmZouWEqT/k0qOYH+dDrXaFQp/o0La91ujKE9xn81mK/PkHgsZStoSyWh54WgtBU
IAWlNoYP9H4F+iNVqgekCxPfpimZsioveeCqKOl+fwEEbTJ2fR8/BcoEf+69BCMp
GM1SPTlIrl/pUYFHh6/t2JhBahebXQu/87UTT/kSxeBNhow3Lodm1MRfqk9H1l3N
MtnWM/29z/28JOromgCAfvXpXUDweAQBS3VzZMOsNz3m6TXCajG/tB3vPdtZlHAA
SXepCe6gISrunK7o7EL6
=ikU4
-----END PGP SIGNATURE-----



--- End Message ---
_______________________________________________
pkg-multimedia-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to