From owner-freebsd-emulation@FreeBSD.ORG Tue Mar 31 20:57:01 2009 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88303106566B; Tue, 31 Mar 2009 20:57:01 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (77-93-215-190.static.masterinter.net [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id 39E0E8FC20; Tue, 31 Mar 2009 20:57:00 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id D2BDA9CB094; Tue, 31 Mar 2009 22:56:17 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yeuKQvpQsTr0; Tue, 31 Mar 2009 22:56:15 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 50B849CB121; Tue, 31 Mar 2009 22:56:15 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.3/8.14.3/Submit) id n2VKuFQx032648; Tue, 31 Mar 2009 22:56:15 +0200 (CEST) (envelope-from rdivacky) Date: Tue, 31 Mar 2009 22:56:15 +0200 From: Roman Divacky To: Chagin Dmitry Message-ID: <20090331205615.GA32160@freebsd.org> References: <49D1F976.7000708@janh.de> <49D26B4E.6070508@gmail.com> <20090331201533.GA10698@dchagin.static.corbina.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090331201533.GA10698@dchagin.static.corbina.ru> User-Agent: Mutt/1.4.2.3i Cc: Jan Henrik Sylvester , freebsd-emulation@freebsd.org, hrs@freebsd.org Subject: Re: acroread9 misses libxml2.so.2 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Mar 2009 20:57:01 -0000 On Wed, Apr 01, 2009 at 12:15:33AM +0400, Chagin Dmitry wrote: > On Tue, Mar 31, 2009 at 09:13:18PM +0200, Kjell Tore Ullavik wrote: > > > > > > You need to install textproc/linux-libxml, probably also > > graphics/linux-gdk-pixbuf, > > it still charshes for me with linux-base8 though. Bug report here: > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=133194 > > > > > > looks like new acroread depends on linux inotify API, which is not > implemented in our linuxulator... thnx, let's try to implement. if you are interseted you can finish my epoll() work...