From owner-freebsd-ports@FreeBSD.ORG Thu May 31 12:42:32 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EBB3C106566B; Thu, 31 May 2012 12:42:32 +0000 (UTC) (envelope-from leslie@eskk.nu) Received: from mx1.bjare.net (mx1.bjare.net [212.31.160.3]) by mx1.freebsd.org (Postfix) with ESMTP id 7301D8FC17; Thu, 31 May 2012 12:42:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mx1.bjare.net (Postfix) with ESMTP id 883675E2F4; Thu, 31 May 2012 14:41:29 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mx1.bjare.net X-Spam-Flag: NO X-Spam-Score: -1.629 X-Spam-Level: X-Spam-Status: No, score=-1.629 tagged_above=-999 required=5 tests=[AWL=-0.632, BAYES_00=-2.599, RCVD_IN_PBL=0.905, RDNS_DYNAMIC=0.1, SPF_SOFTFAIL=0.596, WEIRD_PORT=0.001] Received: from mx1.bjare.net ([127.0.0.1]) by localhost (mx1.bjare.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id G-0HYmS-gcpA; Thu, 31 May 2012 14:41:22 +0200 (CEST) X-BN-MX1: ja X-BN-MailInfo: BjareNet Received: from bljbsd01.no-ip.org (c-195-216-041-102.ekt.thalamus.net [195.216.41.102]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.bjare.net (Postfix) with ESMTPS id 80E935E23F; Thu, 31 May 2012 14:41:22 +0200 (CEST) Message-ID: <4FC76740.5030107@eskk.nu> Date: Thu, 31 May 2012 14:42:40 +0200 From: Leslie Jensen User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:12.0) Gecko/20120502 Thunderbird/12.0.1 MIME-Version: 1.0 To: Sergio de Almeida Lenzi References: <4FC73BBB.9090004@eskk.nu> <1338466796.48004.5.camel@z6000.lenzicasa> In-Reply-To: <1338466796.48004.5.camel@z6000.lenzicasa> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: office@FreeBSD.org, freebsd-ports@freebsd.org Subject: Re: make failed for editors/libreoffice 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: Thu, 31 May 2012 12:42:33 -0000 2012-05-31 14:19, Sergio de Almeida Lenzi skrev: > Em Qui, 2012-05-31 às 11:36 +0200, Leslie Jensen escreveu: > >> Help Please! >> >> Thanks >> > > Seems that clang (and or) gmake running paralell (in my case -P8) > and are not treating dependencies right... > > in your code, the error message tells how to restart(or make only the > module that is in error)... > > cd /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2 > source ./Env.Host.sh > cd vcl > gmake clean # optional > gmake -r > > make these commands (as the software tells you to do...) > and than go back to the /usr/ports/editors/libreoffice, > and issue a "make package" > > repeat the process untill there are no more errors... > in my case about 8 times.... > > finally you will have your libreoffice built... > > Perhaps some gmake/perl guru can fix the build > process and make it work on only ONE cpu.. (-P1)... > it would last more time, but would build it without breaking. > > > Sergio > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" Hi Sergio gmake clean # optional Gives /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2/vcl//../solenv/gbuild/source_and_rerun.mk:33: *** separator missing. Exiting gmake -r works. I usually use portmaster why would I do "make package". Is it in order to make the compilation work? Thanks /Leslie