Sean McNeil wrote:
> The following error occurs building -stable on amd64:
>
> make -sj2 buildworld && make -sj2 buildkernel
> ...
> ===> bce (all)
> /usr/src/sys/modules/bce/../../dev/bce/if_bce.c: In function
> `bce_rx_intr':
> /usr/src/sys/modules/bce/../../dev/bce/if_bce.c:4093: error: structu
The following error occurs building -stable on amd64:
make -sj2 buildworld && make -sj2 buildkernel
...
===> bce (all)
/usr/src/sys/modules/bce/../../dev/bce/if_bce.c: In function
`bce_rx_intr':
/usr/src/sys/modules/bce/../../dev/bce/if_bce.c:4093: error: structure
has no member named `rxcycles'
/
> Robert Uzzi schrieb:
>> Can someone shed some light on the following error?
>>
>> rm -f .depend GPATH GRTAGS GSYMS GTAGS
>> CC=cc make -f ../../../dev/aic7xxx/aicasm/Makefile
>> MAKESRCPATH=../../../dev/aic7xxx/aicasm
>> Warning: Object directory not changed from original
>> /usr/src/sys/i386/com
Robert Uzzi schrieb:
Can someone shed some light on the following error?
rm -f .depend GPATH GRTAGS GSYMS GTAGS
CC=cc make -f ../../../dev/aic7xxx/aicasm/Makefile
MAKESRCPATH=../../../dev/aic7xxx/aicasm
Warning: Object directory not changed from original
/usr/src/sys/i386/compile/CUSTOM-SMP
cc -
Can someone shed some light on the following error?
rm -f .depend GPATH GRTAGS GSYMS GTAGS
CC=cc make -f ../../../dev/aic7xxx/aicasm/Makefile
MAKESRCPATH=../../../dev/aic7xxx/aicasm
Warning: Object directory not changed from original
/usr/src/sys/i386/compile/CUSTOM-SMP
cc -O2 -fno-strict-aliasing
On Wed, Jan 12, 2005 at 05:19:14PM -0800, Ade Lovett wrote:
Your src/ tree is not up to date, or has been otherwise mangled.
The commit that added KB_CONF_NO_PROBE_TEST touched two files:
Yes. My cvs repo got mangled.
Either cvsup or the (not-FreeBSD) OS it's hosted on mangled something.
Unfortuna
On Thu, Jan 13, 2005 at 11:51:24AM +1100, I wrote:
Recent cvsup with cvs up.
Removed /usr/obj/.../src/sys/GENERIC.
(cd /usr/src; make kernel) dies with
/d2/FreeBSD/root/5-stable/usr/src/sys/dev/kbd/atkbd.c:1120: error:
`KB_CONF_NO_PROBE_TEST' undeclared (first use in this function)
/d2/FreeBSD/ro
Christopher Vance wrote:
The only file mentioning KB_CONF_NO_PROBE_TEST in any version appears
to be src/sys/dev/kbd/atkbd.c, with no definition anywhere.
Your src/ tree is not up to date, or has been otherwise mangled.
The commit that added KB_CONF_NO_PROBE_TEST touched two files:
[EMAIL PROTECTED
Recent cvsup with cvs up.
Removed /usr/obj/.../src/sys/GENERIC.
(cd /usr/src; make kernel) dies with
cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -Wall
-Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes
-Wpointer-arith -Winline -Wcast-qual -fformat-extension
in message <[EMAIL PROTECTED]>,
wrote Roelof Osinga thusly...
>
> cc -O -pipe -march=pentiumpro -D_KERNEL -Wall -Wredundant-decls
> -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith
> -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I-
> -I. -I@
faSty wrote:
> ah you says so. I did it on one of my rack DNS server. I managed get
> kernel compiled without any error. sorry i tried help you anyway.
Oh no, don't be. Any help is always welcome!
But I did notice one thing and that is that the good compiles were done just
after the 2002.07.05 c
ah you says so. I did it on one of my rack DNS server. I managed get
kernel compiled without any error. sorry i tried help you anyway.
-fasty
On Wed, Jul 10, 2002 at 10:25:52AM +0200, Roelof Osinga wrote:
> faSty wrote:
> >no no you need clean up in /usr/src/sys/i386/compile/NISSER (type make
faSty wrote:
> no no you need clean up in /usr/src/sys/i386/compile/NISSER (type make clean)
> then cd /usr/src/sys/i386/conf and config NISSER then cd ../../compile/NISSER
> lastly make depend
Make absolutely no difference whatsoever. Still get stuck on that linux code. But
how the heck it ever
> Christoph Sold:
> to learn how to conifgure and compile a kernel.
i've done lots of kernels, to play around, get features i wanted and throw
out those i didn't need. but i may have patched the sources of the kernel
to death by following every security advisory (eg. the tcp-sequence patch,
the
clemensF schrieb:
>
> > Kris Kennaway:
>
> > Please read the handbook for the relevant information on how to
> > download, compile and upgrade FreeBSD.
>
> i did. it does not answer the question.
Well, then read again. Possible causes are
- you downloaded the wrong sources (there are lots o
I am sure someone is working on this. One way to fix the problem is to
include the reference to the miibus.h file in the Makefile for the
module and to use
device miibus
device wx
in your config file if you include the device there. wx was recently
(today) modified to use miibus but the Makefile
16 matches
Mail list logo