Date: Wed, 7 May 1997 16:58:07 +0200 From: Ollivier Robert <roberto@keltia.freenix.fr> To: "FreeBSD Current Users' list" <freebsd-current@FreeBSD.ORG> Subject: #include problem breaks current Message-ID: <19970507165807.23499@keltia.freenix.fr>
next in thread | raw e-mail | index | archive | help
make world is failing in libc, probably because of changes in #include by
the following commit:
------------------------------------------------------------
revision 1.7
date: 1997/05/07 02:27:17; author: eivind; state: Exp; lines: +3 -1
Make a lot of include-files self-contained. I excluded the patches changing
int's to gid_t and uid_t - should I commit these, too?
Closes PR misc/2625.
Submitted by: Julian Assange <proff@iq.org>
------------------------------------------------------------
cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -D__DBINTERFACE_PRIVATE -DPOSIX_MISTAKE -I/src/src/lib/libc/../libc/locale -DYP -c /src/src/lib/libc/../libc/yp/yplib.c -o yplib.o
In file included from /usr/include/rpcsvc/ypclnt.h:36,
from /src/src/lib/libc/../libc/yp/yplib.c:65:
/usr/include/rpcsvc/yp_prot.h:79: warning: `YPPROG' redefined
/usr/include/rpcsvc/yp.h:237: warning: this is the location of the previous definition
/usr/include/rpcsvc/yp_prot.h:80: warning: `YPVERS' redefined
/usr/include/rpcsvc/yp.h:260: warning: this is the location of the previous definition
/usr/include/rpcsvc/yp_prot.h:82: warning: `YPMAXRECORD' redefined
/usr/include/rpcsvc/yp.h:10: warning: this is the location of the previous definition
...
/usr/include/rpcsvc/yp_prot.h:242: redefinition of `struct ypbind_binding'
/usr/include/rpcsvc/yp_prot.h:247: redefinition of `struct ypbind_resp'
/usr/include/rpcsvc/yp_prot.h:263: redefinition of `struct ypbind_setdom'
/usr/include/rpcsvc/yp_prot.h:290: redefinition of `struct yppushresp_xfr'
/src/src/lib/libc/../libc/yp/yplib.c: In function `_yp_dobind':
/src/src/lib/libc/../libc/yp/yplib.c:329: structure has no member named `ypbind_resp_u'
/src/src/lib/libc/../libc/yp/yplib.c:331: structure has no member named `ypbind_
...
/src/src/lib/libc/../libc/yp/yplib.c: In function `yp_maplist':
/src/src/lib/libc/../libc/yp/yplib.c:930: structure has no member named `stat'
/src/src/lib/libc/../libc/yp/yplib.c:931: structure has no member named `maps'
*** Error code 1
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
845.60 real 482.81 user 123.79 sys
Sources from
CTM_BEGIN 2.0 cvs-cur 3279 1997/05/07 05:10:23
--
Ollivier ROBERT -=- FreeBSD: There are no limits -=- roberto@keltia.freenix.fr
FreeBSD keltia.freenix.fr 3.0-CURRENT #8: Wed May 7 13:25:41 CEST 1997
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19970507165807.23499>
