Re: Recent -STABLE dying on install in opencrypto

2002-11-21 Thread John Merryweather Cooper
Nope.  I tried again (actually, this is the fifth build attempt) with
identical results.  :)  I've done a "make update" before each build and
it breaks the same way each time (the last two builds have modified
nothing in the world/kernel tree).

jmc

On Thu, 2002-11-21 at 20:30, Kris Kennaway wrote:
> On Thu, Nov 21, 2002 at 08:16:05PM -0800, John Merryweather Cooper wrote:
> > It looks like there's an error in the install routines for opencrypto. 
> > Everything builds fine, but the installworld results in:
> 
> This was only MFCed about 2 hours ago.  You might have cvsupped in the
> middle of the change.  Please wait a few hours and try again.
> 
> Kris
-- 
John Merryweather Cooper <[EMAIL PROTECTED]>
University of Idaho


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: Recent -STABLE dying on install in opencrypto

2002-11-21 Thread Sam Leffler
> I am seeing the same problem. I seem to have everything locally that was
> committed (based on whats at cvs-all)
>

Should be fixed; collect an updated copy of etc/mtree/BSD.include.dist
(missed MFC'ing this and my test system already had /usr/include/crypto).

Sam


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: Recent -STABLE dying on install in opencrypto

2002-11-21 Thread Sam Leffler
Sigh, my bad.  Will fix it.

Sam

- Original Message -
From: "Mike Tancsa" <[EMAIL PROTECTED]>
To: "Kris Kennaway" <[EMAIL PROTECTED]>
Cc: "John Merryweather Cooper" <[EMAIL PROTECTED]>; "FreeBSD Stable"
<[EMAIL PROTECTED]>
Sent: Thursday, November 21, 2002 9:05 PM
Subject: Re: Recent -STABLE dying on install in opencrypto


>
> I am seeing the same problem. I seem to have everything locally that was
> committed (based on whats at cvs-all)
>
> cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444
> netatm/spans/*.h  /usr/include/netatm/spans
> cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444
> netatm/uni/*.h  /usr/include/netatm/uni
> cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444
> ufs/ffs/*.h  /usr/include/ufs/ffs
> cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444
> ufs/mfs/*.h  /usr/include/ufs/mfs
> cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444
> ufs/ufs/*.h  /usr/include/ufs/ufs
> cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444
> opencrypto/*.h  /usr/include/crypto
> usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
> [-o owner] file1 file2
> install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
> [-o owner] file1 ... fileN directory
> install -d [-v] [-g group] [-m mode] [-o owner] directory ...
> *** Error code 64
>
> Stop in /usr/src/include.
> *** Error code 1
>
> Stop in /usr/src.
> *** Error code 1
>
> Stop in /usr/src.
> *** Error code 1
>
> Stop in /usr/src.
> *** Error code 1
>
> Stop in /usr/src.
>
> At 08:30 PM 11/21/2002 -0800, Kris Kennaway wrote:
> >On Thu, Nov 21, 2002 at 08:16:05PM -0800, John Merryweather Cooper wrote:
> > > It looks like there's an error in the install routines for opencrypto.
> > > Everything builds fine, but the installworld results in:
> >
> >This was only MFCed about 2 hours ago.  You might have cvsupped in the
> >middle of the change.  Please wait a few hours and try again.
> >
> >Kris
>
> 
> Mike Tancsa,tel +1 519 651 3400
> Sentex Communications,   [EMAIL PROTECTED]
> Providing Internet since 1994www.sentex.net
> Cambridge, Ontario Canada   www.sentex.net/mike
>
>
>


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: Recent -STABLE dying on install in opencrypto

2002-11-21 Thread Mike Tancsa

I am seeing the same problem. I seem to have everything locally that was 
committed (based on whats at cvs-all)

cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444 
netatm/spans/*.h  /usr/include/netatm/spans
cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444 
netatm/uni/*.h  /usr/include/netatm/uni
cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444 
ufs/ffs/*.h  /usr/include/ufs/ffs
cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444 
ufs/mfs/*.h  /usr/include/ufs/mfs
cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444 
ufs/ufs/*.h  /usr/include/ufs/ufs
cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444 
opencrypto/*.h  /usr/include/crypto
usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
   [-o owner] file1 file2
   install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
   [-o owner] file1 ... fileN directory
   install -d [-v] [-g group] [-m mode] [-o owner] directory ...
*** Error code 64

Stop in /usr/src/include.
*** Error code 1

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

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

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

Stop in /usr/src.

At 08:30 PM 11/21/2002 -0800, Kris Kennaway wrote:
On Thu, Nov 21, 2002 at 08:16:05PM -0800, John Merryweather Cooper wrote:
> It looks like there's an error in the install routines for opencrypto.
> Everything builds fine, but the installworld results in:

This was only MFCed about 2 hours ago.  You might have cvsupped in the
middle of the change.  Please wait a few hours and try again.

Kris



Mike Tancsa,  	  tel +1 519 651 3400
Sentex Communications, 			  [EMAIL PROTECTED]
Providing Internet since 1994www.sentex.net
Cambridge, Ontario Canada			  www.sentex.net/mike


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message