Your message dated Thu, 2 Aug 2018 00:21:05 +0300
with message-id <20180801212104.GA13331@localhost>
and subject line Re: Bug#897874: systemtap: ftbfs with GCC-8
has caused the Debian Bug report #897874,
regarding systemtap: ftbfs with GCC-8
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.)


-- 
897874: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897874
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:systemtap
Version: 3.1-3
Severity: normal
Tags: sid buster
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-8

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-8/g++-8, but succeeds to build with gcc-7/g++-7. The
severity of this report will be raised before the buster release.

The full build log can be found at:
http://aws-logs.debian.net/2018/05/01/gcc8/systemtap_3.1-3_unstable_gcc8.log.gz
The last lines of the build log are at the end of this report.

To build with GCC 8, either set CC=gcc-8 CXX=g++-8 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-8/porting_to.html

[...]
./includes/sys/sdt.h:119:75: error: type qualifiers ignored on cast result type 
[-Werror=ignored-qualifiers]
 template<> struct __sdt_type<T> { static const bool __sdt_signed = ((T)(-1) < 
1); };
                                                                           ^
./includes/sys/sdt.h:146:1: note: in expansion of macro '__SDT_COND_SIGNED'
 __SDT_COND_SIGNED(const volatile char)
 ^~~~~~~~~~~~~~~~~
./includes/sys/sdt.h:119:75: error: type qualifiers ignored on cast result type 
[-Werror=ignored-qualifiers]
 template<> struct __sdt_type<T> { static const bool __sdt_signed = ((T)(-1) < 
1); };
                                                                           ^
./includes/sys/sdt.h:147:1: note: in expansion of macro '__SDT_COND_SIGNED'
 __SDT_COND_SIGNED(const volatile wchar_t)
 ^~~~~~~~~~~~~~~~~
cc1plus: all warnings being treated as errors
make[4]: *** [Makefile:1148: stap-main.o] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>'
make[4]: *** Waiting for unfinished jobs....
make[4]: Entering directory '/<<PKGBUILDDIR>>'
gcc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' 
-DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/lib/systemtap"' 
-DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' 
-DPYEXECDIR='"/usr/lib/python2.7/dist-packages"' -DPY3EXECDIR='""' -I./includes 
-I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT -I/usr/include/nss 
-I/usr/include/nspr  -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -fexceptions 
-Wall -Wextra -Werror -Wunused -Wformat=2 -W -I/usr/include/nss 
-I/usr/include/nspr -DSTAP -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -fstack-protector-all 
-D_FORTIFY_SOURCE=2 -c -o stap-loc2c.o `test -f 'loc2c.c' || echo './'`loc2c.c
make[4]: Leaving directory '/<<PKGBUILDDIR>>'
make[4]: Entering directory '/<<PKGBUILDDIR>>'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' 
-DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/lib/systemtap"' 
-DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' 
-DPYEXECDIR='"/usr/lib/python2.7/dist-packages"' -DPY3EXECDIR='""' -I./includes 
-I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT -I/usr/include/nss 
-I/usr/include/nspr  -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -Werror 
-D_REENTRANT -I/usr/include/nss -I/usr/include/nspr -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -fstack-protector-all -D_FORTIFY_SOURCE=2 -c -o 
stap-staptree.o `test -f 'staptree.cxx' || echo './'`staptree.cxx
make[4]: Leaving directory '/<<PKGBUILDDIR>>'
make[4]: Entering directory '/<<PKGBUILDDIR>>'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' 
-DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/lib/systemtap"' 
-DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' 
-DPYEXECDIR='"/usr/lib/python2.7/dist-packages"' -DPY3EXECDIR='""' -I./includes 
-I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT -I/usr/include/nss 
-I/usr/include/nspr  -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -Werror 
-D_REENTRANT -I/usr/include/nss -I/usr/include/nspr -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -fstack-protector-all -D_FORTIFY_SOURCE=2 -c -o 
stap-session.o `test -f 'session.cxx' || echo './'`session.cxx
make[4]: Leaving directory '/<<PKGBUILDDIR>>'
make[4]: Entering directory '/<<PKGBUILDDIR>>'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' 
-DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/lib/systemtap"' 
-DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' 
-DPYEXECDIR='"/usr/lib/python2.7/dist-packages"' -DPY3EXECDIR='""' -I./includes 
-I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT -I/usr/include/nss 
-I/usr/include/nspr  -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -Werror 
-D_REENTRANT -I/usr/include/nss -I/usr/include/nspr -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -fstack-protector-all -D_FORTIFY_SOURCE=2 -c -o 
stap-parse.o `test -f 'parse.cxx' || echo './'`parse.cxx
make[4]: Leaving directory '/<<PKGBUILDDIR>>'
make[4]: Entering directory '/<<PKGBUILDDIR>>'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' 
-DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/lib/systemtap"' 
-DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' 
-DPYEXECDIR='"/usr/lib/python2.7/dist-packages"' -DPY3EXECDIR='""' -I./includes 
-I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT -I/usr/include/nss 
-I/usr/include/nspr  -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -Werror 
-D_REENTRANT -I/usr/include/nss -I/usr/include/nspr -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -fstack-protector-all -D_FORTIFY_SOURCE=2 -c -o 
stap-elaborate.o `test -f 'elaborate.cxx' || echo './'`elaborate.cxx
make[4]: Leaving directory '/<<PKGBUILDDIR>>'
make[4]: Entering directory '/<<PKGBUILDDIR>>'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' 
-DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/lib/systemtap"' 
-DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' 
-DPYEXECDIR='"/usr/lib/python2.7/dist-packages"' -DPY3EXECDIR='""' -I./includes 
-I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT -I/usr/include/nss 
-I/usr/include/nspr  -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -Werror 
-D_REENTRANT -I/usr/include/nss -I/usr/include/nspr -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -fstack-protector-all -D_FORTIFY_SOURCE=2 -c -o 
stap-translate.o `test -f 'translate.cxx' || echo './'`translate.cxx
translate.cxx: In function 'int translate_pass(systemtap_session&)':
translate.cxx:7749:20: error: catching polymorphic type 'const class 
std::runtime_error' by value [-Werror=catch-value=]
       catch (const runtime_error)
                    ^~~~~~~~~~~~~
