Re: Buildworld problem in 5.1-CURRENT

2003-07-25 Thread Christopher Johnson
On Fri, 25 Jul 2003, Craig Rodrigues wrote: > On Fri, Jul 25, 2003 at 08:13:58AM -0700, Christopher Johnson wrote: > > I cvsup'ed this morning and buildworld failed: > > > > ... > > > > ===> lib/libpam/modules/pam_echo > > cc -O2 -pipe -march=pentiumpro > > > Wh

Re: Buildworld problem in 5.1-CURRENT

2003-07-25 Thread Craig Rodrigues
On Fri, Jul 25, 2003 at 08:13:58AM -0700, Christopher Johnson wrote: > I cvsup'ed this morning and buildworld failed: > > ... > > ===> lib/libpam/modules/pam_echo > cc -O2 -pipe -march=pentiumpro What is in your /etc/make.conf? I do not think that -O2 is supporte

Re: buildworld problem (source cvsup around 10:00pm march 30)

2003-03-31 Thread Sergey A. Osokin
On Mon, Mar 31, 2003 at 01:25:37AM -0800, John Stockdale wrote: > I'm running FreeBSD 5.0-CURRENT, and just updated my source tree from > cvsup10.freebsd.org about 3 hours ago. Upon make buildworld, the make > runs fine for about an hour, then spits out: > > ===> etc > ===> etc/sendmail > make: d

Re: buildworld problem.

2001-07-15 Thread Joerg Wunsch
"David O'Brien" <[EMAIL PROTECTED]> wrote: >> -cn: No such file or directory >> *** Error code 1 > I would run ``type gzip'' or ``which gzip''. It seems either you've > done something to your gzip binary, or there is a commit that broke > it that I've missed. That's typical behaviour for the m

Re: buildworld problem.

2001-07-15 Thread Kris Kennaway
On Sun, Jul 15, 2001 at 02:48:27PM -0400, Chris Collins wrote: > Here is what I get when I do a which. I don't think that there is anything > wrong with my gzip binary. I use it almost everyday. I'll think that I > will re-install it just to be sure. > > > bsduser# which gzip > /sbin/gzip > bsdu

Re: buildworld problem.

2001-07-15 Thread David O'Brien
On Sun, Jul 15, 2001 at 02:48:27PM -0400, Chris Collins wrote: > Here is what I get when I do a which. I don't think that there is anything > wrong with my gzip binary. I use it almost everyday. I'll think that I > will re-install it just to be sure. ... > > > gzip -cn /usr/src/lib/libcom_err/../

Re: buildworld problem.

2001-07-15 Thread Chris Collins
Here is what I get when I do a which. I don't think that there is anything wrong with my gzip binary. I use it almost everyday. I'll think that I will re-install it just to be sure. bsduser# which gzip /sbin/gzip bsduser# 2:40PM up 4 days, 13:46, 3 users, load averages: 0.10, 0.37, 1.24 On

Re: buildworld problem.

2001-07-15 Thread David O'Brien
On Sun, Jul 15, 2001 at 11:22:02AM -0400, Chris Collins wrote: > ===> lib/libcom_err > gzip -cn /usr/src/lib/libcom_err/../../contrib/com_err/com_err.3 > > com_err.3.gz > -cn: No such file or directory > *** Error code 1 I would run ``type gzip'' or ``which gzip''. It seems either you've done so

Re: buildworld problem.

2001-07-15 Thread Chris Collins
Hello I have tried another cvsup today and then tried a buildworld again. Now I am getting a new error message. Does anybody know how to resolve this error? Thanks -- >>> stage 4: building everything..