Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 429626 - dev-util/catalyst-2.0.10.1: get_libdir() return an empty value when cross compiling
Summary: dev-util/catalyst-2.0.10.1: get_libdir() return an empty value when cross com...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: Catalyst (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Gentoo Catalyst Developers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 431214
  Show dependency tree
 
Reported: 2012-08-03 10:38 UTC by Cédric Caron
Modified: 2020-11-04 22:51 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 Cédric Caron 2012-08-03 10:38:10 UTC
When catalyst is used to cross compile an arm stage on an x86 computer the get_libdir() function un chroot-functions.sh return an empty value.

When the script try to configure distcc to allow cross compilation the path used is /usr//distcc and not /usr/lib/discc as expected.

Reproducible: Always