From owner-freebsd-ports@FreeBSD.ORG Sat Jan 29 15:36:10 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 9E9E2106566C; Sat, 29 Jan 2011 15:36:10 +0000 (UTC) (envelope-from gljennjohn@googlemail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 9A0C98FC0A; Sat, 29 Jan 2011 15:36:09 +0000 (UTC) Received: by bwz12 with SMTP id 12so4196320bwz.13 for ; Sat, 29 Jan 2011 07:36:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:date:from:to:cc:subject:message-id:in-reply-to :references:reply-to:x-mailer:mime-version:content-type :content-transfer-encoding; bh=5IY6s6UjY9/Ode+vOXLS70HQik0z6OgNzUOaXy44KCo=; b=aPSee6/+v3sFc/pqZCAF89AzdtPGIep2QCACYhyaskVTQUATXqYSB4TUmC4MXKzm5A dMZOkxUOdoVqkW2cmLOGiyxhgMZ+X0le8uPtq47dhvXeSR1idgj8XQs2E+uHTbSqKcyn /Nzdl9b/2ut00+Skb/ep4Z+T8mFHrIUIhBqNk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:reply-to :x-mailer:mime-version:content-type:content-transfer-encoding; b=K1zYeV0ouHCj39bpdLzlkFBCPDzkb6iuFYbYUFt0EOJZIJ57cyWv68g0Xr+mKU40Tw zaZqMj3AxE3hcmioiGf2KVQaqqN7qpdp/BurTMBtww/fBn9R81j7HbZbyo3LE1DhFk+0 XrsinYGWvzqaQ62hKTmwj0VVqdsYXY8pAFEOw= Received: by 10.204.33.73 with SMTP id g9mr3519076bkd.157.1296315368284; Sat, 29 Jan 2011 07:36:08 -0800 (PST) Received: from ernst.jennejohn.org (p578E2244.dip.t-dialin.net [87.142.34.68]) by mx.google.com with ESMTPS id q18sm9270399bka.15.2011.01.29.07.36.06 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 29 Jan 2011 07:36:07 -0800 (PST) Date: Sat, 29 Jan 2011 16:36:05 +0100 From: Gary Jennejohn To: Baptiste Daroussin Message-ID: <20110129163605.6afb5915@ernst.jennejohn.org> In-Reply-To: References: X-Mailer: Claws Mail 3.7.8 (GTK+ 2.18.7; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: 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 Reply-To: gljennjohn@googlemail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jan 2011 15:36:10 -0000 On Fri, 28 Jan 2011 15:06:06 +0100 Baptiste Daroussin wrote: > I ported libreoffice 3.3.0, you can find it here: > http://people.freebsd.org/~bapt/libreoffice.shar or > http://git.etoilebsd.net/ports/tree/libreoffice > > Can you please test it? > > by default it builds without java. it only lacks kde and gnome > integration. (sorry but my poor CPU already hates enough :)) > > All languages supported are build. > > I try to avoid as much as possible bundled libraries which gives a > pretty fast compiling libreoffice (on a Q6600: ~2h without java, ~3h30 > with java) > > at this points : > there is (I guess) only one remaining problem : > which launching libreoffice it can't find it libraries, I haven't > decided yet wether to add LD_LIBRARY_PATH to the wrapper script or to > add ldconfig -m ${PREFIX}/lib/libreoffice/ure/lib and ldconfig -m > ${PREFIX}/lib/libreoffice/base3.3/program > > maybe it conflicts with openoffice I haven't checked yet. > > to test it you will need a fresh ports tree (the needed libtextcat > modification was committed yesterday thanks thierry@) > > the mandatory screenshot : > http://people.freebsd.org/~bapt/libreoffice-3.3.0-final.png > > I expect to be able to push it in the tree during next week (after > finding a good way to deal with the libraries and checked if it > conflicts with openoffice) > > I would like to thanks Robert Nagy from openbsd, he has made all the > hard work :), he was also very helpful. > After the second complaint about an input error with flex I gave up. The suggested remedy didn't work the second time. Here's the reported error: Compiling: MenuMultipleChange.idl input in flex scanner failed dmake: Error code 2, while making '../../../../unxfbsdx.pro/ucr/cssmozilla.db' ----------------------------------------------------------------------- Oh dear - something failed during the build - sorry ! For more help with debugging build errors, please see the section in: http://wiki.documentfoundation.org/Development it seems that the error is inside 'offapi', please re-run build inside this module to isolate the error and/or test your fix: ----------------------------------------------------------------------- /bin/bash cd /home/garyj/misc/libreoffice/work/libreoffice-build-3.3.0.4/build/libreoffice source ./FreeBSDAMDEnv.Set.sh cd offapi build I'm running 9.0-CURRENT amd64 installed yesterday. -- Gary Jennejohn