Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Sep 2000 20:16:42 -0300 (ADT)
From:      The Hermit Hacker <scrappy@hub.org>
To:        freebsd-stable@freebsd.org
Subject:   make install problems with stable ...
Message-ID:  <Pine.BSF.4.21.0009122010540.1305-100000@thelab.hub.org>

next in thread | raw e-mail | index | archive | help

Morning all ...

	Been trying to get my -STABLE machine upgraded today, and a 'make
installkernel' is failing with:

install -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  /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

	if you notice, its trying to install into /mk ... but, if I cd
into /usr/src/share/mk and do an install in there, it works great:

hub# make install
install -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/share/mk
date '+%Y%m%d' > /var/db/port.mkversion

	from looking at the Makefile, its as if ${DEST}${BINDIR} isn't
being defined when called from /usr/src, but it is from /usr/src/share/mk
...

	
Marc G. Fournier                   ICQ#7615664               IRC Nick: Scrappy
Systems Administrator @ hub.org 
primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org 



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?Pine.BSF.4.21.0009122010540.1305-100000>