Your message dated Sat, 05 Aug 2017 11:49:26 +0000
with message-id <e1ddxaa-00047r...@fasolo.debian.org>
and subject line Bug#853707: fixed in wmgtemp 1.2-1
has caused the Debian Bug report #853707,
regarding wmgtemp: 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.)


-- 
853707: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853707
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:wmgtemp
Version: 1.1-3
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/wmgtemp_1.1-3_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

[...]
        make -j1 clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
( cd src && make clean)
make[2]: Entering directory '/<<PKGBUILDDIR>>/src'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_clean
 dpkg-source -b wmgtemp-1.1
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building wmgtemp using existing ./wmgtemp_1.1.orig.tar.gz
dpkg-source: info: building wmgtemp in wmgtemp_1.1-3.debian.tar.xz
dpkg-source: info: building wmgtemp in wmgtemp_1.1-3.dsc
 debian/rules build
dh build
   dh_testdir
   dh_update_autotools_config
   dh_auto_configure
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build -- CFLAGS="-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security" \
        LDFLAGS="-Wl,-z,relro"
        make -j1 "CFLAGS=-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security" LDFLAGS=-Wl,-z,relro
make[2]: Entering directory '/<<PKGBUILDDIR>>'
( cd src && make )
make[3]: Entering directory '/<<PKGBUILDDIR>>/src'
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c wmgtemp.c -o wmgtemp.o
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c wmgeneral/wmgeneral.c -o wmgeneral/wmgeneral.o
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c wmgeneral/misc.c -o wmgeneral/misc.o
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c wmgeneral/list.c -o wmgeneral/list.o
gcc wmgtemp.o ./wmgeneral/wmgeneral.o ./wmgeneral/misc.o ./wmgeneral/list.o 
-Wl,-z,relro -o wmgtemp -lXpm -lXext -lX11 -lsensors
wmgtemp.o: In function `process_xevents':
./src/wmgtemp.c:397: undefined reference to `cycle_temptype'
./src/wmgtemp.c:384: undefined reference to `blank_type'
./src/wmgtemp.c:388: undefined reference to `draw_type'
wmgtemp.o: In function `main':
./src/wmgtemp.c:219: undefined reference to `blank_type'
collect2: error: ld returned 1 exit status
Makefile:19: recipe for target 'wmgtemp' failed
make[3]: *** [wmgtemp] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
Makefile:6: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j1 CFLAGS=-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security LDFLAGS=-Wl,-z,relro 
returned exit code 2
debian/rules:7: recipe for target 'override_dh_auto_build' failed
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:4: 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: wmgtemp
Source-Version: 1.2-1

