Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 898236 - media-libs/libcdaudio-0.99.12-r4 has implicit function declarations in configure logs
Summary: media-libs/libcdaudio-0.99.12-r4 has implicit function declarations in config...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 906027
  Show dependency tree
 
Reported: 2023-02-28 08:56 UTC by Agostino Sarubbo
Modified: 2024-03-11 14:24 UTC (History)
0 users

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


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

Issue: media-libs/libcdaudio-0.99.12-r4 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 08:56:57 UTC
Created attachment 855058 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2024-03-11 14:24:06 UTC
The bug has been closed via the following commit(s):

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

commit fa245858213a0663022ff039f5ee7dbd2ec8575c
Author:     Eli Schwartz <eschwartz93@gmail.com>
AuthorDate: 2024-03-11 02:48:36 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-03-11 14:22:49 +0000

    media-libs/libcdaudio: fully refresh autotools
    
    It uses an extremely vintage 2004 edition that includes some kind of
    horrible idea from the early days of the 21st century. Apparently, back
    then, portability meant "autotools can convert your ANSI C code to K&R
    C". This functionality has long since been removed from current
    automake, so eautoreconf doesn't actually run until we remove a few
    troublesome lines.
    
    Needed to e.g. pass LTO warning flags through to the linker, and well, a
    whole lot more.
    
    Also fixes a build issue with conflicting definitions of mount?
    
    Closes: https://bugs.gentoo.org/859910
    Closes: https://bugs.gentoo.org/898236
    Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 media-libs/libcdaudio/libcdaudio-0.99.12-r5.ebuild | 12 ++++++++++++
 1 file changed, 12 insertions(+)