Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 May 1998 17:05:52 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        current@FreeBSD.ORG, dag-erli@ifi.uio.no
Subject:   Re: make world dies
Message-ID:  <199805180705.RAA19800@godzilla.zeta.org.au>

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



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