Subject: -current build release problem
To: None <port-hpcmips@netbsd.org>
From: Alexander Bochmann <ab@lists.gxis.de>
List: port-hpcmips
Date: 06/07/2003 09:41:00
Hi,

I tried to cross-build a hpcmips system from 
current sources. build.sh distribution runs fine, 
but build.sh release breaks in sysinst:

sed "s/@@VERSION@@/1.6T/" /space/z50/src/distrib/utils/sysinst/arch/hpcmips/../../msg.mi.en /space/z50/src/distrib/utils/sysinst/arch/hpcmips/msg.md.en /space/z50/src/distrib/utils/sysinst/arch/hpcmips/../../msg.mbr.en msgtouch |  awk -f /space/z50/src/distrib/utils/sysinst/arch/hpcmips/../../unif.awk -v defines="" > msg.def
MSGDEF=/space/z50/cross/share/misc /space/z50/src/cross/bin/nbmsgc msg.def
msg.def:245: illegal character: .
msg.def:245: syntax error
*** Error code 1

Stop.
nbmake: stopped in /space/z50/src/distrib/miniroot/obj.hpcmips/sysinst
*** Error code 1

Line 245 of msg.def is ".if 0", which I guess 
shouldn't be there...

Alex.