Mike Zulauf wrote: > Hi, I've been rebuilding my fink packages with PPC, fink 0.8.1, Xcode > 2.3, and OS X 10.4.6 (starting anew - not upgrading). Things have > mostly been working, except the following failure with texshop 2.09-1.b: > > finishing deferred symbolic links: > texshopsource/OgreKit.framework/Headers -> Versions/Current/Headers > texshopsource/OgreKit.framework/OgreKit -> Versions/Current/OgreKit > texshopsource/OgreKit.framework/Resources -> Versions/Current/Resources > texshopsource/OgreKit.framework/Versions/Current -> A > mv German.lproj/TexShopHelp German.lproj/TeXShopHelp > mv: cannot move `German.lproj/TexShopHelp' to a subdirectory of itself, > `German.lproj/TeXShopHelp/TexShopHelp' > ### execution of mv failed, exit code 1 > Removing build lock... > /sw/bin/dpkg-lockwait -r fink-buildlock-texshop-2.09-1.b > (Reading database ... 27219 files and directories currently installed.) > Removing fink-buildlock-texshop-2.09-1.b ... > Failed: phase patching: texshop-2.09-1.b failed > > Looking back at the archives, I seem to see the same error back in > April, and that it's due to a case insensitivity problem (TexShopHelp vs > TeXShopHelp). > > It was supposedly fixed at the time (I had no problems), but it seems to > have cropped up again. At least for me.
No, it's just the opposite; this time it is the fix for the old problem that doesn't work on a case *in*sensitive filesystem any more. The culprit is /sw/bin/mv from the fileutils or coreutils-default package that has come up in the meantime. You can either - remove the "coreutils-default" package or - edit the texshop.info file and replace "mv" by "/bin/mv" or - wait until the fixed texshop.info comes to a selfupdate server near you. -- Martin Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
