From owner-freebsd-questions@FreeBSD.ORG Fri Dec 6 16:25:50 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D849B716 for ; Fri, 6 Dec 2013 16:25:50 +0000 (UTC) Received: from mail-la0-x22c.google.com (mail-la0-x22c.google.com [IPv6:2a00:1450:4010:c03::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5C5211B48 for ; Fri, 6 Dec 2013 16:25:50 +0000 (UTC) Received: by mail-la0-f44.google.com with SMTP id ep20so372792lab.17 for ; Fri, 06 Dec 2013 08:25:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:disposition-notification-to:date:from:user-agent :mime-version:to:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=nkEN3bEp+aH4KvnHoeRIXYtjmiXslDxvLKpfoOFNo44=; b=xnDKqrOuRf6tZDCrQVvle6+19+9qM3QNCMRvymoARzqQeAdb2gEdTBjaD/78DCNXjv qwgbu5qOUXUdlgMm3FIyqMi1PI/P89Wy7LB5MimTeSX/rBFAwrJWQ1s4HC6sl7BR/R/B gWj2g04NTM3CzBzJgdxNV0oBoUdfgWohYJdA5ZQgSPc+jEBSA0cMW3pXAOsd32ZrnVI3 PCmcJqVoSc0IEmpgCujgg4XnLXUSV9hFMrhwDnTzgMs3NH7hFIKT+NQpR2ysPwPZzKLV hXpp2WOt5X3qqJK/aySILnGT+SKxLmpWPciazFVv2TOiMtWGdf6dGi6+f9+VV2rk8NPR hhSQ== X-Received: by 10.152.28.230 with SMTP id e6mr1159038lah.3.1386347148051; Fri, 06 Dec 2013 08:25:48 -0800 (PST) Received: from lazlar.no-ip.biz (c-6380e355.09-42-6e6b7010.cust.bredbandsbolaget.se. [85.227.128.99]) by mx.google.com with ESMTPSA id e10sm111881587laa.6.2013.12.06.08.25.46 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 06 Dec 2013 08:25:47 -0800 (PST) Message-ID: <52A1FA89.9050106@gmail.com> Date: Fri, 06 Dec 2013 17:25:45 +0100 From: Rolf G Nielsen User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: User questions Subject: Re: acroread9 crashed immediately after starting References: <20131205060844.75e94b4b@scorpio> In-Reply-To: <20131205060844.75e94b4b@scorpio> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Dec 2013 16:25:51 -0000 On 2013-12-05 12:08, Jerry wrote: > System: FreeBSD 10.0-BETA3 #0 r257580 amd64 > > I have "acroread9" installed because I write and frequently need to fill > in online interactive PDF forms. > > I have Adobe Pro XI installed on a Windows 8.1 machine to create and > modify interactive PDFs. It is the only program that I am aware of that > can accomplish this. I was trying to to insure that the forms work > correctly under different OSs. Using Firefox and its built in PDF > program fails miserably. It cannot utilize the interactive properties of > the PDF. I installed acroread9, but it simply crashes a few seconds > after it starts. > > $ acroread9 > Fontconfig error: "/usr/local/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element > Fontconfig error: "/usr/local/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element > Fontconfig warning: "/usr/local/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 78: saw unknown, expected number > Fontconfig error: "/usr/local/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element > Fontconfig error: "/usr/local/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element > Fontconfig warning: "/usr/local/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 78: saw unknown, expected number > terminate called after throwing an instance of 'RSException' > > This is line 70: > This is line 78: > > From the /var/message log: > > Dec 5 05:45:33 scorpio kernel: linux: pid 31377 (acroread): syscall inotify_init not implemented > > Is this a known issue? If so, then why is the application in the ports > system if it will not run? If not, what do I have to do to get it to > run successfully? > Have you loaded the linux_adobe kernel module?