From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 3 23:55:26 2006 Return-Path: X-Original-To: freebsd-ports-bugs@freebsd.org Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D11516A417 for ; Tue, 3 Oct 2006 23:55:26 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63C1C43D58 for ; Tue, 3 Oct 2006 23:55:21 +0000 (GMT) (envelope-from maho.nakata@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so3044706pye for ; Tue, 03 Oct 2006 16:55:20 -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=BHQoNvekSG7h7Ces6wREp+gR4hzBhZUgJgTKYdiqQyh24QcWa9Ncy5nn/rCVCE0GEG915wvp10ZbRqqveqg39qccl0I5jaHGZO4AsnPZj+yqdzHuCCV6UlwiAMOPGhHaMTExTjou9RZL3hdEUdbGolH5wv7sFWXPdvgeFnLeMSY= Received: by 10.35.40.10 with SMTP id s10mr10949574pyj; Tue, 03 Oct 2006 16:55:20 -0700 (PDT) Received: from localhost ( [133.11.172.102]) by mx.gmail.com with ESMTP id 14sm3618321nzp.2006.10.03.16.55.18; Tue, 03 Oct 2006 16:55:19 -0700 (PDT) Date: Wed, 04 Oct 2006 08:54:57 +0900 (JST) Message-Id: <20061004.085457.90830525.chat95@mac.com> To: kabaev@gmail.com From: NAKATA Maho In-Reply-To: <20061003194436.7c7f4500@kan.dnsalias.net> References: <200610030655.48573.mihnea_capraru@fastmail.fm> <20061003.173303.32717938.chat95@mac.com> <20061003194436.7c7f4500@kan.dnsalias.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: mihnea_capraru@fastmail.fm, openoffice@freebsd.org, freebsd-ports-bugs@freebsd.org Subject: Re: ports/103896: OO.o port should add /program to LD_LIBRARY_PATH X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Oct 2006 23:55:26 -0000 From: Alexander Kabaev Subject: Re: ports/103896: OO.o port should add /program to LD_LIBRARY_PATH Date: Tue, 03 Oct 2006 19:44:36 -0400 > 1. $ORIGIN is NOT supported by rtld, so adding it would be a waste of > time. Yes, I know that currently it is not supported, and I'm working with Konstantin. I proposed a PR a year before http://www.freebsd.org/cgi/query-pr.cgi?pr=88117 and he is interested in. He kindly implemented it with other `$' stuffs. > 2. If OO was built by GCC from ports, it will depend on libgcc_s.so.1, > we do not set LD_LIBRARY_PATH/rpath to help OO so find it at the moment. It doesn't apply for default i386 setting. We are using gcc-ooo, and we pass --disable-shared to configure. Thus no libgcc_s.so.1 etc. (For amd64, we still don't need it since ldconfig at boot time recognize them) thanks, -- NAKATA, Maho (maho@FreeBSD.org)