editors/openoffice-1.1 install error

Nuno Teixeira nunotex at freeshell.org
Tue Jan 4 00:07:21 GMT 2005


Hello,

This are good news! So this problem has anything to do with "CPUTYPE?"
option, isn't it ?

When freebsd-openoffice apply this patch and update cvs?

Yours,

	Nuno Teixeira

On Mon, Jan 03, 2005 at 01:44:02AM +0100, Christian Hiris wrote:
> On Thursday 30 December 2004 15:28, Christian Hiris wrote:
> > On Thursday 30 December 2004 14:51, Nuno Teixeira wrote:
> > > Hi,
> > >
> > > OK. Today I will test it without CPUTYPE. I will let you know the
> > > results.
> >
> > I had the same troubles w/o CPUTYPE here. The only remarkable anomaly I
> > could find, was a core dump (lzip.core) in
> > work/OOo_1.1.4_src/instsetoo/util, same happend for the
> > openoffice-1.1-devel port.
> >
> > I'm running 5.3-STABLE #0: Sun Dec 26 17:44:27 CET 2004, w/ all port
> > dependencies compiled from scratch.
> >
> > I also tried to compile openoffice-1.1-devel w/ flag WITH_DEBUG=2 set, but
> > the build failed somewhere else. I just started a buils of build
> > openoffice-1.1 w/ flag WITH_DEBUG=1 set, to find out why lzip core dumps.
> > If the build succeeds I will post a gdb backtrace of lzip.core to the
> > group.
> 
> The posting of Oleg Sharoiko about lang/gcc32 and pthread problems, 
> http://lists.freebsd.org/pipermail/freebsd-openoffice/2005-January/001167.html ,
> pointed out that gcc32 links to libc_r.so.5 instead of libpthread.so.1. 
> 
> Replacing the patch 
> http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/ports/lang/gcc32/files/patch-gcc,config,freebsd-spec.h?rev=1.1
> with my own patch (which works on 5.3) solved the problem. Thanks to Oleg!
> 
> Just in case that anyone urgently needs to compile OO on 5.3, I attached the 
> patch I used.
> 
> -- 
> Christian Hiris <4711 at chello.at> | OpenPGP KeyID 0x3BCA53BE 
> OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu

> --- gcc/config/freebsd-spec.h.orig	Wed Nov 21 03:06:45 2001
> +++ gcc/config/freebsd-spec.h	Sun Jan  2 18:24:25 2005
> @@ -132,8 +132,8 @@
>  #if FBSD_MAJOR >= 5
>  #define FBSD_LIB_SPEC "							\
>    %{!shared:								\
> -    %{!pg: %{pthread:-lc_r} -lc}					\
> -    %{pg:  %{pthread:-lc_r_p} -lc_p}					\
> +    %{!pg: %{pthread:-lpthread} -lc}					\
> +    %{pg:  %{pthread:-lpthread_p} -lc_p}					\
>    }"
>  #else
>  #define FBSD_LIB_SPEC "							\




-- 
SDF Public Access UNIX System - http://sdf.lonestar.org



More information about the freebsd-openoffice mailing list