From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Gegl build failures Date: Thu, 20 Nov 2014 19:12:46 +0100 Message-ID: <20141120181246.GA15990@debian.math.u-bordeaux1.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50053) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrWDy-0005GM-0T for guix-devel@gnu.org; Thu, 20 Nov 2014 13:13:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XrWDr-0000Ln-Kh for guix-devel@gnu.org; Thu, 20 Nov 2014 13:12:57 -0500 Received: from mout.kundenserver.de ([212.227.17.13]:60564) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrWDr-0000Lg-Bo for guix-devel@gnu.org; Thu, 20 Nov 2014 13:12:51 -0500 Content-Disposition: inline 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 gegl, an input for gimp, fails its tests: http://hydra.gnu.org/build/159641/nixlog/1/tail-reload We already have the following comments in the package: ;; This test program seems to crash on exit. Specifically, whilst ;; g_object_unreffing bufferA and bufferB - This seems to be a bug ;; in the destructor. This is just a test program so will not have ;; any wider effect, although might be hiding another problem. ;; According to advice received on irc.gimp.org#gegl although 0.2.0 ;; is the latest released version, any bug reports against it will ;; be ignored. So we are on our own. before a line that removes one test. I would suggest to disable all tests. Andreas