Subject: Re: Can someone make a current 1.5.1 ramdisk kernel with gm0?
To: Nicholas Esborn <nick@netdot.net>
From: Makoto Fujiwara <makoto@ki.nu>
List: port-macppc
Date: 05/20/2001 21:51:20
From: Nicholas Esborn <nick@netdot.net>
Subject: Can someone make a current 1.5.1 ramdisk kernel with gm0?

This may be far away what you are looking for, but
I happen to have 1.5V ramdisk kernel with gm0 included.
This should work any machine which used to have ADB-problems,
for ADB patch included in -current since 2001-03-29.

2276362 May 20 21:11 netbsd.GENERIC_MD.gz
at
ftp://ftp.ki.nu/pub/NetBSD/arch/macppc/snapshot/20010517/binary/kernel/

The reason to have is just I have tried making snapshot (without X).
I am attaching the memo what I have done for this trial.
---
(Makoto Fujiwara)
http://www.ki.nu/software/NetBSD/iBook2/

-------------------------------------------------------------
I have started with following files.

    845180 May 17 16:17 bin.tar.gz
     46470 Feb 21 14:46 config.tar.gz
   7073998 May 17 16:20 crypto.tar.gz
   3622109 May 17 16:21 dist.tar.gz
    921151 May 17 16:22 distrib.tar.gz
    209283 May 17 16:22 etc.tar.gz
   2613840 May  7 15:52 games.tar.gz
  55602107 May 17 16:43 gnu.tar.gz
    115438 May  7 16:16 include.tar.gz
   2815783 May 17 16:45 lib.tar.gz
    496557 May 17 16:46 libexec.tar.gz
    167988 May 17 16:47 regress.tar.gz
    804617 May 17 16:48 sbin.tar.gz
   3443280 May 17 16:50 share.tar.gz
  20347318 May 17 16:59 sys.tar.gz
      5516 May  8 14:36 top-level.tar.gz
   3288632 May 17 17:02 usr.bin.tar.gz
   3224752 May 17 17:04 usr.sbin.tar.gz

     7  7:25    foreach i ( /home6/NetBSD/NetBSD-current/tar_files/src/* )
     8  8:44    cd src

    14  8:45    setenv DESTDIR /D
    15  8:45    time make build

    4977.849u 3921.533s 3:37:41.87 68.1%    0+0k 12527+310122io 24869pf+0w

    17  19:21   setenv BUILD_DONE 1
    18  19:21   setenv RELEASEDIR /usr/RELEASE
    20  19:21   mkdir /usr/RELEASE
    22  19:22   make release
    ...
/usr/src/distrib/macppc/floppies/ramdisk/../../../utils/libhack/gethost.c: In function `_gethostbyaddr':
/usr/src/distrib/macppc/floppies/ramdisk/../../../utils/libhack/gethost.c:160: argument `len' doesn't match prototype
/usr/include/netdb.h:262: prototype declaration
    ...
    23  20:26   diff -u /usr/include/netdb.h /D/usr/include/netdb.h
    24  20:27   mv /usr/include/netdb.h /usr/include/netdb.h-1.5S
    25  20:27   cp -p /D/usr/include/netdb.h /usr/include/

    27  20:28   make release

snapshot is placed at:
ftp://ftp.ki.nu/pub/NetBSD/arch/macppc/snapshot/20010517/
-----------------------------------------------------------
(end attachement)