[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

OpenBSD 3.1-stable build fails in /usr/src/sbin/raidctl



From: Paul L. Suh <psuh@apple.com>
Date: Thu Jun 20, 2002  12:06:31 PM US/Eastern
To: misc@openbsd.org
Subject: OpenBSD 3.1-stable build fails in /usr/src/sbin/raidctl

Hello all,

I'm trying to build an OpenBSD 3.1-stable system on i386. I downloaded 
the 3.1 release snapshots to a local FTP server, the last mod dates are 
May 19, 2002. I booted using the bsd.rd kernel and wiped the drive using 
the disklabel process, then installed the everything-but-X Windows 
setup. This should get me to a clean, OpenBSD 3.1 base system, am I 
correct?

I then got the 3.1-stable sources via AnonCVS, using:

	cd /usr
	cvs -d anoncvs@anoncvs.usa.openbsd.org:/cvs co -P -r OPENBSD_3_1 src

This should get me the OpenBSD 3.1-stable sources. I then followed the 
instructions in the upgrade mini-faq for upgrading from 3.1, creating 
the new groups, setting permissions, etc.

I built a new kernel using GENERIC and installed it and rebooted, and as 
part of the dmesg got "OpenBSD 3.1-stable (GENERIC) #0: Wed Jun 19 
13:26:42 EDT 2002". I then cd'd into /usr/src and did a "make build".

After about six or seven hours, the build fails in /usr/src/sbin/raidctl 
with the following error:

	cc -O2     -DRF_UTILITY=1 
-I/usr/src/sbin/raidctl/../../sys/dev/raidframe -c rf_configure.c
	rf_configure.c:53: ansidecl.h: No such file or directory
	*** Error code 1

	Stop in /usr/src/sbin/raidctl.

I searched the mailing list archives and came up with this message, but 
I don't think it applies to me -- I'm building -stable up from a base 
distribution installation.

	<http://www.sigmasoft.com/~openbsd/archive/openbsd-
tech/200205/msg00208.html>

Can anyone please tell me what I'm doing wrong?


--Paul