From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] Add PCB. Date: Thu, 12 Mar 2015 10:28:40 +0100 Message-ID: <87sidava2f.fsf@gnu.org> References: <87d24j8nzs.fsf@mango.localdomain> <87ioe81tih.fsf@gnu.org> <8761a78x4l.fsf@taylan.uni.cx> <87wq2nzdxv.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53305) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVzQ7-0000SH-E2 for guix-devel@gnu.org; Thu, 12 Mar 2015 05:28:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YVzQ3-0000a5-Vr for guix-devel@gnu.org; Thu, 12 Mar 2015 05:28:47 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:53378) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVzQ3-0000Zt-TI for guix-devel@gnu.org; Thu, 12 Mar 2015 05:28:43 -0400 In-Reply-To: <87wq2nzdxv.fsf@netris.org> (Mark H. Weaver's message of "Wed, 11 Mar 2015 12:39:08 -0400") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Mark H Weaver Cc: Guix-devel Mark H Weaver skribis: > taylanbayirli@gmail.com (Taylan Ulrich "Bay=C4=B1rl=C4=B1/Kammer") writes: [...] >> When the argument is a literal string, I suppose we can patch it to be >> an absolute pathname. > > Yes, when we can do this, it is usually the preferred approach. Agreed, except in cases where we want to retain the flexibility of dynamic bindings, typically for plug-ins. In the case of MESA, I think we probably want to use an absolute file name. Thanks, Ludo=E2=80=99.