From owner-freebsd-gnome Wed Jul 3 10:15:38 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 946D737B400 for ; Wed, 3 Jul 2002 10:15:37 -0700 (PDT) Received: from sdns.kv.ukrtel.net (sdns.kv.ukrtel.net [195.5.27.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B2A443E42 for ; Wed, 3 Jul 2002 10:15:36 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (195.5.51.243 [195.5.51.243]) by sdns.kv.ukrtel.net with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id NTMMS2X8; Wed, 3 Jul 2002 20:17:49 +0300 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g63HFYn03668; Wed, 3 Jul 2002 20:15:34 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3D233176.1AEBFF0A@FreeBSD.org> Date: Wed, 03 Jul 2002 20:16:38 +0300 From: Maxim Sobolev Reply-To: vegacap@i.com.ua Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Joe Marcus Clarke Cc: gnome@freebsd.org Subject: Re: Recent pango update References: <1025716028.319.65.camel@gyros.marcuscom.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Joe Marcus Clarke wrote: > > For anyone seeing font problems in GNOME 2, can you please make sure to > update to the latest pango revision? I fixed a problem where libc was > being implicitly linked throughout all of GNOME 2. This had some really > good effects for me. For instance, I am now able to use my keyboard in > gcalctool. Heh, ol'good "libc explicitly linked into a shared library" issue, isn't it? Thanks for fixing it. BTW, the following commands could be used to detect such issues before they will drive users crazy: $ find /usr/X11R6/lib -name *.so | xargs ldd | grep libc.so $ find /usr/local/lib -name *.so | xargs ldd | grep libc.so If there are any "libc.so.X => /usr/lib/libc.so.X" lines in the output then you got a problem. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message