Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 92103 - pymol doesn't emerge correctly on amd64 because of wrong find command in ebuild
Summary: pymol doesn't emerge correctly on amd64 because of wrong find command in ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-10 04:29 UTC by Alexander Benedix
Modified: 2005-05-13 11:10 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 Alexander Benedix 2005-05-10 04:29:53 UTC
pymol-0.97 emerges a 0kb pymol in /usr/bin on amd64 after trying to find something in line 35 of the ebuild

PYTHONPATH=$(find ${D}/usr/lib -type d -name site-packages) ${python} setup2.py

Reproducible: Always
Steps to Reproduce:
1.emerge pymol
2.
3.

Actual Results:  
/usr/bin/pymol is 0kb and therefore won't start

Expected Results:  
after changing /usr/lib to /usr/lib64 in line 35 and emerging i got the expected
result of succesfully starting pymol
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2005-05-10 04:44:16 UTC
should be: /usr/$(get_libdir) actually.
Comment 2 Olivier Fisette (RETIRED) gentoo-dev 2005-05-13 11:10:16 UTC
Fixed multilib issue in CVS. Thanks for the tip. (Feel free to ask the amd64 team to keyword the package.)