Your message dated Thu, 23 Aug 2018 13:53:43 +0000
with message-id <e1fsq3t-0008ak...@fasolo.debian.org>
and subject line Bug#897875: fixed in tempest-for-eliza 1.0.5-2.1
has caused the Debian Bug report #897875,
regarding tempest-for-eliza: 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.)


-- 
897875: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897875
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:tempest-for-eliza
Version: 1.0.5-2
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/tempest-for-eliza_1.0.5-2_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

[...]
touch debian/stamp-upstream-cruft
touch debian/stamp-autotools-files
chmod a+x /<<PKGBUILDDIR>>/./configure
mkdir -p .
cd . && CFLAGS="-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security" CXXFLAGS="-g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security" CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2" 
LDFLAGS="-Wl,-z,relro" /<<PKGBUILDDIR>>/./configure --build=x86_64-linux-gnu 
--prefix=/usr --includedir="\${prefix}/include" --mandir="\${prefix}/share/man" 
--infodir="\${prefix}/share/info" --sysconfdir=/etc --localstatedir=/var 
--libexecdir="\${prefix}/lib/tempest-for-eliza" --srcdir=. 
--disable-maintainer-mode --disable-dependency-tracking --disable-silent-rules
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for c++... c++
checking whether the C++ compiler (c++ -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wl,-z,relro) works... yes
checking whether the C++ compiler (c++ -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wl,-z,relro) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
checking for sdl-config... /usr/bin/sdl-config
checking for SDL - version >= 1.0.0... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating songs/Makefile
touch debian/stamp-autotools
/usr/bin/make -C . 
make[1]: Entering directory '/<<PKGBUILDDIR>>'
Making all in songs
make[2]: Entering directory '/<<PKGBUILDDIR>>/songs'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/<<PKGBUILDDIR>>/songs'
make[2]: Entering directory '/<<PKGBUILDDIR>>'
c++ -DPACKAGE=\"tempest_for_eliza\" -DVERSION=\"1.0.5\"  -I. -I.  
-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT  -Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -O2 -Wall -Werror   
-c player.cpp
c++  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -O2 -Wall -Werror   -s  -o tempest_for_eliza  
player.o -L/usr/lib/x86_64-linux-gnu -lSDL 
c++ -DPACKAGE=\"tempest_for_eliza\" -DVERSION=\"1.0.5\"  -I. -I.  
-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT  -Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -O2 -Wall -Werror   
-c mp3player.cpp
mp3player.cpp: In function 'int main(int, char**)':
mp3player.cpp:106:39: error: bitwise comparison always evaluates to false 
[-Werror=tautological-compare]
   if ((screen->flags | SDL_HWPALETTE) == 0) error("i can't get hardware 
palette support.");
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
mp3player.cpp:107:40: error: bitwise comparison always evaluates to false 
[-Werror=tautological-compare]
   if ((screen->flags | SDL_FULLSCREEN) == 0) error("cannot set fullscreen 
mode.");
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:186: mp3player.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:200: all-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [/usr/share/cdbs/1/class/makefile.mk:77: debian/stamp-makefile-build] 
Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2

--- End Message ---
--- Begin Message ---
Source: tempest-for-eliza
Source-Version: 1.0.5-2.1

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

Debian distribution maintenance software
pp.
Adrian Bunk <b...@debian.org> (supplier of updated tempest-for-eliza 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: Thu, 09 Aug 2018 15:40:50 +0300
Source: tempest-for-eliza
Binary: tempest-for-eliza
Architecture: source
Version: 1.0.5-2.1
Distribution: unstable
Urgency: low
Maintainer: Luke Faraone <lfara...@debian.org>
Changed-By: Adrian Bunk <b...@debian.org>
Description:
 tempest-for-eliza - demonstrate electromagnetic emissions from computer systems
Closes: 897875
Changes:
 tempest-for-eliza (1.0.5-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix logic errors discovered by gcc 8. (Closes: #897875)
Checksums-Sha1:
 47f231f0661e0c11aa1f4e4e7933e4fb04c8390d 1976 tempest-for-eliza_1.0.5-2.1.dsc
 b467bc2616257d4182bca961cdfd95065165f2be 4608 
tempest-for-eliza_1.0.5-2.1.debian.tar.xz
Checksums-Sha256:
 2bbec0fa3365f253ae694a14ded23bd79e7bb16c757a5ffce02583a2473ae92d 1976 
tempest-for-eliza_1.0.5-2.1.dsc
 7c88528526b8fff5c91895917475556bf3b65883ed7e86963c6d5cb792450a37 4608 
tempest-for-eliza_1.0.5-2.1.debian.tar.xz
Files:
 7291d2c3a8abf21c6fdee458c968f1d0 1976 sound optional 
tempest-for-eliza_1.0.5-2.1.dsc
 274842630636b63599d6b0899d05e066 4608 sound optional 
tempest-for-eliza_1.0.5-2.1.debian.tar.xz

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

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAltsN6sACgkQiNJCh6LY
mLFanw//cLD4LW7qaCnF6J5dXJ5wCdAUNLEOs05Wvgbo7658A94B33LPiIftqXJt
zTh5bgfRCd6g6UAsi5gB9KgVuqurzviXDOiTGG6uDOHTEuMCn1X4RkL8khy1m+lt
dMtUqtsP/OBe1FZRafWs7+YXNu1410IU/3/1SCeI36x/mRwWPlKIJYrHfDmdiYNy
pTHdAxgfCT/JhQdn+Gzl7iG+eDc6Dk7gwZ6mpFpBn1+pJfxUZm4OOsHnZ3XpEc9S
yBtWgHOk20GMzmHsK7Skp1YnEV5GDjZe0bsI43/7S7zpUvVDZMn06qhgiE9Vb9jo
Cz5Ws1s8eVLfhvcmISyXR2IpTNh5DxFJsnnCcVvEjEa+m5FOg6FrfybrwVbtGI0N
YPUjPk53fmXGp39lgFT9QH4ISL3nokc2ve7p3i5wcRfP4m46lVLxv0Caufwssd66
/kIFKew7ysxUDOGEZ0z7sUqaBVVu77AQ/2HdnTuJ4W7bZXErGaUhmXMb5WqJnf28
hUS9+zDgH6N0SczDb14PiUE9dLzS1sneYLHIMUOXYX4mmamx0hj2JwdPBg/m9h/D
4Bcy7ovZR4+Et2YCmVmG9TxoP/syabd2J9ZayJPNj60TMDPaIM1eDNOwSz2Yvv31
watbNUZAQhgmNdyVQWonFbNW3OprNVDShC+YvHG/xM6l2hTHVfY=
=NutI
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to