Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#13209 closed defect (fixed)

gimp-lqr-plugin fails to build on Mac OS X 10.5 Leopard

Reported by: didi.wirz@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.5.0
Keywords: Cc:
Port:

Description

I’m trying to install gimp. With patch on ticket # 13160 and option –f I got quite far… But now the compilation stalls at gimp-lqr-plugin (See below). And I'm not able to resolve the Problem.

Thanks for your help -didi

vic:~ didi$ sudo port install gimp-lqr-plugin ---> Building gimp-lqr-plugin with target all Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_gimp-lqr-plugin/work/gimp-lqr-plugin-0.3.0" && make all " returned error 2 Command output: Making all in src if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DXTHREADS -I/opt/local/include/gimp-2.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/freetype2 -I/opt/local/include/libpng12 -I/usr/X11/include -I/opt/local/include -DLOCALEDIR=\""/opt/local/share/locale"\" -DDATADIR=\""/opt/local/share/gimp-lqr-plugin"\" -I/opt/local/include -O2 -Wall -MT lqr_raster.o -MD -MP -MF ".deps/lqr_raster.Tpo" -c -o lqr_raster.o lqr_raster.c; \

then mv -f ".deps/lqr_raster.Tpo" ".deps/lqr_raster.Po"; else rm -f ".deps/lqr_raster.Tpo"; exit 1; fi

/var/tmpcciWbR5H.s:160:non-relocatable subtraction expression, "_zero" minus "L00000000002$pb" /var/tmpcciWbR5H.s:160:symbol: "_zero" can't be undefined in a subtraction expression /var/tmpcciWbR5H.s:159:non-relocatable subtraction expression, "_zero" minus "L00000000002$pb" /var/tmpcciWbR5H.s:159:symbol: "_zero" can't be undefined in a subtraction expression /var/tmpcciWbR5H.s:155:non-relocatable subtraction expression, "_yabs" minus "L00000000002$pb" /var/tmpcciWbR5H.s:155:symbol: "_yabs" can't be undefined in a subtraction expression /var/tmpcciWbR5H.s:154:non-relocatable subtraction expression, "_yabs" minus "L00000000002$pb" /var/tmpcciWbR5H.s:154:symbol: "_yabs" can't be undefined in a subtraction expression /var/tmpcciWbR5H.s:150:non-relocatable subtraction expression, "_xabs" minus "L00000000002$pb" /var/tmpcciWbR5H.s:150:symbol: "_xabs" can't be undefined in a subtraction expression /var/tmpcciWbR5H.s:149:non-relocatable subtraction expression, "_xabs" minus "L00000000002$pb" /var/tmpcciWbR5H.s:149:symbol: "_xabs" can't be undefined in a subtraction expression /var/tmpcciWbR5H.s:145:non-relocatable subtraction expression, "_sumabs" minus "L00000000002$pb" /var/tmpcciWbR5H.s:145:symbol: "_sumabs" can't be undefined in a subtraction expression /var/tmpcciWbR5H.s:144:non-relocatable subtraction expression, "_sumabs" minus "L00000000002$pb" /var/tmpcciWbR5H.s:144:symbol: "_sumabs" can't be undefined in a subtraction expression /var/tmpcciWbR5H.s:140:non-relocatable subtraction expression, "_norm_bias" minus "L00000000002$pb" /var/tmpcciWbR5H.s:140:symbol: "_norm_bias" can't be undefined in a subtraction expression /var/tmpcciWbR5H.s:139:non-relocatable subtraction expression, "_norm_bias" minus "L00000000002$pb" /var/tmpcciWbR5H.s:139:symbol: "_norm_bias" can't be undefined in a subtraction expression /var/tmpcciWbR5H.s:135:non-relocatable subtraction expression, "_norm" minus "L00000000002$pb" /var/tmpcciWbR5H.s:135:symbol: "_norm" can't be undefined in a subtraction expression /var/tmpcciWbR5H.s:134:non-relocatable subtraction expression, "_norm" minus "L00000000002$pb" /var/tmpcciWbR5H.s:134:symbol: "_norm" can't be undefined in a subtraction expression make[2]: * [lqr_raster.o] Error 1 make[1]: * [all-recursive] Error 1 make: * [all] Error 2

Error: Status 1 encountered during processing.

Change History (6)

comment:1 Changed 16 years ago by scott@…

Running into the same problem here. Thanks!

comment:2 Changed 16 years ago by nox@…

Summary: gimp-lqr-plugin fails to build on OS X Leopard 10.5gimp-lqr-plugin fails to build on Mac OS X Leopard 10.5

comment:3 Changed 16 years ago by nox@…

Summary: gimp-lqr-plugin fails to build on Mac OS X Leopard 10.5gimp-lqr-plugin fails to build on Mac OS X 10.5 Leopard

comment:4 Changed 16 years ago by blake@…

It seems the problem had something to do with some inline functions in the file lqr_gradient.c. Making the functions not inline seems to get past this problem. The newest version of the tarball has had these changes made to it and compiles fine.

comment:5 Changed 16 years ago by yves@…

Resolution: fixed
Status: newclosed

New version committed in changeset:31350

comment:6 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.