Subject: Re: openoffice fails to compile (patch included)
To: Kibum Han <yui@yui.pe.kr>
From: Steven M. Bellovin <smb@research.att.com>
List: tech-pkg
Date: 06/24/2004 04:09:08
In message <20040624.125609.74744864.yui@yui.pe.kr>, Kibum Han writes:
>----Next_Part(Thu_Jun_24_12:56:09_2004_364)--
>Content-Type: Text/Plain; charset=us-ascii
>Content-Transfer-Encoding: 7bit
>
>In a netbsd -current machine, I tried to install misc/openoffice
>but it failed. PR/26019 talked about what I've experienced.
>
>The included patch manage to make installation successful.
>
>Any comments?
>
>-- 
>Kibum Han
>
>----Next_Part(Thu_Jun_24_12:56:09_2004_364)--
>Content-Type: Text/Plain; charset=us-ascii
>Content-Transfer-Encoding: 7bit
>Content-Disposition: inline; filename="oo_1.1.1.patch"
>
>--- oo_1.1.1_src/odk/util/makefile.mk.orig	2004-06-24 12:40:55.000000000 +
>0900
>+++ oo_1.1.1_src/odk/util/makefile.mk	2004-06-24 12:41:02.000000000 +0900
>@@ -25,7 +25,7 @@
> #	always use the system tar on Solaris
> 	+cd $(BIN) && /usr/bin/tar cf - $(PRODUCT_NAME) | gzip - > $(PRODUCTTAR
>GZFILE)
> .ELSE
>-	+cd $(BIN) && tar cf - $(PRODUCT_NAME) | gzip - > $(PRODUCTTARGZFILE)
>+	+cd $(BIN) && tar cf - $(PRODUCT_NAME) | gzip > $(PRODUCTTARGZFILE)
> .ENDIF
> 
>     
>
>----Next_Part(Thu_Jun_24_12:56:09_2004_364)----
>



There was a patch to gunzip that was committed in the last few days 
that did the trick.

		--Steve Bellovin, http://www.research.att.com/~smb