[an error occurred while processing this directive]

NetBSD/macppc 20021114

preparation
  1. cvs  -d :pserver:anoncvs@anoncvs.netbsd.org:/cvsroot update -D 20021114-UTC -P  src > log
    
    or
    setenv CVS_RSH ssh
    cvs  -d anoncvs@anoncvs.netbsd.org:/cvsroot update -D 20021114-UTC -P  src > log
    
    ( I had actually used 20021114 + 900 (JST).)
  2. open ts version
    cd src
    tar zxf macppc-021114.tar.gz
    
  3. Some changes are necessary outside of above tar file.
    foreach i ( 20021114/?)
       patch -s -p0 < $i
       end
    
  4. Machine with CUDA chip, like OF 1/2 machines, this needs for reading Real Time Clock correctly. See toolchain PR: PR/16678
    patch -s -p0 <  adb-20021109
    
  5. (This is included only on 20021112ts)
    patch -s -p0 < zs.c patch
  6. /etc/mk.conf (see man mk.conf), may need following lines.
    CWARNFLAGS+=   -fno-strict-aliasing
    TOOLCHAIN_MISSING=no
    
build.sh
cd ..
setenv DESTDIR      `pwd`/d
setenv RELEASEDIR   `pwd`/r
cd src
time ./build.sh -D $DESTDIR -R $RELEASEDIR > & log-1
Failed:
/export-n/20021114ts/src/lib/libc/rpc/rpc_com.h(72): syntax error [249]
/export-n/20021114ts/src/lib/libc/rpc/rpc_com.h(72): incomplete or misplaced function definition [22]
/export-n/20021114ts/src/lib/libc/rpc/rpc_com.h(77): syntax error [249]
Wednesday, 12-Mar-2008 19:52:56 JST
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Apache/2.0.65 (Unix) mod_ssl/2.0.65 OpenSSL/1.0.1g DAV/2 PHP/5.4.26
Count.cgi
(since 2002/11/11)