On Thu, 18 Apr 2013 23:41:39 -0700, Mike Wirth <[email protected]> wrote: Folks, > > Get a repeated failure (even after trying fink selfupdate, etc.) on > the package libopenraw1-shlibs-0.0.9-1 (required by gimp2, which is > required by xsane). No other package build complains about the > absence of a ppc64 directory (of which there are several, including > in the Mac OS X 10.5 SDK) > > g++ -g -O2 -Wextra -ansi -pedantic -g -Wall -Wshadow -o > .libs/testsuite testsuitetags.o testsuite.o testsuitehandler.o > xmlhandler.o -arch ppc ppc64 i386 x86_64 -dynamic -g -Os -pipe > -Wl,-search_paths_first -Wl,-weak-lgssapi_krb5 -Wl,-weak-lkrb5 > -Wl,-weak-lk5crypto -Wl,-weak-lcom_err -Wl,-weak-lresolv -L/sw/lib > ../lib/.libs/libopenraw.dylib /sw/lib/libjpeg.dylib > /sw/lib/libxml2.dylib -lcurl -pthread > > powerpc-apple-darwin9-g++-4.0.1: ppc64: No such file or directory > > powerpc-apple-darwin9-g++-4.0.1: i386: No such file or directory > > powerpc-apple-darwin9-g++-4.0.1: x86_64: No such file or directory > > make[3]: *** [testsuite] Error 1
libopenraw was using a weird compiler-driver script. I just pushed a new revision (0.0.9-2, available shortly via 'fink selfupdate') that instead uses the standard libtool one. I'm not sure this change will fix the problem, but it will at least make it easier to diagnose and fix if necessary. dan -- Daniel Macks [email protected] ------------------------------------------------------------------------------ Precog is a next-generation analytics platform capable of advanced analytics on semi-structured data. The platform includes APIs for building apps and a phenomenal toolset for data science. Developers can use our toolset for easy data analysis & visualization. Get a free account! http://www2.precog.com/precogplatform/slashdotnewsletter _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
