From owner-freebsd-ports@FreeBSD.ORG Sat Mar 2 19:42:25 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3BFEE3B7 for ; Sat, 2 Mar 2013 19:42:25 +0000 (UTC) (envelope-from freebsd-ports-local@be-well.ilk.org) Received: from be-well.ilk.org (be-well.ilk.org [23.30.133.173]) by mx1.freebsd.org (Postfix) with ESMTP id EA9CEF1C for ; Sat, 2 Mar 2013 19:42:24 +0000 (UTC) Received: from lowell-desk.lan (lowell-desk.lan [172.30.250.41]) by be-well.ilk.org (Postfix) with ESMTP id EF90733C41; Sat, 2 Mar 2013 14:42:18 -0500 (EST) Received: by lowell-desk.lan (Postfix, from userid 1147) id 0DDD13983C; Sat, 2 Mar 2013 14:42:16 -0500 (EST) From: Lowell Gilbert To: njrizzo Subject: Re: java/openjdk6 fails to build.. References: <50F19931.1040206@missouri.edu> <5102D8FD.9030001@gmail.com> <1362246798832-5792045.post@n5.nabble.com> Date: Sat, 02 Mar 2013 14:42:16 -0500 In-Reply-To: <1362246798832-5792045.post@n5.nabble.com> (njrizzo's message of "Sat, 2 Mar 2013 09:53:18 -0800 (PST)") Message-ID: <44a9qlsi5j.fsf@lowell-desk.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Mar 2013 19:42:25 -0000 njrizzo writes: > i`m have the same problem, and I try to use > MAKE_JOBS_NUMBER=1 in /etc/make.conf and it`s not work That's not a good idea; it will apply to everything, not just this one port. > I put -DMAKES_JOBS_UNSAFE in make command line too You have an extra 'S' in there; the variable should be MAKE_JOBS_UNSAFE. > make config-recursive fetch-recursive install clean -DMAKES_JOBS_UNSAFE With default options and an up-to-date RELENG_9 and ports tree, that works fine for me (I tried it without the variable definition, but since the variable isn't used in any makefile, that shouldn't make any difference. Sorry, but since the problem seems to be on your end, we can't help you unless you show us enough detail to see what actually went wrong. Saying "it doesn't work" is not enough to figure out *how* it went wrong.