Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 900475 - app-misc/mc-4.8.29 has implicit function declarations in configure logs (MUSL-CLANG-SYSTEM)
Summary: app-misc/mc-4.8.29 has implicit function declarations in configure logs (MUSL...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Marek Szuba
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2023-03-09 08:04 UTC by Agostino Sarubbo
Modified: 2023-03-22 23:43 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,565.04 KB, text/plain)
2023-03-09 08:04 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-09 08:04:27 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-misc/mc-4.8.29 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-09 08:04:29 UTC
Created attachment 856885 [details]
build.log

build log and emerge --info
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-03-09 08:10:57 UTC
This appears legitimate. musl has posix_fallocate and there's a missing <fcntl.h> include in the test for posix_fallocate.
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-03-22 23:24:58 UTC
Ping
Comment 4 Larry the Git Cow gentoo-dev 2023-03-22 23:43:51 UTC
The bug has been closed via the following commit(s):

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

commit ba78d4f642d6ab7e287b45cbc6ecae872d45dcfd
Author:     Marek Szuba <marecki@gentoo.org>
AuthorDate: 2023-03-22 22:56:54 +0000
Commit:     Marek Szuba <marecki@gentoo.org>
CommitDate: 2023-03-22 23:43:32 +0000

    app-misc/mc: fix implicit function declaration in configure
    
    Closes: https://bugs.gentoo.org/900475
    Signed-off-by: Marek Szuba <marecki@gentoo.org>

 app-misc/mc/files/mc-4.8.29-autoconf-c99.patch | 24 ++++++++++++++++++++++++
 app-misc/mc/mc-4.8.29.ebuild                   |  1 +
 2 files changed, 25 insertions(+)