From owner-freebsd-emulation@FreeBSD.ORG Wed Apr 1 17:57:25 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 639E8106564A; Wed, 1 Apr 2009 17:57:25 +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 1A9408FC0C; Wed, 1 Apr 2009 17:57:24 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id AEDA19CB080; Wed, 1 Apr 2009 19:56:40 +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 aUmrIxqo9htk; Wed, 1 Apr 2009 19:56:38 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 60EEA9CB0F7; Wed, 1 Apr 2009 19:56:38 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.3/8.14.3/Submit) id n31HucgV031396; Wed, 1 Apr 2009 19:56:38 +0200 (CEST) (envelope-from rdivacky) Date: Wed, 1 Apr 2009 19:56:38 +0200 From: Roman Divacky To: Chagin Dmitry Message-ID: <20090401175638.GA31233@freebsd.org> References: <49D1F976.7000708@janh.de> <49D26B4E.6070508@gmail.com> <20090331201533.GA10698@dchagin.static.corbina.ru> <20090331205615.GA32160@freebsd.org> <20090401174925.GA1996@dchagin.static.corbina.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090401174925.GA1996@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: Wed, 01 Apr 2009 17:57:25 -0000 On Wed, Apr 01, 2009 at 09:49:25PM +0400, Chagin Dmitry wrote: > On Tue, Mar 31, 2009 at 10:56:15PM +0200, Roman Divacky wrote: > > 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... > > > > > > hi Roman :) > remind me where there is your unfinished work. www.vlakno.cz/~rdivacky/patches/linux_epoll.patch last time I looked it worked but did not work after fork() (because kqueue does not work after fork()), this needs to be fixed... I am not aware of any other problem with this code