Your message dated Thu, 05 Nov 2020 16:33:22 +0000
with message-id <e1kaicq-000byu...@fasolo.debian.org>
and subject line Bug#957407: fixed in klystrack 0.20171212-5
has caused the Debian Bug report #957407,
regarding klystrack: 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.)


-- 
957407: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957407
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:klystrack
Version: 0.20171212-4
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/klystrack_0.20171212-4_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

[...]
   57 |  snprintf(new_filename, sizeof(new_filename), 
"%s.%04d%02d%02d-%02d%02d%02d.backup", filename,
      |  
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   58 |   now_tm->tm_year + 1900, now_tm->tm_mon + 1, now_tm->tm_mday, 
now_tm->tm_hour, now_tm->tm_min, now_tm->tm_sec);
      |   
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/diskop.c:834:4: warning: ‘strncpy’ output may be truncated copying 999 
bytes from a string of length 4999 [-Wstringop-truncation]
  834 |    strncpy(mused.previous_song_filename, filename, 
sizeof(mused.previous_song_filename) - 1);
      |    
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Compiling xm.c...
Compiling ahx.c...
src/import/ahx.c: In function ‘import_ahx’:
src/import/ahx.c:543:2: warning: ‘strncpy’ specified bound 65 equals 
destination size [-Wstringop-truncation]
  543 |  strncpy(mused.song.title, ptr, sizeof(mused.song.title));
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/import/ahx.c:543:2: warning: ‘strncpy’ specified bound 65 equals 
destination size [-Wstringop-truncation]
Compiling mod.c...
Compiling import.c...
Compiling hubdialog.c...
Compiling hubbard.c...
Compiling org.c...
Compiling visu.c...
Compiling wavetableview.c...
Compiling pattern.c...
Compiling sequence.c...
Compiling timer.c...
Linking klystrack...
/usr/bin/ld: objs.release/view.o:(.bss+0x0): multiple definition of `menu_t'; 
objs.release/clipboard.o:(.bss+0x0): first defined here
/usr/bin/ld: objs.release/config.o:(.bss+0x0): multiple definition of `menu_t'; 
objs.release/clipboard.o:(.bss+0x0): first defined here
/usr/bin/ld: objs.release/key.o:(.bss+0x1040): multiple definition of `menu_t'; 
objs.release/clipboard.o:(.bss+0x0): first defined here
/usr/bin/ld: objs.release/menudefs.o:(.bss+0x0): multiple definition of 
`menu_t'; objs.release/clipboard.o:(.bss+0x0): first defined here
/usr/bin/ld: objs.release/copypaste.o:(.bss+0x0): multiple definition of 
`menu_t'; objs.release/clipboard.o:(.bss+0x0): first defined here
/usr/bin/ld: objs.release/zap.o:(.bss+0x0): multiple definition of `menu_t'; 
objs.release/clipboard.o:(.bss+0x0): first defined here
/usr/bin/ld: objs.release/optimize.o:(.bss+0x0): multiple definition of 
`menu_t'; objs.release/clipboard.o:(.bss+0x0): first defined here
/usr/bin/ld: objs.release/console.o:(.bss+0x0): multiple definition of 
`menu_t'; objs.release/clipboard.o:(.bss+0x0): first defined here
/usr/bin/ld: objs.release/help.o:(.bss+0x0): multiple definition of `menu_t'; 
objs.release/clipboard.o:(.bss+0x0): first defined here
/usr/bin/ld: objs.release/theme.o:(.bss+0x1100): multiple definition of 
`menu_t'; objs.release/clipboard.o:(.bss+0x0): first defined here
/usr/bin/ld: objs.release/wave_action.o:(.bss+0x0): multiple definition of 
`menu_t'; objs.release/clipboard.o:(.bss+0x0): first defined here
/usr/bin/ld: objs.release/edit.o:(.bss+0x0): multiple definition of `menu_t'; 
objs.release/clipboard.o:(.bss+0x0): first defined here
/usr/bin/ld: objs.release/shortcutdefs.o:(.bss+0x0): multiple definition of 
`menu_t'; objs.release/clipboard.o:(.bss+0x0): first defined here
/usr/bin/ld: objs.release/main.o:(.bss+0xaae0): multiple definition of 
`menu_t'; objs.release/clipboard.o:(.bss+0x0): first defined here
/usr/bin/ld: objs.release/export.o:(.bss+0x0): multiple definition of `menu_t'; 
objs.release/clipboard.o:(.bss+0x0): first defined here
/usr/bin/ld: objs.release/event.o:(.bss+0x0): multiple definition of `menu_t'; 
objs.release/clipboard.o:(.bss+0x0): first defined here
/usr/bin/ld: objs.release/stats.o:(.bss+0x0): multiple definition of `menu_t'; 
objs.release/clipboard.o:(.bss+0x0): first defined here
/usr/bin/ld: objs.release/undo.o:(.bss+0x0): multiple definition of `menu_t'; 
objs.release/clipboard.o:(.bss+0x0): first defined here
/usr/bin/ld: objs.release/mused.o:(.bss+0x0): multiple definition of `menu_t'; 
objs.release/clipboard.o:(.bss+0x0): first defined here
/usr/bin/ld: objs.release/command.o:(.bss+0x0): multiple definition of 
`menu_t'; objs.release/clipboard.o:(.bss+0x0): first defined here
/usr/bin/ld: objs.release/action.o:(.bss+0x20): multiple definition of 
`menu_t'; objs.release/clipboard.o:(.bss+0x0): first defined here
/usr/bin/ld: objs.release/diskop.o:(.bss+0x0): multiple definition of `menu_t'; 
objs.release/clipboard.o:(.bss+0x0): first defined here
/usr/bin/ld: objs.release/import_xm.o:(.bss+0x0): multiple definition of 
`menu_t'; objs.release/clipboard.o:(.bss+0x0): first defined here
/usr/bin/ld: objs.release/import_ahx.o:(.bss+0x0): multiple definition of 
`menu_t'; objs.release/clipboard.o:(.bss+0x0): first defined here
/usr/bin/ld: objs.release/import_mod.o:(.bss+0x0): multiple definition of 
`menu_t'; objs.release/clipboard.o:(.bss+0x0): first defined here
/usr/bin/ld: objs.release/import_import.o:(.bss+0x0): multiple definition of 
`menu_t'; objs.release/clipboard.o:(.bss+0x0): first defined here
/usr/bin/ld: objs.release/import_hubdialog.o:(.bss+0x0): multiple definition of 
`menu_t'; objs.release/clipboard.o:(.bss+0x0): first defined here
/usr/bin/ld: objs.release/import_hubbard.o:(.bss+0x0): multiple definition of 
`menu_t'; objs.release/clipboard.o:(.bss+0x0): first defined here
/usr/bin/ld: objs.release/import_org.o:(.bss+0x0): multiple definition of 
`menu_t'; objs.release/clipboard.o:(.bss+0x0): first defined here
/usr/bin/ld: objs.release/view_visu.o:(.bss+0x0): multiple definition of 
`menu_t'; objs.release/clipboard.o:(.bss+0x0): first defined here
/usr/bin/ld: objs.release/view_wavetableview.o:(.bss+0x0): multiple definition 
of `menu_t'; objs.release/clipboard.o:(.bss+0x0): first defined here
/usr/bin/ld: objs.release/view_pattern.o:(.bss+0x0): multiple definition of 
`menu_t'; objs.release/clipboard.o:(.bss+0x0): first defined here
/usr/bin/ld: objs.release/view_sequence.o:(.bss+0x0): multiple definition of 
`menu_t'; objs.release/clipboard.o:(.bss+0x0): first defined here
/usr/bin/ld: objs.release/view_timer.o:(.bss+0x0): multiple definition of 
`menu_t'; objs.release/clipboard.o:(.bss+0x0): first defined here
/usr/bin/ld: ../klystron/bin.release/libengine_gui.a(gui_menu.o):(.bss+0x0): 
multiple definition of `menu_t'; objs.release/clipboard.o:(.bss+0x0): first 
defined here
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:213: bin.release/klystrack] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/klystrack'
make[2]: *** [Makefile:137: build] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/klystrack'
dh_auto_build: error: cd klystrack && make -j4 "INSTALL=install 
--strip-program=true" CFG=release returned exit code 2
make[1]: *** [debian/rules:15: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:12: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: klystrack
Source-Version: 0.20171212-5
Done: =?utf-8?q?G=C3=BCrkan_Myczko?= <gur...@phys.ethz.ch>

We believe that the bug you reported is fixed in the latest version of
klystrack, 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.
Gürkan Myczko <gur...@phys.ethz.ch> (supplier of updated klystrack 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: Mon, 12 Oct 2020 09:50:55 +0200
Source: klystrack
Architecture: source
Version: 0.20171212-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Packages Maintainers 
<pkg-multimedia-maintain...@lists.alioth.debian.org>
Changed-By: Gürkan Myczko <gur...@phys.ethz.ch>
Closes: 957407
Changes:
 klystrack (0.20171212-5) unstable; urgency=medium
 .
   * Add -fcommon to upstream CFLAGS. (Closes: #957407)
   * Bump standards version to 4.5.0.
   * Bump debhelper version to 13, drop d/compat.
   * d/control:
     - added Vcs fields.
     - added Rules-Requires-Root.
   * d/upstream/metadata: added.
   * d/copyright: added Upstream-Contact.
Checksums-Sha1:
 61cda81d9e2bb8c0b3679b535e34bab1ffd17aee 2028 klystrack_0.20171212-5.dsc
 2f97ee60eaf844a453e6d4c714ad67ef90598589 8504 
klystrack_0.20171212-5.debian.tar.xz
 6cbec87885e99a4561944049c23e464da4f700bd 10477 
klystrack_0.20171212-5_source.buildinfo
Checksums-Sha256:
 0fc853d304e81db47f590ef00521001a4f2ce3c5c2b132183f71247da2dc896a 2028 
klystrack_0.20171212-5.dsc
 e278458ada901a8a2e39e9d0fef0a2534df2032461d053c59be13149ab80d980 8504 
klystrack_0.20171212-5.debian.tar.xz
 ffcc8d66f4125fe5cdc7860567368c3b8bf7cad059b23d6424447a6023fdd848 10477 
klystrack_0.20171212-5_source.buildinfo
Files:
 2afd08765783b32e0ad664c8424dbf0e 2028 sound optional klystrack_0.20171212-5.dsc
 e6714632a7592370c0b72e9109c8f743 8504 sound optional 
klystrack_0.20171212-5.debian.tar.xz
 a3f90eddbdaf1656ac8b221cdd18d859 10477 sound optional 
klystrack_0.20171212-5_source.buildinfo

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

iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAl+kJxsACgkQweDZLphv
fH4n2w/+KcpgY+nU541rUmnskZO8ESAiKKMF/1rtpH3Z8VaOc4o4K5TIFpf/AUHO
ctnWXPx2uB2YPrss1FBkoNlLfphW+1jkWm//wuIXCknagUWaxqVKqKL1stcr4crD
UJm57LbFX85hSw9EkjCVzFu55cJmIOQRX6nAh2mxawUqC6Hl9s3xGiBETP5iKH5N
HxDlVIiKwfUZCsydR47Aqn7+NhEJIppkT6WHzg5VT0iu+ZaRG3/6qoEbPcmzlovv
V11xWaK5BMDl+7laox5+zpJ3hu5wmYJ8PpKO1kaZDvHla/BLyx1TFeAHwlke1yJy
A9t8QzbG6E/IMDK/VZesLXfizosBvImK76srKgwmfQsA1mRi8iWgf7BH5mx63uWm
NmsHK+PmhZdUscAQhdo3BW0yffOYEmkbVk4cLrn2SC+ngSsHlG+0HNc8hTK7XKaf
hdbhVQ/p+Y6MfmVHNVEWbbbH7HvEg+GMIG8HZ6MP6ACufVyhthGz7LijX3bZ5lYW
5/nyzEo/lyLg9Jato2zNcG5C6PWx0m5EICBvwgZ01wo32afxVv6W4KH3RVHtZtSt
qp4B9nGQZmihRprlHRbP8VGeR/Q66+1f6b7G6TAI7KYDqYUFQO0wf6+B1ycS9ODp
fsDfQptnKCLqCVRK0h5AgDqPSgLsMrXvvai2Iuze+DhI6PbqBxQ=
=LGlZ
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to