From owner-freebsd-ports@FreeBSD.ORG Mon Nov 30 03:39:49 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD36F1065693 for ; Mon, 30 Nov 2009 03:39:49 +0000 (UTC) (envelope-from scott.a.nicholson@gmail.com) Received: from mail-yx0-f184.google.com (mail-yx0-f184.google.com [209.85.210.184]) by mx1.freebsd.org (Postfix) with ESMTP id 71F8D8FC22 for ; Mon, 30 Nov 2009 03:39:49 +0000 (UTC) Received: by yxe14 with SMTP id 14so2694097yxe.7 for ; Sun, 29 Nov 2009 19:39:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :content-type:content-transfer-encoding:mime-version:subject:date :x-mailer; bh=P53muqfwmM85tiHWhFKEHY6ANcTA3XSAWazKEllzevk=; b=A8tae47jD6MYJ8Qjg1USM3c3u/T7ZOQoPklU7YQ2d6ogz8uWLd3aXyX1N+TwFGPh2B c7+UTaE4L+7MWLgPfhMvAW1gyD1/xzkcmlMttgYrz1tpERy7SdTpYHrdfelOAicxTykO HGPC4JbGt/U+xj9tWeEdx/et5yzbLXuwecIJY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:x-mailer; b=fYnYO2gZZxVmvZPMlq1vNZFtkFnW+DE0B45SYwB4yY1sKyju2jkpjo2CxjXKLYF9mq 5h/h3DMLJvKnksQ3aW9FB3bRRmChUmKp4zLkN2FEz5iqiGTCBLCXfiEOnXD+ee2tnFds tz5gsJis8sW8sz57rM7M1WIDOAgTEPFuSkECw= Received: by 10.150.242.2 with SMTP id p2mr6210858ybh.217.1259550971130; Sun, 29 Nov 2009 19:16:11 -0800 (PST) Received: from ?192.168.0.103? (cpe-72-129-70-149.socal.res.rr.com [72.129.70.149]) by mx.google.com with ESMTPS id 5sm1466825ywd.8.2009.11.29.19.16.08 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 29 Nov 2009 19:16:10 -0800 (PST) Message-Id: From: Scott Nicholson To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Date: Sun, 29 Nov 2009 19:16:07 -0800 X-Mailer: Apple Mail (2.936) Subject: cups-image build failure X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Nov 2009 03:39:49 -0000 Hi, I'm having issues attempting to update cups via ports: ... Linking bannertops... cc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -L/usr/ local/lib -Wl,-R/usr/local/lib -pie -fPIE -Wall -Wno-format-y2k -fPIC -Os -g -fstack-protector -o bannertops bannertops.o pstext.o common.o - lcupsimage \ -lcups -pthread -lm -lcrypt /usr/bin/ld: /usr/lib/crt1.o: relocation R_X86_64_32 can not be used when making a shared object; recompile with -fPIC /usr/lib/crt1.o: could not read symbols: Bad value gmake[1]: *** [bannertops] Error 1 gmake[1]: Leaving directory `/usr/ports/print/cups-image/work/ cups-1.4.2/filter' gmake: *** [all] Error 1 *** Error code 1 Stop in /usr/ports/print/cups-image. *** Error code 1 Stop in /usr/ports/print/cups-image. Yesterday I was getting this same error message during the cups-client build, although that seems to have been fixed with today's commit to the cups-base Makefile. Let me know if you need any more information. >$ uname -a FreeBSD xx.xx.local 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Thu Nov 26 21:41:57 PST 2009 root@xx.xx.local:/usr/obj/usr/src/sys/GRENDEL amd64 Thanks, Scott