Your message dated Thu, 05 Apr 2012 05:32:12 +0000
with message-id <[email protected]>
and subject line Bug#667188: fixed in gopchop 1.1.8-5
has caused the Debian Bug report #667188,
regarding gopchop: 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.)


-- 
667188: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667188
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gopchop
Version: 1.1.8-4
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:139:1: error: C99 designator 'video_driver' outside aggregate 
initializer

The full build log can be found at:
http://people.debian.org/~lucas/logs/2012/03/29-clang-gcc47/unstable-gcc47/gopchop_1.1.8-4_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.

[...]
gcc -DHAVE_CONFIG_H -I. -I../include -I../include     -Wall -c video_out_null.c
gcc -DHAVE_CONFIG_H -I. -I../include -I../include     -Wall -c video_out_pgm.c
rm -f libvo.a
ar cru libvo.a video_out.o video_out_x11.o video_out_dx.o video_out_sdl.o 
video_out_null.o video_out_pgm.o 
ranlib libvo.a
make[2]: Leaving directory `/«PKGBUILDDIR»/libvo'
Making all in src
make[2]: Entering directory `/«PKGBUILDDIR»/src'
g++ -DHAVE_CONFIG_H -I. -I../include -DPACKAGE_DATA_DIR=\""/usr/share"\" 
-DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -pthread -I/usr/include/gtk-2.0 
-I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 
-I/usr/include/gio-unix-2.0/ -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/libxml2 
-I../include    -g -O2 -c -o Main.o Main.cpp
Main.cpp:91:23: warning: deprecated conversion from string constant to 'char*' 
[-Wwrite-strings]
Main.cpp:139:1: error: C99 designator 'video_driver' outside aggregate 
initializer
Main.cpp:152:1: warning: deprecated conversion from string constant to 'char*' 
[-Wwrite-strings]
Main.cpp:152:1: warning: deprecated conversion from string constant to 'char*' 
[-Wwrite-strings]
Main.cpp:152:1: warning: deprecated conversion from string constant to 'char*' 
[-Wwrite-strings]
Main.cpp:152:1: warning: deprecated conversion from string constant to 'char*' 
[-Wwrite-strings]
Main.cpp:152:1: warning: deprecated conversion from string constant to 'char*' 
[-Wwrite-strings]
Main.cpp:152:1: warning: deprecated conversion from string constant to 'char*' 
[-Wwrite-strings]
Main.cpp:152:1: warning: deprecated conversion from string constant to 'char*' 
[-Wwrite-strings]
Main.cpp:152:1: warning: deprecated conversion from string constant to 'char*' 
[-Wwrite-strings]
Main.cpp:152:1: warning: deprecated conversion from string constant to 'char*' 
[-Wwrite-strings]
Main.cpp:152:1: warning: deprecated conversion from string constant to 'char*' 
[-Wwrite-strings]
Main.cpp: In function 'void handle_rc_load()':
Main.cpp:828:39: warning: deprecated conversion from string constant to 'char*' 
[-Wwrite-strings]
make[2]: *** [Main.o] Error 1
make[2]: Leaving directory `/«PKGBUILDDIR»/src'
make[1]: *** [all-recursive] Error 1
dh_auto_build: make -j1 returned exit code 2
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2



--- End Message ---
--- Begin Message ---
Source: gopchop
Source-Version: 1.1.8-5

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

gopchop_1.1.8-5.debian.tar.gz
  to main/g/gopchop/gopchop_1.1.8-5.debian.tar.gz
gopchop_1.1.8-5.dsc
  to main/g/gopchop/gopchop_1.1.8-5.dsc
gopchop_1.1.8-5_amd64.deb
  to main/g/gopchop/gopchop_1.1.8-5_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.
tony mancill <[email protected]> (supplier of updated gopchop 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: SHA1

Format: 1.8
Date: Thu, 05 Apr 2012 04:44:31 +0000
Source: gopchop
Binary: gopchop
Architecture: source amd64
Version: 1.1.8-5
Distribution: unstable
Urgency: low
Maintainer: John R. Hogerhuis <[email protected]>
Changed-By: tony mancill <[email protected]>
Description: 
 gopchop    - fast, lossless cuts-only editor for MPEG2 video files
Closes: 667188
Changes: 
 gopchop (1.1.8-5) unstable; urgency=low
 .
   * Add patch to support build with gcc 4.7 (Closes: #667188)
   * Bump Standards-Version to 3.9.3 (no changes).
Checksums-Sha1: 
 311c24579af2443318d012f38421c235e04813ae 2126 gopchop_1.1.8-5.dsc
 2e6a312c79410091aa01b66ed1491cffe3648393 10584 gopchop_1.1.8-5.debian.tar.gz
 b6d76e4576c0718509dcf22f01113d5a9e1a9edc 148810 gopchop_1.1.8-5_amd64.deb
Checksums-Sha256: 
 ec4d1e58c3ab0c2e6aa1efe97c380bade0ce21ae2730a4b5e9eb6959b7301760 2126 
gopchop_1.1.8-5.dsc
 aa14cc823b72f705e86db6cdfde664a61b478df35f01106b8c596c5159c2eb42 10584 
gopchop_1.1.8-5.debian.tar.gz
 32f1a6116f2f4d13bfa93199e2b891dd80a4b884e7767e71336775b73aac0a6f 148810 
gopchop_1.1.8-5_amd64.deb
Files: 
 02ddb3b126953d92c4198ca526f980e0 2126 video optional gopchop_1.1.8-5.dsc
 b602e55c38cfbe182d0619f8932a7f13 10584 video optional 
gopchop_1.1.8-5.debian.tar.gz
 cbcaadf3c578d28d1356492d0b9b7b9f 148810 video optional 
gopchop_1.1.8-5_amd64.deb

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

iQIcBAEBAgAGBQJPfSrpAAoJECHSBYmXSz6WYXcQAKD7a8vj95qLn+YdHxX9xzVG
8s5ouXPMg7Lbu/WhY/JU6wJhm7ksT/XOObx17AV3JnD8vIq+28D1zCrz8Dn7VB2i
A3yuMc+YH46xXLd0MVyS27xOwWdpnCMkWxpfGRQBpk2k2m8ImbUQ7aRx7/klQaVi
brTAo6Yxq8foWzighFuBcKRclD7/WHQRLhUWZE7TxQlZEIhClLFhzqKkR0aYQ557
tVBQhCqIN/jA+BcUvwzIo3wbIW01P3QLibe+KA4FqaSm0Xd7NC75gN1PRe7qPgtp
DXY5Su3m1iC5HHug72CFS4b9XU3lft5EEv1L9bMTN7uPvEdN4GUYdNKDu9GgzpyQ
LbjGyuCbVb6dBnhYZ1toWzBeT52jt8IvwaVDUvfBD6pkhs79unYKl1CI1cOe1Ran
tOcoaW6R+i4IwILmoA2KmaserpLO8wLBlWfnP0J3c3XDpM+cHjHakxVaSQA41k9s
7H+7tOUqqLh5CwzEPYFwYke96iRoR2clSPP5wwOomtpUbrTORpRJcFLSlY8Pi37B
aTxUw6jgFMRZkoisrFjZ4OMS1uHy7SJf9brbldEGKWVuXIrg8In7qTWkuqtQYm/b
9KWHlh/5oelVQYFgqdpGEzlAUjt2tat2eAsKJu81JsTnF3eRu9z8zoGTLaPsmNRs
Eetn2W0U9dnqalKSqofK
=5APq
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to