From owner-cvs-all Tue Apr 2 16:18:37 2002 Delivered-To: cvs-all@freebsd.org Received: from leviathan.inethouston.net (leviathan.inethouston.net [66.64.12.249]) by hub.freebsd.org (Postfix) with ESMTP id 0D46F37B400; Tue, 2 Apr 2002 16:18:31 -0800 (PST) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 99A1E3198D8; Tue, 2 Apr 2002 18:18:35 -0600 (CST) Date: Tue, 2 Apr 2002 18:18:35 -0600 From: "David W. Chapman Jr." To: Mikhail Teterin Cc: dwcjr@inethouston.net, kris@obsecurity.org, dwcjr@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/rdesktop Makefile Message-ID: <20020403001835.GE10893@leviathan.inethouston.net> Reply-To: "David W. Chapman Jr." Mail-Followup-To: Mikhail Teterin , dwcjr@inethouston.net, kris@obsecurity.org, dwcjr@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <20020402231640.GA10893@leviathan.inethouston.net> <200204022354.g32NsR9r080687@aldan.algebra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200204022354.g32NsR9r080687@aldan.algebra.com> User-Agent: Mutt/1.3.28i X-Operating-System: FreeBSD 4.5-STABLE i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > This new -current you are testing, probably, still has the library in > /usr/lib. The library is no longer built/installed by new world, but it > is still there -- for you, which is why you may don't see the breakage > without the patch. No idea why the patch breaks, though. That makes a lot of sense, I forgot about things being left over. I was getting stranger error earlier, but I think that was do to conflicting symbols. here's what currently happens dwcjr# make package ===> Building for rdesktop-1.0.0.p19.7.6_1 gcc -O -pipe -march=k6 -I/usr/local/include -I/usr/X11R6/include -o rdesktop rdesktop.o tcp.o iso.o mcs.o secure.o licence.o rdp.o orders.o bitmap.o cache.o xwin.o gnu/getopt.o gnu/getopt1.o -L/usr/X11R6/lib -lX11 -lgmp -lcrypto /usr/libexec/elf/ld: cannot find -lgmp gmake: *** [rdesktop] Error 1 *** Error code 2 Stop in /usr/home/poseiden/port/rdesktop. dwcjr# ldconfig -r | grep gmp 185:-lgmp.4 => /usr/local/lib/libgmp.so.4 -- David W. Chapman Jr. dwcjr@inethouston.net Raintree Network Services, Inc. dwcjr@freebsd.org FreeBSD Committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message