On Wed, 02 Jan 2013 10:53:08 -0700, Alexander Hansen <[email protected]> wrote: (Command line tools for Xcode 4.5.2) > > There are a bunch of things that don't look right in the build output. > Pretty much every .py file reports errors involving system headers, and > it ultimately fails with: > > ... > mkdir -p > /sw/src/fink.build/grass64-x11-6.4.2-1/grass-6.4.2/dist.i386-apple-darwin12.2.0/modbuild/include/Make > cp ../../include/Make/Dir.make > /sw/src/fink.build/grass64-x11-6.4.2-1/grass-6.4.2/dist.i386-apple-darwin12.2.0/modbuild/include/Make/ > cp ../../include/Make/Doxygen.make > /sw/src/fink.build/grass64-x11-6.4.2-1/grass-6.4.2/dist.i386-apple-darwin12.2.0/modbuild/include/Make/ > sed -E -e 's,@GRASS_LIB_PREFIX@,lib,g' \ > -e 's,@GRASS_LIB_SUFFIX@,.dylib,g' \ > -e 's,@GRASS_LIBRARY_TYPE@,shlib,g' \ > -e 's,@GRASS_VERSION_MAJOR@,6,g' \ > -e 's,@GRASS_VERSION_MINOR@,4,g' \ > -e 's,@GRASS_VERSION_RELEASE@,2,g' \ > -e 's,@GRASS_VERSION_DATE@,2012,g' \ > -e 's#^ARCH_INC[[:space:]].*#& -I$(GISBASE)/include#g' \ > -e 's#^ARCH_LIBPATH.*#& -L$(GISBASE)/lib#g' \ > -e 's#^GISBASE.*#GISBASE = $(GRASS_APP)/Contents/MacOS#g' \ > ../../include/Make/Grass.make.in > > /sw/src/fink.build/grass64-x11-6.4.2-1/grass-6.4.2/dist.i386-apple-darwin12.2.0/modbuild/include/Make/Grass.make > /bin/sh: -c: line 4: unexpected EOF while looking for matching `'' > /bin/sh: -c: line 5: syntax error: unexpected end of file > make[2]: *** [modbuild] Error 2
It's a long-standing upstream bug (incompatibility with newer versions of 'make'). I have alerted Baba several times and even contributed a fix for the previous version of the grass64 package along with Desc* about it. That all got removed in the new version... dan -- Daniel Macks [email protected] ------------------------------------------------------------------------------ Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery and much more. Keep your Java skills current with LearnJavaNow - 200+ hours of step-by-step video tutorials by Java experts. SALE $49.99 this month only -- learn more at: http://p.sf.net/sfu/learnmore_122612 _______________________________________________ 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
