Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jul 2002 10:45:42 +0200
From:      David =?iso-8859-1?Q?Sieb=F6rger?= <drs@rucus.ru.ac.za>
To:        Brian Astill <bastill@sa.apana.org.au>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: make(kernel 4.6) broken?
Message-ID:  <20020730084542.GA3739@rucus.ru.ac.za>
In-Reply-To: <200207300734.g6U7YiL40127@tierzero.apana.org.au>
References:  <200207300734.g6U7YiL40127@tierzero.apana.org.au>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue 2002-07-30 (17:09), Brian Astill wrote:
> I configured/make depend without error, then make:
> /usr/src/sys/compile/NOAPM/../../dev/usb/umass.c(.text+0x14be): undefined 
> reference to `xpt_create_path'
[snip]
> *** Error code 1
> Stop in /usr/src/sys/compile/NOAPM.
> 
> <sigh>

You have 'device umass' in your config, but it seems to me you're
missing either 'device scbus' or 'device da'.  From GENERIC:

device          umass           # Disks/Mass storage - Requires scbus and da
                    
> Workarounds, anyone?

Either remove umass, or make sure you have scbus and da.


-- 
David Siebörger
drs@rucus.ru.ac.za

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020730084542.GA3739>