Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 913372 - sys-devel/crossdev set USE=multilib for cross-binutils and cross-linux-headers
Summary: sys-devel/crossdev set USE=multilib for cross-binutils and cross-linux-headers
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Crossdev team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-31 09:59 UTC by Alexander Weber
Modified: 2023-09-15 20:06 UTC (History)
2 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 Alexander Weber 2023-08-31 09:59:39 UTC
Generated shortly new cross-toolchain for cross-aarch64-unknown-linux-gnu. 

The generated use-flags config file contains:
# cat /etc/portage/package.use/cross-aarch64-unknown-linux-gnu 
cross-aarch64-unknown-linux-gnu/binutils -multilib
cross-aarch64-unknown-linux-gnu/linux-headers -selinux -multilib
cross-aarch64-unknown-linux-gnu/glibc -selinux -libraries -multilib
cross-aarch64-unknown-linux-gnu/gcc -vtv -selinux -boundschecking -d -gcj -gtk -libffi -mudflap -objc -objc++ -objc-gc -sanitize -multilib

See now the linux-headers and binutils does not have IUSE multilib. So the both enties are useless.

Reproducible: Always

Steps to Reproduce:
1.Create new crossdev toolchain
2.Check file /etc/portage/package.use/cross-aarch64-unknown-linux-gnu for multilib entries
3. Check the binutils and linux-headers for supported use flags
Comment 1 Andreas K. Hüttel archtester gentoo-dev 2023-09-15 20:06:01 UTC
Doesn't really hurt either.