Cavin wrote: > Hi, > > I'm using Fink 32-bit on 10.6. Updating my packages fails because > taglib-1.6.1-3 fails to install due to a missing .dylib.
> /usr/bin/install -d -m 755 > /sw/src/fink.build/root-taglib-shlibs-1.6.1-3/sw/lib > /bin/mv /sw/src/fink.build/root-taglib-1.6.1-3/sw/lib/libtag.*.dylib > /sw/src/fink.build/root-taglib-shlibs-1.6.1-3/sw/lib/ > mv: rename /sw/src/fink.build/root-taglib-1.6.1-3/sw/lib/libtag.*.dylib to > /sw/src/fink.build/root-taglib-shlibs-1.6.1-3/sw/lib/libtag.*.dylib: No such > file or directory > ### execution of /bin/mv failed, exit code 1 > Removing runtime build-lock... > Removing build-lock package... > /sw/bin/dpkg-lockwait -r fink-buildlock-taglib-1.6.1-3 This indicates that there must have been an earlier error building that dylib. Compare Fink FAQ#6.6: What does "execution of mv failed, exit code 1" mean when I try to build a package? <http://www.finkproject.org/faq/comp-general.php?#mv-failed> Anyway, it fails for me, too (MacOSX 10.5.8, maintainer CCed). This seems to be a revival of last August's breakage of taglib, caused by an "improved" version of autoconf that creates a broken configure script. See the discussion at <http://thread.gmane.org/gmane.os.macosx.fink.user/28891/focus=28932> Indeed, reverting the last change of taglib.info, which is - autoconf (>= 2.63-1), + autoconf2.6 (>= 2.59-1), and leads to the "improved" autoconf2.6-2.65-2 being installed, lets the build go through. -- Martin ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
