On 4/23/13 7:29 AM, Alexander Hansen wrote: > On 4/22/13 11:22 PM, Mike Wirth wrote: >> <2nd try: Forwarding my reply to Daniel to the list, after trying his >> 9.2 version of libopenraw1-shlibs> >> >> No joy, but as he suggested, maybe the log below will expose the problem. >> >> Mike >> >> ---------- Forwarded message ---------- >> From: *Mike Wirth* <[email protected] <mailto:[email protected]>> >> Date: Fri, Apr 19, 2013 at 5:46 PM >> Subject: Re: Error in build script for libopenraw1-shlibs-0.0.9-1? >> To: Daniel Macks <[email protected] <mailto:[email protected]>> >> >> >> Daniel, >> >> Here's a full log of a fink build of libopenraw1-shlibs (0.0.9.2) (2nd >> time; 1st time used to get any dependencies out of the way). Hope this >> helps. >> >> Mike >> > > <snip> > >> libtool: link: 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 >> > > <snip> > > Looks like the same botched multi-arch junk as before, so we'll need to > look elsewhere for this bit of upstream "helpfulness". Unfortunately, > my powerpc system isn't available at the moment so I can't easily test > this myself, but what I _can_ see is that this isn't triggered on > 10.8/x86_64: > > ... > libtool: link: g++ -g -O2 -Wextra -ansi -pedantic -g -Wall -Wshadow -o > .libs/testsuite testsuitetags.o testsuite.o testsuitehandler.o > xmlhandler.o -L/sw/lib ../lib/.libs/libopenraw.dylib > /sw/lib/libjpeg.dylib /sw/lib/libxml2.dylib /sw/lib/libcurl.dylib -pthread > ... >
On doing a bit of checking, this seems potentially applicable: Fiona:libopenraw-0.0.9 hansen$ grep -r "\-arch" * aclocal.m4: *\ -arch\ *\ -arch\ *) am__universal=true ;; aclocal.m4: *\ -arch\ *\ -arch\ *) am__universal=true ;; configure: *\ -arch\ *\ -arch\ *) am__universal=true ;; configure: *\ -arch\ *\ -arch\ *) am__universal=true ;; ... -- Alexander Hansen, Ph.D. Fink User Liaison My package updates: http://finkakh.wordpress.com/ ------------------------------------------------------------------------------ Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers with just a few lines of code. Try New Relic and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr _______________________________________________ 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
