Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 106443 (alt-cpparents) - cp --parents option should be replaced with treecopy function
Summary: cp --parents option should be replaced with treecopy function
Status: RESOLVED FIXED
Alias: alt-cpparents
Product: Gentoo/Alt
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All FreeBSD
: Highest major (vote)
Assignee: Gentoo non-Linux Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-18 16:56 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2006-04-12 10:50 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 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-09-18 16:56:32 UTC
The following packages are using the cp --parents option to copy file. 
This option does not exist on BSD's cp, so they are screwed for 
Gentoo/FreeBSD, Gentoo/Darwin and Gentoo/OSX. 
Instead of cp --parents, please use treecopy() function in portability eclass. 
 
Thanks 
 
app-benchmarks/ltp/ltp-20041203.ebuild: Tries to use cp --parents 
[dragonheart@gentoo.org] 
dev-util/subversion/subversion-1.2.3-r1.ebuild: Tries to use cp --parents 
[pauldv@gentoo.org] 
sci-electronics/systemc/systemc-2.0.1.ebuild: Tries to use cp --parents [sci] 
sys-cluster/lam-mpi/lam-mpi-7.1.1-r3.ebuild: Tries to use cp --parents 
[cluster] 
Affected herds: sci, cluster 
Affected devs: dragonheart@gentoo.org, pauldv@gentoo.org
Comment 1 Daniel Black (RETIRED) gentoo-dev 2005-09-24 18:57:01 UTC
ltp fixed  
Comment 2 Olivier Fisette (RETIRED) gentoo-dev 2005-10-01 07:55:47 UTC
"sci-electronics/systemc" fixed. Work done for the sci herd. 
Comment 3 Christian Zoffoli (RETIRED) gentoo-dev 2005-10-03 13:05:10 UTC
sys-cluster/lam-mpi fixed.
Comment 4 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-10-03 13:10:24 UTC
Now subversion is the only one remaining. 
Comment 5 Paul de Vrieze (RETIRED) gentoo-dev 2005-10-04 03:44:08 UTC
subversion should be fixed now. I've replaced the cp --parents with a "mkdir -p"
Comment 6 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-10-05 15:15:32 UTC
Considering this fixed then.