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

Bug 544126

Summary: sys-libs/musl: Issues with crossdev
Product: Gentoo Linux Reporter: Felix Janda <felix.janda>
Component: [OLD] Core systemAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Felix Janda 2015-03-22 18:10:15 UTC
The musl ebuild now tries to create an ldd symlink. However this breaks
the build for crossdev targets. (The error message is something along
the line "dosym: requires two arguments".)

Another problem is that for crossdev targets the dynamic linker should
be installed into /lib/ld-musl-* instead of /usr/${CTARGET}/lib/ld-musl-*.
(Because the dynamic loader path is hardcoded.)

Thirdly, the make.profile symlink in /usr/${CTARGET}/etc/make.conf is
wrong. This seems to be an issue in crossdev, though.


Reproducible: Always
Comment 1 Felix Janda 2015-03-22 19:23:26 UTC

*** This bug has been marked as a duplicate of bug 544128 ***