Re: i386 compilation errors in head/sys/dev/ixl/if_ixl.c

2014-08-29 Thread Bjoern A. Zeeb
On 29 Aug 2014, at 13:33 , David Wolfskill wrote: > On Fri, Aug 29, 2014 at 12:55:40PM +, Bjoern A. Zeeb wrote: >> >> On 29 Aug 2014, at 12:02 , Steven Hartland wrote: >> >>> Looks like this was already fixed by: >>> http://svnweb.freebsd.org/changeset/base/270799 >> >> Yes, just before

Re: i386 compilation errors in head/sys/dev/ixl/if_ixl.c

2014-08-29 Thread David Wolfskill
On Fri, Aug 29, 2014 at 12:55:40PM +, Bjoern A. Zeeb wrote: > > On 29 Aug 2014, at 12:02 , Steven Hartland wrote: > > > Looks like this was already fixed by: > > http://svnweb.freebsd.org/changeset/base/270799 > > Yes, just before I closed the bugreport. > > There?s a few more follow-up co

Re: i386 compilation errors in head/sys/dev/ixl/if_ixl.c

2014-08-29 Thread Bjoern A. Zeeb
On 29 Aug 2014, at 12:02 , Steven Hartland wrote: > Looks like this was already fixed by: > http://svnweb.freebsd.org/changeset/base/270799 Yes, just before I closed the bugreport. There’s a few more follow-up commits that (if I didn’t screw up) should make things at least compile now. To wh

Re: i386 compilation errors in head/sys/dev/ixl/if_ixl.c

2014-08-29 Thread Steven Hartland
Looks like this was already fixed by: http://svnweb.freebsd.org/changeset/base/270799 Regards Steve - Original Message - From: "David Shao" To: Sent: Friday, August 29, 2014 6:38 AM Subject: i386 compilation errors in head/sys/dev/ixl/if_ixl.c Compilation error

i386 compilation errors in head/sys/dev/ixl/if_ixl.c

2014-08-29 Thread David Shao
Compilation errors occur in head/sys/dev/ixl/if_ixl.c on i386 for FreeBSD 11-current for the following: In function ixl_print_debug_info() printf("Queue irqs = %lx\n", que->irqs); printf("AdminQ irqs = %lx\n", pf->admin_irq); ... printf(&

compilation errors on AlphaServer DS20

2001-06-23 Thread La Place
I got an AlphaServer DS20 and is tracking -CURRENT. Whenever I try to compile the kernel, it complains: #/usr/sbin/config TEST ../../conf/files: coda/coda_fbsd.c must be optional, mandatory or standard Your version of config(8) is out of sync with your kernel source. so I try to update config

Re: sys/mutex.h - compilation errors

2000-12-08 Thread Jake Burkholder
> On Fri, Dec 08, 2000 at 03:37:46AM -0800, Jake Burkholder wrote: > > > > > > I cvsuped src , built world and tried to compile a new kernel. > > > Presently compilation fails with error in ASM line 601 in ../../sys/mutex.h. > > > > > > Any ideas? > > > > > > (that code seems to be used by i4b

Re: sys/mutex.h - compilation errors

2000-12-08 Thread Christoph Kukulies
On Fri, Dec 08, 2000 at 03:37:46AM -0800, Jake Burkholder wrote: > > > > I cvsuped src , built world and tried to compile a new kernel. > > Presently compilation fails with error in ASM line 601 in ../../sys/mutex.h. > > > > Any ideas? > > > > (that code seems to be used by i4b sppp routines)

Re: sys/mutex.h - compilation errors

2000-12-08 Thread Jake Burkholder
> > I cvsuped src , built world and tried to compile a new kernel. > Presently compilation fails with error in ASM line 601 in ../../sys/mutex.h. > > Any ideas? > > (that code seems to be used by i4b sppp routines) This should be fixed, or at least worked around for a while. Re-cvsup and try

sys/mutex.h - compilation errors

2000-12-08 Thread Christoph Kukulies
I cvsuped src , built world and tried to compile a new kernel. Presently compilation fails with error in ASM line 601 in ../../sys/mutex.h. Any ideas? (that code seems to be used by i4b sppp routines) -- Chris Christoph P. U. Kukulies [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL P

RE: Compilation Errors

2000-09-23 Thread John Baldwin
On 24-Sep-00 Justin Thomas wrote: > I am trying to compile (make buildworld) the latest CURRENT version of > FreeBSD (5). I keep getting an error when it trys to build "libdisk" > about something being redefined or something. This is quite a ways into > the build process. Is anyone familiar wi

Compilation Errors (libdisk)

2000-09-23 Thread Justin Thomas
Attached is the end of the .out file where my error occurs. Thanks for any help. ~Justin ===> libdevstat cc -O -pipe -I/usr/src/lib/libdevstat -I/usr/src/lib/libdevstat/../../sys -I/usr/obj/usr/src/i386/usr/include -c /usr/src/lib/libdevstat/devstat.c -o devstat.o building standard devstat l

Compilation Errors

2000-09-23 Thread Justin Thomas
I am trying to compile (make buildworld) the latest CURRENT version of FreeBSD (5). I keep getting an error when it trys to build "libdisk" about something being redefined or something. This is quite a ways into the build process. Is anyone familiar with this error? Thanks, Justin To Unsub