From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#19332: atk fails to build Date: Tue, 09 Dec 2014 22:23:59 -0500 Message-ID: <874mt4b31s.fsf@yeeloong.lan> References: <87sigo2o66.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36091) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XyXui-000320-5D for bug-guix@gnu.org; Tue, 09 Dec 2014 22:26:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XyXuc-000099-MA for bug-guix@gnu.org; Tue, 09 Dec 2014 22:26:08 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:34720) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XyXuc-000095-JJ for bug-guix@gnu.org; Tue, 09 Dec 2014 22:26:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1XyXuc-0000xL-9z for bug-guix@gnu.org; Tue, 09 Dec 2014 22:26:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87sigo2o66.fsf@netris.org> (Mark H. Weaver's message of "Tue, 09 Dec 2014 22:12:33 -0500") 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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: 19332@debbugs.gnu.org Mark H Weaver writes: > atk fails to build. See: > > http://hydra.gnu.org/build/172242 > > The problem was introduced between 427476d (works) and 5a4753a (fails), > probably one of these two commits: > > 5a4753a * gnu: gobject-introspection: Define search path for typelib files. > 6671724 * gnu: gobject-introspection: Update to 1.42.0 and add new patch. It turns out that upgrading 'gobject-introspection' broke lots of libraries that use it. Updating 'atk' to the latest version fixed it. Ditto for 'pango'. I'm currently working on updating the affected packages. Mark