We believe that the bug you reported is fixed in the latest version of
wmgtemp, 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.
Andreas Metzler <ametz...@debian.org> (supplier of updated wmgtemp 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: SHA512

Format: 1.8
Date: Sat, 05 Aug 2017 13:32:44 +0200
Source: wmgtemp
Binary: wmgtemp
Architecture: source
Version: 1.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Window Maker Team <pkg-wmaker-de...@lists.alioth.debian.org>
Changed-By: Andreas Metzler <ametz...@debian.org>
Closes: 853707
Description: 
 wmgtemp    - Temperature sensor dockapp for Window Maker
Changes:
 wmgtemp (1.2-1) unstable; urgency=low
 .
   [ Doug Torrance ]
   * New upstream release.
     - Now builds with GCC 7 (Closes: #853707).
   * debian/control
     - Add dh-autoreconf, libdockapp-dev, and pkg-config to Build-Depends.
     - Bump Standards-Version to 3.9.8.
     - Update Homepage and Vcs-Browser.
   * debian/copyright
     - Update Upstream-Contact and Source.
     - Drop file paragraphs for wmgeneral files. These have been removed
       upstream as wmgtemp now uses the wmgeneral included in libdockapp.
   * debian/docs
     - New file; install CREDITS and README.
   * debian/examples
     - New file; install example config file.
   * debian/install
     - New file; install new desktop entry file.
   * debian/patches
     - Remove directory; patches applied upstream.
   * debian/menu
     - Remove file; Debian menu system is deprecated.
   * debian/rules
     - Use dh_autoreconf and drop old override targets which are no longer
       needed.
     - Use all hardening flags.
     - Append "-Wl,--as-needed" to LDFLAGS to avoid useless dependencies.
   * debian/watch
     - Bump to uscan v4 and update download location.
   * debian/wmgtemp.desktop
     - New desktop entry file.
 .
   [ Andreas Metzler ]
   * Upload to unstable now, since gcc7 bugs have become rc. Add myself to
     uploaders.
   * Bump Standards-Version to 4.0.0, no further changes.
Checksums-Sha1: 
 2960b4cecb4e47d7b813245d5a7f80b6e0e5aafa 2025 wmgtemp_1.2-1.dsc
 c3fb3b1688158145d6eb644a740b869982e0ea96 96949 wmgtemp_1.2.orig.tar.gz
 f47ac4076d8a6237f391e0871221b9a1217ee46c 5032 wmgtemp_1.2-1.debian.tar.xz
Checksums-Sha256: 
 7aa0cadaaacbc7d7485edf5c3ed4dab6179252a7c6154921aba708578a80066c 2025 
wmgtemp_1.2-1.dsc
 dabf70bfaa11c35ec630b1e5d7455570165c937bfe826a3b4d1278d21f0ff6cb 96949 
wmgtemp_1.2.orig.tar.gz
 d9f98073a7edfe5fd5e8821d8f9a7531bdcb3786c5541cb2c4f3bb65543e9250 5032 
wmgtemp_1.2-1.debian.tar.xz
Files: 
 9a53b99d60d4a9c3712315a1bd7dced4 2025 utils extra wmgtemp_1.2-1.dsc
 a595053ba7fab25e318d983df3af8ce8 96949 utils extra wmgtemp_1.2.orig.tar.gz
 7ed25c4b95219421959d35afda91663c 5032 utils extra wmgtemp_1.2-1.debian.tar.xz

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

iQIzBAEBCgAdFiEE0uCSA5741Jbt9PpepU8BhUOCFIQFAlmFrhsACgkQpU8BhUOC
FITkSw//YSBnbgl/awZ3eeO124PpozO4ZvU92acS3Zp6d31Ov7888rBpUu+Q9RHH
X4DlPCaN1MdZpvA2LNK37qU9quTtx/l9U/4SEZFz1hzN1rEg7nSCn218o8aRCOBp
aJ6MOluz5TRn+eHzfnUq8YlABMSCRcDCF6+rYXF9iX2ArSUVCEMyE1XeY8WaRSBd
7+4lUzUTHlMh1KOuAt+ngiLIdTsE6/GMOdRCVa2L8+IuDYvxTDv5J3qaAGVykMl9
+f5vJwV/03Heffm5UTuDc34lK+XBEbewmzdKPGEI1Y5if7Yl5IrhwzqMUhAtVVXP
XryZYteoqarlVCjiZFLnnX2mgDEPNw3ykZCVy+fY7ZjwEXkPvKoTQXREUcIvw60q
vOik+vpbmGMqevuNOZOHqxdl/8jUn8CuK/krqrMHPV93qcY7/rA0jliKC1EyrDOM
QOsLvDr6skVKTMyLUFZvTc/+dqFR93NCv6FhgCp0/pifpMKu0ieROub84hbV1i2X
bdSa/5nLxIs5u2SU+o5X/CKspTJutyYfCjxa5TniZ1Wz0JDOcNWRuuiJzdIKw/+A
X94zNyIna7QcE5atDGtzpeGfUaLR8x6qouCNIVtHeY08zFDKd2GUpUGVeoJV8cJ+
tCR+V4JVHA3gqDUMzfJ/EQWoyZVL7DPpAnoQeDTqLXQa4qFpOJ0=
=2HFA
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to