From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: gobject-introspection typelibs and shared libraries Date: Tue, 09 Dec 2014 23:15:15 -0500 Message-ID: <87oarc2l9o.fsf@netris.org> References: <87ppbvkwzj.fsf@gnu.org> <87k322cx77.fsf@gnu.org> <87oardq3n3.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42195) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XyYg3-0000yJ-9S for guix-devel@gnu.org; Tue, 09 Dec 2014 23:15:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XyYfx-000503-Hw for guix-devel@gnu.org; Tue, 09 Dec 2014 23:15:03 -0500 In-Reply-To: (Federico Beffa's message of "Tue, 9 Dec 2014 21:27:28 +0100") 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: Federico Beffa Cc: Guix-devel Federico Beffa writes: > On Tue, Dec 9, 2014 at 8:30 PM, Federico Beffa wrote: >> I've then updated pix-buf to the latest and it builds fine, but have 2 >> out of 74 test failures. > > gdk-pixbuf 2.31.2 (latest) fails 2 tests, but 2.31.1 passes all of them. This is a bug in 2.31.2, where they forgot to include a test image in the tarball. See: https://mail.gnome.org/archives/commits-list/2014-December/msg01800.html Mark