Your message dated Sat, 28 Mar 2020 03:15:27 +0000
with message-id <e1ji1wv-0006od...@fasolo.debian.org>
and subject line Bug#925704: fixed in gramophone2 0.8.13a-3.1
has caused the Debian Bug report #925704,
regarding gramophone2: ftbfs with GCC-9
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.)


-- 
925704: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925704
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:gramophone2
Version: 0.8.13a-3
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-9

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-9/g++-9, but succeeds to build with gcc-8/g++-8. 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/gcc9-20190321/gramophone2_0.8.13a-3_unstable_gcc9.log
The last lines of the build log are at the end of this report.

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

GCC 9 also passes the linker option --as-needed by default; typical
build issues are passing libraries before object files to the linker,
or underlinking of convenience libraries built from the same source.

[...]
      | ^~~~~~
GRAMophone.y: In function 'yyparse':
GRAMophone.y:171:5: warning: implicit declaration of function 'gen_exp3_code' 
[-Wimplicit-function-declaration]
  171 |     gen_exp3_code(_NOT, $2, ctrl[2]);
      |     ^~~~~~~~~~~~~
GRAMophone.y:180:5: warning: implicit declaration of function 'gen_exp1_code' 
[-Wimplicit-function-declaration]
  180 |     gen_exp1_code(_AND, $1, ctrlTemp[--w], $4, ctrl[2]);
      |     ^~~~~~~~~~~~~
GRAMophone.y:256:7: warning: implicit declaration of function 'gen_exp4_code' 
[-Wimplicit-function-declaration]
  256 |       gen_exp4_code(_ENDEXP);
      |       ^~~~~~~~~~~~~
GRAMophone.y:280:9: warning: implicit declaration of function 'gen_exp2_code' 
[-Wimplicit-function-declaration]
  280 |         gen_exp2_code(_MOV, $1, $3, ctrl[2]);
      |         ^~~~~~~~~~~~~
