Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Aug 1999 18:02:28 +0200 (MET DST)
From:      Juergen Lock <nox@jelal.kn-bremen.de>
To:        steve@cmpharm.ucsf.edu
Cc:        freebsd-mobile@freebsd.org
Subject:   Re: Build broken for RELENG_3_2_PAO?
Message-ID:  <199908151602.SAA37763@saturn.kn-bremen.de>
In-Reply-To: <19990809145852.A101902@cmpharm.ucsf.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
In article <19990809145852.A101902@cmpharm.ucsf.edu> you write:
>I've been unable to "make buildworld" for RELENG_3_2_PAO for some time
>now. It always fails in the mtree section -
>
>
>    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.
>
>The locale subdirectory doesn't get created.

Try this:

Index: /www/w/usr/r32s/usr/src/etc/mtree/BSD.usr.dist
===================================================================
RCS file: /home/cvs/cvs/src/etc/mtree/BSD.usr.dist,v
retrieving revision 1.146.2.3.2.1
diff -u -u -r1.146.2.3.2.1 BSD.usr.dist
--- BSD.usr.dist	1999/06/29 23:21:59	1.146.2.3.2.1
+++ BSD.usr.dist	1999/08/12 00:37:12
@@ -391,6 +391,7 @@
             worm
             ..
         ..
+        ..
         games
             atc
             ..

 Now the more complicated question, how does PAO make their paobin
(and, maybe less important, paosrc) dists, or let alone install floppies?
make release doesn't seem to work, dies in making /R/stage/trees/bin, in
lib/compat/compat1x, with `install: libc.so.1.1: No such file or directory',
and removing ${COMPAT_DISTS} from DISTRIBUTIONS?= doesn't seem to
make any difference.

 Wondering...
-- 
Juergen Lock <nox.foo@jelal.kn-bremen.de>
(remove dot foo from address to reply)


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?199908151602.SAA37763>