Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 944853 - sci-libs/symmetrica-3.0.1-r1 fails to compile: boe.c:17:1: error: number of arguments doesnt match prototype
Summary: sci-libs/symmetrica-3.0.1-r1 fails to compile: boe.c:17:1: error: number of a...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Michael Orlitzky
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c23-porting
  Show dependency tree
 
Reported: 2024-11-25 08:03 UTC by Agostino Sarubbo
Modified: 2025-01-09 16:04 UTC (History)
3 users (show)

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


Attachments
build.log.xz (build.log.xz,2.58 KB, application/x-xz)
2024-11-25 08:03 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-11-25 08:03:25 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sci-libs/symmetrica-3.0.1-r1 fails to compile.
Discovered on: amd64 (internal ref: gcc15_tinderbox)
System: GCC-15-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-15)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-11-25 08:03:33 UTC
Created attachment 911806 [details]
build.log.xz

latest 1000 lines of build log (because the entire and compressed log exceeds attachment limit, use 'xzless' to read it)
Comment 2 Michael Orlitzky gentoo-dev 2024-11-25 16:43:17 UTC
$ make 2>&1 | grep error | wc -l
619

What a nice day to go outside.
Comment 3 Larry the Git Cow gentoo-dev 2025-01-09 16:02:41 UTC
The bug has been closed via the following commit(s):

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

commit dafbdbfb119d5dca7e5a95e85ce3be4cb88c486b
Author:     Michael Orlitzky <mjo@gentoo.org>
AuthorDate: 2025-01-09 04:11:38 +0000
Commit:     Michael Orlitzky <mjo@gentoo.org>
CommitDate: 2025-01-09 15:59:07 +0000

    sci-libs/symmetrica: add 3.1.0
    
    Closes: https://bugs.gentoo.org/944853
    Signed-off-by: Michael Orlitzky <mjo@gentoo.org>

 sci-libs/symmetrica/Manifest                |  1 +
 sci-libs/symmetrica/symmetrica-3.1.0.ebuild | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)
Comment 4 Michael Orlitzky gentoo-dev 2025-01-09 16:04:28 UTC
My entry for the most annoying C23 update contest (2000+ functions with no arguments declared in the header):

$ git log --pretty=oneline 3.0.1..3.1.0 | wc -l
417