From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jookia <166291@gmail.com> Subject: [PATCH] gnu: gdk-pixbuf: Disable pixbuf-scale test. Date: Tue, 2 Feb 2016 21:25:41 +0000 Message-ID: <56b2fd41.57116b0a.987be.ffffd924@mx.google.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42661) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <166291@gmail.com>) id 1aREJi-0006UD-RK for guix-devel@gnu.org; Thu, 04 Feb 2016 02:27:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <166291@gmail.com>) id 1aREJf-0007ml-IF for guix-devel@gnu.org; Thu, 04 Feb 2016 02:27:02 -0500 Received: from mail-io0-x231.google.com ([2607:f8b0:4001:c06::231]:35170) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <166291@gmail.com>) id 1aREJf-0007mf-DY for guix-devel@gnu.org; Thu, 04 Feb 2016 02:26:59 -0500 Received: by mail-io0-x231.google.com with SMTP id d63so83712737ioj.2 for ; Wed, 03 Feb 2016 23:26:59 -0800 (PST) Received: from localhost ([69.195.159.94]) by smtp.gmail.com with ESMTPSA id z84sm4392113ioi.39.2016.02.03.23.26.56 for (version=TLSv1/SSLv3 cipher=OTHER); Wed, 03 Feb 2016 23:26:57 -0800 (PST) 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org On systems with little ram (2G in my case) the pixbuf-scale test will either freeze the system of cause excessive swapping without the test every completing. * gnu/packages/gtk.scm (gdk-pixbuf): Don't run 'pixbuf-scale' test. --- gnu/packages/gtk.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 916873b..021ee00 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -8,6 +8,7 @@ ;;; Copyright © 2015 Sou Bunnbu ;;; Copyright © 2015 Andy Wingo ;;; Copyright © 2015 David Hashe +;;; Copyright © 2016 Jookia <166291@gmail.com> ;;; ;;; This file is part of GNU Guix. ;;; @@ -407,6 +408,8 @@ highlighting and other features typical of a source code editor.") ;; SKIP Not enough memory to load bitmap image ;; ERROR: cve-2015-4491 - too few tests run (expected 4, got 2) (("cve-2015-4491\\$\\(EXEEXT\\) ") "") + ;; XXX FIXME: This test can crash systems with little RAM. + (("pixbuf-scale\\$\\(EXEEXT\\) ") "") ;; XXX FIXME: This test fails with: ;; ERROR:pixbuf-jpeg.c:74:test_type9_rotation_exif_tag: ;; assertion failed (error == NULL): Data differ -- 2.7.0