From owner-freebsd-openoffice@FreeBSD.ORG Fri May 26 19:35:27 2006 Return-Path: X-Original-To: freebsd-openoffice@FreeBSD.org Delivered-To: freebsd-openoffice@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B39FA16AAC3 for ; Fri, 26 May 2006 19:35:27 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id A040943D70 for ; Fri, 26 May 2006 19:35:26 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id k4QJZINj053231; Fri, 26 May 2006 15:35:18 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: "M. Warner Losh" Date: Fri, 26 May 2006 15:35:04 -0400 User-Agent: KMail/1.6.2 References: <200605261225.36548.jkim@FreeBSD.org> <200605261406.49753.jkim@FreeBSD.org> <20060526.130150.-1592327092.imp@bsdimp.com> In-Reply-To: <20060526.130150.-1592327092.imp@bsdimp.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200605261535.06519.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.88/1486/Fri May 26 12:24:22 2006 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: freebsd-openoffice@FreeBSD.org Subject: Re: Why only for i386 X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 May 2006 19:35:33 -0000 On Friday 26 May 2006 03:01 pm, M. Warner Losh wrote: > In message: <200605261406.49753.jkim@FreeBSD.org> > : Most of the machine dependent code is already done by Linux > : people. I am just bridging MD code with FreeBSD now. It is > : mostly working but it has some rough edges. Most difficulty is > : build-test-rebuild cycle because of my poor laptop is not so > : fast, CPU, memory and disk. OpenOffice.org source is about 300MB, > : (gzip'd tarball). It is so big because this tarball includes > : third-party software tarballs (e.g., Python, BerkeleyDB, boost, > : etc.) and local patches for OOo. Unfortunately some third-party > : packages are not patched for FreeBSD/amd64. In that case, I am > : referencing FreeBSD ports to fix them. > > I have a fast build box or two I can provide you access with, if > that would help. It won't help me much because remote debugging will be hard for complex GUI app like this. > I can also test things if you'd like. That will be great. The current patch is here: http://people.freebsd.org/~jkim/OOo20-m169_20060522.diff It builds fine without WITH_DEBUG knob but it won't be much useful because it's unstable at this point. Thanks, Jung-uk Kim