On Nov 12, 2003, at 7:05 PM, Martin Costabel wrote:

James Gibbs wrote:
[]
jgibbs% mkdir /dir1
jgibbs% mkdir /dir2
jgibbs% mv /dir1/ /dir2/
mv: rename /dir1/ to /dir2/dir1/: No such file or directory

OK, this is the first time I see this black on white. I think we should be able get to the cause of this.

I don't see it (also 10.3 with tcsh):
costabel% mkdir /dir1
costabel% mkdir /dir2
costabel% mv /dir1/ /dir2/
costabel% ls /dir2
dir1

So there must be a difference between our mv commands.
Do you get the same result when you use explicitly '/bin/mv' instead of 'mv'?
And is your /bin/mv the same as
costabel% what /bin/mv
/bin/mv
Copyright (c) 1989, 1993, 1994
PROGRAM:mv PROJECT:file_cmds-82 DEVELOPER:root BUILT:Fri Sep 12 20:39:41 PDT 2003

jgibbs% mkdir /dir1
jgibbs% mkdir /dir2
jgibbs% /bin/mv /dir1/ /dir2/
mv: rename /dir1/ to /dir2/dir1/: No such file or directory
jgibbs% which mv
/bin/mv
jgibbs% what /bin/mv
/bin/mv
Copyright (c) 1989, 1993, 1994
PROGRAM:mv PROJECT:file_cmds-82 DEVELOPER:root BUILT:Fri Sep 12 20:39:41 PDT 2003
jgibbs% which tcsh
/bin/tcsh
jgibbs% what /bin/tcsh
/bin/tcsh
Copyright (c) 1991 The Regents of the University of California.
jgibbs% ll /bin/mv
-r-xr-xr-x 1 root wheel 19304 24 Sep 02:47 /bin/mv
jgibbs% md5sum /bin/mv
efeb7727e40c597fa33953e551c9979d /bin/mv
jgibbs%

Martin, I *think* -- but I'm not sure -- that things were fine and I was able to build xmms after I had freshly installed 10.3 (upgrade disk mailed from Apple) with Archive and Install option and with installing the dev tools on the xcode disk, but kept my existing /sw and fink. Then, I decided to remove /sw and re-install fink from fink-0.15.1-beta, which I believe was recommended at the time. After I added unstable trees, updated from cvs, I then noticed the problem.

Also, I don't believe I'm the only one because two or three others posted messages about this same issue with mv failing.

Thanks for taking a look at this issue.

James

Reply via email to