Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 923736 - sys-boot/grub-2.12-r1 has implicit function declarations in configure logs
Summary: sys-boot/grub-2.12-r1 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 (vote)
Assignee: Mike Gilbert
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: implicit-in-configure
  Show dependency tree
 
Reported: 2024-02-03 17:49 UTC by Agostino Sarubbo
Modified: 2024-02-04 03:20 UTC (History)
1 user (show)

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


Attachments
build.log.xz (build.log.xz,96.41 KB, application/x-xz)
2024-02-03 17:49 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 2024-02-03 17:49:31 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-boot/grub-2.12-r1 has implicit function declarations in configure logs.
Discovered on: amd64 (internal ref: tinderbox_musl)
System: MUSL-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#MUSL)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0072
Comment 1 Agostino Sarubbo gentoo-dev 2024-02-03 17:49:34 UTC
Created attachment 884150 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2024-02-03 17:49:35 UTC
Found the following implicit function declarations in configure logs:

config.log:10406 - re_match
config.log:10406 - re_match
config.log:10406 - re_match
Comment 3 Larry the Git Cow gentoo-dev 2024-02-04 03:20:04 UTC
The bug has been closed via the following commit(s):

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

commit 46792ce3aca3b580570625dc340631f08aed998c
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2024-02-04 03:18:12 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2024-02-04 03:19:14 +0000

    sys-boot/grub: ignore implicit re_match
    
    Closes: https://bugs.gentoo.org/923736
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

 sys-boot/grub/grub-2.06-r9.ebuild | 2 +-
 sys-boot/grub/grub-2.12-r1.ebuild | 2 +-
 sys-boot/grub/grub-9999.ebuild    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)