Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Jan 2009 19:16:16 -0600 (CST)
From:      Greg Rivers <gcr+freebsd-ports@tharned.org>
To:        Maho NAKATA <chat95@mac.com>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: unreasonable amount of memory used in openoffice build
Message-ID:  <alpine.BSF.2.00.0901311907070.19196@packrat.tharned.org>
In-Reply-To: <20081127.101758.61189161.chat95@mac.com>
References:  <20081019145234.GA67034@onelab2.iet.unipi.it> <20081102.112043.59664300.chat95@mac.com> <20081127.101758.61189161.chat95@mac.com>

next in thread | previous in thread | raw e-mail | index | archive | help
  This message is in MIME format.  The first part should be readable text,
  while the remaining parts are likely unreadable without MIME-aware tools.

----Next_Part(Thu_Nov_27_10_17_58_2008_103)--
Content-Type: TEXT/PLAIN; CHARSET=US-ASCII; format=flowed
Content-ID: <alpine.BSF.2.00.0901311907072.19196@packrat.tharned.org>

On Thu, 27 Nov 2008, Maho NAKATA wrote:

> Sorry for delay.
> Please try attached patch. If it works for you, I'll commit it.
>

Will this patch be committed soon?  I can confirm that with this patch it 
builds on i386.  Without this patch, it will not build for me on any i386 
system no matter how much RAM and/or swap is available.  Thanks for your 
fine work on this port.

-- 
Greg Rivers
----Next_Part(Thu_Nov_27_10_17_58_2008_103)--
Content-Type: TEXT/PLAIN; CHARSET=us-ascii
Content-ID: <alpine.BSF.2.00.0901311907073.19196@packrat.tharned.org>
Content-Description: 
Content-Disposition: INLINE; FILENAME=diff

? diff
? work
? work_
? files/patch-iXXXXX
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/editors/openoffice.org-3/Makefile,v
retrieving revision 1.312
diff -u -r1.312 Makefile
--- Makefile	16 Oct 2008 12:30:24 -0000	1.312
+++ Makefile	27 Nov 2008 01:16:40 -0000
@@ -149,9 +149,6 @@
 WITHOUT_MOZILLA=	yes
 LIB_DEPENDS+=		boost_regex:${PORTSDIR}/devel/boost
 CONFIGURE_ARGS+=	--with-system-boost=yes #i58343#
-.if (${OSVERSION} >= 700042)
-EXTRA_PATCHES+=	${FILESDIR}/amd64-gcc42-workaround
-.endif
 .endif
 .if (${OSVERSION} <= 602102)
 EXTRA_PATCHES+=	${FILESDIR}/rtld-workaround-i66667
--- /dev/null	2008-11-27 10:17:03.000000000 +0900
+++ files/patch-iXXXXX	2008-11-27 10:04:41.000000000 +0900
@@ -0,0 +1,13 @@
+--- writerfilter/source/resourcemodel/makefile.mk.orig	2008-07-22 08:53:57.000000000 -0400
++++ writerfilter/source/resourcemodel/makefile.mk	2008-09-03 12:26:09.000000000 -0400
+@@ -56,8 +56,8 @@
+     $(SLO)$/TagLogger.obj \
+ 	$(SLO)$/WW8Analyzer.obj
+ 
+-# linux 64 bit: compiler (gcc 4.2.3) fails with 'out of memory'
+-.IF "$(OUTPATH)"=="unxlngx6"
++# FreeBSD/Linux 64-bit: compiler (gcc 4.2.x) fails with 'out of memory'
++.IF "$(OUTPATH)"=="unxfbsdx" || "$(OUTPATH)"=="unxfbsdi" || "$(OUTPATH)"=="unxlngx6"
+ NOOPTFILES= \
+ 	$(SLO)$/qnametostr.obj
+ .ENDIF

----Next_Part(Thu_Nov_27_10_17_58_2008_103)----



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.0901311907070.19196>