From owner-freebsd-stable@FreeBSD.ORG Thu Aug 14 08:08:51 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CDDC37B401; Thu, 14 Aug 2003 08:08:51 -0700 (PDT) Received: from pintail.mail.pas.earthlink.net (pintail.mail.pas.earthlink.net [207.217.120.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56F5043FBD; Thu, 14 Aug 2003 08:08:50 -0700 (PDT) (envelope-from mvh@ix.netcom.com) Received: from lsanca1-ar6-4-62-201-173.lsanca1.elnk.dsl.genuity.net ([4.62.201.173] helo=netcom1.netcom.com) by pintail.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 19nJib-000664-00; Thu, 14 Aug 2003 08:08:49 -0700 Received: by netcom1.netcom.com (Postfix, from userid 1000) id B88FE532E; Thu, 14 Aug 2003 08:08:41 -0700 (PDT) From: Mike Harding To: mvh@ix.netcom.com In-reply-to: <20030814131810.AB1FB532E@netcom1.netcom.com> (message from Mike Harding on Thu, 14 Aug 2003 06:18:10 -0700 (PDT)) References: <20030814131810.AB1FB532E@netcom1.netcom.com> Message-Id: <20030814150841.B88FE532E@netcom1.netcom.com> Date: Thu, 14 Aug 2003 08:08:41 -0700 (PDT) cc: stable@freebsd.org Subject: Re: RELENG_4_8 isos? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Aug 2003 15:08:51 -0000 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 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"