Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 908675 - sys-fs/progsreiserfs-0.3.1_rc8 has implicit function declarations in configure logs (MUSL-SYSTEM)
Summary: sys-fs/progsreiserfs-0.3.1_rc8 has implicit function declarations in configur...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: implicit-in-configure gcc-14-stable
  Show dependency tree
 
Reported: 2023-06-17 12:32 UTC by Agostino Sarubbo
Modified: 2024-11-18 02:32 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,317.51 KB, text/plain)
2023-06-17 12:32 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-06-17 12:32:48 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-fs/progsreiserfs-0.3.1_rc8 has implicit function declarations in configure logs (MUSL-SYSTEM).
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
(MUSL-SYSTEM) in the summary means that bug was found on a machine that runs MUSL libc but this bug MAY or MAY NOT BE related to musl.
See also: https://bugs.gentoo.org/898488#c4.
Comment 1 Agostino Sarubbo gentoo-dev 2023-06-17 12:32:50 UTC
Created attachment 864040 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-06-17 12:32:52 UTC
Found the following implicit function declarations in configure logs:

config.log:156 - exit
config.log:316 - exit
Comment 3 Eli Schwartz gentoo-dev 2024-11-18 02:32:47 UTC
commit 123d0c034e6dea5e23dfeedbbaa1751a85793a60
Author:     Sam James <sam@gentoo.org>
AuthorDate: Wed May 8 21:24:34 2024
Commit:     Sam James <sam@gentoo.org>
CommitDate: Wed May 8 21:29:43 2024

    sys-fs/progsreiserfs: fix modern C issues in configure (sort of)
    
    Not autoreconfing because it doesn't work w/ modern autoconf and
    the alternative here, rather than spending more time on it, is really
    to last-rite.
    
    Signed-off-by: Sam James <sam@gentoo.org>

 sys-fs/progsreiserfs/files/progsreiserfs-0.3.1_rc8-c99-configure.patch | 93 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sys-fs/progsreiserfs/progsreiserfs-0.3.1_rc8-r1.ebuild                 |  3 ++-
 2 files changed, 95 insertions(+), 1 deletion(-)
 create mode 100644 sys-fs/progsreiserfs/files/progsreiserfs-0.3.1_rc8-c99-configure.patch


Appears to be fixed now.