gnunextstep-gui

Joshua Root jmr at macports.org
Wed Nov 12 20:56:38 PST 2008


William Davis wrote:
> 
> j/GSNibLoader.o obj/NSPasteboard.o   -L/opt/local/lib     
> -L/opt/local/GNUstep/Local/Library/Libraries/
> -L/opt/local/GNUstep/System/Library/Libraries/   -lgnustep-base
> -laudiofile -laspell -lungif -lpng -ltiff -lz -ljpeg -lm     && (cd
> ./obj; rm -f libgnustep-gui.dylib; if [ "libgnustep-gui.dylib.0.12" !=
> "libgnustep-gui.dylib.0.12.0" ]; then rm -f libgnustep-gui.dylib.0.12;
> ln -s libgnustep-gui.dylib.0.12.0 libgnustep-gui.dylib.0.12; fi; ln -s
> libgnustep-gui.dylib.0.12.0 libgnustep-gui.dylib)
> ld warning: duplicate dylib /opt/local/lib/gcc42/libgcc_s.1.dylib
> ld: file not found: /opt/local/lib/libffi-2.1.dylib
> /usr/bin/libtool: internal link edit command failed
> gnumake[2]: *** [obj/libgnustep-gui.dylib.0.12.0] Error 1
> gnumake[1]: *** [libgnustep-gui.all.library.variables] Error 2
> gnumake: *** [internal-all] Error 2
> 
> Warning: the following items did not execute (for gnustep-gui):
> org.macports.destroot org.macports.build
> DEBUG:
> Error: Unable to upgrade port: 1

Looks like gnustep-base might be built against an older version of
libffi. Try rebuilding it: sudo port -fn upgrade gnustep-base

- Josh


More information about the macports-dev mailing list