From owner-freebsd-stable Wed Jan 3 6:44:22 2001 From owner-freebsd-stable@FreeBSD.ORG Wed Jan 3 06:44:18 2001 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mail.gactr.uga.edu (mail.gactr.uga.edu [128.192.37.21]) by hub.freebsd.org (Postfix) with SMTP id A6C3137B400 for ; Wed, 3 Jan 2001 06:44:18 -0800 (PST) Received: (qmail 6155 invoked from network); 3 Jan 2001 14:44:17 -0000 Received: from qat.noc.nat (HELO gactr.uga.edu) ([10.10.100.125]) (envelope-sender ) by mail.servers.nat (qmail-ldap-1.03) with SMTP for ; 3 Jan 2001 14:44:17 -0000 Sender: robin@FreeBSD.ORG Message-ID: <3A533AAD.9001E463@gactr.uga.edu> Date: Wed, 03 Jan 2001 09:43:57 -0500 From: "Robin P. Blanchard" X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: stable@freebsd.org Subject: Re: buildworld problem References: <3A533618.FFCF985D@gactr.uga.edu> <14931.14823.208291.448237@raw.grenland.fast.no> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Raymond Wiker wrote: > > Robin P. Blanchard writes: > > i've been having this problem since some time before shortly before > > christmas: > > > > ===> ../secure/lib/libcrypt > > sh /usr/src/tools/install.sh -c -o root -g wheel -m 444 bsd.README > > bsd.dep.mk bsd.doc.mk bsd.docb.mk bsd.info.mk bsd.kern.mk bsd.kmod.mk > > bsd.lib.mk bsd.libnames.mk bsd.man.mk bsd.obj.mk bsd.own.mk bsd.port.mk > > bsd.port.post.mk bsd.port.pre.mk bsd.port.subdir.mk bsd.prog.mk > > bsd.sgml.mk bsd.subdir.mk sys.mk /usr/obj/usr/src/i386/mk > > usage: install [-CcDpsv] [-f flags] [-g group] [-m mode] [-o owner] > > file1 file2 > > install [-CcDpsv] [-f flags] [-g group] [-m mode] [-o owner] > > file1 ... > > fileN directory > > install -d [-v] [-g group] [-m mode] [-o owner] directory ... > > *** Error code 64 > > > > Stop in /usr/src/secure/lib/libcrypt. > > *** Error code 1 > > > > > > that's been with regular cvs updates done, total removal of /usr/src & > > /usr/obj -- > > all to no avail. any idea as to what's up? > > It's possible that you have several versions of "install" in > your path - for example, under /usr/local/bin as well as under > /usr/bin. You can check this by typing "which install" or "type > install", depending on what shell you're using. > > Tip: I almost always use "su -" instead of just "su" when I > want to become root. Specifying the "-" flag makes su simulate a full > login; among other things, this changes your working directory to > root's home directory, and gets rid of any path settings that are in > effect for your "normal" (i.e, non-root) login. > > I suspect that install.sh should specify a full path to > install (i.e, "/usr/bin/install" instead of just "install"). install only exists as /usr/bin/install (i also have /usr/local/bin/ginstall). i always su as "su -". nothing in my system has changed except the source tree. i can take a source tree from another one of my machines that hasn't been cvs'ed since early december, and installworld goes just fine. there's something else going on here. -- ------------------------------------ Robin P. Blanchard Network Engineering & Support Georgia Center for Continuing Ed. fon: 706.542.2404 fax: 706.542.6546 email: Robin_Blanchard@gactr.uga.edu ------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message