Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Aug 1999 10:24:17 +0200
From:      Alexander Maret <maret@atrada.de>
To:        "'freebsd-mobile@freebsd.org'" <freebsd-mobile@freebsd.org>
Subject:   buildworld fails with cvsupdate 24.08.1999
Message-ID:  <91DA20EC3C3DD211833400A0245A4EA9BA1119@erlangen01.axis.de>

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

I cvsupdated the PAO sources yesterday with the following config-file:

########################################
*default host=cvsup.freebsd.org
*default base=/usr/src/PAO
*default prefix=/usr/src/PAO
*default release=cvs tag=RELENG_3_2_PAO
*default delete use-rel-suffix
src-all
########################################

Unfortunately buildworld fails with the following error:

########################################################
missing: ./vm (created)
cd /usr/obj/usr/src/tmp; rm -f /usr/obj/usr/src/tmp/sys; ln -s usr/src/sys
sys
cd /usr/obj/usr/src/tmp/usr/share/locale; set - `cat
/usr/src/etc/locale.alias`; while [ $# -gt 0 ] ; do rm -rf "$1"; ln -s "$2"
"$1"; shift; shift; done


cd: can't cd to /usr/obj/usr/src/tmp/usr/share/locale
*** Error code 2


Stop.
*** Error code 1


Stop.
*** Error code 1


Stop.
*** Error code 1


Stop.
*** Error code 1


Stop.
########################################################

Any ideas? 

It looks like the directory doesn't get created :))

If I create it manually while buildworld is running I can
see that files are copied in this directory. But then
buildworld fails because the directory nls is missing.

What am I doing wrong here??

Alex


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




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