Date: Mon, 16 Oct 2006 22:00:27 +0200 From: "[LoN]Kamikaze" <LoN_Kamikaze@gmx.de> To: "O. Hartmann" <ohartman@mail.zedat.fu-berlin.de> Cc: freebsd-stable@freebsd.org Subject: Re: FBSD 6.2-PRE: todays cvsupdate break kernel build Message-ID: <4533E4DB.3070403@gmx.de> In-Reply-To: <4533DC10.9040408@mail.zedat.fu-berlin.de> References: <4533DC10.9040408@mail.zedat.fu-berlin.de>
next in thread | previous in thread | raw e-mail | index | archive | help
O. Hartmann wrote:
> Today's cvsupdate seems to break kernel build at this pint on FreeBSD
> 6.2-PRE/AMD64:
>
> awk -f /usr/src/sys/modules/ata/atapicam/../../../conf/kmod_syms.awk
> atapicam.ko export_syms | xargs -J% objcopy % atapicam.ko
> objcopy --strip-debug atapicam.ko
> ===> ath (all)
> make: don't know how to make
> /usr/src/sys/modules/ath/../../contrib/dev/ath/freebsd/ah_osdep.h. Stop
> *** Error code 2
>
> Stop in /usr/src/sys/modules.
> *** Error code 1
>
>
> Regards,
> Oliver
It might mean that there are stale object files somewhere in you source tree. Try
# find /usr/src -type f -name \*.o -exec rm {} \;
as root. That _might_ help.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4533E4DB.3070403>
