From owner-freebsd-current Fri Jan 1 22:01:07 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA13617 for freebsd-current-outgoing; Fri, 1 Jan 1999 22:01:07 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from lamb.sas.com (lamb.sas.com [192.35.83.8]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA13612 for ; Fri, 1 Jan 1999 22:01:05 -0800 (PST) (envelope-from jwd@unx.sas.com) Received: from mozart (mozart.unx.sas.com [192.58.184.8]) by lamb.sas.com (8.9.1/8.9.1) with SMTP id BAA27778 for ; Sat, 2 Jan 1999 01:00:42 -0500 (EST) Received: from bb01f39.unx.sas.com by mozart (5.65c/SAS/Domains/5-6-90) id AA00263; Sat, 2 Jan 1999 01:00:41 -0500 Received: (from jwd@localhost) by bb01f39.unx.sas.com (8.9.1/8.9.1) id BAA23383 for freebsd-current@freebsd.org; Sat, 2 Jan 1999 01:00:36 -0500 (EST) (envelope-from jwd) From: "John W. DeBoskey" Message-Id: <199901020600.BAA23383@bb01f39.unx.sas.com> Subject: make release failure (sysinstall/disks.c) To: freebsd-current@FreeBSD.ORG Date: Sat, 2 Jan 1999 01:00:36 -0500 (EST) X-Mailer: ELM [version 2.4ME+ PL38 (25)] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, We seem to be missing a declaration (or two).... /usr/src/release/sysinstall/disks.c: In function `diskPartitionWrite': /usr/src/release/sysinstall/disks.c:649: `boot1' undeclared (first use this function) /usr/src/release/sysinstall/disks.c:649: (Each undeclared identifier is reported only once /usr/src/release/sysinstall/disks.c:649: for each function it appears in.) /usr/src/release/sysinstall/disks.c:649: `boot2' undeclared (first use this function) *** Error code 1 with the code in question being: #ifdef __alpha__ Set_Boot_Blocks(d, boot1, NULL); #else Set_Boot_Blocks(d, boot1, boot2); #endif Thanks for looking at this! John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message