Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jan 2001 15:40:39 +0100 (CET)
From:      Raymond Wiker <Raymond.Wiker@fast.no>
To:        "Robin P. Blanchard" <Robin_Blanchard@gactr.uga.edu>
Cc:        stable@FreeBSD.ORG
Subject:   buildworld problem
Message-ID:  <14931.14823.208291.448237@raw.grenland.fast.no>
In-Reply-To: <3A533618.FFCF985D@gactr.uga.edu>
References:  <3A533618.FFCF985D@gactr.uga.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
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").

	//Raymond.

	


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14931.14823.208291.448237>