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

Bug 235057

Summary: dev-python/django-0.96.2 ebuild has cp -a, which fails on FreeBSD
Product: Gentoo Linux Reporter: michael <michael>
Component: Current packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: FreeBSD   
Whiteboard:
Package list:
Runtime testing required: ---

Description michael@smith-li.com 2008-08-17 23:56:56 UTC
The summary says it all.

sed 's/cp -a/cp -R/' django-0.96.2.ebuild > "$PORTDIR_OVERLAY"/dev-python/django/django-0.96.2.ebuild

essentially resolves it.

Reproducible: Always

Steps to Reproduce:
Comment 1 Ali Polatel (RETIRED) gentoo-dev 2008-08-19 09:26:32 UTC
I've modified the mentioned ebuild to use cp -pPR instead of cp -a.
Thanks for reporting.