Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 944867 - sci-geosciences/osmctools-0.9-r2 fails to compile: osmfilter.c:386:15: error: expected identifier before false
Summary: sci-geosciences/osmctools-0.9-r2 fails to compile: osmfilter.c:386:15: error:...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Conrad Kostecki
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c23-porting
  Show dependency tree
 
Reported: 2024-11-25 08:12 UTC by Agostino Sarubbo
Modified: 2025-02-18 21:25 UTC (History)
1 user (show)

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


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

Issue: sci-geosciences/osmctools-0.9-r2 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:12:35 UTC
Created attachment 911820 [details]
build.log

build log and emerge --info
Comment 2 Andrea Musuruane 2025-02-16 11:16:41 UTC
I made this patch for Fedora to fix this issue:
https://src.fedoraproject.org/rpms/osmctools/blob/rawhide/f/osmctools-0.9-gcc15.patch
Comment 3 Larry the Git Cow gentoo-dev 2025-02-18 21:24:05 UTC
The bug has been closed via the following commit(s):

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

commit ede63d98ff02f01c0f0eab8633c915c0f76e33c4
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2025-02-18 21:23:11 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2025-02-18 21:24:02 +0000

    sci-geosciences/osmctools: add gcc15 patch
    
    Closes: https://bugs.gentoo.org/944867
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 .../osmctools/files/osmctools-0.9-gcc15.patch      | 56 ++++++++++++++++++++++
 sci-geosciences/osmctools/osmctools-0.9-r2.ebuild  |  4 +-
 2 files changed, 59 insertions(+), 1 deletion(-)
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2025-02-18 21:25:19 UTC
(In reply to Andrea Musuruane from comment #2)
> I made this patch for Fedora to fix this issue:
> https://src.fedoraproject.org/rpms/osmctools/blob/rawhide/f/osmctools-0.9-
> gcc15.patch

Thank you!