From owner-freebsd-ports@FreeBSD.ORG Thu Feb 3 16:45:03 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E47B7106564A for ; Thu, 3 Feb 2011 16:45:02 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 97FF88FC13 for ; Thu, 3 Feb 2011 16:45:02 +0000 (UTC) Received: by iwn39 with SMTP id 39so1269857iwn.13 for ; Thu, 03 Feb 2011 08:45:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=4FWpCtq1GJUGUt5ehEERyrkmHd/SlYePoOGyXMS40FE=; b=GPS5GRUuiT/VHaJt91Mnk8dy9QnTXWbI0txurOcIQBbwfJXjy7xABDw2i0v/x+d8un T/tPuD+0H5KyWFYAgxtQ+cVGhiwnaJWUkqk1VEaYkc9Lnc7IaUklFZNoN9zuc+vPEHTQ bQqNzOqIZEuwLllqwsOIAcM7ObZGdJ9mN3P6w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=rRtQoRnxUmjLtWSNqWFuHluZY8AHfmNNgdsP/v6AqxQ3chjttgitoL0dYDXjPCXun/ gTrIUzLNDnVFvvMminMlesKI44pHj0eu0rLSpW+u+gU/uWAORz0CLzLpK5G+cgHbiGGq c4ACUdvaWvQaItX/Dtb9waMVVPQTdnvjbRMDw= MIME-Version: 1.0 Received: by 10.231.14.74 with SMTP id f10mr11874535iba.119.1296751501782; Thu, 03 Feb 2011 08:45:01 -0800 (PST) Sender: baptiste.daroussin@gmail.com Received: by 10.231.182.132 with HTTP; Thu, 3 Feb 2011 08:45:01 -0800 (PST) In-Reply-To: References: <20110201.155221.632868945383149019.chat95@mac.com> <20110201.164746.59640143160085556.chat95@mac.com> <20110201.165811.634347869525824665.chat95@mac.com> <20110202.135158.1845728741722859032.chat95@mac.com> <4d4a6928.OgXtwaZRos3hKaWE%perryh@pluto.rain.com> Date: Thu, 3 Feb 2011 17:45:01 +0100 X-Google-Sender-Auth: UULKdLfCr1uCsfO3vuV1Nut5dd4 Message-ID: From: Baptiste Daroussin To: "Sam Fourman Jr." Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: perryh@pluto.rain.com, freebsd-ports@freebsd.org Subject: Re: [CFT] cpu stresser^W libreoffice 3.3.0 final 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, 03 Feb 2011 16:45:03 -0000 2011/2/3 Sam Fourman Jr. : > > > On Thu, Feb 3, 2011 at 2:46 AM, Baptiste Daroussin wro= te: >> >> 2011/2/3 =A0: >> > Baptiste Daroussin wrote: >> > >> >> your built is failing because you ran it twice. >> >> >> >> make can't be run twice you should make clean before >> > >> > Doesn't this point to a bug in the Makefile, dependencies, etc? >> > Last I knew the whole point of make was to build what needs to >> > be built, skipping any parts which are already up to date. >> > >> >> yes It is but a bug in libreoffice makefiles itself and it is not that >> easy to fix :) > > > I have tried this build twice more after a make clean.. it still does not > build > is there anything else I can try? > > > > > Making:=A0=A0=A0 swru.res > Making:=A0=A0=A0 swsl.res > Making:=A0=A0=A0 swsv.res > Compiling: rsc_sw > sw deliver > Module 'sw' delivered successfully. 281 files copied, 0 files unchanged > > ----------------------------------------------------------------------- > =A0=A0=A0=A0=A0=A0=A0 Oh dear - something failed during the build - sorry= ! > =A0 For more help with debugging build errors, please see the section in: > =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 http://wiki.documentfoundation.org/Deve= lopment > > =A0 internal build errors: > > ERROR: error 65280 occurred while making > /usr/ports/editors/libreoffice/work/libreoffice-build-3.3.0.4/build/libre= office/lingucomponent/source/languageguessing > > =A0it seems that the error is inside 'lingucomponent', please re-run buil= d > =A0inside this module to isolate the error and/or test your fix: > ----------------------------------------------------------------------- > > /usr/local/bin/bash > cd > /usr/ports/editors/libreoffice/work/libreoffice-build-3.3.0.4/build/libre= office > source ./FreeBSDAMDEnv.Set.sh > cd lingucomponent > build > > when the problem is isolated and fixed exit and re-run 'make' from the > top-level > sometimes (sadly) it is necessary to rm -Rf unxfbsdx.pro in a module. > gmake: *** [stamp/build] Error 1 > *** Error code 1 > > Stop in /usr/ports/editors/libreoffice. > *** Error code 1 > > Stop in /usr/ports/editors/libreoffice. > Sam# > > -- > > Sam Fourman Jr. > Fourman Networks > http://www.fourmannetworks.com > Are you the installed libtextcat is the latest version ? regards, Bapt