From owner-freebsd-current Wed May 7 07:59:48 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA26619 for current-outgoing; Wed, 7 May 1997 07:59:48 -0700 (PDT) Received: from mexico.brainstorm.eu.org (root@mexico.brainstorm.fr [193.56.58.253]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA26611 for ; Wed, 7 May 1997 07:59:44 -0700 (PDT) Received: from brasil.brainstorm.eu.org (brasil.brainstorm.fr [193.56.58.33]) by mexico.brainstorm.eu.org (8.8.4/8.8.4) with ESMTP id QAA20080 for ; Wed, 7 May 1997 16:59:36 +0200 Received: (from uucp@localhost) by brasil.brainstorm.eu.org (8.8.4/8.6.12) with UUCP id QAA08313 for freebsd-current@FreeBSD.ORG; Wed, 7 May 1997 16:59:18 +0200 Received: (from roberto@localhost) by keltia.freenix.fr (8.8.5/keltia-uucp-2.9) id QAA12084; Wed, 7 May 1997 16:58:07 +0200 (CEST) Message-ID: <19970507165807.23499@keltia.freenix.fr> Date: Wed, 7 May 1997 16:58:07 +0200 From: Ollivier Robert To: "FreeBSD Current Users' list" Subject: #include problem breaks current Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.67 X-Operating-System: FreeBSD 3.0-CURRENT ctm#3279 Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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 ------------------------------------------------------------ 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