Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Mar 1997 07:31:37 -0800 (PST)
From:      David Hawkins <dhawk@river.org>
To:        questions@freebsd.org
Subject:   Trying 2.1.0 -> 2.1.7 upgrade / make world fails
Message-ID:  <199703281531.HAA02742@ohio.river.org>

next in thread | raw e-mail | index | archive | help
I sup'd the distribution a month ago with no errors but when I do
make world it just gets started and dies with the following
error. 


--------------------------------------------------------------
 Making hierarchy
--------------------------------------------------------------
cd /var/src/etc &&		make distrib-dirs
mtree -deU -f /var/src/etc/mtree/BSD.root.dist -p /
missing: ./tmp (not created: File exists)
mtree -deU -f /var/src/etc/mtree/BSD.var.dist -p /var
mtree -deU -f /var/src/etc/mtree/BSD.usr.dist -p /usr
missing: ./share/locale/sv_SE.ISO_8859-1 (not created: File exists)
[lines deleted]
missing: ./src (not created: File exists)
mtree -deU -f /var/src/etc/mtree/BSD.include.dist  -p /usr/include
cd /; rm -f /sys; ln -s usr/src/sys sys
cd /usr/share/locale;  for l in da_DK de_AT de_CH de_DE en_AU en_CA en_GB en_US es_ES fi_FI  fr_BE fr_CA fr_CH fr_FR is_IS it_CH it_IT nl_BE nl_NL no_NO  pt_PT sv_SE ; do  rm -f $l.ISO_8859-1;  ln -s lt_LN.ISO_8859-1 $l.ISO_8859-1;  done
--------------------------------------------------------------
 Rebuilding /usr/share/mk
--------------------------------------------------------------
cd /var/src/share/mk &&		make install
install -c -o bin -g bin -m 444 bsd.README bsd.dep.mk bsd.doc.mk bsd.info.mk bsd.kmod.mk bsd.lib.mk bsd.man.mk bsd.own.mk bsd.port.mk bsd.port.subdir.mk bsd.prog.mk bsd.sgml.mk bsd.subdir.mk sys.mk  /usr/share/mk
install: bsd.dep.mk: No such file or directory
*** Error code 1

Stop.
*** Error code 1

Stop.

later, david
--
David Hawkins  -- dhawk@river.org
Do you know what a pessimist is? A person who thinks everybody as
nasty as himself, and hates them for it.  -- George Bernard Shaw



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