Re: << SOLVED >> Re: PORTS: What is "Makefile broken" ?

2004-02-01 Thread Kris Kennaway
On Sun, Feb 01, 2004 at 05:06:16PM -0500, Payam wrote: > I solved the problem (I think, I'm compiling new ports as we speak). > > I found my solution in another post. > > In /usr/local/sbin/make_describe_pass1 > > Change: > open("|cd #{dir} && make -k -j3 -f -", 'w') do |w| > To: > open("|cd #{d

<< SOLVED >> Re: PORTS: What is "Makefile broken" ?

2004-02-01 Thread Payam
I solved the problem (I think, I'm compiling new ports as we speak). I found my solution in another post. In /usr/local/sbin/make_describe_pass1 Change: open("|cd #{dir} && make -k -j3 -f -", 'w') do |w| To: open("|cd #{dir} && make -k -f -", 'w') do |w| (IE: Remove the -j3) Then I did # portsd

Re: PORTS: What is "Makefile broken" ?

2004-02-01 Thread Payam
angela root # ident /usr/bin/make /usr/bin/make: $FreeBSD: src/lib/libc/i386/sys/pipe.S,v 1.8 1999/08/27 23:59:42 peter Exp $ $FreeBSD: src/lib/libc/i386/sys/Ovfork.S,v 1.11.2.1 2002/10/15 19:46:46 fjoe Exp $ $FreeBSD: src/lib/libc/i386/string/strrchr.S,v 1.5 1

Re: PORTS: What is "Makefile broken" ?

2004-02-01 Thread Kris Kennaway
On Sun, Feb 01, 2004 at 04:40:10PM -0500, Payam wrote: > = > angela root # uname -a > FreeBSD angela 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Sun Jan 11 21:28:14 > EST 2004 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/MYKERNEL4 i386 > = > > > I'm

Re: PORTS: What is "Makefile broken" ?

2004-02-01 Thread Payam
= angela root # uname -a FreeBSD angela 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Sun Jan 11 21:28:14 EST 2004 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/MYKERNEL4 i386 = I'm not sure how to get the version of make, maybe this: ==

Re: PORTS: What is "Makefile broken" ?

2004-02-01 Thread Kris Kennaway
On Sat, Jan 31, 2004 at 09:03:46PM -0500, Payam wrote: > Hi. I'm running FreeBSD 4.9. Are you sure? You should only see this makefile error on old, unsupported versions of FreeBSD with broken make(1)s. Kris pgp0.pgp Description: PGP signature

Re: PORTS: What is "Makefile broken" ?

2004-02-01 Thread Lowell Gilbert
Payam <[EMAIL PROTECTED]> writes: > Whenever I do a "cvsup ports-supfile" followed by a "portupgrade -a" > some ports fail (Makefile broken, install error, unknown error) and > then some of their dependants aren't built because of it. > > Here is an example of a "Makefile broken" > ==

Re: PORTS: What is "Makefile broken" ?

2004-01-31 Thread Payam
Hey. $ /usr/local/sbin/portsdb -uU takes about 30 minutes, and spits error messages about /usr/ports/Mk/bsd.port.mk all over the place. Then at the end it says: == `all' not remade because of errors.: malformed entry: `all' not remade because of errors. failed to generate I

Re: PORTS: What is "Makefile broken" ?

2004-01-31 Thread Chris
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 31 January 2004 08:03 pm, Payam wrote: > Hi. I'm running FreeBSD 4.9. > > Whenever I do a "cvsup ports-supfile" followed by a "portupgrade -a" > some ports fail (Makefile broken, install error, unknown error) and then > some of their depend