Bug 2098428
| Summary: | ld not | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | jangrigat | ||||
| Component: | gnucobol | Assignee: | Gwyn Ciesla <gwync> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 36 | CC: | gwync | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | gnucobol-3.1.2-6.fc36 | Doc Type: | --- | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2022-07-27 02:22:31 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: | |||||||
| Attachments: |
|
||||||
FEDORA-2022-939ecd64ca has been submitted as an update to Fedora 36. https://bodhi.fedoraproject.org/updates/FEDORA-2022-939ecd64ca FEDORA-2022-939ecd64ca 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 --refresh --advisory=FEDORA-2022-939ecd64ca` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-939ecd64ca See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2022-939ecd64ca has been pushed to the Fedora 36 stable repository. If problem still persists, please make note of it in this bug report. |
Created attachment 1891128 [details] example of this bug Description of problem: the latest release of the package throwns an error upon compiling. version 3.1.2-4.fc36.x86_64 still working fine Version-Release number of selected component (if applicable): How reproducible: use fedora 36 Steps to Reproduce: 1. install gnucobol via dnf 2. create cobol file eg. hello-world.cbl 3. compile via cobc -x -free hello-world.cbl Actual results: /usr/bin/ld: cannot open linker script file /builddir/build/BUILD/.package_note-gnucobol-3.1.2-5.fc36.x86_64.ld: Datei oder Verzeichnis nicht gefunden collect2: error: ld returned 1 exit status Expected results: compiling without error, or throwing error if file is blank Additional info: