Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Sep 1999 10:49:00 -0600 (MDT)
From:      Leonard Sitongia <sitongia@cgd.ucar.edu>
To:        freebsd-current@freebsd.org
Subject:   buildworld dies on compat-43/sigcompat.c
Message-ID:  <199909301649.KAA25084@bearmtn-e0.cgd.ucar.edu>

next in thread | raw e-mail | index | archive | help

I've installed -current on an x86 laptop, and ran cvsup to update
all sources.  I build and booted a new kernel (PCCARD).  The
buildworld dies at:

cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc/include -D__DBINTERFACE_PRIVATE -DPOSIX_MISTAKE -I/usr/src/lib/libc/../libc/locale -DBROKEN_DES -DYP -c /usr/src/lib/libc/../libc/compat-43/sigcompat.c -o sigcompat.o
/usr/src/lib/libc/../libc/compat-43/sigcompat.c: In function `sigsetmask':
/usr/src/lib/libc/../libc/compat-43/sigcompat.c:66: request for member `__bits' in something not a structure or union
/usr/src/lib/libc/../libc/compat-43/sigcompat.c:68: request for member `__bits' in something not a structure or union
/usr/src/lib/libc/../libc/compat-43/sigcompat.c: In function `sigblock':
/usr/src/lib/libc/../libc/compat-43/sigcompat.c:78: request for member `__bits' in something not a structure or union
/usr/src/lib/libc/../libc/compat-43/sigcompat.c:81: request for member `__bits' in something not a structure or union
/usr/src/lib/libc/../libc/compat-43/sigcompat.c: In function `sigpause':
/usr/src/lib/libc/../libc/compat-43/sigcompat.c:91: request for member `__bits' in something not a structure or union
*** Error code 1

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

Can someone shed some light on this?

thanks
==Leonard

(I'm on the list as sitongia@uswest.net although I'm sending this from
work right now...)


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?199909301649.KAA25084>