Your message dated Mon, 10 Aug 2020 20:22:38 +0000
with message-id <[email protected]>
and subject line Bug#957086: fixed in chordii 4.5.3+repack-0.2
has caused the Debian Bug report #957086,
regarding chordii: 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 [email protected]
immediately.)


-- 
957086: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957086
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:chordii
Version: 4.5.3+repack-0.1
Severity: normal
Tags: sid bullseye
User: [email protected]
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/chordii_4.5.3+repack-0.1_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

[...]
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for ANSI C header files... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for an ANSI C-conforming const... yes
checking for strdup... yes
checking whether to use ISO-8895.2 (Latin-2) for input data... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating man/Makefile
config.status: creating chordii.spec
config.status: creating windows/config.h
config.status: creating src/config.h
config.status: executing depfiles commands
configure: WARNING: unrecognized options: --disable-maintainer-mode
   dh_auto_build
        make -j4
make[1]: Entering directory '/<<PKGBUILDDIR>>'
Making all in src
make[2]: Entering directory '/<<PKGBUILDDIR>>/src'
make  all-am
make[3]: Entering directory '/<<PKGBUILDDIR>>/src'
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -pedantic -g -c -o common.o common.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -pedantic -g -c -o chordii.o chordii.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -pedantic -g -c -o xpose.o xpose.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -pedantic -g -c -o iso.o iso.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -pedantic -g -c -o grid.o grid.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -pedantic -g -c -o toc.o toc.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -pedantic -g -c -o a2crd.o a2crd.c
a2crd.c: In function ‘main’:
a2crd.c:341:1: warning: this ‘while’ clause does not guard... 
[-Wmisleading-indentation]
  341 | while (( c = getopt(argc, argv, "VDr:o:")) != -1)
      | ^~~~~
a2crd.c:376:9: note: ...this statement, but the latter is misleadingly indented 
as if it were guarded by the ‘while’
  376 |         if (optind  == argc)
      |         ^~
gcc  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wall -pedantic -g  -Wl,-z,relro -o a2crd 
common.o a2crd.o  
/usr/bin/ld: a2crd.o:./src/chordii.h:82: multiple definition of 
`dummy_chord_struct'; common.o:./src/chordii.h:82: first defined here
/usr/bin/ld: a2crd.o:./src/chordii.h:77: multiple definition of `dummy_kcs'; 
common.o:./src/chordii.h:77: first defined here
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:567: a2crd] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:474: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:348: all-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 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 ---
Source: chordii
Source-Version: 4.5.3+repack-0.2
Done: Sudip Mukherjee <[email protected]>

We believe that the bug you reported is fixed in the latest version of
chordii, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sudip Mukherjee <[email protected]> (supplier of updated chordii 
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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 08 Aug 2020 20:23:47 +0100
Source: chordii
Architecture: source
Version: 4.5.3+repack-0.2
Distribution: unstable
Urgency: medium
Maintainer: Malcolm Locke <[email protected]>
Changed-By: Sudip Mukherjee <[email protected]>
Closes: 957086
Changes:
 chordii (4.5.3+repack-0.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix ftbfs with GCC-10. (Closes: #957086)
Checksums-Sha1:
 2022e464876212488e449328a0617b0f0d5fc26e 1887 chordii_4.5.3+repack-0.2.dsc
 3cd3c75d91a909fb9a5eacd704ab8a9e8f0d93bb 3768 
chordii_4.5.3+repack-0.2.debian.tar.xz
 600e7b33274f0e8d09076b7de452f2af38c54b63 5750 
chordii_4.5.3+repack-0.2_amd64.buildinfo
Checksums-Sha256:
 a533ef546479825f513b7adc9da3c2309a176dd09e34c65f41517a164db095fc 1887 
chordii_4.5.3+repack-0.2.dsc
 182936b76f6c303e05ae6ea3e393774782a92eadef5c016a1a66c7a46a2a106f 3768 
chordii_4.5.3+repack-0.2.debian.tar.xz
 95105a885227dc6ca11dbd220ec7c5040424886a68c40180b9fe98f7dafdf664 5750 
chordii_4.5.3+repack-0.2_amd64.buildinfo
Files:
 72017a1ca39776b2c5dd8a387ddb30ec 1887 text extra chordii_4.5.3+repack-0.2.dsc
 85c7d5364117fc9b4ee7e28597f0c93b 3768 text extra 
chordii_4.5.3+repack-0.2.debian.tar.xz
 ac2f41aba3f40eccb99585684fe4976a 5750 text extra 
chordii_4.5.3+repack-0.2_amd64.buildinfo

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

iQIzBAEBCgAdFiEEuDQJkCg9jZvBlJrHR5mjUUbRKzUFAl8u/GsACgkQR5mjUUbR
KzXrrw//UXwddvinTpgnrvVqbUyp29ebGuZUOr255jtVis/YZS7jQCSVXS9+hMQy
x+lJ9uEEWZpDn29aHGAF8diRztRlp8nqv/9W4DKKW3PgEaalAN0WD3Kb+sfyWeDm
rN7hck20CnxoXWnXz/xWFMGUnrgyLhnOiR5Nr0ExSjSHrxHOp0xkKL49QbMlZAxs
dHoE61ofNCDGAIbhkIvS9UBALLyJebGszR2D0IfKlee0n0gAwedQ2fHlS174SE02
oIlUeZBSdsnLZjVgLAPQA7hA7XkGAH1zMbMFOz0SJJDZPkF1LC+LTqJe2raB9Wi7
9nRPhKW0a+ytSIujDKu2x/AZkVqlj5iITln4RJhERgXxN3qkW4aXlZCrSuqjCQOx
LwhgUa3Jh6hFCkK0SO8vJAlltyW6sfBfS93rq2HzfNWXzpGfxBnmMOT1gxNSyuSG
cfHYMin9W8u3k/cMJFDuYdb+0YAK9JNYW/X/5pzNY25ZjPMaB6JNOCjs9uPdROd9
MF6jONQsTdRAUnP6K/jlrmb3lXY242zoaOgZq/Qz/OkhtEdbU3rms2N0VBUymJGo
4UEZb9DLX1M6FanTWIAePwj5HPw1pdcEkEMjYGcyL5P1Pbfa4Kiey8EYqocrJF3K
xYYLhijUKEV+H+vLL2manc19ZIU6cX6DvPqFwVisDHeJJuzljK0=
=gZ1t
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to