From owner-freebsd-current Mon Sep 18 13:37:35 1995 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA01158 for current-outgoing; Mon, 18 Sep 1995 13:37:35 -0700 Received: from pelican.com (pelican.com [134.24.4.62]) by freefall.freebsd.org (8.6.12/8.6.6) with SMTP id NAA01144 for ; Mon, 18 Sep 1995 13:37:27 -0700 Received: from puffin.pelican.com by pelican.com with smtp (Smail3.1.28.1 #5) id m0sumwK-000K2mC; Mon, 18 Sep 95 13:37 WET DST Received: by puffin.pelican.com (Smail3.1.29.1 #9) id m0sumwK-0000ReC; Mon, 18 Sep 95 13:37 PDT Message-Id: From: pete@puffin.pelican.com (Pete Carah) Subject: stable ebones, sup last Sat... To: current@freebsd.org Date: Mon, 18 Sep 1995 13:37:20 -0700 (PDT) X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 1765 Sender: owner-current@freebsd.org Precedence: bulk did this: --------------------------------------------------------------------- cc -O -DDES_ENCRYPT -DKRBDES_ENCRYPT -I/u3/home/pete/src-2.0/eBones/des/include -I/u3/home/pete/src-2.0/eBones/des/../include -DAUTHENTICATE -I/u3/home/pete/src-2.0/eBones/des/../../include -Wall -I/u3/home/pete/src-2.0/eBones/des/../../include -Wall -c /u3/home/pete/src-2.0/eBones/des/ecb_enc.c -o ecb_enc.o In file included from /u3/home/pete/src-2.0/eBones/des/ecb_enc.c:9: /u3/home/pete/src-2.0/eBones/des/include/spr.h:10: warning: missing braces around initializer for `des_SPtrans[0]' cc -O -DDES_ENCRYPT -DKRBDES_ENCRYPT -I/u3/home/pete/src-2.0/eBones/des/include -I/u3/home/pete/src-2.0/eBones/des/../include -DAUTHENTICATE -I/u3/home/pete/src-2.0/eBones/des/../../include -Wall -I/u3/home/pete/src-2.0/eBones/des/../../include -Wall -c /u3/home/pete/src-2.0/eBones/des/enc_read.c -o enc_read.o In file included from /u3/home/pete/src-2.0/eBones/des/include/des_locl.h:9, from /u3/home/pete/src-2.0/eBones/des/enc_read.c:12: /u3/home/pete/src-2.0/eBones/des/include/des.h:102: conflicting types for `crypt' /u3/home/pete/src-2.0/eBones/des/../../include/unistd.h:108: previous declaration of `crypt' *** Error code 1 Stop. *** Error code 1 Stop. --------------------------------------------------------------------- US ebones: The warning in spr.h may not be a problem but the other is. This was part of a proper make world with -DMAKE_EBONES and -DNOLKM I don't see any other mail. This was overlaying a -current of about 3 weeks before. Make world may be missing a critical 'beforeinstall' or have the lib changes to ebones made it into 'stable' and caused this? (or the reverse - is stable's ebones a reversion from current of 3 wks ago?) -- Pete