Ticket #2 (closed defect: fixed)
Python installs to lib64 on target for amd64 host
| Reported by: | sleipnir | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | milestone3 |
| Component: | host | Keywords: | |
| Cc: |
Description
The python ebuild replaces "lib" in the python distutils(???) with the Gentoo lib name taken from the profile. Unfortunately this lib name is taken from the host, not the target and thus is lib64 on 64-bit host machines.
A workaround is to create a symbolic link for lib64 on the target: cd $ROOT/usr ln -s lib lib64
Better solutions appreciated!
Change History
Note: See
TracTickets for help on using
tickets.
