Subject: Re: current: macppc_installboot fails on fs
To: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
From: Niels S. Eliasen <nse@delfi-konsult.com>
List: port-macppc
Date: 12/19/2007 12:27:17
Hi
Den 19/12/2007 kl. 11.39 skrev Izumi Tsutsui:

> nse@delfi-konsult.com wrote:
>
>>> Why don't you try makewrapper in $TOOLDIR?
>> this is what I get trying to find makewrapper...
>>
>> # find /usr -name "*makewrapper*" -print
>
> Didn't you read my first post?
yes I did..
but that is what I have been trying for quite a while now....
But just for good measure I did as you suggested ....

# nbmake RELEASE=current TARGET_CD_IMAGE=macppccd  
DAILY_DIR=200712170002Z fetch
Fetching distributions....
/usr/pkg/bin/rsync --include "/shared" --include "/CHANGES" --include  
"/CHANGES.prev" --include "/LAST_MINUTE" --include "/README.files" -- 
include "/macppc" --include "/shared/powerpc" -va --delete --exclude=/ 
* --exclude=Split --exclude=cdrom --exclude "/[a-z]*"  --exclude "/ 
shared/[a-z]*" rsync://rsync.NetBSD.org/NetBSD-daily/HEAD/ 
200712170002Z/ /usr/src/distrib/cdrom/download/
receiving file list ... done
./
CHANGES
CHANGES.prev
LAST_MINUTE
README.files
macppc/
macppc/INSTALL.html
macppc/INSTALL.more
macppc/INSTALL.ps
macppc/INSTALL.txt
macppc/binary/
macppc/binary/kernel/
macppc/binary/kernel/BSDSUM
macppc/binary/kernel/CKSUM
macppc/binary/kernel/MD5
macppc/binary/kernel/SHA512
macppc/binary/kernel/SYSVSUM
macppc/binary/kernel/netbsd-GENERIC.MP.gz
macppc/binary/kernel/netbsd-GENERIC.gz
macppc/binary/kernel/netbsd-GENERIC_MD.gz
macppc/binary/kernel/netbsd-GENERIC_MD.symbols.gz
macppc/binary/kernel/netbsd-INSTALL.gz
macppc/binary/kernel/netbsd-INSTALL.symbols.gz
macppc/binary/sets/
macppc/binary/sets/BSDSUM
macppc/binary/sets/CKSUM
macppc/binary/sets/MD5
macppc/binary/sets/SHA512
macppc/binary/sets/SYSVSUM
macppc/binary/sets/base.tgz
macppc/binary/sets/comp.tgz
macppc/binary/sets/etc.tgz
macppc/binary/sets/games.tgz -> ../../../shared/powerpc/games.tgz
macppc/binary/sets/kern-GENERIC.MP.tgz
macppc/binary/sets/kern-GENERIC.tgz
macppc/binary/sets/man.tgz -> ../../../shared/ALL/man.tgz
macppc/binary/sets/misc.tgz -> ../../../shared/ALL/misc.tgz
macppc/binary/sets/tests.tgz
macppc/binary/sets/text.tgz
macppc/binary/sets/xbase.tgz
macppc/binary/sets/xcomp.tgz
macppc/binary/sets/xetc.tgz -> ../../../shared/powerpc/xetc.tgz
macppc/binary/sets/xfont.tgz -> ../../../shared/powerpc/xfont.tgz
macppc/binary/sets/xserver.tgz
macppc/installation/
macppc/installation/ofwboot.elf
macppc/installation/ofwboot.xcf
macppc/installation/floppy/
macppc/installation/floppy/boot1.fs
macppc/installation/floppy/boot2.fs
shared/
shared/ALL/
shared/ALL/man.tgz
shared/ALL/misc.tgz
shared/powerpc/
shared/powerpc/games.tgz
shared/powerpc/xbase.tgz
shared/powerpc/xcomp.tgz
shared/powerpc/xetc.tgz
shared/powerpc/xfont.tgz
shared/powerpc/xserver.tgz

sent 1387 bytes  received 193898876 bytes  147061.25 bytes/sec
total size is 193871776  speedup is 1.00
#
# nbmake RELEASE=current TARGET_CD_IMAGE=macppccd
all ===> macppc_mkboothfs
all ===> macppc_installboot
fs
fs: not found
*** Error code 127

Stop.
nbmake: stopped in /usr/src/distrib/cdrom/macppc_installboot
*** Error code 1

Stop.
nbmake: stopped in /usr/src/distrib/cdrom
#


so ... same result.......


> ---
> Izumi Tsutsui