Bug 2051156
Summary: | icecat fails to build with java-17-openjdk | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | jiri vanek <jvanek> |
Component: | icecat | Assignee: | Antonio T. sagitter <trpost> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 36 | CC: | bruno, didiksupriadi41, fweimer, java-maint-sig, jhuttana, jvanek, kai-engert-fedora, pmikova, sgehwolf, trpost |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-02-26 15:31:24 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 14:30:52 UTC
Looks unrelated: + cd icecat-91.5.0 + cp -p /usr/share/bookmarks/default-bookmarks.html objdir/dist/bin/browser/chrome/en-US/locale/browser/bookmarks.html cp: cannot create regular file 'objdir/dist/bin/browser/chrome/en-US/locale/browser/bookmarks.html': No such file or directory RPM build errors: error: Bad exit status from /var/tmp/rpm-tmp.CGgtwE (%install) Bad exit status from /var/tmp/rpm-tmp.CGgtwE (%install) but generally saying, no idea This bug appears to have been reported against 'rawhide' during the Fedora 36 development cycle. Changing version to 36. *** This bug has been marked as a duplicate of bug 2045713 *** (In reply to jiri vanek from comment #1) > Looks unrelated: > > + cd icecat-91.5.0 > + cp -p /usr/share/bookmarks/default-bookmarks.html > objdir/dist/bin/browser/chrome/en-US/locale/browser/bookmarks.html > cp: cannot create regular file > 'objdir/dist/bin/browser/chrome/en-US/locale/browser/bookmarks.html': No > such file or directory > RPM build errors: > error: Bad exit status from /var/tmp/rpm-tmp.CGgtwE (%install) > Bad exit status from /var/tmp/rpm-tmp.CGgtwE (%install) > > but generally saying, no idea I got the same error today, but it turns out that if the main build fails to complete, it does not always exit with a non-zero status, so rpmbuild keeps running. Then cp the nfails because the build process has not created the directory as a side effect. So in your case, the real error must have happened before that, like in mine. (Commenting here in case someone else sees the same error message during a Fedora build of Mozilla packages.) |