Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 906864 - dev-scheme/sigscheme-0.9.1 has implicit function declarations in configure logs (MUSL-SYSTEM)
Summary: dev-scheme/sigscheme-0.9.1 has implicit function declarations in configure lo...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Scheme Project
URL:
Whiteboard: ~arch only
Keywords: PullRequest
Depends on:
Blocks: implicit-in-configure
  Show dependency tree
 
Reported: 2023-05-20 19:48 UTC by Agostino Sarubbo
Modified: 2025-01-12 14:25 UTC (History)
0 users

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


Attachments
build.log (build.log,439.12 KB, text/plain)
2023-05-20 19:48 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-05-20 19:48:47 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-scheme/sigscheme-0.9.1 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-05-20 19:48:49 UTC
Created attachment 862051 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-05-20 19:48:50 UTC
Found the following implicit function declarations in configure logs:

config.log:2583 - getpagesize
Comment 3 Larry the Git Cow gentoo-dev 2025-01-12 14:25:57 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc5e588505b5a4b6ea7b5a117e034b67584b82fd

commit dc5e588505b5a4b6ea7b5a117e034b67584b82fd
Author:     Z. Liu <zhixu.liu@gmail.com>
AuthorDate: 2025-01-11 02:30:50 +0000
Commit:     Maciej Barć <xgqt@gentoo.org>
CommitDate: 2025-01-12 14:25:55 +0000

    dev-scheme/sigscheme: fix configure warnings
    
    1. run eautoconf to modernize the build system
    2. add -D_GNU_SOURCE so getpagesize is available if build w/ musl
    
    Closes: https://bugs.gentoo.org/879679
    Closes: https://bugs.gentoo.org/906864
    Signed-off-by: Z. Liu <zhixu.liu@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/40094
    Signed-off-by: Maciej Barć <xgqt@gentoo.org>

 .../sigscheme/files/sigscheme-0.9.1-autoconf.patch | 31 ++++++++++++++++++++++
 dev-scheme/sigscheme/sigscheme-0.9.1.ebuild        | 12 +++++++++
 2 files changed, 43 insertions(+)