From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43109) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fND2b-0001j0-R2 for guix-patches@gnu.org; Mon, 28 May 2018 03:58:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fND2Y-0007Sy-P0 for guix-patches@gnu.org; Mon, 28 May 2018 03:58:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:43649) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fND2Y-0007Su-Lg for guix-patches@gnu.org; Mon, 28 May 2018 03:58:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fND2Y-0005zm-Ex for guix-patches@gnu.org; Mon, 28 May 2018 03:58: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> Date: Mon, 28 May 2018 09:57:37 +0200 In-Reply-To: <20180528000545.50ceb0ba@scratchpost.org> (Danny Milosavljevic's message of "Mon, 28 May 2018 00:05:45 +0200") Message-ID: <874lis43gu.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@debbugs.gnu.org Morning! Danny Milosavljevic skribis: > On Sun, 27 May 2018 15:10:05 +0200 > ludo@gnu.org (Ludovic Court=C3=A8s) wrote: > >> > dtc has Python bindings and we build them.=20=20 >>=20 >> But then we do not need a search path definition in dtc itself; the one >> in Python is enough. Or am I missing something? > > There's a libfdt.py, provided by the dtc package, and u-boot-tools > tests use it. OK. If u-boot-tools has both Python and dtc as inputs, then PYTHONPATH is correctly defined, isn=E2=80=99t it? > Right now, we're not necessarily installing libfdt.py into python (?) or = the > profile or anything. So we should make sure dtc installs libfdt.py in $prefix/lib/python2.7/=E2= =80=A6. Does that make sense? Ludo=E2=80=99.