Your message dated Sat, 05 Aug 2017 12:06:04 +0000
with message-id <e1ddxqg-0007ln...@fasolo.debian.org>
and subject line Bug#853684: fixed in tkmpeg 1.0.3-2
has caused the Debian Bug report #853684,
regarding tkmpeg: ftbfs with GCC-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 ow...@bugs.debian.org
immediately.)


-- 
853684: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853684
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:tkmpeg
Version: 1.0.2-1
Severity: normal
Tags: sid buster
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-7

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-7/g++-7, but succeeds to build with gcc-6/g++-6. The
severity of this report may be raised before the buster release.
There is no need to fix this issue in time for the stretch release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc7-20170126/tkmpeg_1.0.2-1_unstable_gcc7.log
The last lines of the build log are at the end of this report.

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

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-7/porting_to.html

[...]
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for Tcl public headers... /usr/include/tcl8.6
checking for Tk public headers... /usr/include/tcl8.6
checking for pthread_mutex_init in -lpthread... yes
checking for building with threads... yes (default)
checking how to build libraries... shared
checking for ranlib... (cached) ranlib
checking if 64bit support is requested... no
checking if 64bit Sparc VIS support is requested... no
checking if compiler supports visibility "hidden"... yes
checking if rpath support is requested... yes
checking system version... Linux-3.16.0-4-amd64
checking for ar... ar
checking for cast to union support... yes
checking for required early compiler flags...  _LARGEFILE64_SOURCE
checking for 64-bit integer type... using long
checking for build with symbols... no
checking for tclsh... /usr/bin/tclsh8.6
checking for wish... /usr/bin/wish8.6
configure: creating ./config.status
config.status: creating Makefile
config.status: creating pkgIndex.tcl
config.status: creating tkmpegConfig.sh
configure: WARNING: unrecognized options: --disable-silent-rules, 
--disable-maintainer-mode, --disable-dependency-tracking
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_build
        make -j1
