Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 898306 - dev-lang/nasm-2.16.01 has implicit function declarations in configure logs
Summary: dev-lang/nasm-2.16.01 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 (vote)
Assignee: Matthew Smith
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 906027
  Show dependency tree
 
Reported: 2023-02-28 11:19 UTC by Agostino Sarubbo
Modified: 2023-10-03 08:23 UTC (History)
0 users

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


Attachments
build.log (build.log,119.13 KB, text/plain)
2023-02-28 11:19 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-02-28 11:19:03 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-lang/nasm-2.16.01 has implicit function declarations in configure logs.
Discovered on: amd64 (internal ref: hardened_tinderbox)

NOTE:
(HARDENED-SYSTEM) in the summary means that the bug was found on a machine that runs an hardened profile with -D_FORTIFY_SOURCE=3 and -D_GLIBCXX_ASSERTIONS (https://www.gentoo.org/support/news-items/2023-01-01-hardening-fortify-assertions.html) but this bug MAY or MAY NOT BE related to the changes related to hardened.
Comment 1 Agostino Sarubbo gentoo-dev 2023-02-28 11:19:06 UTC
Created attachment 855130 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2023-10-03 08:23:37 UTC
The bug has been closed via the following commit(s):

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

commit ebf663ea9fba020321c0cbfb4e713a11fa8c0e43
Author:     Matthew Smith <matthew@gentoo.org>
AuthorDate: 2023-10-03 08:18:24 +0000
Commit:     Matthew Smith <matthew@gentoo.org>
CommitDate: 2023-10-03 08:23:22 +0000

    dev-lang/nasm: EAPI-8
    
    - Bump to EAPI-8.
    - Suppress implicit function declaration in configure QA notice.
    - Apply autoconf fixes from 2.16.02 (not yet released).
    
    Closes: https://bugs.gentoo.org/898306
    Signed-off-by: Matthew Smith <matthew@gentoo.org>

 .../files/nasm-2.16-autoconf-macro-fixes.patch     | 241 +++++++++++++++++++++
 ...{nasm-2.16.01.ebuild => nasm-2.16.01-r1.ebuild} |  23 +-
 2 files changed, 262 insertions(+), 2 deletions(-)