Summary: | dev-debug/gdb-12.1-r2[+sim] - dv-lm32cpu.c: error: call to undeclared function lm32bf_h_csr_get; ISO C99 and later do not support implic | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Gentoo Toolchain Maintainers <toolchain> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | gabifalk, sam |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: |
https://sourceware.org/bugzilla/show_bug.cgi?id=29752 https://bugs.gentoo.org/show_bug.cgi?id=919121 https://github.com/gentoo/gentoo/pull/36726 |
||
Whiteboard: | fixed in 14.2-r1 | ||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 870412 | ||
Attachments: |
emerge-info.txt
clang.tar.bz2 emerge-history.txt environment etc.portage.tar.bz2 logs.tar.bz2 sys-devel:gdb-12.1-r2:20220918-181815.log.bz2 temp.tar.bz2 |
Description
Toralf Förster
![]() Created attachment 812266 [details]
emerge-info.txt
Created attachment 812269 [details]
clang.tar.bz2
Created attachment 812272 [details]
emerge-history.txt
Created attachment 812275 [details]
environment
Created attachment 812278 [details]
etc.portage.tar.bz2
Created attachment 812281 [details]
logs.tar.bz2
Created attachment 812284 [details]
sys-devel:gdb-12.1-r2:20220918-181815.log.bz2
Created attachment 812287 [details]
temp.tar.bz2
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6744186d10bceadab7c2a4f5bc5c616d655877f7 commit 6744186d10bceadab7c2a4f5bc5c616d655877f7 Author: Sam James <sam@gentoo.org> AuthorDate: 2022-12-03 05:01:15 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-12-03 06:06:06 +0000 sys-devel/gdb: fix configure w/ clang 16 Doesn't fix the other build problems yet, but given that implicit. func. decls can affect all compilers... Bug: https://bugs.gentoo.org/871543 Signed-off-by: Sam James <sam@gentoo.org> .../gdb/files/gdb-12.1-configure-clang16.patch | 112 ++++++++ sys-devel/gdb/gdb-12.1-r3.ebuild | 295 +++++++++++++++++++++ 2 files changed, 407 insertions(+) Is this still happening with recent gdb? (In reply to Andreas K. Hüttel from comment #10) > Is this still happening with recent gdb? nope ftr this is still broken upstream but just with USE=sim, and I added a USE which is default-off, so it affects less people now (not rechecked with 13 but i've no reason to believe it's fixed yet) The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6da14c98d133e6bf72d8a90b08ad798ca29e4ff3 commit 6da14c98d133e6bf72d8a90b08ad798ca29e4ff3 Author: Gabi Falk <gabifalk@gmx.com> AuthorDate: 2024-05-17 19:30:00 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-05-22 19:19:31 +0000 dev-debug/gdb: fix modern C issues Closes: https://bugs.gentoo.org/871543 Closes: https://bugs.gentoo.org/919121 Signed-off-by: Gabi Falk <gabifalk@gmx.com> Closes: https://github.com/gentoo/gentoo/pull/36726 Signed-off-by: Sam James <sam@gentoo.org> dev-debug/gdb/files/gdb-14.2-sim-modern-c99.patch | 765 ++++++++++++++++++++++ dev-debug/gdb/gdb-14.2-r1.ebuild | 323 +++++++++ 2 files changed, 1088 insertions(+) The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=934f183c883f53198769ac427f2d3880c80aa0b5 commit 934f183c883f53198769ac427f2d3880c80aa0b5 Author: Andreas K. Hüttel <dilfridge@gentoo.org> AuthorDate: 2024-10-27 18:18:08 +0000 Commit: Andreas K. Hüttel <dilfridge@gentoo.org> CommitDate: 2024-10-27 18:18:53 +0000 dev-debug/gdb: drop 14.2 Bug: https://bugs.gentoo.org/871543 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> dev-debug/gdb/gdb-14.2.ebuild | 322 ------------------------------------------ 1 file changed, 322 deletions(-) |