| Bug#: 92103 | Product: Gentoo Linux | Version: unspecified | Platform: AMD64 |
| OS/Version: Linux | Status: RESOLVED | Severity: normal | Priority: P2 |
| Resolution: FIXED | Assigned To: sci@gentoo.org | Reported By: wizkah@web.de | |
| Component: Applications | |||
| URL: | |||
| Summary: pymol doesn't emerge correctly on amd64 because of wrong find command in ebuild | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2005-05-10 04:29 0000 | |||
| Description: | Opened: 2005-05-10 04:29 0000 |
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
should be: /usr/$(get_libdir) actually.
Fixed multilib issue in CVS. Thanks for the tip. (Feel free to ask the amd64 team to keyword the package.)