Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 01 Feb 2004 17:06:16 -0500
From:      Payam <payam@betterrugs.com>
To:        Payam <payam@betterrugs.com>
Cc:        Kris Kennaway <kris@obsecurity.org>
Subject:   << SOLVED >> Re: PORTS: What is "Makefile broken" ?
Message-ID:  <401D7858.3000302@betterrugs.com>
In-Reply-To: <401D73F9.9020704@betterrugs.com>
References:  <401C5E82.1040704@betterrugs.com> <20040201212957.GD24109@xor.obsecurity.org> <401D723A.30405@betterrugs.com> <20040201214402.GA24562@xor.obsecurity.org> <401D73F9.9020704@betterrugs.com>

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

And now libexif doesn't b**ch when I do a make. yay.

I plan on doing a portupgrade -a in a little while. If it doesn't work, 
I'll post the new status.

-Payam



Payam wrote:
> ====================
> 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 1999/08/27 
> 23:59:35 peter Exp $
>      $FreeBSD: src/lib/libc/i386/string/strncmp.S,v 1.6 1999/08/27 
> 23:59:35 peter Exp $
>      $FreeBSD: src/lib/libc/i386/string/index.S,v 1.5 1999/08/27 
> 23:59:30 peter Exp $
>      $FreeBSD: src/lib/libc/i386/string/strcpy.S,v 1.5 1999/08/27 
> 23:59:34 peter Exp $
>      $FreeBSD: src/lib/libc/i386/string/strcat.S,v 1.5 1999/08/27 
> 23:59:33 peter Exp $
>      $FreeBSD: src/lib/libc/i386/string/strcmp.S,v 1.5 1999/08/27 
> 23:59:33 peter Exp $
>      $FreeBSD: src/lib/libc/i386/string/strchr.S,v 1.5 1999/08/27 
> 23:59:33 peter Exp $
>      $NetBSD: bcopy.S,v 1.6 1996/11/12 00:50:06 jtc Exp $
>      $FreeBSD: src/lib/libc/i386/string/memchr.S,v 1.8 1999/08/27 
> 23:59:31 peter Exp $
>      $NetBSD: bcopy.S,v 1.6 1996/11/12 00:50:06 jtc Exp $
>      $FreeBSD: src/lib/libc/i386/string/memset.S,v 1.5 1999/08/27 
> 23:59:32 peter Exp $
>      $NetBSD: bcopy.S,v 1.6 1996/11/12 00:50:06 jtc Exp $
>      $FreeBSD: src/lib/libc/i386/sys/brk.S,v 1.7 1999/08/27 23:59:38 
> peter Exp $
>      $FreeBSD: src/lib/libc/i386/sys/sbrk.S,v 1.7.2.2 2002/08/22 
> 20:21:17 kan Exp $
>      $FreeBSD: src/lib/libc/i386/sys/cerror.S,v 1.10 1999/08/27 23:59:38 
> peter Exp $
>      $FreeBSD: src/usr.bin/make/arch.c,v 1.15.2.1 2001/02/13 03:13:57 
> will Exp $
>      $FreeBSD: src/usr.bin/make/buf.c,v 1.11 1999/09/11 13:08:01 hoek Exp $
>      $FreeBSD: src/usr.bin/make/compat.c,v 1.16.2.2 2000/07/01 12:24:21 
> ps Exp $
>      $FreeBSD: src/usr.bin/make/cond.c,v 1.12.2.1 2003/07/22 08:03:13 ru 
> Exp $
>      $FreeBSD: src/usr.bin/make/dir.c,v 1.10.2.2 2003/10/08 08:14:22 ru 
> Exp $
>      $FreeBSD: src/usr.bin/make/for.c,v 1.10 1999/09/11 13:08:01 hoek Exp $
>      $FreeBSD: src/usr.bin/make/hash.c,v 1.9 1999/09/11 13:08:01 hoek Exp $
>      $FreeBSD: src/usr.bin/make/job.c,v 1.17.2.2 2001/02/13 03:13:57 
> will Exp $
>      $FreeBSD: src/usr.bin/make/main.c,v 1.35.2.9 2003/04/15 14:37:35 ru 
> Exp $
>      $FreeBSD: src/usr.bin/make/make.c,v 1.11 1999/09/11 13:08:01 hoek 
> Exp $
>      $FreeBSD: src/usr.bin/make/parse.c,v 1.22.2.1 2002/12/26 14:36:38 
> ru Exp $
>      $FreeBSD: src/usr.bin/make/str.c,v 1.12.2.1 2002/06/17 04:30:48 
> jmallett Exp $
>      $FreeBSD: src/usr.bin/make/suff.c,v 1.12.2.1 2001/03/09 01:13:24 
> tmm Exp $
>      $FreeBSD: src/usr.bin/make/targ.c,v 1.10 1999/09/11 13:08:02 hoek 
> Exp $
>      $FreeBSD: src/usr.bin/make/var.c,v 1.16.2.3 2002/02/27 14:18:57 cjc 
> Exp $
>      $FreeBSD: src/lib/libc/stdtime/strftime.c,v 1.25.2.4 2002/03/12 
> 17:24:54 phantom Exp $
>      $FreeBSD: src/lib/libc/string/strcspn.c,v 1.1.1.1.14.1 2001/07/09 
> 23:30:06 obrien Exp $
>      $FreeBSD: src/lib/libc/gen/err.c,v 1.6 1999/08/27 23:58:33 peter Exp $
>      $FreeBSD: src/lib/libc/string/strcoll.c,v 1.11.2.1 2001/07/09 
> 23:30:06 obrien Exp $
>      $FreeBSD: src/lib/libc/string/strsep.c,v 1.2.12.1 2001/07/09 
> 23:30:07 obrien Exp $
>      $FreeBSD: src/lib/libc/string/strncpy.c,v 1.1.1.1.14.1 2001/07/09 
> 23:30:07 obrien Exp $
>      $FreeBSD: src/lib/libc/string/strdup.c,v 1.2.14.1 2001/07/09 
> 23:30:06 obrien Exp $
>      $FreeBSD: src/lib/libc/string/strlcpy.c,v 1.2.4.1 2001/07/09 
> 23:30:06 obrien Exp $
>      $FreeBSD: src/lib/libc/string/strlcat.c,v 1.2.4.2 2001/07/09 
> 23:30:06 obrien Exp $
>      $FreeBSD: src/lib/libc/i386/gen/isinf.c,v 1.6 1999/08/27 23:59:21 
> peter Exp $
>      $FreeBSD: src/usr.bin/make/util.c,v 1.5.2.2 2001/02/13 03:13:58 
> will Exp $
>      $FreeBSD: src/lib/libc/stdtime/timelocal.c,v 1.8.2.4 2002/08/12 
> 11:20:24 ache Exp $
>      $FreeBSD: src/lib/libc/locale/collate.c,v 1.21.2.4 2002/10/11 
> 10:36:47 ache Exp $
>      $FreeBSD: src/lib/libc/string/strerror.c,v 1.2.14.3 2003/01/17 
> 13:39:32 mike Exp $
>      $FreeBSD: src/lib/libc/locale/ldpart.c,v 1.7.2.3 2002/08/12 
> 11:17:37 ache Exp $
>      $FreeBSD: src/lib/libc/locale/lnumeric.c,v 1.10.2.2 2002/08/12 
> 11:17:38 ache Exp $
>      $FreeBSD: src/lib/libc/locale/lmonetary.c,v 1.12.2.2 2002/08/12 
> 11:17:37 ache Exp $
> ====================
> 
> -Payam
> 
> Kris Kennaway wrote:
> 
>> 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     payam@angela:/usr/obj/usr/src/sys/MYKERNEL4  i386
>>> =============================
>>>
>>>
>>> I'm not sure how to get the version of make, maybe this:
>>
>>
>>
>> What does 'ident /usr/bin/make' show?
>>
>> Kris
> 
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to 
> "freebsd-questions-unsubscribe@freebsd.org"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?401D7858.3000302>