Your message dated Sat, 13 Dec 2025 14:36:52 +0000
with message-id <[email protected]>
and subject line Bug#1096676: fixed in gatk-bwamem 1.0.4+dfsg3-1
has caused the Debian Bug report #1096676,
regarding gatk-bwamem: ftbfs with GCC-15
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 [email protected]
immediately.)
--
1096676: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096676
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:gatk-bwamem
Version: 1.0.4+dfsg2-3
Severity: important
Tags: sid forky
User: [email protected]
Usertags: ftbfs-gcc-15
[This bug is NOT 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-15/g++-15, but succeeds to build with gcc-14/g++-14. The
severity of this report will be raised before the forky release.
The full build log can be found at:
http://qa-logs.debian.net/2025/02/16/amd64exp/gatk-bwamem_1.0.4+dfsg2-3_unstable_gccexp.log.gz
The last lines of the build log are at the end of this report.
To build with GCC 15, either set CC=gcc-15 CXX=g++-15 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS.
Other 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-15/porting_to.html
[...]
:test (Thread[#48,Task worker for ':' Thread 2,5,main]) completed. Took 1.036
secs.
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':test'.
> Process 'Gradle Test Executor 1' finished with non-zero exit value 134
* Try:
Run with --debug option to get more log output. Run with --scan to get full
insights.
* Exception is:
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':test'.
at
org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:100)
at
org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:70)
at
org.gradle.api.internal.tasks.execution.OutputDirectoryCreatingTaskExecuter.execute(OutputDirectoryCreatingTaskExecuter.java:51)
at
org.gradle.api.internal.tasks.execution.SkipUpToDateTaskExecuter.execute(SkipUpToDateTaskExecuter.java:62)
at
org.gradle.api.internal.tasks.execution.ResolveTaskOutputCachingStateExecuter.execute(ResolveTaskOutputCachingStateExecuter.java:54)
at
org.gradle.api.internal.tasks.execution.ValidatingTaskExecuter.execute(ValidatingTaskExecuter.java:60)
at
org.gradle.api.internal.tasks.execution.SkipEmptySourceFilesTaskExecuter.execute(SkipEmptySourceFilesTaskExecuter.java:97)
at
org.gradle.api.internal.tasks.execution.CleanupStaleOutputsExecuter.execute(CleanupStaleOutputsExecuter.java:87)
at
org.gradle.api.internal.tasks.execution.ResolveTaskArtifactStateTaskExecuter.execute(ResolveTaskArtifactStateTaskExecuter.java:52)
at
org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:52)
at
org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:54)
at
org.gradle.api.internal.tasks.execution.ExecuteAtMostOnceTaskExecuter.execute(ExecuteAtMostOnceTaskExecuter.java:43)
at
org.gradle.api.internal.tasks.execution.CatchExceptionTaskExecuter.execute(CatchExceptionTaskExecuter.java:34)
at
org.gradle.execution.taskgraph.DefaultTaskGraphExecuter$EventFiringTaskWorker$1.run(DefaultTaskGraphExecuter.java:248)
at
org.gradle.internal.progress.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:336)
at
org.gradle.internal.progress.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:328)
at
org.gradle.internal.progress.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:199)
at
org.gradle.internal.progress.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:110)
at
org.gradle.execution.taskgraph.DefaultTaskGraphExecuter$EventFiringTaskWorker.execute(DefaultTaskGraphExecuter.java:241)
at
org.gradle.execution.taskgraph.DefaultTaskGraphExecuter$EventFiringTaskWorker.execute(DefaultTaskGraphExecuter.java:230)
at
org.gradle.execution.taskgraph.DefaultTaskPlanExecutor$TaskExecutorWorker.processTask(DefaultTaskPlanExecutor.java:123)
at
org.gradle.execution.taskgraph.DefaultTaskPlanExecutor$TaskExecutorWorker.access$200(DefaultTaskPlanExecutor.java:79)
at
org.gradle.execution.taskgraph.DefaultTaskPlanExecutor$TaskExecutorWorker$1.execute(DefaultTaskPlanExecutor.java:104)
at
org.gradle.execution.taskgraph.DefaultTaskPlanExecutor$TaskExecutorWorker$1.execute(DefaultTaskPlanExecutor.java:98)
at
org.gradle.execution.taskgraph.DefaultTaskExecutionPlan.execute(DefaultTaskExecutionPlan.java:626)
at
org.gradle.execution.taskgraph.DefaultTaskExecutionPlan.executeWithTask(DefaultTaskExecutionPlan.java:581)
at
org.gradle.execution.taskgraph.DefaultTaskPlanExecutor$TaskExecutorWorker.run(DefaultTaskPlanExecutor.java:98)
at
org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:63)
at
org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:46)
at
org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:55)
Caused by: org.gradle.process.internal.ExecException: Process 'Gradle Test
Executor 1' finished with non-zero exit value 134
at
org.gradle.process.internal.DefaultExecHandle$ExecResultImpl.assertNormalExitValue(DefaultExecHandle.java:382)
at
org.gradle.process.internal.worker.DefaultWorkerProcess.waitForStop(DefaultWorkerProcess.java:190)
at
org.gradle.process.internal.worker.DefaultWorkerProcessBuilder$MemoryRequestingWorkerProcess.waitForStop(DefaultWorkerProcessBuilder.java:228)
at
org.gradle.api.internal.tasks.testing.worker.ForkingTestClassProcessor.stop(ForkingTestClassProcessor.java:122)
at
org.gradle.api.internal.tasks.testing.processors.RestartEveryNTestClassProcessor.endBatch(RestartEveryNTestClassProcessor.java:63)
at
org.gradle.api.internal.tasks.testing.processors.RestartEveryNTestClassProcessor.stop(RestartEveryNTestClassProcessor.java:57)
at
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at
org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
at
org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
at
org.gradle.internal.dispatch.FailureHandlingDispatch.dispatch(FailureHandlingDispatch.java:29)
at
org.gradle.internal.dispatch.AsyncDispatch.dispatchMessages(AsyncDispatch.java:133)
at
org.gradle.internal.dispatch.AsyncDispatch.access$000(AsyncDispatch.java:34)
at
org.gradle.internal.dispatch.AsyncDispatch$1.run(AsyncDispatch.java:73)
at
org.gradle.internal.operations.BuildOperationIdentifierPreservingRunnable.run(BuildOperationIdentifierPreservingRunnable.java:39)
... 3 more
* Get more help at https://help.gradle.org
BUILD FAILED in 6s
5 actionable tasks: 3 executed, 2 up-to-date
dh_auto_test: error: gradle --info --console plain --offline --stacktrace
--no-daemon --refresh-dependencies --gradle-user-home .gradle -Duser.home=.
-Duser.name=debian -Ddebian.package=gatk-bwamem -Dfile.encoding=UTF-8
--parallel --max-workers=8 test returned exit code 1
make[1]: *** [debian/rules:45: override_dh_auto_test] Error 25
make[1]: Leaving directory '/build/reproducible-path/gatk-bwamem-1.0.4+dfsg2'
make: *** [debian/rules:16: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: gatk-bwamem
Source-Version: 1.0.4+dfsg3-1
Done: Pierre Gruet <[email protected]>
We believe that the bug you reported is fixed in the latest version of
gatk-bwamem, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Pierre Gruet <[email protected]> (supplier of updated gatk-bwamem 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sat, 13 Dec 2025 15:00:25 +0100
Source: gatk-bwamem
Architecture: source
Version: 1.0.4+dfsg3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team
<[email protected]>
Changed-By: Pierre Gruet <[email protected]>
Closes: 1096676
Changes:
gatk-bwamem (1.0.4+dfsg3-1) unstable; urgency=medium
.
* New upstream version 1.0.4+dfsg3:
- Only the bwa part was updated
* Refreshing patches
* Raising Standards version to 4.7.2 (no change)
* Adding a --debug flag to circumvent problem with gradle output
Closes: #1096676
* Fixing syntax in header of patch for freebsd
* Rewriting d/watch with version 5
Checksums-Sha1:
49c77cf24d2555b72eeec3df975ad569f6b6c236 2495 gatk-bwamem_1.0.4+dfsg3-1.dsc
a309b6ec2c83984c71ead254f58df6441555e24e 156700
gatk-bwamem_1.0.4+dfsg3.orig-bwa-apache2.tar.xz
c27d5ad7ee506407448891b75f3d155bd795dd47 21360
gatk-bwamem_1.0.4+dfsg3.orig.tar.xz
db6fdac977b9ebe31d36eb0b3473ffa455229f47 9972
gatk-bwamem_1.0.4+dfsg3-1.debian.tar.xz
de8507b59c274f076ce3e41c3c631fe7475195de 10193
gatk-bwamem_1.0.4+dfsg3-1_source.buildinfo
Checksums-Sha256:
6e4417e1e7116362ec87071ef60ea5d4f447eeeabd9305837b08da593c873dde 2495
gatk-bwamem_1.0.4+dfsg3-1.dsc
566c6e301f054308af584ea6246892646c5a441e621fc1fc28e5c5478998c787 156700
gatk-bwamem_1.0.4+dfsg3.orig-bwa-apache2.tar.xz
767c56d136ab24f1fc0511b4a5dcf927ba0028fa140c61e97da10dd57291d798 21360
gatk-bwamem_1.0.4+dfsg3.orig.tar.xz
be373ef98cc5a2d530045861af28113f19d3d4180fcf1770584e1094e92006fe 9972
gatk-bwamem_1.0.4+dfsg3-1.debian.tar.xz
018b1f5dffd5656edf4666b603fc9422ca2037c2ab48e1fa63e4054f7bffd893 10193
gatk-bwamem_1.0.4+dfsg3-1_source.buildinfo
Files:
1e918bee4691fc2a32199076ca03a718 2495 java optional
gatk-bwamem_1.0.4+dfsg3-1.dsc
46d0f31c5997bdf766d7efbd4a73e30f 156700 java optional
gatk-bwamem_1.0.4+dfsg3.orig-bwa-apache2.tar.xz
ed2b395e5416b1bf2b6902acedd61c80 21360 java optional
gatk-bwamem_1.0.4+dfsg3.orig.tar.xz
103ec0797803958c75abf56373cecdce 9972 java optional
gatk-bwamem_1.0.4+dfsg3-1.debian.tar.xz
f0fa0f85d9f63add26da7925854151c2 10193 java optional
gatk-bwamem_1.0.4+dfsg3-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEM8soQxPpC9J9y0UjYAMWptwndHYFAmk9cacACgkQYAMWptwn
dHYBRg//eiyaISQGNKnOTjqkpqHe06mrr4O6RdKeDuQ0TN6w3ctLsjlmagPWvKKb
eTS9GzOq2l8NEU8KuoIQEdoGklsU/YsOUVsb/xOADWteagL/omDsD6u0/UT/dpGj
bnf+9SUFGxv68eAmYKvA4v5hIo+82ZltDapHvB1OT2tb6FAfY7/Zvg+YkKh025Sr
U9BF624FytnobGcdxwNKBWymPrq2dnclrdHKgZtT4FkLEer2PSvrr0ZmElziNTfG
juKIXi1fewpWzm0VC5PF/duokK0FKWxDbmfPxVXgT26ac2nnc3SwvzBFlRX8wkhQ
xgNyxRsbnKYDNCwXjmeIn2uD9ceP9HHJH+s4JZAo63m1bUBO7I+EmSBSQ0WD9H4B
8DR7FFeTybHBvUqDarhPSOeH6s1PcEzK2yknatyNyfBnpL9+NZbdet9NMMstlb3U
598D6T8frWwafgt7Fh1unVzG7UMH/n3cyMqXvl+h4B1nge9RS5MYJAURCi9Fg1QK
Z4RczXZJweW3CiiYED/DQfVOX9WPUVCL8YukbF2RxKFIR16l39pS97+mXw0xAZw/
hCHqQ3dnVzlOuIjAwxDbUPIthFp3NNZGMTthZK5JWOjiZ9FjEwM04MhW+ecPv7Yh
aoUh2I4I5aoZK3bhwrTn0AVg1lLsD5oaVJ8OoRSIfCUR3byBAOk=
=lSY5
-----END PGP SIGNATURE-----
pgpt83TOqlj1j.pgp
Description: PGP signature
--- End Message ---