Your message dated Fri, 07 Aug 2020 14:56:02 +0000
with message-id <e1k43ms-000gfp...@fasolo.debian.org>
and subject line Bug#957791: fixed in siggen 2.3.10-10
has caused the Debian Bug report #957791,
regarding siggen: 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.)


-- 
957791: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957791
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:siggen
Version: 2.3.10-9
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/siggen_2.3.10-9_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

[...]
      |      ^~~~~~~~~
smix.c:279:3: warning: implicit declaration of function ‘dovol’ 
[-Wimplicit-function-declaration]
  279 |   dovol(d,p,fo);
      |   ^~~~~
smix.c: At top level:
smix.c:287:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
  287 | isvol(s)
      | ^~~~~
smix.c:300:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
  300 | dovol(d,s,fo)
      | ^~~~~
In file included from smix.c:74:
smix.c: In function ‘dovol’:
mixer.h:42:30: warning: implicit declaration of function ‘ioctl’ 
[-Wimplicit-function-declaration]
   42 | #define SET_MIX_VALUE(D,V)  (ioctl(mixFD, MIXER_WRITE(D), &V))
      |                              ^~~~~
smix.c:325:11: note: in expansion of macro ‘SET_MIX_VALUE’
  325 |       if (SET_MIX_VALUE(d,n) < 0) {
      |           ^~~~~~~~~~~~~
smix.c:331:14: warning: implicit declaration of function ‘printvol’; did you 
mean ‘printf’? [-Wimplicit-function-declaration]
  331 |    if (dopr) printvol(d,fo);
      |              ^~~~~~~~
      |              printf
smix.c: At top level:
smix.c:334:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
  334 | printvols(devs,fo)
      | ^~~~~~~~~
smix.c:347:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
  347 | doallvols(devs,s,fo)
      | ^~~~~~~~~
smix.c:360:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
  360 | printvol(d,fo)
      | ^~~~~~~~
smix.c:388:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
  388 | help()
      | ^~~~
smix.c:421:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
  421 | err_rpt(err,msg)
      | ^~~~~~~
gcc -c -g -O2 -I. -I/usr/include/ncurses mixer.c
gcc  tones.o tonesgen.o generator.o misc.o wavfile.o wavsubs.o DAC.o 
configsubs.o -lm -o tones
mixer.c:36:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
   36 | mixinit(DEV)
      | ^~~~~~~
mixer.c: In function ‘mixinit’:
mixer.c:40:9: warning: implicit declaration of function ‘ioctl’; did you mean 
‘iscntrl’? [-Wimplicit-function-declaration]
   40 |        (ioctl(mixFD, SOUND_MIXER_READ_DEVMASK, &devmask) >= 0) &&
      |         ^~~~~
      |         iscntrl
mixer.c: At top level:
mixer.c:54:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
   54 | isdev(dev)
      | ^~~~~
/usr/bin/ldmixer.c:73:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
   73 | SET_MIX_INPUT_DEV(d)
      | ^~~~~~~~~~~~~~~~~
mixer.c:83:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
   83 | GET_MIX_INPUT_DEV()
      | ^~~~~~~~~~~~~~~~~
: tonesgen.o:/<<PKGBUILDDIR>>/tonesgen.c:96: multiple definition of 
`samplerate'; tones.o:/<<PKGBUILDDIR>>/tones.c:80: first defined here
/usr/bin/ld: tonesgen.o:/<<PKGBUILDDIR>>/tonesgen.c:99: multiple definition of 
`stereo'; tones.o:/<<PKGBUILDDIR>>/tones.c:79: first defined here
/usr/bin/ld: tonesgen.o:/<<PKGBUILDDIR>>/tonesgen.c:98: multiple definition of 
`channels'; tones.o:/<<PKGBUILDDIR>>/tones.c:85: first defined here
/usr/bin/ld: tonesgen.o:/<<PKGBUILDDIR>>/tonesgen.c:97: multiple definition of 
`afmt'; tones.o:/<<PKGBUILDDIR>>/tones.c:82: first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:125: tones] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 "INSTALL=install --strip-program=true" 
"CFLAGS=-g -O2" tones signalgen swgen siggen sweepgen fsynth soundinfo smix 
returned exit code 2
make: *** [debian/rules:20: build-stamp] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: siggen
Source-Version: 2.3.10-10
Done: Thorsten Alteholz <deb...@alteholz.de>

We believe that the bug you reported is fixed in the latest version of
siggen, 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 957...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thorsten Alteholz <deb...@alteholz.de> (supplier of updated siggen 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 ftpmas...@ftp-master.debian.org)


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

Format: 1.8
Date: Thu, 06 Aug 2020 18:13:30 +0200
Source: siggen
Architecture: source
Version: 2.3.10-10
Distribution: unstable
Urgency: medium
Maintainer: Thorsten Alteholz <deb...@alteholz.de>
Changed-By: Thorsten Alteholz <deb...@alteholz.de>
Closes: 957791
Changes:
 siggen (2.3.10-10) unstable; urgency=medium
 .
   * fix FTBFS with gcc10 (Closes: #957791)
   * fix more spelling errors detected by lintian
   * debian/control: use dh12
   * debian/control: bump standard to 4.5.0 (no changes)
Checksums-Sha1:
 a8025b53b57a3e6ac0b20a7ac6d090ec8125ee7a 2012 siggen_2.3.10-10.dsc
 8175800b929825a572ff009e8b6f0f2a20124ff9 15080 siggen_2.3.10-10.debian.tar.xz
 92f03f40f8fa92924725452371bdd2c7c331d046 5899 siggen_2.3.10-10_amd64.buildinfo
Checksums-Sha256:
 fdb68abd1d96c665838a38c6ecfe3495253a31d875d5fb68cafe16b32e5f4f1f 2012 
siggen_2.3.10-10.dsc
 1bc18698fa7e7f46c2eeb043c5038fd0c54c0251521d3288e45a25c7207ce9fa 15080 
siggen_2.3.10-10.debian.tar.xz
 6ce96e788f3ffa0cadb9d201dd35462b5d274522f7ee315bf605885df4228976 5899 
siggen_2.3.10-10_amd64.buildinfo
Files:
 f33271e7f527d288d1c1403e38acbc2f 2012 sound optional siggen_2.3.10-10.dsc
 09d6ad9c3b5af2004415da3352fb4037 15080 sound optional 
siggen_2.3.10-10.debian.tar.xz
 087c214f0a71291ceea52870ff8f2e01 5899 sound optional 
siggen_2.3.10-10_amd64.buildinfo

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

iQKnBAEBCgCRFiEEYgH7/9u94Hgi6ruWlvysDTh7WEcFAl8suixfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDYy
MDFGQkZGREJCREUwNzgyMkVBQkI5Njk2RkNBQzBEMzg3QjU4NDcTHGRlYmlhbkBh
bHRlaG9sei5kZQAKCRCW/KwNOHtYRwBiD/9lvivjN7MRLEdzUkP/wqB0+VX+nHYF
fC7ZUze87CFhLkF2qdKByxI5DrW1FL4nk/ucIjspRVsXDIMtebqQip3DcQN3Z5KZ
IOB99BQxxomsHT6M2vlW82AFpPz5LL06IQIuxg82NOEUwcEAuNHjj01s6jCFWL7p
9xo9InB8VQouCz32qe87uj3K07/nn1YLebpiBdAqeq5lYEIrvhTz1+r+dt4dww+m
ItI3yYRZrCAJ6ZCy+Cx13O62AA4OR75RHY+0pXc8mg93gZLxjT5AAbH/HKlTRm12
9HqkYBD+MtLeF9HUBgg5h2RxZHxfbdFONjBGyUohAgn+Wr5ON/0A1Tp2Uaq5eWtr
0GNRJ9SwpJXt9+xIwcNl860xMjzjDHD5Uuitnl8PVpczWw/1dFXf3nKcggiSL4z8
a0FqLuWVUjfuOcCEVBbyOKECOVV8wAjZkU3fQ3QeV7VoI4qM0zh1RtMy8603yW8z
RakSpxmZWuo11y042y2mOVxYouf4x6S2bw0fcpCH5sy0bBpfOg4IOCUJzSBO34k7
4+Kgep3loVyPPI26e3i6foWASxaMquMtT5b9nZrdViP8i0CtcY3GfhUHQ5zawfjp
DXnbHiW2nkg2cqGAtFrcGH8rtSH794ntYEvQ2lrtAScaSjk5UiZNvNlXIaAnZEYq
z58FYMAA0np4yA==
=FXAF
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to