Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Sep 1995 13:37:20 -0700 (PDT)
From:      pete@puffin.pelican.com (Pete Carah)
To:        current@freebsd.org
Subject:   stable ebones, sup last Sat...
Message-ID:  <m0sumwK-0000ReC@puffin.pelican.com>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?m0sumwK-0000ReC>