Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 103384 - app-text/docbook-xsl-stylesheets uses GNU-ish cp -a
Summary: app-text/docbook-xsl-stylesheets uses GNU-ish cp -a
Status: RESOLVED DUPLICATE of bug 103487
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All FreeBSD
: High normal (vote)
Assignee: Text-Markup Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 103124
  Show dependency tree
 
Reported: 2005-08-22 15:29 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2006-04-12 10:50 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
docbook-xsl-stylesheet-ebuild.patch (docbook-xsl-stylesheet-ebuild.patch,590 bytes, patch)
2005-08-22 15:30 UTC, Diego Elio Pettenò (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2005-08-22 15:29:52 UTC
As per summary, cp -a won't work on BSD and Darwin userlands. 
 
The attached patch uses cp -pR instead and allows it to be installed fine. 
 
Thanks, 
Diego
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-08-22 15:30:07 UTC
Created attachment 66588 [details, diff]
docbook-xsl-stylesheet-ebuild.patch
Comment 2 Fabian Groffen gentoo-dev 2005-08-22 22:31:33 UTC
Maybe -pPR is a better alternative to -a on BSD/Darwin?

(prevents from following symlinks)
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-08-23 00:35:06 UTC
"The less, the best" usually, I haven't found symlinks there, and I don't 
think there will be in such a package. 
But yeah if you want to be completely safe, -pPR is the full replacement of 
-a. 
 
Comment 4 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-08-23 14:29:20 UTC

*** This bug has been marked as a duplicate of 103487 ***