Summary: | dev-embedded/sdcc-4.3.0 has implicit function declarations in configure logs (MUSL-CLANG-SYSTEM) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Embedded Gentoo Team <embedded> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | fixed in 4.3.0-r1 | ||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 906027 | ||
Attachments: | build.log |
Description
Agostino Sarubbo
![]() Created attachment 855400 [details]
build.log
build log and emerge --info
tinderbox_musl has reproduced this issue with version 4.2.0 - Updating summary. ci has reproduced this issue with version 4.3.0 - Updating summary. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01d66eb467ccb21b5456332a77bdccbcda33ead9 commit 01d66eb467ccb21b5456332a77bdccbcda33ead9 Author: Viorel Munteanu <ceamac@gentoo.org> AuthorDate: 2023-11-14 06:50:17 +0000 Commit: Viorel Munteanu <ceamac@gentoo.org> CommitDate: 2023-11-14 19:14:26 +0000 dev-embedded/sdcc: fix Makefile and QA issues Closes: https://bugs.gentoo.org/917114 Closes: https://bugs.gentoo.org/898594 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org> dev-embedded/sdcc/files/binutils-2.41-acinclude.m4 | 193 +++++++++++++++++++++ .../files/sdcc-4.3.0-autoreconf-libiberty.patch | 15 ++ .../files/sdcc-4.3.0-fix-binutils-dependency.patch | 22 +++ .../files/sdcc-4.3.0-fix-mkdir-autoconf-test.patch | 13 ++ dev-embedded/sdcc/sdcc-4.3.0-r1.ebuild | 174 +++++++++++++++++++ 5 files changed, 417 insertions(+) The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4044bf66ede0740864c73d26fde649675d6ce064 commit 4044bf66ede0740864c73d26fde649675d6ce064 Author: Andreas K. Hüttel <dilfridge@gentoo.org> AuthorDate: 2024-11-03 00:07:39 +0000 Commit: Andreas K. Hüttel <dilfridge@gentoo.org> CommitDate: 2024-11-03 00:08:38 +0000 dev-embedded/sdcc: drop 3.8.0-r1, 4.0.0, 4.1.0, 4.2.0 Bug: https://bugs.gentoo.org/898594 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> dev-embedded/sdcc/Manifest | 8 -- .../sdcc/files/sdcc-3.8.0-override-override.patch | 30 ---- dev-embedded/sdcc/metadata.xml | 3 - dev-embedded/sdcc/sdcc-3.8.0-r1.ebuild | 131 ----------------- dev-embedded/sdcc/sdcc-4.0.0.ebuild | 150 ------------------- dev-embedded/sdcc/sdcc-4.1.0.ebuild | 157 -------------------- dev-embedded/sdcc/sdcc-4.2.0.ebuild | 158 --------------------- 7 files changed, 637 deletions(-) |