From owner-freebsd-openoffice@FreeBSD.ORG Mon Sep 25 04:46:38 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 D1B0916A403 for ; Mon, 25 Sep 2006 04:46:38 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 583F443D46 for ; Mon, 25 Sep 2006 04:46:38 +0000 (GMT) (envelope-from maho.nakata@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so2315083pye for ; Sun, 24 Sep 2006 21:46:37 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:message-id:to:cc:subject:from:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding:sender; b=UtS8nCdu/jWN8Z6VrK4gueKU/L+VSyKKd4K3rl6AtmJofzT7GS8jFI3JDsvFWd1qCRAmikEffJ93JbVvyLE0viCk5oEIeLWA4UPgLn3pt/Z66tht82L64ji1LrKEbqS/y6CHK4cxdpF8LoTNtIfaoZ/MSq3kS0PFZAnc8cJzhsc= Received: by 10.35.78.13 with SMTP id f13mr7481660pyl; Sun, 24 Sep 2006 21:46:37 -0700 (PDT) Received: from localhost ( [133.11.172.102]) by mx.gmail.com with ESMTP id r15sm1690025nza.2006.09.24.21.46.35; Sun, 24 Sep 2006 21:46:36 -0700 (PDT) Date: Mon, 25 Sep 2006 13:46:32 +0900 (JST) Message-Id: <20060925.134632.68038790.chat95@mac.com> To: verbo.solo@sbcglobal.net From: NAKATA Maho In-Reply-To: <1159156329.991.11.camel@elbereth.gateway.2wire.net> References: <1159156329.991.11.camel@elbereth.gateway.2wire.net> X-Mailer: Mew version 5.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: Maho NAKATA Cc: freebsd-openoffice@freebsd.org Subject: Re: Does OOo build clobber files in /usr/lib? 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: Mon, 25 Sep 2006 04:46:38 -0000 From: "Charles P. Schaum" 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)