Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 898582 - app-cdr/cdrtools-3.02_alpha09-r4 has implicit function declarations in configure logs (GCC-13-SYSTEM)
Summary: app-cdr/cdrtools-3.02_alpha09-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: Daniel Pielmeier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 906027
  Show dependency tree
 
Reported: 2023-03-01 11:32 UTC by Agostino Sarubbo
Modified: 2023-12-16 08:24 UTC (History)
0 users

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


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

Issue: app-cdr/cdrtools-3.02_alpha09-r4 has implicit function declarations in configure logs (GCC-13-SYSTEM).
Discovered on: amd64 (internal ref: gcc13_tinderbox)

NOTE:
(GCC-13-SYSTEM) in the summary means that the bug was found on a machine that runs gcc-13 but this bug MAY or MAY NOT BE related to the new compiler
See also: https://bugs.gentoo.org/898488#c4.
Comment 1 Agostino Sarubbo gentoo-dev 2023-03-01 11:32:37 UTC
Created attachment 855388 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2023-12-16 08:24:48 UTC
The bug has been closed via the following commit(s):

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

commit d479020a18c69c066f3ec1e8862e30d3c84422ee
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-12-16 08:22:45 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-12-16 08:23:55 +0000

    app-cdr/cdrtools: apply modern C workaround, correctness fixes
    
    * Apply modern C workaround (build with -std=gnu89 for now). No point in trying
      to patch this at least until we're up to date (see bug #672060) which has its
      own complications.
    
    * Filter LTO & pass -fno-strict-aliasing. The code isn't even close to being
      compatible with either.
    
    Bug: https://bugs.gentoo.org/672060
    Closes: https://bugs.gentoo.org/884771
    Closes: https://bugs.gentoo.org/898582
    Closes: https://bugs.gentoo.org/903876
    Signed-off-by: Sam James <sam@gentoo.org>

 app-cdr/cdrtools/cdrtools-3.02_alpha09-r5.ebuild | 309 +++++++++++++++++++++++
 1 file changed, 309 insertions(+)