Summary: | dev-lang/gnat-gpl-2021-r5 - [ncurses-6.5] [meson-9999] [icu-75.1] checking whether objcopy supports debuglink... objcopy: .../ cannot fill debug link section x: No such file or directory | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Gentoo Linux ADA team <ada> |
Status: | CONFIRMED --- | ||
Severity: | normal | Keywords: | PMASKED, PullRequest |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/40032 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge-info.txt
dev-lang:gnat-gpl-2021-r5:20240818-124056.log.xz emerge-history.txt.xz environment etc.clang.tar.xz etc.portage.tar.xz gcc-build-logs.tar.xz logs.tar.xz qlist-info.txt.xz temp.tar.xz |
Description
Toralf Förster
![]() Created attachment 900561 [details]
emerge-info.txt
Created attachment 900562 [details]
dev-lang:gnat-gpl-2021-r5:20240818-124056.log.xz
Created attachment 900563 [details]
emerge-history.txt.xz
Created attachment 900564 [details]
environment
Created attachment 900565 [details]
etc.clang.tar.xz
Created attachment 900566 [details]
etc.portage.tar.xz
Created attachment 900567 [details]
gcc-build-logs.tar.xz
Created attachment 900568 [details]
logs.tar.xz
Created attachment 900569 [details]
qlist-info.txt.xz
Created attachment 900570 [details]
temp.tar.xz
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76a03786adbf398191760dee58a4a06e44ebc584 commit 76a03786adbf398191760dee58a4a06e44ebc584 Author: Sam James <sam@gentoo.org> AuthorDate: 2025-01-07 19:59:29 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2025-01-07 19:59:29 +0000 dev-lang/gnat-gpl: strip unsupported flags as we do in ada-bootstrap The binhost apparently tried to build gnat-gpl instead of ada-bootstrap (why?) and failed with: ``` checking whether the GNU Fortran compiler is working... no configure: error: GNU Fortran is not working; please report a bug in http://gcc.gnu.org/bugzilla, attaching /var/tmp/portage/dev-lang/gnat-gpl-2021-r5/work/build/x86_64-pc-linux-gnu/libgfortran/config.log ``` Let's try use the same stripping-unsupported-flags approach as we do in ada-bootstrap until we remove gnat-gpl entirely. Bug: https://bugs.gentoo.org/938150 Bug: https://bugs.gentoo.org/940601 Signed-off-by: Sam James <sam@gentoo.org> dev-lang/gnat-gpl/gnat-gpl-2021-r5.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bac3705f1e4856701675b844bceec9a7ac8705ce commit bac3705f1e4856701675b844bceec9a7ac8705ce Author: Sam James <sam@gentoo.org> AuthorDate: 2025-01-07 20:09:02 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2025-01-07 20:09:02 +0000 dev-lang/ada-bootstrap: strip unsupported CXXFLAGS too Bug: https://bugs.gentoo.org/938150 Bug: https://bugs.gentoo.org/940601 Signed-off-by: Sam James <sam@gentoo.org> dev-lang/ada-bootstrap/ada-bootstrap-0_p2021-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b8e64afee3767d708144c0f7604a1432fe8618b commit 6b8e64afee3767d708144c0f7604a1432fe8618b Author: Sam James <sam@gentoo.org> AuthorDate: 2025-01-07 20:06:43 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2025-01-07 20:06:43 +0000 dev-lang/gnat-gpl: strip unsupported CXXFLAGS too Bug: https://bugs.gentoo.org/938150 Bug: https://bugs.gentoo.org/940601 Signed-off-by: Sam James <sam@gentoo.org> dev-lang/gnat-gpl/gnat-gpl-2021-r5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) |