Your message dated Fri, 28 Oct 2022 00:21:33 +0000
with message-id <e1ood7t-004taq...@fasolo.debian.org>
and subject line Bug#1013009: fixed in openjfx 11.0.11+0-1.1
has caused the Debian Bug report #1013009,
regarding openjfx: ftbfs with GCC-12
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.)
--
1013009: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1013009
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:openjfx
Version: 11.0.11+1-1
Severity: normal
Tags: sid bookworm
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-12
[This bug is targeted to the upcoming bookworm 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-12/g++-12, but succeeds to build with gcc-11/g++-11. The
severity of this report will be raised before the bookworm release.
The full build log can be found at:
http://qa-logs.debian.net/2022/06/09/gcc12/openjfx_11.0.11+1-1_unstable_gcc12.log
The last lines of the build log are at the end of this report.
To build with GCC 11, either set CC=gcc-11 CXX=g++-11 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-11/porting_to.html
GCC 11 defaults to the GNU++17 standard. If your package installs
header files in /usr/include, please don't work around C++17 issues
by choosing a lower C++ standard for the package build, but fix these
issues to build with the C++17 standard.
[...]
org.gradle.api.tasks.TaskExecutionException: Execution failed for task
':web:compileNativeLinux'.
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 'command 'perl''
finished with non-zero exit value 2
at
org.gradle.process.internal.DefaultExecHandle$ExecResultImpl.assertNormalExitValue(DefaultExecHandle.java:382)
at
org.gradle.process.internal.DefaultExecAction.execute(DefaultExecAction.java:31)
at
org.gradle.api.internal.file.DefaultFileOperations.exec(DefaultFileOperations.java:188)
at
org.gradle.api.internal.project.DefaultProject.exec(DefaultProject.java:1086)
at org.gradle.groovy.scripts.DefaultScript.exec(DefaultScript.java:251)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at
org.gradle.internal.metaobject.BeanDynamicObject$GroovyObjectAdapter.invokeOpaqueMethod(BeanDynamicObject.java:579)
at
org.gradle.internal.metaobject.BeanDynamicObject$MetaClassAdapter.invokeMethod(BeanDynamicObject.java:506)
at
org.gradle.internal.metaobject.BeanDynamicObject.tryInvokeMethod(BeanDynamicObject.java:191)
at
org.gradle.internal.metaobject.ConfigureDelegate.invokeMethod(ConfigureDelegate.java:78)
at
build_1yj5ysy0tfi17e22e9amfth6$_run_closure24$_closure334$_closure338$_closure343.doCall(/<<PKGBUILDDIR>>/build.gradle:3922)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at
org.gradle.api.internal.AbstractTask$ClosureTaskAction.execute(AbstractTask.java:718)
at
org.gradle.api.internal.AbstractTask$ClosureTaskAction.execute(AbstractTask.java:691)
at
org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter$1.run(ExecuteActionsTaskExecuter.java:121)
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.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeAction(ExecuteActionsTaskExecuter.java:110)
at
org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:92)
... 29 more
* Get more help at https://help.gradle.org
BUILD FAILED in 4m 11s
61 actionable tasks: 61 executed
Stopped 1 worker daemon(s).
dh_auto_build: error: gradle --info --console plain --offline --stacktrace
--no-daemon --refresh-dependencies --gradle-user-home .gradle -Duser.home=.
-Duser.name=debian -Ddebian.package=openjfx -Dfile.encoding=UTF-8 zips -x
javadoc -x apps returned exit code 1
make[1]: *** [debian/rules:27: override_dh_auto_build-arch] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:16: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: openjfx
Source-Version: 11.0.11+0-1.1
Done: Sebastian Ramacher <sramac...@debian.org>
We believe that the bug you reported is fixed in the latest version of
openjfx, 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 1013...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sebastian Ramacher <sramac...@debian.org> (supplier of updated openjfx 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: Wed, 26 Oct 2022 00:07:14 +0200
Source: openjfx
Architecture: source
Version: 11.0.11+0-1.1
Distribution: bookworm
Urgency: medium
Maintainer: Debian Java Maintainers
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Sebastian Ramacher <sramac...@debian.org>
Closes: 1004638 1013009
Changes:
openjfx (11.0.11+0-1.1) bookworm; urgency=medium
.
* Non-maintainer upload.
.
[ Philipp Kern ]
* Drop build-dependency on ffmpeg, openjfx isn't source-compatible with
ffmpeg 5.0. Closes: #1004638.
* Build-depend on g++-11, source not compatible with g++ 12.
Closes: #1013009.
(Both patches taken from Ubuntu, thanks to Steve Langasek)
Checksums-Sha1:
a08ac3b74abde1cfe954b59cfba0af5e19924aa6 2761 openjfx_11.0.11+0-1.1.dsc
95ed2b976d82e3c672c9d6e00b45eb4cf9a692aa 17224
openjfx_11.0.11+0-1.1.debian.tar.xz
Checksums-Sha256:
26b9a0ab3794b50cff8311f98f0e2daed0670c1f50bc056a471a2c44c9fa755c 2761
openjfx_11.0.11+0-1.1.dsc
5592d25c9daf289782ce0dbf9b0acce9ac1770c43ae0c2eb3ec382464836e028 17224
openjfx_11.0.11+0-1.1.debian.tar.xz
Files:
f59fedfadc261fcad6fd9aa53f088d89 2761 java optional openjfx_11.0.11+0-1.1.dsc
52d3a5fe85e44474105f468d82d70a27 17224 java optional
openjfx_11.0.11+0-1.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE94y6B4F7sUmhHTOQafL8UW6nGZMFAmNYcQUACgkQafL8UW6n
GZNImxAAwBuua2jNzpBSLCNGuWGr2ERHm90VMFoSs5dty16TsuSSdyfCNA33xC1H
9zyHRZdE/KrpuAUwVCQ8mhkNMNqxHyMJ+CYLOwWsNAB5GKtGI2NK/QGIa3Ez/hDp
8reC3sbRKdH6WcC/XaoyKuRlzeQIJPcDD0nlYL2ss19S3p81MTNz2qXmWNV2QsMh
XyXp/Kek+H66Ew83jt3pz7WkZA6Yc42X8CrqCxos43m0I5z3ZhSuFoLHMdu9ZfI8
vVTlwN9Dncu31dwyUfjRED+SPT1rq/FsljfQHpSyu6mCp3bRaOS5dMhdl92QrUBT
FKrTd/8p92G+cwKtTgsjdIg9uwByzZI4KlBgG72daqUZBVMw34ziUdWq+yRby5xa
16liq2C5Kl2eZBW6S2D95mHXLXjCHVyzCxiQrV8eNkXBX4oh2mR3AnBMSe5sXg39
QitmJXNRH6EC1uFytkMvWghHFW7FuuHmwuJZRNhklG17jovUM4HLD2WlZyIIHq8u
J0khuZ0r8zsgbP3WgygcDkN5gjySjr/KtCBeXoY67zvVqhOScJHGRFGl7q3k9EVS
ETefAIxvdDQCVQGymNuIMkq/QPDy7mjAozOKEZrLuStlmv0l5XUEVW/BGCXUojod
y0ObV0KBhwX6qe+doV8nUhs0W8ssJVoxYFCj2b2H09tS0W5bYg8=
=Rpqp
-----END PGP SIGNATURE-----
--- End Message ---