Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Jan 2001 09:43:57 -0500
From:      "Robin P. Blanchard" <Robin_Blanchard@gactr.uga.edu>
To:        stable@freebsd.org
Subject:   Re: buildworld problem
Message-ID:  <3A533AAD.9001E463@gactr.uga.edu>
References:  <3A533618.FFCF985D@gactr.uga.edu> <14931.14823.208291.448237@raw.grenland.fast.no>

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




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