Your message dated Mon, 19 Oct 2020 21:33:12 +0000
with message-id <e1kucmg-000ich...@fasolo.debian.org>
and subject line Bug#972117: Removed package(s) from unstable
has caused the Debian Bug report #957121,
regarding dbacl: ftbfs with GCC-10
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.)


-- 
957121: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957121
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:dbacl
Version: 1.14.1-2
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-10

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-10/g++-10, but succeeds to build with gcc-9/g++-9. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc10-20200225/dbacl_1.14.1-2_unstable_gcc10.log
The last lines of the build log are at the end of this report.

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

[...]
cat hmine.1in \
        | sed -e "s|[@]VERSION@|1.14.1|g" \
        | sed -e "s|[@]PKGDATADIR@|/usr/share/dbacl|g" \
        | sed -e "s|[@]PKGDOCDIR@|/usr/share/doc/dbacl|g" \
        > hmine.1
cat hypex.1in \
        | sed -e "s|[@]VERSION@|1.14.1|g" \
        | sed -e "s|[@]PKGDATADIR@|/usr/share/dbacl|g" \
        | sed -e "s|[@]PKGDOCDIR@|/usr/share/doc/dbacl|g" \
        > hypex.1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/man'
Making all in ts
make[3]: Entering directory '/<<PKGBUILDDIR>>/ts'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/ts'
Making all in TREC
make[3]: Entering directory '/<<PKGBUILDDIR>>/TREC'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/TREC'
Making all in contrib
make[3]: Entering directory '/<<PKGBUILDDIR>>/contrib'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/contrib'
make[3]: Entering directory '/<<PKGBUILDDIR>>'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_test
        make -j4 check VERBOSE=1
make[1]: Entering directory '/<<PKGBUILDDIR>>'
Making check in doc
make[2]: Entering directory '/<<PKGBUILDDIR>>/doc'
Making check in chess
make[3]: Entering directory '/<<PKGBUILDDIR>>/doc/chess'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/doc/chess'
make[3]: Entering directory '/<<PKGBUILDDIR>>/doc'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/doc'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/doc'
Making check in src
make[2]: Entering directory '/<<PKGBUILDDIR>>/src'
Making check in .
make[3]: Entering directory '/<<PKGBUILDDIR>>/src'
make  icheck pcheck
make[4]: Entering directory '/<<PKGBUILDDIR>>/src'
gcc -DHAVE_CONFIG_H -I. -I/usr/include/slang  -Wdate-time -D_FORTIFY_SOURCE=2 
-funsigned-char -std=c99 -D_XOPEN_SOURCE=700 -Wall -pedantic  -O3 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o icheck.o icheck.c
gcc -DHAVE_CONFIG_H -I. -I/usr/include/slang  -Wdate-time -D_FORTIFY_SOURCE=2 
-funsigned-char -std=c99 -D_XOPEN_SOURCE=700 -Wall -pedantic  -O3 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -DTEST_PARSER ./hparse.c ./rfc822.c ./rfc2822.c util.o 
fram.o jenkins2.o -o pcheck -Wl,-z,relro -Wl,-z,now
./hparse.c: In function ‘main’:
./hparse.c:1036:12: warning: variable ‘h’ set but not used 
[-Wunused-but-set-variable]
 1036 |   hline_t *h = NULL;
      |            ^
gcc -funsigned-char -std=c99 -D_XOPEN_SOURCE=700 -Wall -pedantic  -O3 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security  -Wl,-z,relro -Wl,-z,now -o icheck icheck.o fram.o 
catfun.o util.o fh.o probs.o jenkins.o jenkins2.o mtherr.o igam.o gamma.o 
const.o polevl.o isnan.o ndtr.o mb.o wc.o -lm 
/usr/bin/ld: fram.o:./src/fram.c:30: multiple definition of `inputline'; 
icheck.o:./src/icheck.c:44: first defined here
/usr/bin/ld: fram.o:./src/fram.c:29: multiple definition of `inputfile'; 
icheck.o:./src/icheck.c:43: first defined here
/usr/bin/ld: fram.o:./src/fram.c:28: multiple definition of `progname'; 
icheck.o:./src/icheck.c:42: first defined here
collect2: error: ld returned 1 exit status
make[4]: *** [Makefile:557: icheck] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[3]: *** [Makefile:815: check-am] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:664: check-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:372: check-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_test: error: make -j4 check VERBOSE=1 returned exit code 2
make: *** [debian/rules:6: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Version: 1.14.1-2+rm

Dear submitter,

as the package dbacl has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/972117

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Joerg Jaspert (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to