Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 5122 - ghostscript-7.05.3-r1.ebuild (cp -a breaks build)
Summary: ghostscript-7.05.3-r1.ebuild (cp -a breaks build)
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Grant Goodyear (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-16 20:34 UTC by Brian Elliott
Modified: 2003-02-04 19:42 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 Brian Elliott 2002-07-16 20:34:52 UTC
line 55 of ghostscript-7.05.3-r1.ebuild contains:

cp -a fonts ${D}/usr/share/ghostscript || die

This generates the error 'cp: preserving permissions for ....: Invalid argument'

Changing it to cp -R solves the problem.
Comment 1 Grant Goodyear (RETIRED) gentoo-dev 2002-07-17 10:04:09 UTC
Interesting.  Can you tell me something about your system?  Have
you changed any of the Portage defaults?  The ebuild works fine
for me, so I need some help figuring out what's going wrong.  If
you would run the emerge with the --debug flag and post the 
output at the error, that would be really helpful, too.  Thanks!
Comment 2 Brian Elliott 2002-07-17 15:09:53 UTC
I installed from stage1-ix86-1.2.tbz2. The only Portage default I've changed is
PORTAGE_TMPDIR=/usr/src.

After looking at this again, the problem seems to be with cp.
Here's some background.
<bdogg@pandora:~>cp --version
cp (fileutils) 4.1.8acl

<bdogg@pandora:~>cp -a .gnome /tmp
cp: preserving permissions for `/tmp/.gnome/application-info': Invalid argument
cp: preserving permissions for `/tmp/.gnome/gnome-vfs': Invalid argument
cp: preserving permissions for `/tmp/.gnome/accels': Invalid argument
cp: preserving permissions for `/tmp/.gnome': Invalid argument

This is the same error I was reporting above. However, the cp seems to work just
fine. /tmp/.gnome has the correct permissions and all the files/dirs copied over
properly. Am I missing something here, or should this bug be filed with
cp/fileutils? If there's any other info you need, let me know.

Thanks!
Comment 3 Ross Jordan 2002-07-17 15:58:02 UTC
I beleive this is a duplicate of bug #3582.
Comment 4 Brian Elliott 2002-07-17 16:10:59 UTC
Ross, I think you're right as I am using sys-kernel/xfs-sources.

I should have done more research on the problem before submitting the bug, my bad.
Comment 5 Grant Goodyear (RETIRED) gentoo-dev 2002-07-19 10:08:04 UTC
Closing.  Thanks, all!