Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 544126 - sys-libs/musl: Issues with crossdev
Summary: sys-libs/musl: Issues with crossdev
Status: RESOLVED DUPLICATE of bug 544128
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-22 18:10 UTC by Felix Janda
Modified: 2015-03-22 19:23 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 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 ***