Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 928848 - dev-lang/nasm-2.16.02 has implicit function declarations in configure logs
Summary: dev-lang/nasm-2.16.02 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
Assignee: Matthew Smith
URL:
Whiteboard: false positive
Keywords:
Depends on:
Blocks: implicit-in-configure
  Show dependency tree
 
Reported: 2024-04-06 20:21 UTC by Agostino Sarubbo
Modified: 2024-11-04 01:07 UTC (History)
0 users

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


Attachments
build.log (build.log,120.51 KB, text/plain)
2024-04-06 20:21 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-04-06 20:21:47 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-lang/nasm-2.16.02 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-04-06 20:21:48 UTC
Created attachment 889643 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-04-06 20:21:49 UTC
Found the following implicit function declarations in configure logs:

config.log:5039 - __bswap_16
config.log:5192 - __bswap_32
config.log:5345 - __bswap_64
Comment 3 Larry the Git Cow gentoo-dev 2024-04-07 10:40:32 UTC
The bug has been closed via the following commit(s):

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

commit 84372036b2a637165ec9f7c21245c0374ca314c4
Author:     Matthew Smith <matthew@gentoo.org>
AuthorDate: 2024-04-07 09:47:14 +0000
Commit:     Matthew Smith <matthew@gentoo.org>
CommitDate: 2024-04-07 10:40:02 +0000

    dev-lang/nasm: skip implicit decl warning for musl
    
    Closes: https://bugs.gentoo.org/928848
    Signed-off-by: Matthew Smith <matthew@gentoo.org>

 dev-lang/nasm/nasm-2.16.02.ebuild | 13 +++++++++++++
 1 file changed, 13 insertions(+)