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

Bug 909546

Summary: dev-games/libnw-1.30.02 has implicit function declarations in configure logs
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 906027    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2023-07-03 05:16:26 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-games/libnw-1.30.02 has implicit function declarations in configure logs.
Discovered on: amd64 (internal ref: ci)

NOTE:
See also: https://bugs.gentoo.org/898488#c4.
Comment 1 Agostino Sarubbo gentoo-dev 2023-07-03 05:16:27 UTC
CC'ing also the author of the commit (b739241a0432c2e0a0490e02bd57269c3906ed1e)
Comment 2 Agostino Sarubbo gentoo-dev 2023-07-03 05:16:29 UTC
Created attachment 865071 [details]
build.log

build log and emerge --info
Comment 3 Agostino Sarubbo gentoo-dev 2023-07-03 05:16:30 UTC
Found the following implicit function declarations in configure logs:

config.log:33 - exit
config.log:144 - exit
Comment 4 James Le Cuirot gentoo-dev 2023-07-03 20:40:28 UTC
b739241a0432c2e0a0490e02bd57269c3906ed1e had nothing to do with this.
Comment 5 Larry the Git Cow gentoo-dev 2024-05-06 06:06:39 UTC
The bug has been closed via the following commit(s):

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

commit f02e8249af6d00a65f810f776ccc1ac0012f33ef
Author:     Eli Schwartz <eschwartz93@gmail.com>
AuthorDate: 2024-05-06 05:16:41 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-05-06 06:05:25 +0000

    dev-games/libnw: fix Modern C porting error in vintage configure script
    
    This is an especially vintage configure script. It was generated by
    autoconf 2.13, and the tarball is dated 2003.
    
    It failed pretty early on:
    configure: error: installation or configuration problem: C compiler cannot create executables.
    
    (There are still other modern C porting errors.)
    
    Closes: https://bugs.gentoo.org/875065
    Closes: https://bugs.gentoo.org/909546
    Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-games/libnw/libnw-1.30.02.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)