Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 944302 - app-misc/bfr-1.6-r5 fails to compile: bfr.h:20:15: error: expected identifier before false
Summary: app-misc/bfr-1.6-r5 fails to compile: bfr.h:20:15: error: expected identifier...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Shell Tools project
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: c23-porting
  Show dependency tree
 
Reported: 2024-11-21 13:13 UTC by Agostino Sarubbo
Modified: 2025-02-22 23:48 UTC (History)
0 users

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


Attachments
build.log (build.log,53.23 KB, text/plain)
2024-11-21 13:13 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-21 13:13:28 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-misc/bfr-1.6-r5 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-21 13:13:29 UTC
Created attachment 910995 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2025-02-22 23:48:53 UTC
The bug has been closed via the following commit(s):

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

commit 4b45d6b26e44497a71c520cbe9cf38f38b83b868
Author:     NHOrus <jy6x2b32pie9@yahoo.com>
AuthorDate: 2025-02-22 07:29:21 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-02-22 23:47:23 +0000

    app-misc/bfr: Fix build issues on musl, with modern C
    
    Corrects bool, adds missing include
    
    Closes: https://bugs.gentoo.org/942415
    Closes: https://bugs.gentoo.org/944302
    Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com>
    Closes: https://github.com/gentoo/gentoo/pull/40696
    Signed-off-by: Sam James <sam@gentoo.org>

 app-misc/bfr/bfr-1.6-r6.ebuild                | 33 +++++++++++++++++++++++++++
 app-misc/bfr/files/bfr-1.6-bools.patch        | 29 +++++++++++++++++++++++
 app-misc/bfr/files/bfr-1.6-musl-include.patch | 12 ++++++++++
 3 files changed, 74 insertions(+)