-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 10/24/10 1:18 AM, Mike Jarvis wrote: > I'm getting an error when I try to install the ppl-shlibs-0.10.2-2 package. > > The lines near the end preceding the failure message are: > > /bin/mkdir -p /sw/src/fink.build/root-ppl-shlibs-0.10.2-2/sw > /bin/mkdir -p /sw/src/fink.build/root-ppl-shlibs-0.10.2-2/DEBIAN > /usr/sbin/chown -R root:admin /sw/src/fink.build/root-ppl-shlibs-0.10.2-2 > /usr/bin/install -d -m 755 /sw/src/fink.build/root-ppl-shlibs-0.10.2-2/sw/lib > /bin/mv /sw/src/fink.build/root-ppl-0.10.2-2/sw/lib/libppl.7*.dylib > /sw/src/fink.build/root-ppl-shlibs-0.10.2-2/sw/lib/ > /bin/mv /sw/src/fink.build/root-ppl-0.10.2-2/sw/lib/libppl_c.2*.dylib > /sw/src/fink.build/root-ppl-shlibs-0.10.2-2/sw/lib/ > /bin/mv /sw/src/fink.build/root-ppl-0.10.2-2/sw/lib/libpwl.4*.dylib > /sw/src/fink.build/root-ppl-shlibs-0.10.2-2/sw/lib/ > /bin/mv /sw/src/fink.build/root-ppl-0.10.2-2/sw/lib/ppl > /sw/src/fink.build/root-ppl-shlibs-0.10.2-2/sw/lib/ > mv: rename /sw/src/fink.build/root-ppl-0.10.2-2/sw/lib/ppl to > /sw/src/fink.build/root-ppl-shlibs-0.10.2-2/sw/lib/ppl: No such file or > directory > ### execution of /bin/mv failed, exit code 1 > > So it looks to me like something was supposed to automatically turn ppl into > libppl.dylib, but it didn't. There certainly is no file named merely ppl in > that directory. However, there are files named libppl.dylib and libppl.a. >
The remaining libppl.dylib and libppl.a are where they're supposed to be. The error message is saying that it can't move /sw/src/fink.build/root-ppl-0.10.2-2/sw/lib/ppl into /sw/src/fink.build/root-ppl-shlibs-0.10.2-2/sw/lib/. > My relevant info: > > Package manager version: 0.29.14 > Distribution version: selfupdate-rsync Sat Oct 23 21:00:35 2010, 10.6, i386 > MacOS X version 10.6.4 > 2.66 GHz Intel Core i7 > XCode version 3.2.4 > gcc version 4.2.1 (Apple Inc. build 5664) > GNU Make 3.81 > > I don't think this is my error, but please let me know if you think I'm doing > something wrong, or should try something in particular. And also let me know > if there is any other information you need to diagnose the problem. > > Thank you. > > Peace, > Mike > ------------------------------------------------------------------------------ And you are indeed supposed to have stuff in /sw/lib/ppl: $ dpkg -L ppl-shlibs /. /sw32 /sw32/lib /sw32/lib/libppl.7.dylib /sw32/lib/libppl_c.2.dylib /sw32/lib/libpwl.4.dylib /sw32/lib/ppl /sw32/lib/ppl/libppl_java.jnilib /sw32/lib/ppl/libppl_java.la /sw32/lib/ppl/ppl_java.jar I'm guessing what happened here is that you applied the Java security update, and now ppl doesn't build its java components (and it really should declare a dependency on the java stuff). A workaround is: 1) run a "fink selfupdate" to get fink-0.29.15, and 2) Download the Java Developer Package for 10.6 from Apple. - -- Alexander Hansen Fink User Liaison -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkzEJPMACgkQB8UpO3rKjQ+k7wCgmrZQOY+L0RpBnDTrI/7O3FW3 VmEAnAtIKOhLUWcTtv2VSQQh+e+0aH7J =7iC+ -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
