Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 833162

Summary: x11-misc/xosview-1.23 fails to compile with musl: serialmeter.cc:28:10: fatal error: perm.h: No such file or directory
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Andreas K. Hüttel <dilfridge>
Status: RESOLVED FIXED    
Severity: normal CC: musl, polynomial-c
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard: musl
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 893356    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2022-02-12 08:02:39 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: x11-misc/xosview-1.23 fails to compile.
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
This machine uses MUSL libc
Comment 1 Agostino Sarubbo gentoo-dev 2022-02-12 08:02:41 UTC
Created attachment 764874 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-02-12 08:02:42 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


linux/serialmeter.cc:28:10: fatal error: sys/perm.h: No such file or directory
linux/serialmeter.cc:28:10: fatal error: sys/perm.h: No such file or directory
Comment 3 Andreas K. Hüttel archtester gentoo-dev 2022-02-26 22:17:24 UTC
note to self: could be sys/io.h
Comment 4 Andreas K. Hüttel archtester gentoo-dev 2023-06-12 20:15:59 UTC
commit 190862253a9293810df3854be41acc7d95a2f39d
Author: Andreas K. Hüttel <dilfridge@gentoo.org>
Date:   Fri May 5 22:19:55 2023 +0200

    x11-misc/xosview: fix build with musl
    
    Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>