From owner-freebsd-hackers@FreeBSD.ORG Fri May 11 08:52:44 2007 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 013EF16A402 for ; Fri, 11 May 2007 08:52:44 +0000 (UTC) (envelope-from joerg@britannica.bec.de) Received: from www.pkgsrc-box.org (www.ostsee-abc.de [62.206.222.50]) by mx1.freebsd.org (Postfix) with ESMTP id 0FB9D13C44C for ; Fri, 11 May 2007 08:52:43 +0000 (UTC) (envelope-from joerg@britannica.bec.de) Received: from britannica.bec.de (www.pkgsrc-box.org [127.0.0.1]) by www.pkgsrc-box.org (Postfix) with ESMTP id AD531E7A3F9 for ; Fri, 11 May 2007 08:52:37 +0000 (UTC) Received: by britannica.bec.de (Postfix, from userid 1000) id 064217E95; Fri, 11 May 2007 10:52:29 +0200 (CEST) Date: Fri, 11 May 2007 10:52:28 +0200 From: Joerg Sonnenberger To: freebsd-hackers@freebsd.org Message-ID: <20070511085228.GB2318@britannica.bec.de> Mail-Followup-To: freebsd-hackers@freebsd.org References: <200705102105.27271.blackdragon@highveldmail.co.za> <17987.52037.112351.872442@bhuda.mired.org> <20070511015156.GA77895@xor.obsecurity.org> <86zm4b3h7h.fsf@dwp.des.no> <20070511082657.GA24652@xor.obsecurity.org> <86sla33gkm.fsf@dwp.des.no> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <86sla33gkm.fsf@dwp.des.no> User-Agent: Mutt/1.5.13 (2006-08-11) Subject: Re: New FreeBSD package system (a.k.a. Daemon Package System (dps)) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 08:52:44 -0000 On Fri, May 11, 2007 at 10:33:29AM +0200, Dag-Erling Smørgrav wrote: > We already have a mechanism for recording dependencies between > libraries; it's built into the ELF format, and does not require > hardcoding any directories. Introducing .la files which override the > existing mechanism and *do* hardcode directories is a regression. That is because FreeBSD doesn't use the ELF mechanisms to specify search directories in most cases. It still depends on the a.out orignating ld.so.conf mechanism. Joerg