Your message dated Sun, 25 Aug 2024 01:04:34 +0000 with message-id <E1si1gI-00FFc1-U2@fasolo.debian.org> and subject line Bug#1075589: fixed in tuxguitar 1.6.4+dfsg1-1 has caused the Debian Bug report #1075589, regarding tuxguitar: ftbfs with GCC-14 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 owner@bugs.debian.org immediately.) -- 1075589: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075589 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: maintonly@bugs.debian.org
- Subject: tuxguitar: ftbfs with GCC-14
- From: Matthias Klose <doko@debian.org>
- Date: Wed, 03 Jul 2024 12:46:33 +0000
- Message-id: <E1sOzNZ-00459S-4Y@paradis.debian.org>
Package: src:tuxguitar Version: 1.5.6+dfsg1-8 Severity: important Tags: sid trixie User: debian-gcc@lists.debian.org Usertags: ftbfs-gcc-14 [This bug is targeted to the upcoming trixie release] 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-14/g++-14, but succeeds to build with gcc-13/g++-13. The severity of this report will be raised before the trixie release. The full build log can be found at: http://qa-logs.debian.net/2024/07/01/tuxguitar_1.5.6+dfsg1-8_unstable_gccexp.log The last lines of the build log are at the end of this report. To build with GCC 14, either set CC=gcc-14 CXX=g++-14 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-14/porting_to.html [...] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293) at org.apache.maven.cli.MavenCli.main (MavenCli.java:196) at org.apache.maven.cli.MavenCli.main (MavenCli.java:185) at org.debian.maven.Wrapper.main (Wrapper.java:89) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:569) at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard (Launcher.java:322) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:235) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) Caused by: org.apache.tools.ant.BuildException: exec returned: 2 at org.apache.tools.ant.taskdefs.ExecTask.runExecute (ExecTask.java:675) at org.apache.tools.ant.taskdefs.ExecTask.runExec (ExecTask.java:699) at org.apache.tools.ant.taskdefs.ExecTask.execute (ExecTask.java:527) at org.apache.tools.ant.UnknownElement.execute (UnknownElement.java:299) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:569) at org.apache.tools.ant.dispatch.DispatchUtils.execute (DispatchUtils.java:99) at org.apache.tools.ant.Task.perform (Task.java:350) at org.apache.tools.ant.Target.execute (Target.java:449) at org.apache.tools.ant.Target.performTasks (Target.java:470) at org.apache.tools.ant.Project.executeSortedTargets (Project.java:1401) at org.apache.tools.ant.Project.executeTarget (Project.java:1374) at org.apache.maven.plugins.antrun.AntRunMojo.execute (AntRunMojo.java:300) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293) at org.apache.maven.cli.MavenCli.main (MavenCli.java:196) at org.apache.maven.cli.MavenCli.main (MavenCli.java:185) at org.debian.maven.Wrapper.main (Wrapper.java:89) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:569) at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard (Launcher.java:322) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:235) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <args> -rf :tuxguitar-oss-linux-x86_64 dh_auto_build: error: cd build-scripts/tuxguitar-linux-x86_64 && /usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven -Dmaven.multiModuleProjectDirectory=/<<BUILDDIR>>/tuxguitar-1.5.6\+dfsg1 -Dclassworlds.conf=/etc/maven/m2-debian.conf org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<BUILDDIR>>/tuxguitar-1.5.6\+dfsg1/debian -Dmaven.repo.local=/<<BUILDDIR>>/tuxguitar-1.5.6\+dfsg1/debian/maven-repo --batch-mode -e verify -Dnative-modules=true -DskipTests -Dnotimestamp=true -Dlocale=en_US returned exit code 1 make[1]: *** [debian/rules:26: override_dh_auto_build-arch] Error 25 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:12: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
- To: 1075589-close@bugs.debian.org
- Subject: Bug#1075589: fixed in tuxguitar 1.6.4+dfsg1-1
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Sun, 25 Aug 2024 01:04:34 +0000
- Message-id: <E1si1gI-00FFc1-U2@fasolo.debian.org>
- Reply-to: Helmar Gerloni <helmar@gerloni.net>
Source: tuxguitar Source-Version: 1.6.4+dfsg1-1 Done: Helmar Gerloni <helmar@gerloni.net> We believe that the bug you reported is fixed in the latest version of tuxguitar, 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 1075589@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Helmar Gerloni <helmar@gerloni.net> (supplier of updated tuxguitar 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 ftpmaster@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 24 Aug 2024 12:42:38 +0100 Source: tuxguitar Architecture: source Version: 1.6.4+dfsg1-1 Distribution: unstable Urgency: medium Maintainer: Debian QA Group <packages@qa.debian.org> Changed-By: Helmar Gerloni <helmar@gerloni.net> Closes: 590982 1063268 1075589 Changes: tuxguitar (1.6.4+dfsg1-1) unstable; urgency=medium . * QA upload. * New upstream release (Closes: #1063268) * Upstream removed package tuxguitar-oss (Closes: #1075589) * TuxGuitar now supports custom tuning presets (Closes: #590982) * Merged package tuxguitar-jsa into tuxguitar (default audio output method) * debian/*: - Updated all debian files to the new upstream source directory structure and new file names * debian/control: - Updated dependencies - Updated upstream homepage * debian/copyright: - Updated upstream contact and source repository - Updated copyright holders * debian/rules: - Replace the pseudo build version 9.99-SNAPSHOT by the current Version of TuxGuitar in all xml and html files because upstream changed the way the upstream tarballs are provided - Added --buildsystem=maven to dh_auto_configure to make sure that mh_patchpoms is called * debian/watch: - Updated upstream download URL * debian/upstream/metadata: - Updated upstream source repository from SF to Github * debian/source/lintian-overrides updated * debian/tuxguitar.desktop removed (upstream version can be used now) * debian/tuxguitar.triggers added * /debian/patches/: - 04-hardening-cppflags.patch updated - 10-fix-CVE-2020-14940.patch removed (fixed upstream) - 11-eclipse-swt.patch updated - 12-remove-thirth-party-libs.patch updated - 13-remove-vst.patch removed (VST plugin was removed upstream) - 14-replace-soundfont.patch updated - 15-path-to-lv2.patch updated - 16-fix-cflags.patch updated - 26-tuxguitar-sh.patch added (replaces debian/tuxguitar.sh) Checksums-Sha1: e5b9154747540d908cc616821f43c9da3731c283 2692 tuxguitar_1.6.4+dfsg1-1.dsc 0c0bad89554161f4aaea21d1a6631e894a14182a 5461688 tuxguitar_1.6.4+dfsg1.orig.tar.xz 71347e16af3356a7c6a1673343b465bc409da14d 13292 tuxguitar_1.6.4+dfsg1-1.debian.tar.xz Checksums-Sha256: 50ebd4e11adb21a2348006b43ea160c45fedd52c87dd1f177e0f222ce20adf84 2692 tuxguitar_1.6.4+dfsg1-1.dsc 2936feb6a1c19ec3c19ccad3ac9a51608852f0b93acbe1c592622f1be37fa3a1 5461688 tuxguitar_1.6.4+dfsg1.orig.tar.xz 5159661a02fbad1e5c9f3bca2976ceefaa6c2d2c5849a87c09fd0fa3dcb26149 13292 tuxguitar_1.6.4+dfsg1-1.debian.tar.xz Files: 07005b0abab852e28a0bcbc6ee577cee 2692 sound optional tuxguitar_1.6.4+dfsg1-1.dsc 4a10908a6b1481da8df6a741472de732 5461688 sound optional tuxguitar_1.6.4+dfsg1.orig.tar.xz 588927958cbc31721c33e8d4c4e112fe 13292 sound optional tuxguitar_1.6.4+dfsg1-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAmbKf0pfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ qgZ9VA//b40u3P0fjRrIUV761gvS5JkOxCcKHWEYpGCK0ayQdmW1V0zl/ArlQu3K /N1k8hHK2y1u3uIYnqKDFQ0zAoUxEQ6FCRPHsAJouEf64yyn+WZ+dcY7ChmuraLb 1v7qUCxH1MWU9FopepDIF0+8cpaNzvxlIWWaZoDxnhIzrSabzjB3rz9TT5O+Bi0S /rTNBxIO6kzcp6LNiOJRMsREZElQg71lwzqgydRplX8GdU2mH8pleEg/7xOwxEyx 5+HYKxmsV2OICrTJ3pI3cLXC/lnfnAXB/aUL5Le5N2HRjsTASyK85uRMlbvaMBO5 eX5mCoeEo1BiYJM9Hm66OM0SDmvH6OuSaBtgbgdTSA263dl0zXOSeUnwG/7hTuCf UaqGRAQKpNXnLIjzJ6AnC0nJU24CkNrQr8wKDC/n4IRX6c0AqapQcDX3blmDmsiS ScOLJe7BimqgibpjT3Zm178UPsB0i5JFQbQoYJ2eSw+6dsKHjaV/oTkwTT1jg2cA 2i89VRjccEAVNt2Uxp75blwhPGe7xLrtMtrH3ClXYmdpIhPfnFT6UQWaRikqe8cM ns/WgrHr2M8/5zSLhdJdMMN+HQmEaJK6T1LGioywSZEsvWKpm2i24AVlR0i6333T 3fY1rZQ0vBLemOR9YxZaSSiMaqA9PiMRhVO7cv2/eNvGjgfsFIU= =ulIq -----END PGP SIGNATURE-----Attachment: pgpY_eNc8DDwx.pgp
Description: PGP signature
--- End Message ---