Bug 2070099
Summary: | rakudo-0.2020.07-4.fc37 FTBFS: /usr/bin/ld: cannot open linker script file /builddir/build/BUILD/.package_note-moarvm-0.2020.07-5.fc36.x86_64.ld: No such file or directory | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Petr Pisar <ppisar> |
Component: | rakudo | Assignee: | Petr Pisar <ppisar> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 36 | CC: | gp, ppisar, steve, xose.vazquez |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | moarvm-0.2020.07-6.fc37 rakudo-0.2020.07-5.fc37 rakudo-0.2020.07-5.fc36 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-07-05 16:37:58 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: | 1992484, 2045102 |
Description
Petr Pisar
2022-03-30 12:29:55 UTC
(In reply to Petr Pisar from comment #0) > rakudo-0.2020.07-4.fc37 fails to build in Fedora 37: raku stack in Fedora is 2 years old, maybe it should be updated: https://src.fedoraproject.org/rpms/rakudo https://src.fedoraproject.org/rpms/moarvm https://src.fedoraproject.org/rpms/nqp The cause of this failure is that moarvm package builds in compiler flags which refer to the .package_note-moarvm... file. Then rakudo build script retrieves the flags from moarvm and applies them to itself. Obviously a file generated by Fedora build systme for moarvm sources does not exist in rakudo sources. This needs a fixes in moarvm. Not in rakudo. I don't believe that this issue is resolved in a newer moarvm. This problem is common to various language compilers and usually do not care about it. A simple work around is disabling package note feature in moarvm.spec. FEDORA-2022-7c4aec44c8 has been submitted as an update to Fedora 36. https://bodhi.fedoraproject.org/updates/FEDORA-2022-7c4aec44c8 FEDORA-2022-7c4aec44c8 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-7c4aec44c8` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-7c4aec44c8 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2022-7c4aec44c8 has been pushed to the Fedora 36 stable repository. If problem still persists, please make note of it in this bug report. |