Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 898594 - dev-embedded/sdcc-4.3.0 has implicit function declarations in configure logs (MUSL-CLANG-SYSTEM)
Summary: dev-embedded/sdcc-4.3.0 has implicit function declarations in configure logs ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Embedded Gentoo Team
URL:
Whiteboard: fixed in 4.3.0-r1
Keywords:
Depends on:
Blocks: implicit-in-configure
  Show dependency tree
 
Reported: 2023-03-01 11:43 UTC by Agostino Sarubbo
Modified: 2024-11-03 00:10 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,699.38 KB, text/plain)
2023-03-01 11:43 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2023-03-01 11:43:55 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-embedded/sdcc-4.1.0 has implicit function declarations in configure logs (MUSL-CLANG-SYSTEM).
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
(MUSL-CLANG-SYSTEM) in the summary means that bug was found on a machine that runs MUSL libc + clang16 but this bug MAY or MAY NOT BE related to musl/clang16.
See also: https://bugs.gentoo.org/898488#c4.
Comment 1 Agostino Sarubbo gentoo-dev 2023-03-01 11:43:57 UTC
Created attachment 855400 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-03-10 10:32:56 UTC
tinderbox_musl has reproduced this issue with version 4.2.0 - Updating summary.
Comment 3 Agostino Sarubbo gentoo-dev 2023-08-27 07:37:45 UTC
ci has reproduced this issue with version 4.3.0 - Updating summary.
Comment 4 Larry the Git Cow gentoo-dev 2023-11-14 19:17:09 UTC
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(+)
Comment 5 Larry the Git Cow gentoo-dev 2024-11-03 00:10:25 UTC
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(-)