From owner-freebsd-current Mon May 18 00:10:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA23356 for freebsd-current-outgoing; Mon, 18 May 1998 00:10:30 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA23319 for ; Mon, 18 May 1998 00:10:21 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id RAA19800; Mon, 18 May 1998 17:05:52 +1000 Date: Mon, 18 May 1998 17:05:52 +1000 From: Bruce Evans Message-Id: <199805180705.RAA19800@godzilla.zeta.org.au> To: current@FreeBSD.ORG, dag-erli@ifi.uio.no Subject: Re: make world dies Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >I've been trying to make -j{4,8} world for two days. It dies here: > >===> gnu/usr.bin/perl/usub >--- curses.c --- >/usr/obj/usr/src/tmp/usr/bin/perl /usr/src/gnu/usr.bin/perl/usub/mus /usr/src/gnu/usr.bin/perl/usub/curses.mus > curses.c >/usr/obj/usr/src/tmp/usr/bin/perl: not found >*** Error code 127 >... >I thought it was code breakage but it occurred to me that it might be >a dependency problem due to -j, so I'll try it without. It's code breakage. The build of perl (by `make world') is broken if `depend' is made. `depend' is made if NOCLEAN is defined or -j is used. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message