Ok, thanks. Forgot to reply to all. At any rate, there's another potential bug... At least, there's something where I'm not sure what's going on. The reason that the error messages were missing was because for some reason the stream they were being written to was not displaying. This only happened when I would ssh in to my admin account from my regular user account, running things from the admin account worked fine. I thought the stream was stderr, but when I wrote a simple program to test that, the fprintf(stderr, "asdf\n") displayed just fine. Any thoughts?
Thanks, Sean On Sun, Nov 1, 2009 at 9:56 PM, monipol <[email protected]> wrote: > Kicking the message back to the list (and maintainer). > > On 02/11/2009, at 03:50, Sean Lake wrote: > >> Ok, I'll do that next. Right now I have a bug for Apple, too. But >> here's the full error text: >> >> 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 gimpcpuaccel.c -fno-common -DPIC -o >> .libs/gimpcpuaccel.o >> /var/tmp//cc41U4v6.s:208:suffix or operands invalid for `pushf' >> /var/tmp//cc41U4v6.s:209:suffix or operands invalid for `pushf' >> /var/tmp//cc41U4v6.s:210:suffix or operands invalid for `pop' >> /var/tmp//cc41U4v6.s:213:suffix or operands invalid for `push' >> /var/tmp//cc41U4v6.s:214:suffix or operands invalid for `popf' >> /var/tmp//cc41U4v6.s:215:suffix or operands invalid for `pushf' >> /var/tmp//cc41U4v6.s:216:suffix or operands invalid for `pop' >> /var/tmp//cc41U4v6.s:217:suffix or operands invalid for `popf' >> make[2]: *** [gimpcpuaccel.lo] Error 1 >> make[1]: *** [all-recursive] Error 1 >> make: *** [all] Error 2 >> ### execution of /var/tmp/tmp.2.CnJSZJ failed, exit code 2 >> >> On Sun, Nov 1, 2009 at 9:47 PM, monipol <[email protected]> wrote: >>> >>> 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. > > ------------------------------------------------------------------------------ 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
