From owner-freebsd-ports@FreeBSD.ORG Sat Jul 22 11:18:35 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 650A916A4DA for ; Sat, 22 Jul 2006 11:18:35 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from mail.ciam.ru (ns.ciam.ru [213.247.195.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08EE743D46 for ; Sat, 22 Jul 2006 11:18:34 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from [87.240.16.199] (helo=[192.168.0.4]) by mail.ciam.ru with esmtpa (Exim 4.x) id 1G4FV9-0008m0-57; Sat, 22 Jul 2006 15:18:31 +0400 Message-ID: <44C2096E.4080701@FreeBSD.org> Date: Sat, 22 Jul 2006 15:18:06 +0400 From: Sergey Matveychuk User-Agent: Thunderbird 1.5.0.2 (X11/20060429) MIME-Version: 1.0 To: "[LoN]Kamikaze" References: <44C1F68E.80601@gmx.de> In-Reply-To: <44C1F68E.80601@gmx.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: portinstall breaks with -m "-j 4" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jul 2006 11:18:35 -0000 [LoN]Kamikaze wrote: > When a port installs dependencies prior to building and the -j flag is set for make, portupgrade somehow breaks installing dependencies. If I simply do > > # cd /usr/ports/category/port > # make install -j 4 > > it works fine, but the command > > # portinstall category/port -m '-j 4' > > does not work if dependencies have to be installed. I have tried to get some insight in this and it seems that the ports depended on simply head to the do-install target, omitting things like do-extract, do-patch and do-build. > > The cause is a mystery to me, though. -j is not supported for ports. -- Dixi. Sem.