Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Sep 2001 19:12:41 -1000 (HST)
From:      Vincent Poy <vince@oahu.WURLDLINK.NET>
To:        John Baldwin <jhb@FreeBSD.org>
Cc:        <current@FreeBSD.org>
Subject:   RE: latest -current breaks kernel compiling
Message-ID:  <20010918191134.X34905-100000@oahu.WURLDLINK.NET>
In-Reply-To: <XFMail.010918084658.jhb@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 18 Sep 2001, John Baldwin wrote:

> On 18-Sep-01 Vincent Poy wrote:
> >       With the latest -current sources today, the kernel fails to build
> > after a buildworld.
>
> Doh.  Something is including sys/mutex.h or sys/sx.h w/o including sys/lock.h.
> I'll fix in a bit.

	Just wanted to let you know that with all the commits to sys from
you and various others, it's still failing at the same spot.  Thanks in
advance!

cc -c -O -pipe  -Wall -Wredundant-decls -Wnested-externs
-Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline
-Wcast-qual  -fformat-extensions -ansi -g -nostdinc -I-  -I.
-I/usr/src/sys -I/usr/src/sys/dev -I/usr/src/sys/contrib/dev/acpica
-I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/../include  -D_KERNEL
-include opt_global.h -elf  -mpreferred-stack-boundary=2
/usr/src/sys/compat/svr4/svr4_misc.c
cc -c -O -pipe  -Wall -Wredundant-decls -Wnested-externs
-Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline
-Wcast-qual  -fformat-extensions -ansi -g -nostdinc -I-  -I.
-I/usr/src/sys -I/usr/src/sys/dev -I/usr/src/sys/contrib/dev/acpica
-I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/../include  -D_KERNEL
-include opt_global.h -elf  -mpreferred-stack-boundary=2
/usr/src/sys/compat/svr4/svr4_resource.c
/usr/src/sys/compat/svr4/svr4_resource.c: In function
`svr4_sys_getrlimit':
/usr/src/sys/compat/svr4/svr4_resource.c:143: `LOCK_FILE' undeclared
(first use in this function)
/usr/src/sys/compat/svr4/svr4_resource.c:143: (Each undeclared identifier
is reported only once
/usr/src/sys/compat/svr4/svr4_resource.c:143: for each function it appears
in.)
/usr/src/sys/compat/svr4/svr4_resource.c:143: `LOCK_LINE' undeclared
(first use in this function)
/usr/src/sys/compat/svr4/svr4_resource.c: In function
`svr4_sys_setrlimit':
/usr/src/sys/compat/svr4/svr4_resource.c:191: `LOCK_FILE' undeclared
(first use in this function)
/usr/src/sys/compat/svr4/svr4_resource.c:191: `LOCK_LINE' undeclared
(first use in this function)
/usr/src/sys/compat/svr4/svr4_resource.c: In function
`svr4_sys_getrlimit64':
/usr/src/sys/compat/svr4/svr4_resource.c:241: `LOCK_FILE' undeclared
(first use in this function)
/usr/src/sys/compat/svr4/svr4_resource.c:241: `LOCK_LINE' undeclared
(first use in this function)
/usr/src/sys/compat/svr4/svr4_resource.c: In function
`svr4_sys_setrlimit64':
/usr/src/sys/compat/svr4/svr4_resource.c:289: `LOCK_FILE' undeclared
(first use in this function)
/usr/src/sys/compat/svr4/svr4_resource.c:289: `LOCK_LINE' undeclared
(first use in this function)
*** Error code 1

Stop in /usr/obj/usr/src/sys/PELE.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.


Cheers,
Vince - vince@WURLDLINK.NET - Vice President             ________   __ ____
Unix Networking Operations - FreeBSD-Real Unix for Free / / / / |  / |[__  ]
WurldLink Corporation                                  / / / /  | /  | __] ]
San Francisco - Honolulu - Hong Kong                  / / / / / |/ / | __] ]
HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[____]
Almighty1@IRC - oahu.DAL.NET Hawaii's DALnet IRC Network Server Admin



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




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