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

Buildworld problem in 5.1-CURRENT

2003-07-25 Thread Christopher Johnson
I cvsup'ed this morning and buildworld failed: ... ===> lib/libpam/modules/pam_echo cc -O2 -pipe -march=pentiumpro -I/usr/src/lib/libpam/modules/pam_echo/../../../../contrib/openpam/include -I/usr/src/lib/libpam/modules/pam_echo/../../libpam -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wstr

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

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

2003-03-31 Thread John Stockdale
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: don't know how to make freebsd.mc. Stop *** Error code 2 1 error *** Error code

buildworld problem

2002-06-10 Thread drogoh
how do I resolve this? ===> gnu/usr.bin/groff/src/libs/libgroff c++ -O -pipe -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DHAVE_MATH_H=1 -DRET_TYPE_SRAND_IS_VOID=1 -DHAVE_SYS_NERR=1 -DHAVE_SYS_ERRLIST=1 -DHAVE_CC_LIMITS_H=1 -DRE

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..

buildworld problem.

2001-07-14 Thread Chris Collins
Hello All I have just cvsuped and now I am trying to make buildworld with no luck. I'm getting the following error and I have no idea where to begin to fix this. The only thing I have tried is running cvsup again from another cvsup site incase there was something wrong with the one I was using.

Re: Strange make buildworld problem...

2000-06-29 Thread Mark Murray
Hi I just committed a fix for this. M > Recently, the make world problems with perl have been fixed, and I can do > a make world all the way through, provided I do a make world the first > time only. However, I did a cvsup to update my source tree again after > the first make world. I did a m

Re: Strange make buildworld problem...

2000-06-29 Thread Mark Murray
> On Wed, Jun 28, 2000 at 07:54:17PM -0400, Donn Miller wrote: > > make: don't know how to make > > /usr/obj/usr/src/i386/usr/include/sys/types.h. Stop > > *** Error code 2 > > This is what I got when I tried to ``make -DNOCLEAN buildworld'' after > the Perl 5.006 upgrade. Perl is being built at

Re: Strange make buildworld problem...

2000-06-29 Thread David O'Brien
On Wed, Jun 28, 2000 at 07:54:17PM -0400, Donn Miller wrote: > make: don't know how to make > /usr/obj/usr/src/i386/usr/include/sys/types.h. Stop > *** Error code 2 This is what I got when I tried to ``make -DNOCLEAN buildworld'' after the Perl 5.006 upgrade. Perl is being built at the wrong tim

Re: Strange make buildworld problem...

2000-06-29 Thread Sheldon Hearn
On Wed, 28 Jun 2000 19:54:17 -0400, Donn Miller wrote: > Again, this is after re-making buildworld with -DNOCLEAN after a > successful first make buildworld. Any chance the sources changed between buildworlds? Ciao, Sheldon. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe f

Strange make buildworld problem...

2000-06-28 Thread Donn Miller
Recently, the make world problems with perl have been fixed, and I can do a make world all the way through, provided I do a make world the first time only. However, I did a cvsup to update my source tree again after the first make world. I did a make -DNOCLEAN buildworld with /usr/obj untouched.

strange buildworld problem (not xinstal related)

2000-02-03 Thread Will Saxon
Hello, I am experiencing a (to me) strange error while trying to buildworld. Sources are current as of about noon today, and this has been happening for the past few days. cc -O -pipe -I/usr/src/gnu/lib/libobjc/../../../contrib/gcc/objc -I/usr/src/gnu/lib/libobjc/../../../contrib/gcc -I/usr/obj

Re: make buildworld problem...

1999-11-01 Thread Sheldon Hearn
On Fri, 29 Oct 1999 08:46:29 -0400, "Chris D. Faulhaber" wrote: > As an interim hack, would the following patch, which verifies > kern.osreldate >= 400011, suffice? I'd be in favour of this if all the changes were associated with comments containing ``XXX required for sigset_t migration''. Ci

Re: make buildworld problem...

1999-10-29 Thread Marcel Moolenaar
"Chris D. Faulhaber" wrote: > > On Thu, 28 Oct 1999, Marcel Moolenaar wrote: > > > Peter Jeremy wrote: > > > > > > IMHO, the correct solution is to for the entire make world process to > > > be re-worked. > > > > That's what I'm currently doing. If I have a stripped down make process > > ready f

Re: make buildworld problem...

1999-10-29 Thread Chris D. Faulhaber
On Thu, 28 Oct 1999, Marcel Moolenaar wrote: > Peter Jeremy wrote: > > > > >(/me wonders how many MORE times we are going to have to say this because > > >of the signal changes...) > > > > A very large number I suspect. > > > > IMHO, the correct solution is to for the entire make world process

Re: make buildworld problem...

1999-10-28 Thread Wilko Bulte
As Peter Jeremy wrote ... > On 1999-Oct-28 07:36:53 +1000, David O'Brien wrote: > >IF you are going to run -CURRENT, you need to read this list. > > And read /usr/src/UPDATING which also warns about this > > >(/me wonders how many MORE times we are going to have to say this because > >of the sig

Re: make buildworld problem...

1999-10-28 Thread Marcel Moolenaar
Peter Jeremy wrote: > > >(/me wonders how many MORE times we are going to have to say this because > >of the signal changes...) > > A very large number I suspect. > > IMHO, the correct solution is to for the entire make world process to > be re-worked. That's what I'm currently doing. If I hav

Re: make buildworld problem...

1999-10-27 Thread W Gerald Hicks
> cc -c -O -pipe ^ <-- try getting rid of this and see what happens. Good Luck, Jerry Hicks [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: make buildworld problem...

1999-10-27 Thread Peter Jeremy
On 1999-Oct-28 07:36:53 +1000, David O'Brien wrote: >IF you are going to run -CURRENT, you need to read this list. And read /usr/src/UPDATING which also warns about this >(/me wonders how many MORE times we are going to have to say this because >of the signal changes...) A very large number I s

Re: make buildworld problem...

1999-10-27 Thread Richard Wackerbarth
On Wed, 27 Oct 1999, David O'Brien wrote: > IF you are going to run -CURRENT, you need to read this list. > (/me wonders how many MORE times we are going to have to say this because > of the signal changes...) So why not automate a warning? In the current Makefiles, make the build depend upon the

Re: make buildworld problem...

1999-10-27 Thread David O'Brien
> /shared1/FreeBSD/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/libgcc1.c > *** Signal 12 > Stop in /shared1/FreeBSD/src/gnu/lib/libgcc. > *** Error code 1 RTFML (Read The FINE Mailing List)!! This has come up for the past many weeks. You need to build a kernel BEFORE your ``make world''. IF

RE: make buildworld problem...

1999-10-27 Thread Tomas TPS Ulej
Telenor Internet more? http://www.ripe.net/cgi-bin/whois?tu36-ripe > -Original Message- > From: Mike Pritchard [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 27, 1999 10:00 PM > To: Tomas TPS Ulej > Subject: Re: make buildworld problem... > > > How old is your

make buildworld problem...

1999-10-27 Thread Tomas TPS Ulej
>From today's cvsup: cd /usr/src ; make clean ; make buildworld [snip] rm -f .depend /usr/obj/shared1/FreeBSD/src/gnu/lib/libgcc/GPATH /usr/obj/shared1/FreeBSD/src/gnu/lib/libgcc/GRTAGS /usr/obj/shared1/FreeBSD/src/gnu/lib/libgcc/GSYMS /usr/obj/shared1/FreeBSD/src/gnu/lib/libgcc/GTAGS echo '#in