Bug 2059488
Summary: | /usr/bin/ld: cannot open linker script file | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Remi Collet <fedora> |
Component: | redhat-rpm-config | Assignee: | Zbigniew Jędrzejewski-Szmek <zbyszek> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 36 | CC: | ajax, aoliva, carl, dmalcolm, ffesti, fweimer, igor.raits, jakub, jonathan, j, jwakely, law, mhroncok, mpolacek, msebor, ngompa13, nickc, pmatilai, sipoyare, torsava |
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-03-29 08:27:59 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: |
Description
Remi Collet
2022-03-01 07:20:54 UTC
I am changing the Component of this BZ to redhat-rpm-config since that is the package that is responsible for inserting the problematic option into the linker command line. Note for Remi: you can work around the problem by adding this line to your spec file: %undefine _package_note_file Not that this is necessarily a good idea in the long run, but if failing to build is blocking you from completing some task then this may help. (In reply to Nick Clifton from comment #1) > %undefine _package_note_file > > Not that this is necessarily a good idea in the long run, but if failing to > build is blocking you from completing some task then this may help. Thanks, the workaround allows me to build redis 7.0RC2 on F36 I pushed a change to how the macros are called that resolves the issue directly to rawhide and f36 branches in dist-git. Package builds fine in mock now. |