Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 913116

Summary: sys-process/runit fix for clang-16 implicit-function-declarations
Product: Gentoo Linux Reporter: Xuefer <xuefer>
Component: Current packagesAssignee: William Hubbs <williamh>
Status: RESOLVED DUPLICATE    
Severity: normal CC: base-system
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: compatible with -Wimplicit-function-declaration error

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 ***