Your message dated Sat, 5 Aug 2017 23:19:01 +0300
with message-id <20170805201901.4xvg2choqiwocrj2@localhost>
and subject line w1retap builds with gcc 7
has caused the Debian Bug report #853704,
regarding w1retap: 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.)


-- 
853704: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853704
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:w1retap
Version: 1.4.4-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/w1retap_1.4.4-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[5]: Leaving directory '/<<PKGBUILDDIR>>/src/pgsql'
Making all in odbc
make[5]: Entering directory '/<<PKGBUILDDIR>>/src/odbc'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../..  -Wall -D_GNU_SOURCE=1 -I  ../libusblinux300/ -I../ -pthread 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-Wdate-time -D_FORTIFY_SOURCE=2 -Werror -Wno-unused-result  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -c -o w1odbc.lo w1odbc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -D_GNU_SOURCE=1 -I 
../libusblinux300/ -I../ -pthread -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 
-Werror -Wno-unused-result -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wall -c w1odbc.c  
-fPIC -DPIC -o .libs/w1odbc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -D_GNU_SOURCE=1 -I 
../libusblinux300/ -I../ -pthread -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 
-Werror -Wno-unused-result -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wall -c w1odbc.c -o 
w1odbc.o >/dev/null 2>&1
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall  -Wl,-z,relro -Wl,-z,now -Wl,--as-needed 
-Wl,--disable-new-dtags -o libw1odbc.la -rpath 
/usr/lib/x86_64-linux-gnu/w1retap w1odbc.lo -lodbc -lxml2 -lrt -lm 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/w1odbc.o   -lodbc -lxml2 -lrt 
-lm  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-z -Wl,now 
-Wl,--as-needed -Wl,--disable-new-dtags   -Wl,-soname -Wl,libw1odbc.so.0 -o 
.libs/libw1odbc.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libw1odbc.so.0" && ln -s 
"libw1odbc.so.0.0.0" "libw1odbc.so.0")
libtool: link: (cd ".libs" && rm -f "libw1odbc.so" && ln -s 
"libw1odbc.so.0.0.0" "libw1odbc.so")
libtool: link: ar cru .libs/libw1odbc.a  w1odbc.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libw1odbc.a
libtool: link: ( cd ".libs" && rm -f "libw1odbc.la" && ln -s "../libw1odbc.la" 
"libw1odbc.la" )
make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/odbc'
Making all in mongo
make[5]: Entering directory '/<<PKGBUILDDIR>>/src/mongo'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../..  -Wall -D_GNU_SOURCE=1 -I  ../libusblinux300/ -I../ -pthread 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/mongo-client -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 
-Werror -Wno-unused-result  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o 
w1mongo.lo w1mongo.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -D_GNU_SOURCE=1 -I 
../libusblinux300/ -I../ -pthread -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/mongo-client 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-Wdate-time -D_FORTIFY_SOURCE=2 -Werror -Wno-unused-result -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -c w1mongo.c  -fPIC -DPIC -o .libs/w1mongo.o
w1mongo.c: In function 'w1_init':
w1mongo.c:299:59: error: '%f' directive output may be truncated writing between 
8 and 317 bytes into a region of size 32 [-Werror=format-truncation=]
                             snprintf(buff, sizeof(buff), "%f", d);
                                                           ^~
In file included from /usr/include/stdio.h:938:0,
                 from w1mongo.c:19:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: format output between 
9 and 318 bytes into a destination of size 32
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __bos (__s), __fmt, __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
Makefile:456: recipe for target 'w1mongo.lo' failed
make[5]: *** [w1mongo.lo] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/mongo'
Makefile:678: recipe for target 'all-recursive' failed
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src'
Makefile:428: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
Makefile:360: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j64 returned exit code 2
debian/rules:9: recipe for target 'override_dh_auto_build' failed
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:31: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- End Message ---
--- Begin Message ---
w1retap builds with gcc 7:
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/w1retap.html

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed

--- End Message ---

Reply via email to