Your message dated Wed, 18 Jul 2018 11:29:52 +0200
with message-id <22a6499400f14f6aea0d95b855ed643afc99d7e9.camel@jff.email>
and subject line Re: Bug#897861: simutrans: ftbfs with GCC-8
has caused the Debian Bug report #897861,
regarding simutrans: 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.)


-- 
897861: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897861
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:simutrans
Version: 120.2.2-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/simutrans_120.2.2-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

[...]
                  ^
bauer/../utils/../simtypes.h:40:18: warning: this use of "defined" may not be 
portable [-Wexpansion-to-defined]
bauer/../utils/../simtypes.h:40:18: warning: this use of "defined" may not be 
portable [-Wexpansion-to-defined]
bauer/../utils/../simtypes.h:46:21: warning: this use of "defined" may not be 
portable [-Wexpansion-to-defined]
 #if CXX11(4, 7, 1400)
                     ^
bauer/../utils/../simtypes.h:46:21: warning: this use of "defined" may not be 
portable [-Wexpansion-to-defined]
bauer/../utils/../simtypes.h:46:21: warning: this use of "defined" may not be 
portable [-Wexpansion-to-defined]
In file included from bauer/../tpl/weighted_vector_tpl.h:7,
                 from bauer/../simworld.h:23,
                 from bauer/../simtool.h:11,
                 from bauer/brueckenbauer.cc:11:
bauer/../tpl/../macros.h:7:42: warning: this use of "defined" may not be 
portable [-Wexpansion-to-defined]
 #if !defined __GNUC__ || GCC_ATLEAST(3, 0)
                                          ^
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: Entering directory '/<<PKGBUILDDIR>>'
g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -std=gnu++11 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -O3 -DNDEBUG -Wall -W -Wcast-qual -Wpointer-arith 
-Wcast-align -DUSE_C -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT 
-DCOLOUR_DEPTH=16 -c -MMD -o /<<PKGBUILDDIR>>/bauer/wegbauer.o bauer/wegbauer.cc
In file included from bauer/../utils/log.h:13,
                 from bauer/../simdebug.h:23,
                 from bauer/wegbauer.cc:14:
bauer/../utils/../simtypes.h:40:18: warning: this use of "defined" may not be 
portable [-Wexpansion-to-defined]
 #if CXX11(4, 4, 0)
                  ^
bauer/../utils/../simtypes.h:40:18: warning: this use of "defined" may not be 
portable [-Wexpansion-to-defined]
bauer/../utils/../simtypes.h:40:18: warning: this use of "defined" may not be 
portable [-Wexpansion-to-defined]
bauer/../utils/../simtypes.h:46:21: warning: this use of "defined" may not be 
portable [-Wexpansion-to-defined]
 #if CXX11(4, 7, 1400)
                     ^
bauer/../utils/../simtypes.h:46:21: warning: this use of "defined" may not be 
portable [-Wexpansion-to-defined]
bauer/../utils/../simtypes.h:46:21: warning: this use of "defined" may not be 
portable [-Wexpansion-to-defined]
In file included from bauer/../tpl/weighted_vector_tpl.h:7,
                 from bauer/../simworld.h:23,
                 from bauer/wegbauer.cc:15:
bauer/../tpl/../macros.h:7:42: warning: this use of "defined" may not be 
portable [-Wexpansion-to-defined]
 #if !defined __GNUC__ || GCC_ATLEAST(3, 0)
                                          ^
bauer/wegbauer.cc: In member function 'void 
way_builder_t::check_for_bridge(const grund_t*, const grund_t*, const 
vector_tpl<koord3d>&)':
bauer/wegbauer.cc:1096:5: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
     }
     ^
bauer/wegbauer.cc:1099:4: note: here
    default:
    ^~~~~~~
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j8 -Oline "INSTALL=install --strip-program=true" returned 
exit code 2
make[1]: *** [debian/rules:22: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:19: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2

--- End Message ---
--- Begin Message ---
Hello,

the new release of simutrans build with gcc-8 without errors. see
attached buildlog.

So I close this bug.

CU
Jörg


-- 
New:
GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1 D25D
GPG key (long) : 09F89F3C8CA1D25D
GPG Key        : 8CA1D25D
CAcert Key S/N : 0E:D4:56

Old pgp Key: BE581B6E (revoked since 2014-12-31).

Jörg Frings-Fürst
D-54470 Lieser


git:      https://jff.email/cgit/

Threema:  SYR8SJXB
Wire:     @joergfringsfuerst
Skype:    joergpenguin
Ring:     jff
Telegram: @joergfringsfuerst


My wish list: 
 - Please send me a picture from the nature at your home.

Attachment: simutrans_120.3-2_amd64-2018-07-18T09:09:47Z.build.gz
Description: application/gzip

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---

Reply via email to