Bug 2388743

Summary: hyperestraier-1.4.13-69.fc44 FTBFS: javac: No such file or directory
Product: [Fedora] Fedora Reporter: Petr Pisar <ppisar>
Component: hyperestraierAssignee: Mamoru TASAKA <mtasaka>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: mtasaka
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: hyperestraier-1.4.13-70.fc44 Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2025-08-15 11:02:27 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 2384424    

Description Petr Pisar 2025-08-15 07:30:53 UTC
hyperestraier-1.4.13-69.fc44 fails to build in Fedora 44:

+ /usr/bin/make -j1 JAR=jar JAVAC=javac
javac -d . Document.java Condition.java Database.java DatabaseInformer.java Result.java Utility.java Cmd.java
make: javac: No such file or directory
make: *** [Makefile:197: estraier.jar] Error 127
error: Bad exit status from /var/tmp/rpm-tmp.p1fmw2 (%build)

Tha cause is that the spec file is missing a mapping from Fedora 44 to java-21-openjdk-devel build dependency:

%ifarch %java_arches
%set_javaver    43      21
%set_javaver    42      21
%set_javaver    41      21
%set_javaver    40      21
%set_javaver    39      17
BuildRequires:  javapackages-tools
%endif

Comment 1 Fedora Update System 2025-08-15 10:56:10 UTC
FEDORA-2025-9d09a58047 (hyperestraier-1.4.13-70.fc44 and qdbm-1.8.78-72.fc44) has been submitted as an update to Fedora 44.
https://bodhi.fedoraproject.org/updates/FEDORA-2025-9d09a58047

Comment 2 Fedora Update System 2025-08-15 11:02:27 UTC
FEDORA-2025-9d09a58047 (hyperestraier-1.4.13-70.fc44 and qdbm-1.8.78-72.fc44) has been pushed to the Fedora 44 stable repository.
If problem still persists, please make note of it in this bug report.