Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 944894 - dev-lang/pcc-1.1.0-r1 fails to compile: trees.c:2084:22: error: expected ;, , or ) before true
Summary: dev-lang/pcc-1.1.0-r1 fails to compile: trees.c:2084:22: error: expected ;, ,...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: c23-porting
  Show dependency tree
 
Reported: 2024-11-25 08:33 UTC by Agostino Sarubbo
Modified: 2025-02-24 21:29 UTC (History)
0 users

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


Attachments
build.log (build.log,80.03 KB, text/plain)
2024-11-25 08:33 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:33:48 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-lang/pcc-1.1.0-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:33:49 UTC
Created attachment 911846 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2025-02-24 21:29:25 UTC
The bug has been closed via the following commit(s):

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

commit 71d17e9f9f3c99ea305fe5eeb6040dd43f2a20d7
Author:     NHOrus <jy6x2b32pie9@yahoo.com>
AuthorDate: 2025-02-16 20:08:00 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-02-24 21:28:58 +0000

    dev-lang/pcc: update EAPI 7 -> 8, fix C23 problems
    
    Explicitly enables GNU extensions that were disabled and then used.
    Adds dependency and libbsd headers where they are used.
    Renames now-reserved words true and false, because they aren't
    used as booleans in the code.
    
    Closes: https://bugs.gentoo.org/944894
    Closes: https://bugs.gentoo.org/932230
    Closes: https://bugs.gentoo.org/871267
    Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com>
    Closes: https://github.com/gentoo/gentoo/pull/40601
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-lang/pcc/files/pcc-1.1.0-C23.patch | 293 +++++++++++++++++++++++++++++++++
 dev-lang/pcc/pcc-1.1.0-r2.ebuild       |  39 +++++
 2 files changed, 332 insertions(+)