From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 0/2] ImageMagick 7 Date: Wed, 11 Jan 2017 15:18:38 -0500 Message-ID: <20170111201838.GB24185@jasmine> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54281) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cRPMA-0004sr-KK for guix-devel@gnu.org; Wed, 11 Jan 2017 15:18:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cRPM6-0000BE-Mk for guix-devel@gnu.org; Wed, 11 Jan 2017 15:18:50 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:59810) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cRPM6-00008d-JF for guix-devel@gnu.org; Wed, 11 Jan 2017 15:18:46 -0500 Received: from localhost (c-73-188-17-148.hsd1.pa.comcast.net [73.188.17.148]) by mail.messagingengine.com (Postfix) with ESMTPA id BDC657EA42 for ; Wed, 11 Jan 2017 15:18:40 -0500 (EST) Content-Disposition: inline In-Reply-To: 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: guix-devel@gnu.org Hydra finished evaluating the imagemagick-updates branch on x86_64-linux: https://hydra.gnu.org/eval/109433?full=1&compare=master#tabs-now-fail It's a surprisingly small number of failures! But, I wonder how many packages that use ImageMagick use the "command-line API" and actually test it. So, I think we should carefully check each package that uses ImageMagick directly to see if they are ready. We can check their commit logs and bug trackers for anything related to ImageMagick. It's a short list, and I'll start looking into a2ps and awesome: $ guix package -s . | recsel -e "dependencies ~ 'imagemagick'" -p name,location name: a2ps location: gnu/packages/pretty-print.scm:40:2 name: awesome location: gnu/packages/wm.scm:498:2 name: dblatex location: gnu/packages/docbook.scm:174:2 name: discrover location: gnu/packages/bioinformatics.scm:2045:2 name: emacs-w3m location: gnu/packages/emacs.scm:746:2 name: enblend-enfuse location: gnu/packages/photo.scm:222:2 name: fbida location: gnu/packages/pdf.scm:698:2 name: lilypond location: gnu/packages/music.scm:584:2 name: perl-image-magick location: gnu/packages/imagemagick.scm:120:2 name: python-matplotlib location: gnu/packages/python.scm:3605:2 name: python2-matplotlib location: gnu/packages/python.scm:3736:4 name: skribilo location: gnu/packages/skribilo.scm:32:2 name: synfig location: gnu/packages/animation.scm:60:2