Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 944994 - media-gfx/tif22pnm-0.14-r1 fails to compile: miniglib.h:93:9: error: unknown type name bool
Summary: media-gfx/tif22pnm-0.14-r1 fails to compile: miniglib.h:93:9: error: unknown ...
Status: IN_PROGRESS
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Sam James
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c23-porting
  Show dependency tree
 
Reported: 2024-11-26 08:20 UTC by Agostino Sarubbo
Modified: 2024-12-01 13:46 UTC (History)
1 user (show)

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


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

Issue: media-gfx/tif22pnm-0.14-r1 fails to compile.
Discovered on: amd64 (internal ref: tinderbox_musl)
System: MUSL-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#MUSL)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-11-26 08:20:04 UTC
Created attachment 911945 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-11-26 08:20:05 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


configure: WARNING: cannot find inttype: sizeof(inttype)==16
miniglib.h:93:9: error: unknown type name 'bool'
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-12-01 13:37:10 UTC
I'm going to slap on -std=gnu17 for these but I'm going to keep the bugs open until I finish off the patches shortly.
Comment 4 Larry the Git Cow gentoo-dev 2024-12-01 13:46:56 UTC
The bug has been referenced in the following commit(s):

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

commit b594388d2fd23f31bedce01c9ddb21713d98c7d2
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-12-01 13:41:03 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-12-01 13:41:03 +0000

    media-gfx/tif22pnm: build w/ -std=gnu17
    
    Bug: https://bugs.gentoo.org/944994
    Signed-off-by: Sam James <sam@gentoo.org>

 media-gfx/tif22pnm/tif22pnm-0.14-r1.ebuild | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)