Your message dated Mon, 24 Jul 2017 10:01:50 +0200
with message-id <[email protected]>
and subject line Re: golang-1.8: ftbfs with GCC-7
has caused the Debian Bug report #853429,
regarding golang-1.8: 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 [email protected]
immediately.)


-- 
853429: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853429
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:golang-1.8
Version: 1.8~rc2-1
Severity: normal
Tags: sid buster
User: [email protected]
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/golang-1.8_1.8~rc2-1_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

[...]
ok      flag    1.016s
ok      os/exec 3.062s

##### ../misc/cgo/testgodefs

##### ../misc/cgo/testso

##### ../misc/cgo/testsovar

##### ../misc/cgo/testcarchive
PASS

##### ../misc/cgo/testcshared
ok

##### ../misc/cgo/testshared
PASS
ok      _/<<PKGBUILDDIR>>/misc/cgo/testshared   16.532s

##### ../misc/cgo/testplugin
PASS
something

##### ../misc/cgo/testasan

##### ../misc/cgo/testsanitizers
./test.bash: line 18: sysctl: command not found
skipping msan tests: cc -fsanitize=memory not supported

##### ../misc/cgo/errors

##### ../misc/cgo/testsigfwd

##### ../test/bench/go1
testing: warning: no tests to run
PASS
ok      _/<<PKGBUILDDIR>>/test/bench/go1        2.114s

##### ../test

##### API check
Go version is "go1.8rc2", ignoring -next /<<PKGBUILDDIR>>/api/next.txt

FAILED
debian/rules:57: recipe for target 'override_dh_auto_test-arch' failed
make[1]: *** [override_dh_auto_test-arch] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:22: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- End Message ---
--- Begin Message ---
Version: 1.8-1

Hi,

Matthias Klose <[email protected]> writes:
> 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.

This was fixed upstream with commit
https://github.com/golang/go/commit/09496599520d73171550987b138d85ae1fb13b76,
which is included in Go 1.8.

-- 
Best regards,
Michael

--- End Message ---

Reply via email to