Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 664412 - dev-perl/PDL USE="hdf" not possible on arm + musl/uclibc
Summary: dev-perl/PDL USE="hdf" not possible on arm + musl/uclibc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-24 09:00 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2021-05-17 21:29 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2018-08-24 09:00:45 UTC
I'm informed that some of these warnings are due to arm/musl not properly inheriting from arm/, but either way, filing this bug to keep tabs on the issue until whatever it is gets fixed.

DEPEND: arm(default/linux/musl/arm/armv7a) ['sci-libs/hdf']
RDEPEND: arm(default/linux/musl/arm/armv7a) ['sci-libs/hdf']
DEPEND: arm(default/linux/uclibc/arm/armv7a) ['sci-libs/hdf']
RDEPEND: arm(default/linux/uclibc/arm/armv7a) ['sci-libs/hdf']
DEPEND: arm(hardened/linux/musl/arm/armv7a) ['sci-libs/hdf']
RDEPEND: arm(hardened/linux/musl/arm/armv7a) ['sci-libs/hdf']
DEPEND: arm(hardened/linux/uclibc/arm/armv7a) ['sci-libs/hdf']
RDEPEND: arm(hardened/linux/uclibc/arm/armv7a) ['sci-libs/hdf']

dev-perl/PDL hdf *should* be package.use.mask'ed on these targets due to hdf not working on arm in the first place, as per:

arch/arm64/package.use.mask:# sci-libs/hdf does not build properly on arm
arch/arm64/package.use.mask:dev-perl/PDL	hdf

arch/arm/package.use.mask:# sci-libs/hdf does not build properly on arm
arch/arm/package.use.mask:dev-perl/PDL hdf
Comment 1 Andreas K. Hüttel archtester gentoo-dev 2021-05-17 21:29:16 UTC
Seems to be fixed.