https://bugzilla.redhat.com/show_bug.cgi?id=1971512



--- Comment #13 from Severin Gehwolf <[email protected]> ---
(In reply to Severin Gehwolf from comment #11)
> The aarch64 problem is not fixed, yet, though.

The latest version of the SRPM here:
https://jerboaa.fedorapeople.org/rpm/jigawatts-0-0.0.pre.1.c15dd4c19e81cbcefe419a99ebaa3af7c5c60c5e.fc34.src.rpm

... works around the aarch64 build failure.

https://koji.fedoraproject.org/koji/taskinfo?taskID=71125678

with:


# Work-around for RHBZ#1977671, /usr/lib64 missing on default java.library.path
on aarch64
%ifarch %{aarch64}
%pom_xpath_inject
"pom:build/pom:plugins/pom:plugin[pom:artifactId='maven-surefire-plugin']/pom:configuration"
'<forkCount>1</forkCount>
        <environmentVariables>
           
<LD_LIBRARY_PATH>/usr/lib64:${project.build.directory}</LD_LIBRARY_PATH>
        </environmentVariables>'
%else
%pom_xpath_inject
"pom:build/pom:plugins/pom:plugin[pom:artifactId='maven-surefire-plugin']/pom:configuration"
'<forkCount>1</forkCount>
        <environmentVariables>
            <LD_LIBRARY_PATH>${project.build.directory}</LD_LIBRARY_PATH>
        </environmentVariables>'
%endif


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to