From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#33300: hplip 3.18.9 contains non-free binary blobs Date: Wed, 07 Nov 2018 15:34:44 +0100 Message-ID: <87d0rhufaz.fsf@gnu.org> References: <87sh0dur48.fsf@gnu.org> <20181107124858.GE1206@macbook41> 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]:48498) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gKOv9-0006Be-EW for bug-guix@gnu.org; Wed, 07 Nov 2018 09:35:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gKOv8-0006Nn-8e for bug-guix@gnu.org; Wed, 07 Nov 2018 09:35:03 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:34021) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gKOv8-0006N1-4J for bug-guix@gnu.org; Wed, 07 Nov 2018 09:35:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gKOv8-00056r-19 for bug-guix@gnu.org; Wed, 07 Nov 2018 09:35:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20181107124858.GE1206@macbook41> (Efraim Flashner's message of "Wed, 7 Nov 2018 14:48:58 +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: Efraim Flashner Cc: 33300@debbugs.gnu.org Hello! Efraim Flashner skribis: > Here's what I have right now: > > ;; Delete non-free blobs$ > (delete-file "prnt/hpcups/libImageProcessor-x86_64.so")$ > (delete-file "prnt/hpcups/libImageProcessor-x86_32.so")$ > (delete-file-recursively "prnt/plugins")$ I=E2=80=99d suggest simply something along the lines of what I tried earlie= r: ;; Starting from version 3.18.9, hplip comes with binary ;; blobs under prnt/hpcups and prnt/plugins. Remove them. (for-each delete-file (find-files "." "\\.so$")) > (substitute* "Makefile.am"$ > (("dist_printplugins_DATA") "# dist_printplugins_DATA")) Rather =E2=80=9CMakefile.in=E2=80=9D, to avoid depending on Automake. > and a patch from debian to address imageprocessor: > https://salsa.debian.org/printing-team/hplip/raw/debian/3.18.10+dfsg0-1= /debian/patches/0025-Remove-all-ImageProcessor-functionality-which-is-clo.p= atch With this patch we should be able to keep 3.18.9, so it looks better than reverting. Could you send a patch for this? (If not Tobias said he can work on it soon. :-)). Thanks! Ludo=E2=80=99.