Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 105525 - coreutils-5.3.0 ln broken
Summary: coreutils-5.3.0 ln broken
Status: RESOLVED DUPLICATE of bug 104711
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Sandbox Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-10 12:56 UTC by Thomas Matthijs (RETIRED)
Modified: 2005-09-11 23:36 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 Thomas Matthijs (RETIRED) gentoo-dev 2005-09-10 12:56:20 UTC
i suspect it doesn't honour the -n flag anymore?

test case i noticed the/a problem with: 

ebuild with:
src_install() {
        dodir /opt/test/coreutils/
        touch ${D}/opt/test/coreutils/bar
        dosym /opt/test/coreutils/bar /opt/test/coreutils/foo
        dosym /opt/test/coreutils/bar /opt/test/coreutils/foo
}

sys-apps/coreutils-5.2.1-r6:
no problem, everything normal

sys-apps/coreutils-5.3.0-r1:
sandbox violation:

>>> Install test-0 into /var/tmp/portage/test-0/image/ category app-misc
ACCESS DENIED  symlink:   /var/tmp/portage/test-0/image/opt/test/coreutils/foo
ln: creating symbolic link `/var/tmp/portage/test-0/image//opt/test/coreutils/
foo' to `/opt/test/coreutils/bar': Permission denied
Comment 1 SpanKY gentoo-dev 2005-09-11 15:00:51 UTC
pretty sure this is a sandbox issue, not a coreutils
Comment 2 Martin Schlemmer (RETIRED) gentoo-dev 2005-09-11 23:36:17 UTC
Same issue as xfsdump, and already fixed in sandbox svn.


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