Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 913116 - sys-process/runit fix for clang-16 implicit-function-declarations
Summary: sys-process/runit fix for clang-16 implicit-function-declarations
Status: RESOLVED DUPLICATE of bug 875533
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: William Hubbs
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2023-08-27 16:58 UTC by Xuefer
Modified: 2023-12-20 08:12 UTC (History)
1 user (show)

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


Attachments
compatible with -Wimplicit-function-declaration error (0001-implicit-function-declarations-error.patch,3.01 KB, application/mbox)
2023-08-27 16:59 UTC, Xuefer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Xuefer 2023-08-27 16:58:29 UTC
as stated by clang-16 implicit-function-declarations issue error causing some configure script fail silently. runit use its own detection script needed patch

Reproducible: Always

Steps to Reproduce:
1. use clang (v16) as default compiler
2. build runit
3.
Actual Results:  
pathexec_run.c:18:5: error: call to undeclared function 'execve'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration
Comment 1 Xuefer 2023-08-27 16:59:13 UTC
Created attachment 868836 [details]
compatible with -Wimplicit-function-declaration error
Comment 2 Agostino Sarubbo gentoo-dev 2023-12-20 08:12:04 UTC
gcc14_tinderbox detected this bug as duplicate of 875533 - If this an error, please let me know

*** This bug has been marked as a duplicate of bug 875533 ***