From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Pango Date: Fri, 14 Jun 2013 23:34:44 +0200 Message-ID: <201306142334.44593.andreas@enge.fr> References: <201306132319.34784.andreas@enge.fr> <87r4g4dge7.fsf@gnu.org> <201306142325.07791.andreas@enge.fr> Mime-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57377) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Unbe4-0006I1-2V for bug-guix@gnu.org; Fri, 14 Jun 2013 17:34:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Unbe1-0003ou-Is for bug-guix@gnu.org; Fri, 14 Jun 2013 17:34:56 -0400 In-Reply-To: <201306142325.07791.andreas@enge.fr> 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: bug-guix@gnu.org Am Freitag, 14. Juni 2013 schrieb Andreas Enge: > Or try to compile harfbuzz; but the current version 0.9.18 fails its > tests with endless error messages such as > test_unicode-test-unicode.o:(.rodata+0x1d0): undefined reference to > `hb_unicode_script' Adding a dependency on the seemingly optional icu solved this problem. And now pango also compiles! Andreas