From owner-freebsd-questions@FreeBSD.ORG Sun Mar 22 05:41:34 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 05115106566B for ; Sun, 22 Mar 2009 05:41:34 +0000 (UTC) (envelope-from invalid.pointer@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.191]) by mx1.freebsd.org (Postfix) with ESMTP id 90C0C8FC25 for ; Sun, 22 Mar 2009 05:41:33 +0000 (UTC) (envelope-from invalid.pointer@gmail.com) Received: by ti-out-0910.google.com with SMTP id u5so1255655tia.3 for ; Sat, 21 Mar 2009 22:41:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=H3AEFyhCVSFClXr8tNPbHlHl6AHrXh17tMm2Re5i0RY=; b=fXaJNx7JX2zwipO6r/C+LVZtgBijroVYCjE0Yv5l8ISTLoSoxgc6wiUCQCgBiqEnwc 0N7JAIySBTS0PrCl/5YrZ8okDx/qdTELX37mkctvQyVwP/osYnmOjVfSsW09EiPa1DQp dLoYvfhbf2PMtxqSVxmAx5bTpuO4d0WVJD67s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=IkwmfZZ1Dn6UZeXly3z0c+rJM3D4Rt3mhX+MSwOCsd2HG434UR7k+Sjzgom1YyhDtj 1uv8dUQLgdT7J9E/ZI79i7PoepP848rrKFtX0AFINfEPLrApHoKEJLi96eygxI5zyeRT PZTbdBQe82JivWxZjL1bkQ4B+Vs5EEUrs27Z8= Received: by 10.110.10.16 with SMTP id 16mr7248630tij.10.1237700492224; Sat, 21 Mar 2009 22:41:32 -0700 (PDT) Received: from unxfbsdi.local.lan ([117.196.225.172]) by mx.google.com with ESMTPS id u12sm3978847tia.18.2009.03.21.22.41.28 (version=SSLv3 cipher=RC4-MD5); Sat, 21 Mar 2009 22:41:30 -0700 (PDT) Message-ID: <49C5CFE7.1040306@gmail.com> Date: Sun, 22 Mar 2009 11:13:03 +0530 From: Manish Jain User-Agent: Thunderbird 2.0.0.19 (X11/20090315) MIME-Version: 1.0 To: Boris Samorodov , freebsd-questions@freebsd.org References: <49BEF6DB.6090904@gmail.com> <68295264@serv3.int.kfs.ru> <49C3F6BA.2040202@gmail.com> <68283972@ipt.ru> In-Reply-To: <68283972@ipt.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: Need help for acroread8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Mar 2009 05:41:34 -0000 Hello Boris, I can't really explain how, but I have got acroread8 up and running on my system. All I did was deinstall and reinstall pango and linux-pango. I then created the following 2 symlinks : /compat/linux/etc/pango/pango.modules -> /compat/linux/etc/pango/i686-redhat-linux-gnu/pango.modules /compat/linux/usr/bin/pango-querymodules -> /compat/linux/usr/bin/pango-querymodules-32 Then I ran /compat/linux/usr/bin/pango-querymodules as root, which populated pango.modules. Once that happened, to my surprise, acroread fired up and ran seamlessly. It still gives the warning about the missing libgnomebreakpad.so, like all other linux inherited applications do, but that appears to be harmless. Thanks for all the help. Regards Manish Jain invalid.pointer@gmail.com Boris Samorodov wrote: > Manish Jain writes: > >> Hello Boris, >> >> I followed your leads and I am now left with the following : > > Please, show what exactly you have done. And give output of > two commands from those URLs. And try to not top-post. Otherwise > you yourself won't understand the email. > >> >> Gtk-Message: Failed to load module "gnomebreakpad": >> libgnomebreakpad.so: cannot open shared object file: No such file or >> directory >> >> >> >> (acroread:41717): Pango-WARNING **: No builtin or >> dynamically loaded modules >> >> were found. Pango will not work correctly. This probably means >> >> there was an error in the creation of: >> >> '/etc/pango/pango.modules' >> >> You may be able to recreate this file by running pango-querymodules. >> >> >> >> (acroread:41717): Pango-CRITICAL **: >> _pango_engine_shape_shape: assertion `PANGO_IS_FONT (font)' failed >> >> >> >> Pango-ERROR **: file shape.c: line 75 (pango_shape): >> assertion failed: (glyphs->num_glyphs > 0) >> >> aborting... >> >> >> >> [1]+ Exit 1 acroread >> >> 'locate libgnomebreakpad' gives : >> /usr/local/lib/gtk-2.0/modules/libgnomebreakpad.la >> /usr/local/lib/gtk-2.0/modules/libgnomebreakpad.so >> >> So, these would be the FreeBSD versions of the library and not the >> linux ones, which would be the ones acroread would be looking for. >> However this does not seem to a fatal error. linux-ymessenger also >> reports the same error but loads and runs successfully. >> >> Effectively, I am left with the pango error, which is fatal indeed and >> I have no idea how to get around. I would give up on acroread and try >> something else but for 2 reasons : >> >> 1) acroread is more sophisticated than anything else available >> 2) this has partly become an ego issue at my end. >> >> Any help would be greatly appreciated. >> >> Thanks in advance >> Manish Jain >> invalid.pointer@gmail.com >> >> >> Boris Samorodov wrote: >>> On Tue, 17 Mar 2009 06:33:23 +0530 Manish Jain wrote: >>> >>>> Anyway, if anyone has any clue how to get me out of this acroread >>>> mess, I would be really grateful. >>> Those URLs may be a good start for you: >>> http://lists.freebsd.org/pipermail/freebsd-questions/2009-March/194334.html >>> http://lists.freebsd.org/pipermail/freebsd-questions/2009-March/194354.html >>> >>> >>> WBR > > WBR