On 02/11/2009, at 03:33, monipol wrote: > On 02/11/2009, at 00:31, Sean Lake wrote: >> I'm using Mac OS X 10.6.1 with xCode 3.2.1 on a MacBook with a 2.4 >> GHz >> Core 2 Duo and 2 GB of RAM. >> fink --version gives: >> fink --version >> Package manager version: 0.29.10 >> Distribution version: selfupdate-rsync Sun Nov 1 18:17:28 2009, >> 10.6, x86_64 >> >> On trying to build/install gimp2-svg-2.6.6-3, I get the following >> output: >> >> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. >> -I.. -I.. -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include >> -I/sw/include -DPREFIX=\""/sw"\" -DGIMPDIR=\"".gimp-2.6"\" >> -DDATADIR=\""/sw/share/gimp/2.0"\" -DLOCALEDIR=\""/sw/share/locale"\" >> -DPLUGINDIR=\""/sw/lib/gimp/2.0"\" -DSYSCONFDIR=\""/sw/etc/gimp/ >> 2.0"\" >> -DGIMP_PACKAGE=\""gimp"\" -DGIMP_DATA_VERSION=\"2.0\" >> -DGIMP_SYSCONF_VERSION=\"2.0\" -DGIMP_PLUGIN_VERSION=\"2.0\" >> -DG_LOG_DOMAIN=\"LibGimpBase\" -I/sw/lib/system-openssl/include >> -I/sw/lib/fontconfig2/include -I/sw/include -DGIMP_DISABLE_DEPRECATED >> -DG_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE -g >> -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes >> -Wmissing-declarations -Winit-self -Wpointer-arith >> -Wold-style-definition -c -o gimpbase-private.lo gimpbase-private.c >> make[2]: *** [gimpcpuaccel.lo] Error 1 >> make[1]: *** [all-recursive] Error 1 >> make: *** [all] Error 2 >> ### execution of /var/tmp/tmp.2.KGEfl3 failed, exit code 2 > Hello, Sean. Have you by any chance forgot to paste the lines after / > bin/sh ../libtool ... gimpbase-private.c? Those would show the actual > compile command and actual (useful) error messages.
Also, are you somehow setting -j in MAKEFLAGS? One thing that might help with is building the package with the -l flag so that the build log is written to a fink-build-log-... file under /tmp: fink -l rebuild gimp2-svg Then check /tmp/fink-build-log-... and see if there's more information (gcc command line, error messages) there. Cheers, -- monipol http://finkers.wordpress.com Submitting a Fink bug report? Read this: http://www.finkproject.org/doc/netiquette/index.php http://finkers.wordpress.com/2009/06/03/bug-reports/ ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
