Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 233649

Summary: dev-python/ldaptor-0.0.42 - fix /usr/lib/ issue
Product: Gentoo Linux Reporter: René 'Necoro' Neumann <gentoo>
Component: New packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 232575    
Attachments: ldaptor-0.0.42.ebuild.diff
ldaptor-0.0.42.ebuild.diff

Description René 'Necoro' Neumann 2008-08-01 21:25:41 UTC
Yet another blocker for bug #232575

Fixes a "/usr/lib/"-issue for ldaptor-0.0.42

Additional remark:
During unpack the following error is yielded:
cp: cannot stat `/var/tmp/portage/dev-python/ldaptor-0.0.42/work/ldaptor-pictures/*.dia.png': No such file or directory

This is NOT fixed here, as I don't know if there is a reason to keep it nevertheless -- or something similar :)
Comment 1 René 'Necoro' Neumann 2008-08-01 21:26:33 UTC
Created attachment 161941 [details, diff]
ldaptor-0.0.42.ebuild.diff

Ebuild diff - now using get_python_sitedir instead of referring to possibly wrong /usr/lib/ locations
Comment 2 René 'Necoro' Neumann 2008-08-01 22:35:41 UTC
Created attachment 161942 [details, diff]
ldaptor-0.0.42.ebuild.diff

get_python_sitedir has been renamed to "python_get_sitedir". Reflect this in the diff.
Comment 3 Ali Polatel (RETIRED) gentoo-dev 2008-08-19 13:06:07 UTC
Fixed, thanks for reporting.