I am trying to build the 4_8-STABLE iso on a RELENG_4 machine, and it
errors out with the following error in sysinstall - I think that this
is a problem with doing a RELENG_4 -> RELENG_4_8 build... there was
some mail about this being a problem with the RELENG_4_8 -> RELENG_4_8
upgrade in July, so this is likely some leftover cruft. I am trying
to build a RELENG_4 iso right now to make sure that I can still do
that...
keymap.h:1883: (near initialization for
`keymap_finnish_cp850.key[102].map[1]')
keymap.h:2004: `PASTE' undeclared here (not in a function)
keymap.h:2004: initializer element is not constant
keymap.h:2004: (near initialization for
`keymap_finnish_iso.key[102].map[1]')
keymap.h:2125: `PASTE' undeclared here (not in a function)
keymap.h:2125: initializer element is not constant
keymap.h:2125: (near initialization for `keymap_fr_iso.key[102].map[1]')
keymap.h:2246: `PASTE' undeclared here (not in a function)
keymap.h:2246: initializer element is not constant
keymap.h:2246: (near initialization for `keymap_fr_iso_acc.key[102].map[1]')
keymap.h:2367: `PASTE' undeclared here (not in a function)
keymap.h:2367: initializer element is not constant
keymap.h:2367: (near initialization for
`keymap_german_cp850.key[102].map[1]')
*** Error code 1
Stop in /usr/src/release/sysinstall.
*** Error code 1
Stop in /usr/obj/usr/src/release/boot_crunch.
*** Error code 1
Stop in /usr/src/release.
*** Error code 1
Stop in /usr/src/release.
3927.497u 922.968s 1:48:08.54 74.7% 1065+145k 129459+20778io 174376pf+0w
netcom1# ^Dexit
Script done on Thu Aug 14 07:49:15 2003
X-Original-To: mvh@localhost
From: Mike Harding <mvh@ix.netcom.com>
Date: Thu, 14 Aug 2003 06:18:10 -0700 (PDT)
Sender: owner-freebsd-stable@freebsd.org
X-Spam-Status: No, hits=-5.3 required=5.0
tests=AWL,BAYES_00
version=2.55
X-Spam-Level:
X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp)
I've built RELENG_4 isos no problem, is there a trick to building the
RELENG_4_8 isos? I am building the 'miniinst' disk - that is, with
the release, docs, and a port tree, but no ports. This is so I can do
a fresh install without having to update the world... I am using a
script that looks like this...
#!/bin/sh
rm -rf /usr/obj
cd /usr/src
make -DNOCLEAN world kernel
cd /usr/src/release
make release CHROOTDIR=/usr/release \
CVSROOT=/usr/mirror/ncvs \
RELEASETAG=RELENG_4_8 -DMAKE_ISOS DOC_LANG=en_US.ISO8859-1
...this works fine for RELENG_4 but I haven't gotten it to work yet
for RELENG_4_8...
Thanks,
Mike H.
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to
"freebsd-stable-unsubscribe@freebsd.org"