google-gson fails to build with java-17-openjdk as sytem JDK. See https://fedoraproject.org/wiki/Changes/Java17 . See especially part about known failures: https://fedoraproject.org/wiki/Changes/Java17#common_issues_packagers_can_face_and_gathered_solutions For the build logs, see: https://koji.fedoraproject.org/koji/taskinfo?taskID=82426487 https://kojipkgs.fedoraproject.org/work/tasks/6611/82426611/mock_output.log https://kojipkgs.fedoraproject.org/work/tasks/6611/82426611/hw_info.log https://kojipkgs.fedoraproject.org/work/tasks/6611/82426611/state.log https://kojipkgs.fedoraproject.org/work/tasks/6611/82426611/build.log https://kojipkgs.fedoraproject.org/work/tasks/6611/82426611/root.log We run the rebuild in side tag f36-java17, but as fail ratio was small, we expect this side tag to be merged into rawhide 7 or 8 of February 2022. To reproduce before this date simply: fedpkg clone google-gson; cd google-gson; fedpkg build --target f36-java17; #The target is crucial. After this date the usual fedpkg build in f36 and up should do. We run two reruns your package failed both. We had also run the mass rebuilds in copr since November. We keep all encountered failures. See them here: https://copr.fedorainfracloud.org/coprs/jvanek/java17//package/google-gson You may find interesting additional informations here. Also we were spamming maintainers regualrly, check you spam folder. We had tried aprox 500 packages, and aprox 65 had failed, so the java-17-openjdk will be system JDK in f36, and you should fix your package if you want to keep it alive. Usually the fix is simple, and best is to update the package to latest upstream version. There will be usual mass rebuild once f36 branches. You may got another FTBFS bug. Let us know here if you have any questions, here in bug, or at java-devel.org . We'd appreciate help from the people who know this package best, but if you don't want to work on this now, let us know so we can try to work around it on our side if needed.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (base-compile) on project gson: Compilation failure: Compilation failure: [ERROR] Source option 6 is no longer supported. Use 7 or later. [ERROR] Target option 6 is no longer supported. Use 7 or later. Should be easy enough to fix
(In reply to jiri vanek from comment #1) > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (base-compile) > on project gson: Compilation failure: Compilation failure: > [ERROR] Source option 6 is no longer supported. Use 7 or later. > [ERROR] Target option 6 is no longer supported. Use 7 or later. > > Should be easy enough to fix fixed with %pom_xpath_remove 'pom:plugin[pom:artifactId="maven-compiler-plugin"]/pom:configuration'
I forgot to run in side tag f36-java17
This bug appears to have been reported against 'rawhide' during the Fedora 36 development cycle. Changing version to 36.
FEDORA-2022-64981fec0f has been submitted as an update to Fedora 36. https://bodhi.fedoraproject.org/updates/FEDORA-2022-64981fec0f
FEDORA-2022-64981fec0f has been pushed to the Fedora 36 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2022-64981fec0f` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-64981fec0f See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2022-64981fec0f has been pushed to the Fedora 36 stable repository. If problem still persists, please make note of it in this bug report.