From owner-freebsd-questions@FreeBSD.ORG Fri Mar 20 20:02:44 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 327CF106566C for ; Fri, 20 Mar 2009 20:02:44 +0000 (UTC) (envelope-from invalid.pointer@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.190]) by mx1.freebsd.org (Postfix) with ESMTP id C048E8FC0A for ; Fri, 20 Mar 2009 20:02:43 +0000 (UTC) (envelope-from invalid.pointer@gmail.com) Received: by ti-out-0910.google.com with SMTP id u5so890992tia.3 for ; Fri, 20 Mar 2009 13:02:42 -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:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=VUP2ANDs7soMmQOEsxi1iKNOeOyfO2TUU2mzoPAaopE=; b=o80eA1qQfW4V1t32waUSvAb5w+MqGsS0bfKcNH1YAoBQY+OXIwXxSSIYtLZ05yFHLc 31VgnbRUa27hfLqPk7rkpugdgt9rWOIWFbDNVoIPy1KpQw+rPsUCOV7EKTm5Mnf6S0A4 IX/LZbNGOzVLCWmAL8p+xeJ3hUvbvROUMO5cQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=QdgOC1UD+I1QkMjeE82pEBxi5qIwBn7GIo7j4V4NvcZI14HF3CSrrBt6HVXdZ49HIn 5oRQofL6Nq48JEv+480dNlnhZ7P/lsUw5lAyQY+EGEnyLONtIUaSGSYEkWdQP5wYUg8s oKO7t18s/gPuo780UN07F+3grjhUJLhnZj5wI= Received: by 10.110.62.1 with SMTP id k1mr5996831tia.38.1237579362380; Fri, 20 Mar 2009 13:02:42 -0700 (PDT) Received: from unxfbsdi.local.lan ([117.196.227.152]) by mx.google.com with ESMTPS id a14sm1644196tia.7.2009.03.20.13.02.35 (version=SSLv3 cipher=RC4-MD5); Fri, 20 Mar 2009 13:02:39 -0700 (PDT) Message-ID: <49C3F6BA.2040202@gmail.com> Date: Sat, 21 Mar 2009 01:34:10 +0530 From: Manish Jain User-Agent: Thunderbird 2.0.0.19 (X11/20090315) MIME-Version: 1.0 To: Boris Samorodov References: <49BEF6DB.6090904@gmail.com> <68295264@serv3.int.kfs.ru> In-Reply-To: <68295264@serv3.int.kfs.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: bf2006a@yahoo.com, freebsd-questions@freebsd.org 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: Fri, 20 Mar 2009 20:02:44 -0000 Hello Boris, I followed your leads and I am now left with the following : >> 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