Bug 2051190
Summary: | octave fails to build with java-17-openjdk | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | jiri vanek <jvanek> |
Component: | octave | Assignee: | Orion Poplawski <orion> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | alex, cbm, didiksupriadi41, jaromir.capik, java-maint-sig, jhuttana, jvanek, orion, pmikova, rakesh.pandit, scitech-bugs, sgehwolf, susi.lehtola |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | octave-6.4.0-5.fc36 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-02-07 14:38:40 UTC | Type: | --- |
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: | 2024265 |
Description
jiri vanek
2022-02-06 15:22:16 UTC
... rm -f liboctave/operators/mx-ui32nda-ui64.h-t liboctave/operators/mx-ui32nda-ui64.h && gawk -f ./liboctave/operators/mk-ops.awk -v build_file=mx-ui32nda-ui64.h liboctave/operators/mx-ops > liboctave/operators/mx-ui32nda-ui64.h-t && mv liboctave/operators/mx-ui32nda-ui64.h-t liboctave/operators/mx-ui32nda-ui64.h rm -f liboctave/operators/mx-ui64nda-i8.h-t liboctave/operators/mx-ui64nda-i8.h && gawk -f ./liboctave/operators/mk-ops.awk -v build_file=mx-ui64nda-i8.h liboctave/operators/mx-ops > liboctave/operators/mx-ui64nda-i8.h-t && mv liboctave/operators/mx-ui64nda-i8.h-t liboctave/operators/mx-ui64nda-i8.h RPM build errors: make[3]: *** Waiting for unfinished jobs.... make[2]: *** [Makefile:3170: all-recursive] Error 1 make[1]: *** [Makefile:2666: all] Error 2 make: *** [Makefile:30632: libgnu/libgnu.la] Error 2 make: *** Waiting for unfinished jobs.... error: Bad exit status from /var/tmp/rpm-tmp.wYL0v2 (%build) Macro expanded in comment on line 46: %{version}%{?rctag}.tar.lz Bad exit status from /var/tmp/rpm-tmp.wYL0v2 (%build) Child return code was: 1 EXCEPTION: [Error()] looks like gcc12 issue, not java17 |