Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 216856 - portage does not honour lib structure
Summary: portage does not honour lib structure
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-08 11:15 UTC by Markus Ullmann (RETIRED)
Modified: 2008-04-08 15:24 UTC (History)
1 user (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 Markus Ullmann (RETIRED) gentoo-dev 2008-04-08 11:15:24 UTC
At the moment, I'm cross-compiling packages on an amd64 for an arm embedded device (which is 32bit), yet files install to 64 bit paths, like:

dir /lib64
obj /lib64/libncurses.so.5.6
Comment 1 Andrew Gaffney (RETIRED) gentoo-dev 2008-04-08 12:08:21 UTC
This is probably because your host's portage profile has all the LIBDIR_* values set. Are these overrideable from the environment?
Comment 2 SpanKY gentoo-dev 2008-04-08 15:24:32 UTC
portage isnt involved in the lib cruft ... this all comes from the profile.  if you dont create a portage configroot to the proper profile for your cross-compiling setup, then the development profile is going to bleed crap like the ABI if you dont override them.