From owner-freebsd-ports@FreeBSD.ORG Wed Jun 11 21:59:05 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E22FC82C; Wed, 11 Jun 2014 21:59:05 +0000 (UTC) Received: from mail-yk0-x22a.google.com (mail-yk0-x22a.google.com [IPv6:2607:f8b0:4002:c07::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 934832BD5; Wed, 11 Jun 2014 21:59:05 +0000 (UTC) Received: by mail-yk0-f170.google.com with SMTP id q9so367524ykb.1 for ; Wed, 11 Jun 2014 14:59:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:from:to:cc:in-reply-to:references :disposition-notification-to:content-type:date:message-id :mime-version; bh=SFjqWBAI1mWIBnayaTONdN6w6QcdvIPsOdhdpbGzJm8=; b=qui5AI/nLkvJUftXfCpTpJGS1L6jv02lEExECaFuE2Ls1mxSV7+ZNOOTvN/BP7GF6z y9hBjqTgUQTkAxRMmtTY0VQtaOnNx32Tvx0xGDk+wJ3xG4Q4zW2rHUoxIb7q3iPkY2W+ FckBfaIraX5axenTzu+Gt66KQ5+CeLnOvwq73VYHFTS2OC00y3AsF9nA6XCL23v8rpO4 /utRibUFBfLYNsBJV4eCN30DJgdT9Yh1BEqS0pLhuC/5wWth2qFfD9yTljOCtmwPLTTq I3qieb8FCTGbftwSZjlUr4cSen0RUxzyCRsgqcxyX6HOVoq3Qmr6gotnADSEwim/aXBy Jq5Q== X-Received: by 10.236.159.67 with SMTP id r43mr9882951yhk.50.1402523944729; Wed, 11 Jun 2014 14:59:04 -0700 (PDT) Received: from [192.168.6.46] ([179.184.51.72]) by mx.google.com with ESMTPSA id u21sm37633861yhb.51.2014.06.11.14.59.02 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Wed, 11 Jun 2014 14:59:03 -0700 (PDT) Subject: Re: Libreoffice does not builds with parallell make From: Sergio de Almeida Lenzi To: Baptiste Daroussin In-Reply-To: <20140611212511.GH8662@ivaldir.etoilebsd.net> References: <5398A7B6.8070606@fu-berlin.de> <1402521761.5236.1.camel@lenovo.toontown> <20140611212511.GH8662@ivaldir.etoilebsd.net> Date: Wed, 11 Jun 2014 18:58:59 -0300 Message-ID: <1402523939.5236.9.camel@lenovo.toontown> Mime-Version: 1.0 X-Mailer: Evolution 2.32.3 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2014 21:59:06 -0000 Em Qua, 2014-06-11 às 23:25 +0200, Baptiste Daroussin escreveu: > On Wed, Jun 11, 2014 at 06:22:41PM -0300, Sergio de Almeida Lenzi wrote: > > It stops with.... > > > > > > 3991 [build ECH] CustomTarget/instsetoo_native/setup/versionrc^M > > 3992 fatal: Not a git repository (or any of the parent > > directories): .git^M > > > > > > If I set PARALELL=1 > > it builds... but takes hours and hours.... > > I do not understand what you are asking for? > > the build system of libreoffice is using the job process from the ports > framework and build in parallel > > regards, > Bapt Hello Bapt. On any FreeBSD I have here (9.2 and 10.0 current) the libreoffice (editors/libreoffice) does not build with jobs greater than 1. in my case jobs=8 it stops and gives a fatal error im module ECH that cannot find a git repository ============================= 3991 [build ECH] CustomTarget/instsetoo_native/setup/versionrc^M 3992 fatal: Not a git repository (or any of the parent directories): .git^M ======================================= If I patch the Makefile in the /usr/ports/editors/libreoffice/work/libreoffice-4.2.4.2 directory and include PARALLELISM=1 at line 13, it does not give that error and builds, but takes 6 hours... It used to work in previous version of Libreoffce = 4,1,6_1 is there any patch to make it work again with JOBS > 1??? Thank you for your patience, Sergio