From owner-freebsd-stable Sun Mar 26 8:48:17 2000 Delivered-To: freebsd-stable@freebsd.org Received: from merlin.prod.itd.earthlink.net (merlin.prod.itd.earthlink.net [207.217.120.156]) by hub.freebsd.org (Postfix) with ESMTP id 1DFFA37B9A2 for ; Sun, 26 Mar 2000 08:48:13 -0800 (PST) (envelope-from eogren@earthlink.net) Received: from red.ogren.house (ip229.cambridge2.ma.pub-ip.psi.net [38.32.112.229]) by merlin.prod.itd.earthlink.net (8.9.3/8.9.3) with ESMTP id IAA04245; Sun, 26 Mar 2000 08:48:10 -0800 (PST) Received: (from eogren@localhost) by red.ogren.house (8.9.3/8.9.3/Debian/GNU) id LAA13010; Sun, 26 Mar 2000 11:42:34 -0500 Date: Sun, 26 Mar 2000 11:42:34 -0500 From: Eric Ogren To: bjf Cc: freebsd-stable@freebsd.org Subject: Re: CURRENT->STABLE - make world dies Message-ID: <20000326114234.A12771@earthlink.net> References: <20000326112110.D7981@samurai.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <20000326112110.D7981@samurai.com>; from bjf on Sun, Mar 26, 2000 at 11:21:10AM -0500 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Mar 26, 2000 at 11:21:10AM -0500, bjf wrote: > Howdy. I have a box which is running 4.0-CURRENT from end of January. Last > night I cvsup'ed src-all to 4.0-STABLE and tried a 'make world'. It dies > with the following: > > =============== > ===> lib/libcrypt > install -c -o root -g wheel -m 444 libscrypt.a /usr/lib > install -c -o root -g wheel -m 444 libscrypt_p.a /usr/lib > install -c -s -o root -g wheel -m 444 -fschg libscrypt.so.2 /usr/lib > /usr/libexec/ld-elf.so.1: install: Undefined symbol "setflags" > *** Error code 1 > > Stop in /usr/src/lib/libcrypt. > *** Error code 1 > > Stop in /usr/src/lib. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > =============== > > It would appear that /usr/bin/install either wasn't correctly created last > time I did a make world, or else it's arguments have changed slightly since > then. However, there is no /usr/src/usr.bin/install, and there's no > /usr/src/gnu/usr.bin/install, so I'm not quite sure where to find install > to rebuild it separately. Looking for a directory called 'install' with > find didn't prove productive (there are a couple, but none seemed to be the > right one). > The install src code is actually in /usr/src/usr.bin/xinstall, if I remember correctly (I'm not at a FreeBSD box right now). Running 'make install' in that directory should fix your problem. Eric To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message