Subject: problem building -current
To: None <port-macppc@netbsd.org>
From: Christian Groessler <cpg@aladdin.de>
List: port-macppc
Date: 02/12/2002 23:07:57
Hi,

I tried building -current today, and it aborts when it tries to
install ofwboot.elf:

install ===> sys/arch/macppc/stand/ofwboot
STRIP=/usr/local/tools/bin/powerpc--netbsd-strip /usr/local/tools/bin/nbinstall  -c  -r -o root -g wheel -m 444   ofwboot /usr/mdec/ofwboot
STRIP=/usr/local/tools/bin/powerpc--netbsd-strip /usr/local/tools/bin/nbinstall  -c  -r  -o root  -g wheel  -m 444  ofwboot.elf /usr/mdec/ofwboot.elf
nbinstall: ofwboot.elf: stat: No such file or directory
*** Error code 1

Stop.
nbmake: stopped in /net/swamp/zeug/netbsd-chkout/sys/arch/macppc/stand/ofwboot
*** Error code 1

Stop.
nbmake: stopped in /net/swamp/zeug/netbsd-chkout/sys/arch/macppc/stand
*** Error code 1

Stop.
nbmake: stopped in /net/swamp/zeug/netbsd-chkout/sys/arch/macppc
*** Error code 1

Stop.
nbmake: stopped in /net/swamp/zeug/netbsd-chkout/sys/arch
*** Error code 1

Stop.
nbmake: stopped in /net/swamp/zeug/netbsd-chkout/sys
*** Error code 1

Stop.
nbmake: stopped in /net/swamp/zeug/netbsd-chkout
*** Error code 1


ofwboot.elf doesn't exist, there exists a ofwboot.el1 file which is
elf file format.
If I copy the ofwboot.el1 file to ofwboot.elf and try a make install,
it later aborts, complaining that ofwboot.xcf is missing.

regards,
chris