From owner-freebsd-ports Mon Sep 23 0:57:11 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 782FE37B401 for ; Mon, 23 Sep 2002 00:57:09 -0700 (PDT) Received: from prometheus.homeunix.org (pD950F18F.dip.t-dialin.net [217.80.241.143]) by mx1.FreeBSD.org (Postfix) with SMTP id 6E7D443E6E for ; Mon, 23 Sep 2002 00:57:02 -0700 (PDT) (envelope-from bwolf@antbear.org) Received: (qmail 26852 invoked from network); 23 Sep 2002 07:56:28 -0000 Received: from gagh.cs.antbear.org (172.20.0.3) by 0 with SMTP; 23 Sep 2002 07:56:28 -0000 Received: (qmail 61169 invoked from network); 23 Sep 2002 07:56:21 -0000 Received: from localhost (HELO antbear.org) (127.0.0.1) by 0 with SMTP; 23 Sep 2002 07:56:21 -0000 Message-ID: <3D8EC925.5060104@antbear.org> Date: Mon, 23 Sep 2002 09:56:21 +0200 From: Marcus Geiger Organization: Antbear User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20020916 X-Accept-Language: en-us, en MIME-Version: 1.0 To: ports@freebsd.org Subject: Another problem with /usr/ports/print/cups-pstoraster Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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