Ticket #2 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

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

Changed 3 years ago by sleipnir

ebuild: openmoko-host/dev-lang/python/python-2.5.2-r8.ebuild

Changed 3 years ago by sleipnir

  • milestone set to milestone3

Changed 3 years ago by sleipnir

  • status changed from new to closed
  • resolution set to fixed

Fixed with revision r166 hopefully. Reopen if the problem still persists.

Note: See TracTickets for help on using tickets.