make[1]: Entering directory '/<<PKGBUILDDIR>>'
gcc -DPACKAGE_NAME=\"tkmpeg\" -DPACKAGE_TARNAME=\"tkmpeg\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"tkmpeg\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DBUILD_tkmpeg=/\*\*/ 
-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_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 
-DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 
-DUSE_TCL_STUBS=1 -DUSE_TCLOO_STUBS=1 -DUSE_TK_STUBS=1 -DMODULE_SCOPE=extern\ 
__attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DHAVE_HIDDEN=1 
-DHAVE_CAST_TO_UNION=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1  
-I"/usr/include/tcl8.6" -I"/usr/include/tcl8.6"     -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -pipe -O2 -fomit-frame-pointer -DNDEBUG -Wall -fPIC 
-Wdate-time -D_FORTIFY_SOURCE=2 -c `echo ezmpeg.c` -o ezmpeg.o
gcc -DPACKAGE_NAME=\"tkmpeg\" -DPACKAGE_TARNAME=\"tkmpeg\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"tkmpeg\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DBUILD_tkmpeg=/\*\*/ 
-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_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 
-DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 
-DUSE_TCL_STUBS=1 -DUSE_TCLOO_STUBS=1 -DUSE_TK_STUBS=1 -DMODULE_SCOPE=extern\ 
__attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DHAVE_HIDDEN=1 
-DHAVE_CAST_TO_UNION=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1  
-I"/usr/include/tcl8.6" -I"/usr/include/tcl8.6"     -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -pipe -O2 -fomit-frame-pointer -DNDEBUG -Wall -fPIC 
-Wdate-time -D_FORTIFY_SOURCE=2 -c `echo tkmpeg.C` -o tkmpeg.o
tkmpeg.C: In member function 'int TkMPEG::create(int, const char**)':
tkmpeg.C:76:20: error: ISO C++ forbids comparison between pointer and integer 
[-fpermissive]
     if (argv[2] == '\0') {
                    ^~~~
tkmpeg.C: In member function 'int TkMPEG::add(int, const char**)':
tkmpeg.C:130:18: error: ISO C++ forbids comparison between pointer and integer 
[-fpermissive]
   if (argv[2] == '\0') {
                  ^~~~
Makefile:303: recipe for target 'tkmpeg.o' failed
make[1]: *** [tkmpeg.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j1 returned exit code 2
debian/rules:7: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: tkmpeg
Source-Version: 1.0.3-2

We believe that the bug you reported is fixed in the latest version of
tkmpeg, 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 853...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ole Streicher <oleb...@debian.org> (supplier of updated tkmpeg 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...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 05 Aug 2017 11:26:05 +0200
Source: tkmpeg
Binary: tk-mpeg
Architecture: source
Version: 1.0.3-2
Distribution: unstable
Urgency: medium
Maintainer: Tcl/Tk Debian Packagers <pkg-tcltk-de...@lists.alioth.debian.org>
Changed-By: Ole Streicher <oleb...@debian.org>
Description:
 tk-mpeg    - Tk MPEG1 encoder based on ezMPEG
Closes: 853684
Changes:
 tkmpeg (1.0.3-2) unstable; urgency=medium
 .
   * Fix argument processing of tkmpeg (Closes: #853684)
Checksums-Sha1:
 7671d0d90454ecc18729682fd6e37efbd3806a7c 1956 tkmpeg_1.0.3-2.dsc
 a449e532708f400af9028230f494b38790a37bd5 3024 tkmpeg_1.0.3-2.debian.tar.xz
 c484168b8ba7162c8412a7d955294f777eac5d5a 6987 tkmpeg_1.0.3-2_source.buildinfo
Checksums-Sha256:
 1dc9ed4a7630352380ce8e96851cd8e5d19d2dd06404f87ef6beebb733afafaf 1956 
tkmpeg_1.0.3-2.dsc
 d1319f94186983824580c377a3dfbbddfe0d8368d627a3eb01fc83d6051ffefb 3024 
tkmpeg_1.0.3-2.debian.tar.xz
 2b16ed3c78ecb1d36a44aaed25a7b80e65b0becde353006077914871a09f6df0 6987 
tkmpeg_1.0.3-2_source.buildinfo
Files:
 a5df6eef5a2c54a847a2720cab3f4a29 1956 interpreters optional tkmpeg_1.0.3-2.dsc
 430e8ce4ef60ddc004a676e0785c459e 3024 interpreters optional 
tkmpeg_1.0.3-2.debian.tar.xz
 6b35b14e98c06f9996d356c772211f0e 6987 interpreters optional 
tkmpeg_1.0.3-2_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEuvxshffLFD/utvsVcRWv0HcQ3PcFAlmFr0oACgkQcRWv0HcQ
3PemUg//bAVXql8O9VS5h4JLj/0kj4vXgSkZTYAzfN0y40+LEqNM0nc7PS2pU3ja
QUh+BJWQ9hFUSt70VQxZ4Kq5hPAjttHPq5Ydm+plhtJX+yUxQNfQCmLE6lTFdBDO
G1HjHK2fQihGYNelLUk86KEpCRTllGqzbBY4UKFInqkd68CX2SSsY8vdd5APIg+n
ftc8Ev4o/jAI9pFHvYP19odXFX2693Wy52y2VhQv/lISTgikWkxV69FOUyTB5cpU
f5RvpJP+Y3SE8CGHKKKVYUQRu7LdbQL2LKYRVvYIs9xDBWLmqOz6PsfYaiSlgOom
kp2pkFr9810M2CvACxoEUE/EiLeGB+PBgS7iTdGHG/7TN7K4XflEKitQLZV144I7
enUY8wuhPuTXgONKhQuwOi46An4g7qv1Up+iUf5z9x7WLauHY6DRDJEWRhzS+KA4
m7oaNL4uG8uHe6YEkB6vwqJpya7N7ZjmQz2+7r4aBpYxu+M5tPMUupojViA3rWBV
u2D96hYp5BQuVRZCQQuT+9b8rtSl58QZhoOuCLvuh5NAJwnLme5cpUx+kFr0LlQm
aSxcbdTzeoV7LjNO9N8N5Ug73x72BqRRz3ycAGuXaRZe2kvZ9VSpxArIYnSa0ijn
yEcWRZmVrRpkGu+UqUT3SdLIl4wgopExrUKmjt3SP3F4ujKx8NU=
=OLzh
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to