From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1R0ade-0001G5-5l for garchives@archives.gentoo.org; Mon, 05 Sep 2011 14:59:07 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D2AC21C110; Mon, 5 Sep 2011 14:58:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3A23DE0525 for ; Mon, 5 Sep 2011 14:57:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id A06271B4018 for ; Mon, 5 Sep 2011 14:57:50 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Score: -5.005 X-Spam-Level: X-Spam-Status: No, score=-5.005 required=5.5 tests=[AWL=1.594, BAYES_00=-2.599, RCVD_IN_DNSWL_MED=-4] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ew5wOUQWCEWn for ; Mon, 5 Sep 2011 14:57:42 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id 66D5F1B401B for ; Mon, 5 Sep 2011 14:57:39 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1R0acA-0000LM-7i for gentoo-user@gentoo.org; Mon, 05 Sep 2011 16:57:34 +0200 Received: from adsl-69-234-180-31.dsl.irvnca.pacbell.net ([69.234.180.31]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 05 Sep 2011 16:57:34 +0200 Received: from w41ter by adsl-69-234-180-31.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 05 Sep 2011 16:57:34 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: walt Subject: [gentoo-user] Re: Having problems compiling several packages, possible issues with pango? Date: Mon, 05 Sep 2011 07:57:22 -0700 Message-ID: References: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: adsl-69-234-180-31.dsl.irvnca.pacbell.net User-Agent: Mozilla/5.0 (X11; Linux i686; rv:6.0) Gecko/20110831 Thunderbird/6.0 In-Reply-To: Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 9dc893c3cd8be0dd5d63bb380be604ca On 09/05/2011 03:29 AM, Datty wrote: > Hi all, >=20 > I've been having a few problems with a week old gentoo desktop install = with gnome 3 from the gnome overlay. Both libgnomeprint-2.18.8 and evolut= ion-3.0.3 are failing showing the errors below which I think are related = to pango. >=20 > In file included from /usr/include/pango-1.0/pango/pango-gravity.h:98:0= , > from /usr/include/pango-1.0/pango/pango-types.h:91, > from /usr/include/pango-1.0/pango/pango-font.h:26, > from /usr/include/pango-1.0/pango/pango-fontmap.h:25, > from ../../libgnomeprint/gnome-font.h:73, > from ../../libgnomeprint/gnome-print.h:59, > from ../gnome-print-private.h:43, > from sft.h:92, > from crc32.c:47: > /usr/include/pango-1.0/pango/pango-script.h:132:12: error: expected dec= laration specifiers or =91...=92 before =91G_CONST_RETURN=92 The guilty syntax (appearing in several pango headers) seems to be this: G_CONST_RETURN char **start ^^^^ Looking at the vast number of uses of G_CONST_RETURN in other header file= s, I'm guessing that the word 'char' should really be 'gchar'. I would test this idea by editing the headers in /usr/include/pango-1.0/p= ango by hand, making the above change to every instance of 'C_CONST_RETURN cha= r'. If that trick works, then it's definitely a bug in the pango package and needs to be fixed. Otherwise, I'm stumped.