Date: Mon, 23 Sep 2002 09:56:21 +0200 From: Marcus Geiger <bwolf@antbear.org> To: ports@freebsd.org Subject: Another problem with /usr/ports/print/cups-pstoraster Message-ID: <3D8EC925.5060104@antbear.org>
next in thread | raw e-mail | index | archive | help
Hi, when I try to compile /usr/ports/print/cups-pstoraster I get the following linker errors: ./obj/echogs -a ./obj/ldt.tr -s - -L/usr/local/lib -lcupsimage -ltiff -ljpeg -lpng -lm -lz - lcups -lssl -lcrypto -lm -L/usr/local/lib -Wl,-E -lgmodule12 -lglib12 -lm if [ x != x ]; then LD_RUN_PATH=; export LD_RUN_PATH; fi; \ XCFLAGS= XINCLUDE= XLDFLAGS= XLIBDIRS= XLIBS= \ FEATURE_DEVS= DEVICE_DEVS= DEVICE_DEVS1= DEVICE_DEVS2= DEVICE_DEVS3= \ DEVICE_DEVS4= DEVICE_DEVS5= DEVICE_DEVS6= DEVICE_DEVS7= DEVICE_DEVS8= \ DEVICE_DEVS9= DEVICE_DEVS10= DEVICE_DEVS11= DEVICE_DEVS12= \ DEVICE_DEVS13= DEVICE_DEVS14= DEVICE_DEVS15= DEVICE_DEVS16= \ DEVICE_DEVS17= DEVICE_DEVS18= DEVICE_DEVS19= DEVICE_DEVS20= \ /bin/sh <./obj/ldt.tr ./obj/gomni.o: In function `OpenDevice': ./obj/gomni.o(.text+0x151): undefined reference to `bmp_map_16m_rgb_color' ./obj/gomni.o(.text+0x15b): undefined reference to `bmp_map_16m_color_rgb' gmake: *** [bin/espgs] Error 1 *** Error code 2 cups-pstoraster's port version is: PORTVERSION= 7.05.5 the installed cups-base port version is: cups-base-1.1.15.1_4 gnu-ghostscript's port version is: ghostscript-gnu-7.05_3 My ports tree is in sync. My system is a: 4.6.2-RELEASE-p2 i386 This is reproduceable even with an empty /etc/make.conf. I'm not sure if that helps, but /usr/local/lib/libcupsimage.so doesn't contain any bmp-function similar to the undefined references: $ cd /usr/local/lib $ nm -g libcupsimage.so | grep -i bmp 0000207c T ImageReadBMP Any ideas? Marcus -- .signature: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3D8EC925.5060104>