Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Sep 2006 13:46:32 +0900 (JST)
From:      NAKATA Maho <chat95@mac.com>
To:        verbo.solo@sbcglobal.net
Cc:        freebsd-openoffice@freebsd.org
Subject:   Re: Does OOo build clobber files in /usr/lib?
Message-ID:  <20060925.134632.68038790.chat95@mac.com>
In-Reply-To: <1159156329.991.11.camel@elbereth.gateway.2wire.net>
References:  <1159156329.991.11.camel@elbereth.gateway.2wire.net>

next in thread | previous in thread | raw e-mail | index | archive | help
From: "Charles P. Schaum" <verbo.solo@sbcglobal.net>
Subject: Does OOo build clobber files in /usr/lib?
Date: Sun, 24 Sep 2006 22:52:09 -0500

> I know that I had no dealings with those files; everything was in order
> after I built 2.0.4-RC1. So I figured I'd ask to track it down. If

This is real FAQ and I committed a fix for it but I've never explained
at this ML so I do.

You are using FBSD version later than 601130. In 601130, Glibc style
gethostbyname_r and others are MFC'ed to 6-STABLE. For them,
moz project is broken because configure of
moz project detects gethostbyname_r at libc_r. This is wrong.
and usually not consistent with thread lib we use.
If we use -lpthread (by -pthread), this inconsistency occurs. in other
project, we check the symbols of shared libs. Since some libraries are
linked against libc_r, and we always expect linked against libpthread,
then dll checker tells some symbols are missing.
that's why your build is broken.

Thanks,
-- NAKATA, Maho (maho@FreeBSD.org)



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