From owner-freebsd-stable Sun Mar 26 8:21:17 2000 Delivered-To: freebsd-stable@freebsd.org Received: from smtp13.bellglobal.com (smtp13.bellglobal.com [204.101.251.52]) by hub.freebsd.org (Postfix) with ESMTP id 40B9F37B9BC for ; Sun, 26 Mar 2000 08:21:13 -0800 (PST) (envelope-from bjf@shogun.apt.samurai.com) Received: from shogun.apt.samurai.com (HSE-Toronto-ppp89584.sympatico.ca [216.209.35.73]) by smtp13.bellglobal.com (8.8.5/8.8.5) with ESMTP id LAA26520 for ; Sun, 26 Mar 2000 11:24:24 -0500 (EST) Received: by shogun.apt.samurai.com (Postfix, from userid 1000) id 8F086204; Sun, 26 Mar 2000 11:21:10 -0500 (EST) Date: Sun, 26 Mar 2000 11:21:10 -0500 From: bjf To: freebsd-stable@freebsd.org Subject: CURRENT->STABLE - make world dies Message-ID: <20000326112110.D7981@samurai.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.1.4i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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). I updated a 4.0-RELEASE machine to 4.0-STABLE last night with cvsup and make world and it went without a hitch. Any suggestions would be appreciated. Thanks, Bryan -- Bryan Fullerton http://bryanfullerton.com/ Core Competency Samurai Consulting Can you feel the Ohmu call? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message