From owner-cvs-all Wed Nov 14 11:57:28 2001 Delivered-To: cvs-all@freebsd.org Received: from mail12.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by hub.freebsd.org (Postfix) with ESMTP id AC77137B416 for ; Wed, 14 Nov 2001 11:57:18 -0800 (PST) Received: (qmail 21647 invoked from network); 14 Nov 2001 19:57:18 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail12.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 14 Nov 2001 19:57:18 -0000 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200111141748.fAEHmtp26802@freefall.freebsd.org> Date: Wed, 14 Nov 2001 11:57:17 -0800 (PST) From: John Baldwin To: John Baldwin Subject: RE: cvs commit: src/release/alpha fixit_crunch.conf src/release/ Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org 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 On 14-Nov-01 John Baldwin wrote: > jhb 2001/11/14 09:48:55 PST > > Modified files: > release/alpha fixit_crunch.conf > release/i386 fixit_crunch.conf > release/pc98 fixit_crunch.conf > Log: > The new libedit from a while back depends on ncurses, so put -ledit before > -lncurses so the fixit crunch binary links. > > Tested on: alpha > > Revision Changes Path > 1.32 +2 -2 src/release/alpha/fixit_crunch.conf > 1.7 +2 -2 src/release/i386/fixit_crunch.conf > 1.7 +2 -2 src/release/pc98/fixit_crunch.conf Ok, head scratching time. My test x86 release did finish fine w/o this, so it seems only alpha needs this. FWIW, it seems that libedit just needs libtermcap judging by other lines in the release output, so I could change this to just put -ledit instead of -ltermcap if desired. Anyone know why the alpha version would fail to link but x86 would work fine? Both are current from just a few days ago. Also, fwiw, the boot crunch has libedit very early and links with libncurses but not with libtermcap. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message