Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 833525 - =media-libs/mesa-9999 makes use of /bin/ln from sys-apps/coreutils - please depend on it at compile time
Summary: =media-libs/mesa-9999 makes use of /bin/ln from sys-apps/coreutils - please d...
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-17 12:13 UTC by tt_1
Modified: 2022-02-17 13:27 UTC (History)
0 users

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 tt_1 2022-02-17 12:13:05 UTC
just noticed this: 

[1411/1413] /bin/ln -f src/gallium/targets/dri/libgallium_dri.so src/gallium/targets/dri/kms_swrast_dri.so
[1412/1413] /bin/ln -f src/gallium/targets/dri/libgallium_dri.so src/gallium/targets/dri/swrast_dri.so
[1413/1413] /bin/ln -f src/gallium/targets/dri/libgallium_dri.so src/gallium/targets/dri/radeonsi_dri.so
[1409/1411] /bin/ln -f src/gallium/targets/dri/libgallium_dri.so src/gallium/targets/dri/radeonsi_dri.so
[1410/1411] /bin/ln -f src/gallium/targets/dri/libgallium_dri.so src/gallium/targets/dri/swrast_dri.so
[1411/1411] /bin/ln -f src/gallium/targets/dri/libgallium_dri.so src/gallium/targets/dri/kms_swrast_dri.so


please make sys-apps/coreutils a compile time dependency for mesa-9999 

most likely only prefixed people will run into this
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-02-17 13:27:33 UTC
"Only prefixed people"?

We generally don't include coreutils in BDEPEND as part of @system given even busybox includes this too.

Meson usually does the right thing and should notice fine if another ls is on PATH.

I don't really see what problem this would be solving.