Your message dated Wed, 19 Aug 2020 12:03:27 +0000
with message-id <e1k8mor-000ilw...@fasolo.debian.org>
and subject line Bug#956978: fixed in acm 5.0-30
has caused the Debian Bug report #956978,
regarding acm: 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.)


-- 
956978: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=956978
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:acm
Version: 5.0-29.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/acm_5.0-29.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

[...]
      |      ^~~~~~~~
      |      XPutImage
splash.c: At top level:
splash.c:726:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
  726 | putImage (dpy, image_win, gc, out_image, x, y, w, h)
      | ^~~~~~~~
splash.c:764:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
  764 | putScaledImage(display, d, gc, src_image, exp_x, exp_y,
      | ^~~~~~~~~~~~~~
splash.c: In function ‘putScaledImage’:
splash.c:820:24: warning: incompatible implicit declaration of built-in 
function ‘malloc’
  820 |     dest_image->data = malloc(dest_image->bytes_per_line * h);
      |                        ^~~~~~
splash.c:820:24: note: include ‘<stdlib.h>’ or provide a declaration of ‘malloc’
splash.c: At top level:
splash.c:888:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
  888 | Latin1Upper(s)
      | ^~~~~~~~~~~
splash.c:905:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
  905 | Extract_Plane(in_image, out_image, plane)
      | ^~~~~~~~~~~~~
splash.c:927:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
  927 | VisualRank(class)
      | ^~~~~~~~~~
splash.c:958:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
  958 | Do_StdGray(dpy, stdmap, ncolors, colors, in_image, out_image)
      | ^~~~~~~~~~
splash.c:986:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
  986 | Do_StdCol(dpy, stdmap, ncolors, colors, in_image, out_image)
      | ^~~~~~~~~
splash.c:1023:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 1023 | Do_Pseudo(dpy, colormap, ncolors, colors, in_image, out_image)
      | ^~~~~~~~~
splash.c:1050:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 1050 | Do_Direct(dpy, header, colormap, ncolors, colors, in_image, out_image)
      | ^~~~~~~~~
splash.c: In function ‘Do_Direct’:
splash.c:1083:28: warning: incompatible implicit declaration of built-in 
function ‘malloc’
 1083 |  pixels = (unsigned long *)malloc(sizeof(unsigned long) * pix);
      |                            ^~~~~~
splash.c:1083:28: note: include ‘<stdlib.h>’ or provide a declaration of 
‘malloc’
splash.c:1117:28: warning: incompatible implicit declaration of built-in 
function ‘malloc’
 1117 |  pixels = (unsigned long *)malloc(sizeof(unsigned long) * pix);
      |                            ^~~~~~
splash.c:1117:28: note: include ‘<stdlib.h>’ or provide a declaration of 
‘malloc’
splash.c: At top level:
splash.c:1167:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 1167 | Error(string)
      | ^~~~~
splash.c: In function ‘Error’:
splash.c:1175:2: warning: incompatible implicit declaration of built-in 
function ‘exit’
 1175 |  exit(1);
      |  ^~~~
splash.c:1175:2: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
splash.c: At top level:
splash.c:1178:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 1178 | _swapshort (bp, n)
      | ^~~~~~~~~~
splash.c:1193:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 1193 | _swaplong (bp, n)
      | ^~~~~~~~~
gcc -DSRCDIR=\".\" -DACM_LIBRARY=\"/usr/games/acm\"   -DSTDC_HEADERS=1 
-DHAVE_STDLIB_H=1 -DHAVE_MALLOC_H=1 -DHAVE_UNISTD_H=1 -DRETSIGTYPE=void 
-DHAVE_STRUCT_SIGACTION=1 -DHAVE_X11_DBE=1 -DHAVE_DIS=1 -DUSE_REQUEST_CONTROL=1 
-DNETAUDIO=1 -DHAVE_STRDUP=1 -DHAVE_RAND=1 -DHAVE_ISNAN=1 -DHAVE_COPYSIGN=1  
-I. -I. -I./../V/lib -I./../dis -I../dis -Wl,-z,relro -o acm main.o pm.o gear.o 
flaps.o drone.o init.o aim9m.o box.o aim120.o ccip.o m61a1.o weapon.o players.o 
planes.o inventory.o missile.o chaser.o missilec.o update.o events.o mouse.o 
linux_joystick.o joystick.o damage.o panel.o render.o hud.o hsi.o navaid.o 
windows.o radar.o place.o transpose.o scale.o interpolate.o resupply.o air.o 
effects.o redraw.o imath.o alarm.o audio.o dis_if.o transfer.o terrain.o 
runway.o fpage.o vlist.o browse.o splash.o  ../V/lib/libV.a ../dis/lib/libdis.a 
-lX11 -lXext -laudio -lm -lm
/usr/bin/ld: aim120.o:(.bss+0x0): multiple definition of `hasFired'; 
aim9m.o:(.bss+0x0): first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:68: acm] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:13: all] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:40: build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: acm
Source-Version: 5.0-30
Done: Phil Brooke <p...@debian.org>

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

Debian distribution maintenance software
pp.
Phil Brooke <p...@debian.org> (supplier of updated acm 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: SHA256

Format: 1.8
Date: Wed, 19 Aug 2020 11:45:47 +0100
Source: acm
Binary: acm acm-dbgsym
Architecture: source amd64
Version: 5.0-30
Distribution: unstable
Urgency: medium
Maintainer: Phil Brooke <p...@debian.org>
Changed-By: Phil Brooke <p...@debian.org>
Description:
 acm        - Multi-player classic aerial combat simulation
Closes: 956978
Changes:
 acm (5.0-30) unstable; urgency=medium
 .
   * Fix FTBFS with gcc-10.  Due to variable hasFired in aim120.c that
     should be static.  (Closes: 956978)
   * Add <string.h> to radar.c.
   * Bump standards-version to 4.5.0.
Checksums-Sha1:
 4829725023d7feb318ee34e36f344261476a12d5 1714 acm_5.0-30.dsc
 507e47810570fada2c59941a8ac6ee0eaad05bd5 387596 acm_5.0-30.diff.gz
 ed407e5cc5220250e86761122fd50cfa8786d9ba 179752 acm-dbgsym_5.0-30_amd64.deb
 740ee82e0933e50b710c33622f8c915d9b671767 6655 acm_5.0-30_amd64.buildinfo
 63749d88deeca1027b2b69c285e3999164633ee1 839224 acm_5.0-30_amd64.deb
Checksums-Sha256:
 db3464cc80815408c333e4060061eb9ce7ae7af65c2cb809bac4934a2f9792a3 1714 
acm_5.0-30.dsc
 89fb3d95e8d69c1634bff8ccd6046fd1b0d5f55f1c5cce1a4a1d34bb069322f6 387596 
acm_5.0-30.diff.gz
 a39a98120e4042da2b1517720e00acef83452135789ef11519343c67f3a0eb55 179752 
acm-dbgsym_5.0-30_amd64.deb
 10889d00d2a7614d2bdcd615a597a7343d19549b03541486dd3efafb47115b29 6655 
acm_5.0-30_amd64.buildinfo
 2eea2e2aae555bc90d6493d47b4ba85ddb09ba218af778742547b3a7bd1e5242 839224 
acm_5.0-30_amd64.deb
Files:
 44c523e3273f09b167618e96b62e8c85 1714 games optional acm_5.0-30.dsc
 c11171b470102304d849adbbe740d199 387596 games optional acm_5.0-30.diff.gz
 0851c4885d8556fa55f9b714427f93d0 179752 debug optional 
acm-dbgsym_5.0-30_amd64.deb
 8121e2e5d5512b27e12b9b34465e0f7e 6655 games optional acm_5.0-30_amd64.buildinfo
 0b70c35b126e73f24fab33234b61dfda 839224 games optional acm_5.0-30_amd64.deb

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

iQIzBAEBCAAdFiEEKCMADj+pj/jrfBAKgZ0nig5vmSoFAl89EhQACgkQgZ0nig5v
mSq4Lw//T0CIGkaG2xvqty3+EHKBYN75XSS0eVNSeTYRhLLWOI96NtHhEgMuwaCA
a/xLEPDN7fQfL5ZM1CWu7jRyoAuGaW7E15m70fglS5FtOEQ6R5q6cu1LBdmO288Q
BAirxazVZBukMymoUhtJsaMY3Kf5EyyqlFz/v4lqY+/gC4zsSN/rGelXodaf82q2
UOa9AdXOBYoOtsoO8wH+gASRt2N0+sZxveMgSWjEccsv9jPgQJTPUmDkqRD1Evj4
07JMEprU7goUDDke8YIG6s5maMEtFtirkeV8OpjiapheSpTAOrUNK5yI2MTSFMCY
rE9ODB/uI0Mr0TpjiOh5DiqsdC5j3DbZTs1WTe5mrUFEya+kpZ+gNJ6xKQe78Uu+
Ee0eW6ic6AFeg62iYrcAAQ+FX7NpSTcGDNDArDZWvYinFcn4NUBFrpsLPEsGtZ26
+7h3bCbWHWwPVYQArvEwEZ/3UEIaoep4Oaro4ULNl4sGGA8JLnNFa/lxuaWqysDX
NIzn5BIY0T2z2lmsp7dp0OC7qI+5RbpkNe6/ggQbDLdyXKGxOOEg2+mwRrJg+hq2
Lc2NAPwgItW4qM+OBw5mtSok8T1fDbt3oR4Dw2rUuo2AKxvsgTqf4UsZ3Y+GRmXg
RLYjzR7/rzF8bwLCxbRP8dMb5EcbE4alOnoq+WPeQCgb5gL6k2s=
=KfuH
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to