GRAMophone.y:285:47: warning: implicit declaration of function 'hash' 
[-Wimplicit-function-declaration]
  285 |         if((players[playerCount]->productions[hash(idTemp, 0)]->
      |                                               ^~~~
GRAMophone.y:454:40: warning: implicit declaration of function 'dhSearch' 
[-Wimplicit-function-declaration]
  454 |         if(!(noteVarTempBis=(pnote_var)dhSearch(yytext, 0)) &&
      |                                        ^~~~~~~~
GRAMophone.y:454:29: warning: cast to pointer from integer of different size 
[-Wint-to-pointer-cast]
  454 |         if(!(noteVarTempBis=(pnote_var)dhSearch(yytext, 0)) &&
      |                             ^
GRAMophone.y:455:29: warning: cast to pointer from integer of different size 
[-Wint-to-pointer-cast]
  455 |            !(noteVarTempBis=(pnote_var)dhSearch(yytext, 1)))
      |                             ^
GRAMophone.y:459:29: warning: cast to pointer from integer of different size 
[-Wint-to-pointer-cast]
  459 |         if(!(noteVarTempBis=(pnote_var)dhSearch(yytext, 1)))
      |                             ^
GRAMophone.y:493:5: warning: implicit declaration of function 'back' 
[-Wimplicit-function-declaration]
  493 |     back();
      |     ^~~~
GRAMophone.y:507:5: warning: implicit declaration of function 'dhInsert' 
[-Wimplicit-function-declaration]
  507 |     dhInsert(NULL, idTemp, 2);
      |     ^~~~~~~~
GRAMophone.y:943:5: warning: implicit declaration of function 'init_local_flag' 
[-Wimplicit-function-declaration]
  943 |     init_local_flag();
      |     ^~~~~~~~~~~~~~~
GRAMophone.y:946:5: warning: implicit declaration of function 'init_player' 
[-Wimplicit-function-declaration]
  946 |     init_player();
      |     ^~~~~~~~~~~
GRAMophone.y:1141:5: warning: implicit declaration of function 'gen_code' 
[-Wimplicit-function-declaration]
 1141 |     gen_code(_CHK, ec);
      |     ^~~~~~~~
GRAMophone.y:1156:5: warning: implicit declaration of function 'gen_code2' 
[-Wimplicit-function-declaration]
 1156 |     gen_code2(_ELSE);
      |     ^~~~~~~~~
GRAMophone.y:1160:5: warning: implicit declaration of function 'code_update' 
[-Wimplicit-function-declaration]
 1160 |     code_update(cc, ccCond);
      |     ^~~~~~~~~~~
GRAMophone.y:1209:18: warning: implicit declaration of function 'gen_note_code' 
[-Wimplicit-function-declaration]
 1209 |     (ctrl[4]<0)?(gen_note_code(_EMPTY, ctrl[4], ctrl[5], ctrl[6], 
ctrl[7], ctrl[8], ctrl[9], ctrl[10], ctrl[11], 
ctrl[12])):(gen_note_code(_NOTEON, ctrl[4], ctrl[5], ctrl[6], ctrl[7], ctrl[8], 
ctrl[9], ctrl[10], ctrl[11], ctrl[12]));
      |                  ^~~~~~~~~~~~~
GRAMophone.y:1241:5: warning: implicit declaration of function 'gen_code3' 
[-Wimplicit-function-declaration]
 1241 |     gen_code3(_REST, ctrl[9], ctrl[10]);
      |     ^~~~~~~~~
GRAMophone.y:1322:4: warning: implicit declaration of function 'gen_code4' 
[-Wimplicit-function-declaration]
 1322 |    gen_code4(_PRNT, ctrl[5], ctrl[6], ctrl[3]);
      |    ^~~~~~~~~
GRAMophone.tab.c:4526:7: warning: implicit declaration of function 'yyerror'; 
did you mean 'yyerrok'? [-Wimplicit-function-declaration]
 4526 |       yyerror (YY_("syntax error"));
      |       ^~~~~~~
      |       yyerrok
/usr/bin/ld: /tmp/ccFQxQbS.o: in function `write_player_track':
./grammyVM.c:1498: undefined reference to `log10'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:9: default] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [/usr/share/cdbs/1/class/makefile.mk:77: debian/stamp-makefile-build] 
Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2

--- End Message ---
--- Begin Message ---
Source: gramophone2
Source-Version: 0.8.13a-3.1
Done: Sudip Mukherjee <sudipm.mukher...@gmail.com>

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

Debian distribution maintenance software
pp.
Sudip Mukherjee <sudipm.mukher...@gmail.com> (supplier of updated gramophone2 
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: Sat, 28 Mar 2020 00:24:28 +0000
Source: gramophone2
Architecture: source
Version: 0.8.13a-3.1
Distribution: unstable
Urgency: medium
Maintainer: Francesco Namuri <fra...@debian.org>
Changed-By: Sudip Mukherjee <sudipm.mukher...@gmail.com>
Closes: 925704
Changes:
 gramophone2 (0.8.13a-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix ftbfs with GCC. (Closes: #925704)
Checksums-Sha1:
 dcf063cc4ae5982c0fd0075e18ef659b2402a585 1806 gramophone2_0.8.13a-3.1.dsc
 b6c0ff5ac67398c3ab7dea06de192d2e11dde314 3164 
gramophone2_0.8.13a-3.1.debian.tar.xz
 ed855ccad39415eb0a3f7b4417bfe23990482d6c 5443 
gramophone2_0.8.13a-3.1_source.buildinfo
Checksums-Sha256:
 1d7ae7f739b6b6e5856a9901191bd765b4acadb7211df0f6fa62f9c456372f8e 1806 
gramophone2_0.8.13a-3.1.dsc
 9425d8b94f834ddfba62b2fff84bdd88f3ee734703ca5a394e9bdaebf5c8c3e7 3164 
gramophone2_0.8.13a-3.1.debian.tar.xz
 b807c6fd235e248872207e36a9c9029d8d5bf4bb6940ba19d575adcfaca56565 5443 
gramophone2_0.8.13a-3.1_source.buildinfo
Files:
 cc27f3c4284e8e63b68fc67488acb32c 1806 sound optional 
gramophone2_0.8.13a-3.1.dsc
 a785c9bda838933c46e105629ab346b9 3164 sound optional 
gramophone2_0.8.13a-3.1.debian.tar.xz
 27899c8fa99e460e7adb6fb6b13095ce 5443 sound optional 
gramophone2_0.8.13a-3.1_source.buildinfo

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

iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAl5+teQACgkQweDZLphv
fH62OhAAnOrP2vqvR3zND4uMfVOfBlOOIFnVik87VpETKmOaIsNPabETxx6s9ATt
wsVpZZhM0ZL38voKKytkINc01XBLUG/bydBjWp2/65aBDhSICwoZL6+G/68+BGSB
Qy2IHO0mnOI4fPQrM8pKrx4skb5sA07kQQC7PGxzU+SeN+oxHjp3+hDNI1m4CYPX
J3mkaEmhhTwus9gHhFhRTKEuiW28EaMh+YYIhvRUAjRqplzD4hVKQ7+XB1ki6/pK
BscDCyVTcvqjrlwW4UZ3OPqJ+kkBJwdbUsdyOm6s7HPvvy1duKgmxx2yAlDNMUdU
nh4FS4JmyJpYYZnn1kDBYDf4/3Erd9U8j0D+J40bZjDL+Qfl5ANfwd63/m5dl0h7
fvtZhRwUx0LsMVH8u/rIZIoV1E8b8L7YFFiLqrwp5Nk4QgfdWI8AgUb5Brwkq2Ha
KYCIiuGdn+X3NUOyCShbwNA6t/re48CdoTNr30pqZnMyIOP32ZLhzrRmfBxtlmSy
QDWLFXsRWrVL9j12fUlKdtHuMytvwCqqC43l2VKYZGh7vycM3ViJoZ0u9E5utGLT
rI+dqp1TWxWu7AckoJXbIajKdBs6tL0kwgzxMHVXXyt3k2IhZgpeClBvDkhMbt93
TKyNd3tp0bsaZMbbgEZXBxwaWXrLuiCIj33OCx1rj9IY3uCxv2s=
=2RVL
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to