From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37919) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fNfiJ-0005hT-2P for guix-patches@gnu.org; Tue, 29 May 2018 10:35:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fNfiI-0001ci-Ab for guix-patches@gnu.org; Tue, 29 May 2018 10:35:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:46234) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fNfiI-0001cZ-7N for guix-patches@gnu.org; Tue, 29 May 2018 10:35:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fNfiH-0006ms-Vq for guix-patches@gnu.org; Tue, 29 May 2018 10:35:02 -0400 Subject: [bug#31520] [PATCH] gnu: u-boot-tools: Enable tests. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180518191247.18456-1-dannym@scratchpost.org> <878t861df7.fsf@gnu.org> <20180526211604.72c336bf@scratchpost.org> <876039xn0y.fsf@gnu.org> <20180528000545.50ceb0ba@scratchpost.org> <874lis43gu.fsf@gnu.org> <20180528235221.55ae2b83@scratchpost.org> Date: Tue, 29 May 2018 16:33:55 +0200 In-Reply-To: <20180528235221.55ae2b83@scratchpost.org> (Danny Milosavljevic's message of "Mon, 28 May 2018 23:52:21 +0200") Message-ID: <87zi0iy1ik.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Danny Milosavljevic Cc: 31520-done@debbugs.gnu.org Hello, Danny Milosavljevic skribis: > Hmm, then I don't understand how native-search-paths works. The search path spec is attached to the package that =E2=80=9Cowns=E2=80=9D= the given variables. So python has a spec for PYTHONPATH, Guile has a spec for GUILE_LOAD_PATH, and so on. Then, if you have both python and a python package in the same profile, the machinery automatically defines PYTHONPATH according to the spec. > It indeed works if I remove native-search-paths from dtc, so I've pushed = it > without. Cool, thanks! Ludo=E2=80=99.