From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#30265: Fish shell has wrong path variables Date: Fri, 21 Sep 2018 14:05:50 +0200 Message-ID: <877ejf2gyp.fsf@gnu.org> References: <87pnx9yhsx.fsf@ambrevar.xyz> <87o9ctdxxk.fsf@gnu.org> <87efdoxia5.fsf@ambrevar.xyz> 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]:54011) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g3KDF-00065D-Nd for bug-guix@gnu.org; Fri, 21 Sep 2018 08:07:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g3KD8-0005Yn-Q5 for bug-guix@gnu.org; Fri, 21 Sep 2018 08:07:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:43447) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g3KD8-0005Yf-LO for bug-guix@gnu.org; Fri, 21 Sep 2018 08:07:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1g3KD8-0004YE-FX for bug-guix@gnu.org; Fri, 21 Sep 2018 08:07:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87efdoxia5.fsf@ambrevar.xyz> (Pierre Neidhardt's message of "Thu, 20 Sep 2018 18:09:22 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Pierre Neidhardt Cc: meiyo.peng@gmail.com, 30265@debbugs.gnu.org Pierre Neidhardt skribis: > - Is the issue here that grafting does not support wide string literals? > Shouldn't we fix the Guix code to support wide strings as well? I=E2=80=99m not too keen on doing that: the scanner in (guix build grafts) = would have to be quite different if it were to catch /gnu/store references burried in wide strings. That=E2=80=99d be a real challenge. The proposed changes (using Fish=E2=80=99 relocatability mechanism or ensur= ing that the /gnu/store references are in char[] arrays) would be far easier. Let me know if you need clarifications regarding these. Thanks, Ludo=E2=80=99.