cc1plus: all warnings being treated as errors
make[4]: *** [Makefile:1218: stap-translate.o] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>'
make[4]: Entering directory '/<<PKGBUILDDIR>>'
g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DSYSCONFDIR='"/etc"' 
-DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/lib/systemtap"' 
-DLOCALEDIR='"/usr/share/locale"' -DDOCDIR='"/usr/share/doc/systemtap"' 
-DPYEXECDIR='"/usr/lib/python2.7/dist-packages"' -DPY3EXECDIR='""' -I./includes 
-I./includes/sys -DSTAP_SDT_V2 -D_REENTRANT -I/usr/include/nss 
-I/usr/include/nspr  -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -Werror 
-D_REENTRANT -I/usr/include/nss -I/usr/include/nspr -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -fstack-protector-all -D_FORTIFY_SOURCE=2 -c -o 
stap-tapsets.o `test -f 'tapsets.cxx' || echo './'`tapsets.cxx
make[4]: Leaving directory '/<<PKGBUILDDIR>>'
make[3]: *** [Makefile:1955: all-recursive] Error 1
make[2]: *** [Makefile:713: all] Error 2
dh_auto_build: make -j8 -Oline returned exit code 2
make[1]: *** [debian/rules:38: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:28: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2

--- End Message ---
--- Begin Message ---
Version: 3.3-1

On Thu, Jul 19, 2018 at 12:10:00PM +0300, Juhani Numminen wrote:
>...
> On Fri, 04 May 2018 12:23:53 +0000 Matthias Klose <d...@debian.org> wrote:
> > Package: src:systemtap
> > Version: 3.1-3
> > Severity: normal
> > Tags: sid buster
> > User: debian-...@lists.debian.org
> > Usertags: ftbfs-gcc-8
> 
> > [...]
> > ./includes/sys/sdt.h:119:75: error: type qualifiers ignored on cast result 
> > type [-Werror=ignored-qualifiers]
> 
> Gcc 8 build failures seem to be resolved upstream [1] and the fixed version is
> in your git repository [2].

And this seems to be included in unstable now:
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/systemtap.html

> Regards,
> Juhani
>...

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