Your message dated Thu, 15 Mar 2018 21:13:53 +0100
with message-id <[email protected]>
and subject line Re: Bug#853480: libaqbanking: ftbfs with GCC-7
has caused the Debian Bug report #853480,
regarding libaqbanking: 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.)
--
853480: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853480
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:libaqbanking
Version: 5.6.12-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/libaqbanking_5.6.12-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
[...]
make[4]: Entering directory '/<<PKGBUILDDIR>>/doc'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/doc'
Making all in m4
make[4]: Entering directory '/<<PKGBUILDDIR>>/m4'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/m4'
Making all in src
make[4]: Entering directory '/<<PKGBUILDDIR>>/src'
Making all in libs
make[5]: Entering directory '/<<PKGBUILDDIR>>/src/libs'
Making all in aqbanking
make[6]: Entering directory '/<<PKGBUILDDIR>>/src/libs/aqbanking'
Making all in types
make[7]: Entering directory '/<<PKGBUILDDIR>>/src/libs/aqbanking/types'
/bin/bash ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I../../../.. -I../../../../aqbanking5 -Wdate-time -D_FORTIFY_SOURCE=2
-DBUILDING_AQBANKING -fvisibility=hidden -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -g -Wall -Wdeclaration-after-statement -c -o
accstatus.lo accstatus.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../..
-I../../../../aqbanking5 -Wdate-time -D_FORTIFY_SOURCE=2 -DBUILDING_AQBANKING
-fvisibility=hidden -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -g -Wall
-Wdeclaration-after-statement -c accstatus.c -fPIC -DPIC -o .libs/accstatus.o
In file included from ../../../../aqbanking5/aqbanking/accstatus.h:18:0,
from accstatus_l.h:18,
from accstatus_p.h:18,
from accstatus.c:19:
../../../../aqbanking5/aqbanking/value.h:18:10: fatal error:
gwenhywfar/buffer.h: No such file or directory
#include <gwenhywfar/buffer.h>
^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Makefile:645: recipe for target 'accstatus.lo' failed
make[7]: *** [accstatus.lo] Error 1
make[7]: Leaving directory '/<<PKGBUILDDIR>>/src/libs/aqbanking/types'
Makefile:971: recipe for target 'all-recursive' failed
make[6]: *** [all-recursive] Error 1
make[6]: Leaving directory '/<<PKGBUILDDIR>>/src/libs/aqbanking'
Makefile:500: recipe for target 'all-recursive' failed
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/libs'
Makefile:500: recipe for target 'all-recursive' failed
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src'
Makefile:821: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
Makefile:593: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j1 returned exit code 2
debian/rules:31: recipe for target 'override_dh_auto_build' failed
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:10: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
--- End Message ---
--- Begin Message ---
Hi Matthias,
according to the [build logs] GCC-7 seems to be the default compiler
now. And apparently libaqbanking still builds. Let's close the issue
then and consider it fixed since version 5.7.6beta-1.
[build logs]:
https://buildd.debian.org/status/fetch.php?pkg=libaqbanking&arch=amd64&ver=5.7.8-1&stamp=1519891446&raw=0
Cheers,
Micha
--- End Message ---