Bug 105199 - /bin/ln from coreutils has changed behaviour
Summary: /bin/ln from coreutils has changed behaviour
Status: RESOLVED DUPLICATE of bug 105192
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Beta 1
Hardware: Other All
: P5 - None : Critical
Target Milestone: ---
Assignee: Andreas Schwab
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-17 14:01 UTC by Dr. Werner Fink
Modified: 2005-08-17 14:07 UTC (History)
0 users

See Also:
Found By: Development
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dr. Werner Fink 2005-08-17 14:01:06 UTC
On a SuSE LINUX 9.3 you can do

tcsh/new> file ../../hugo
../../hugo: cannot open `../../hugo' (No such file or directory)
tcsh/new> ls -l hugo
lrwxrwxrwx  1 werner suse 10 Aug 17 15:47 hugo -> ../../hugo

which is very use to create symbolic link within a build root
directory like /var/tmp/tcsh-6.14.00-build/

g31:/usr/src/packages/BUILD/tcsh-6.14.00$ /bin/ln -fs ../../bin/tcsh
/var/tmp/tcsh-6.14.00-build/usr/bin/csh
/bin/ln: creating symbolic link `/var/tmp/tcsh-6.14.00-build/usr/bin/csh' to
`../../bin/tcsh': No such file or directory

... which fail with current STABLE
Comment 1 Andreas Schwab 2005-08-17 14:07:34 UTC

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