From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH v7] Add hplip Date: Fri, 29 Apr 2016 17:07:13 +0200 Message-ID: <87inz0pi72.fsf@gnu.org> References: <87mvpyyfon.fsf@igalia.com> <20160320011904.50131806@scratchpost.org> <20160321230700.452ca6c1@scratchpost.org> <87r3f2ud9x.fsf@igalia.com> <20160322113001.52af072b@scratchpost.org> <87egb2u6gd.fsf@igalia.com> <20160322201207.790bd384@scratchpost.org> <874mbxshv2.fsf@igalia.com> <20160323103936.1edb6d18@scratchpost.org> <20160323123630.1b962166@scratchpost.org> <20160323204659.GB21191@debian-netbook> <20160324005612.48be4e81@scratchpost.org> <8737r1aw0s.fsf@gnu.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]:43030) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awA10-0006m5-I5 for guix-devel@gnu.org; Fri, 29 Apr 2016 11:07:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1awA0o-0006KX-66 for guix-devel@gnu.org; Fri, 29 Apr 2016 11:07:29 -0400 In-Reply-To: <8737r1aw0s.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Mon, 04 Apr 2016 23:45:07 +0200") 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" To: Danny Milosavljevic Cc: guix-devel@gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > Here=E2=80=99s an improved version of the patch you posted, which removes= the > dependency on Autoconf/Automake and keeps using /var as the > localstatedir. > > However, programs now need help to find their Python modules: > > $ /gnu/store/4s58vq7zn5l10143736imvq4nzjzyc7m-hplip-3.16.2/bin/hp-scan --= version > Traceback (most recent call last): > File "/gnu/store/4s58vq7zn5l10143736imvq4nzjzyc7m-hplip-3.16.2/bin/hp-s= can", line 40, in > import scanext > ImportError: No module named 'scanext' > $ /gnu/store/4s58vq7zn5l10143736imvq4nzjzyc7m-hplip-3.16.2/bin/hp-probe=20 > Traceback (most recent call last): > File "/gnu/store/4s58vq7zn5l10143736imvq4nzjzyc7m-hplip-3.16.2/bin/hp-p= robe", line 38, in > from base import device, utils, tui, module > File "/gnu/store/4s58vq7zn5l10143736imvq4nzjzyc7m-hplip-3.16.2/share/hp= lip/base/device.py", line 42, in > from . import status > File "/gnu/store/4s58vq7zn5l10143736imvq4nzjzyc7m-hplip-3.16.2/share/hp= lip/base/status.py", line 33, in > import cupsext > ImportError: No module named 'cupsext' > > Could someone add a phase to do this? I finally fixed it and will push shortly. Ludo=E2=80=99.