From owner-freebsd-ports@FreeBSD.ORG Mon Dec 22 04:35:25 2003 Return-Path: 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 7981716A4CE for ; Mon, 22 Dec 2003 04:35:25 -0800 (PST) Received: from oz.twisted.net (oz.twisted.net [209.172.186.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5822443D2D for ; Mon, 22 Dec 2003 04:35:24 -0800 (PST) (envelope-from troy@twisted.net) Received: from localhost (localhost [127.0.0.1]) by oz.twisted.net (Postfix) with ESMTP id 53E47598E08 for ; Mon, 22 Dec 2003 06:35:26 -0600 (CST) Received: from oz.twisted.net ([127.0.0.1]) by localhost (oz.twisted.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 28954-08 for ; Mon, 22 Dec 2003 06:35:23 -0600 (CST) Received: by oz.twisted.net (Postfix, from userid 1000) id E70F459900B; Mon, 22 Dec 2003 06:35:22 -0600 (CST) Date: Mon, 22 Dec 2003 06:35:22 -0600 From: Troy To: ports@freebsd.org Message-ID: <20031222123522.GA30763@twisted.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new at twisted.net Subject: cd-write 1.4.1_1 - cannot find -ltixsam4182 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: troy@twisted.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Dec 2003 12:35:25 -0000 I was trying to portupgrade cd-write-1.4.1_1 to 1.4.1_2 and am getting the following error: ./mkstr script_tk < tk.tcl > tcl_scripts.h for i in bgerror button dialog entry focus listbox menu obsolete optMenu palette text scale scrlbar tearoff; do ./mkstr script_$i < /usr/local/lib/tk8.2/$i.tcl; done >> tcl_scripts.h echo "static char *packages[] = { script_tk," >> tcl_scripts.h for i in bgerror button dialog entry focus listbox menu obsolete optMenu palette text scale scrlbar tearoff; do echo " script_$i,"; done >> tcl_scripts.h echo " 0};" >> tcl_scripts.h ./mkstr script_tix < EFileBox2.tcl > tix_scripts.h echo "static char *tix_packages[] = { script_tix, 0 };" >> tix_scripts.h c++ -g -O -I/usr/local/include/tcl8.2 -I/usr/local/include -I/usr/local/include/tk8.2 -I/usr/X11R6/include -DTIX -c c++tk.cc c++ -o cd-write main.o iso9660.o copy.o write.o misc.o generic.o specific.o worm.o dao.o c++tk/c++tk.o -L/usr/local/lib -L/usr/X11R6/lib -ltixsam4182 -ltk82 -ltcl82 -lX11 -lm -lcam /usr/libexec/elf/ld: cannot find -ltixsam4182 *** Error code 1 Stop in /usr/ports/sysutils/cd-write/work/cd-write. *** Error code 1