From owner-freebsd-emulation@FreeBSD.ORG Thu May 21 02:00:48 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 04E8B106566B for ; Thu, 21 May 2009 02:00:48 +0000 (UTC) (envelope-from kubito@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.28]) by mx1.freebsd.org (Postfix) with ESMTP id B09FF8FC1A for ; Thu, 21 May 2009 02:00:47 +0000 (UTC) (envelope-from kubito@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so518145yxb.13 for ; Wed, 20 May 2009 19:00:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=d+oUpDmWDrY1sE04eq4ycBobuWLbwaJi6Hty+kMJoRk=; b=rCSD2r0h2m+KUTbB2kpk++ZSvPN47Mf0HrgGTgaLqEXHj3eZKhK1li4jB66mCryQ13 utkWWyCJLmFIN7jbOmhOCd8rEEUGwIL0MEbrAG7kIiF6y4lj+6CC8O4sC8MUEqp608LY Rr8dH/2Ds0/LomI85WFe9vW/+Xs7YxBeacNyE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=u1D4bYSDTmMmZy4ctOKGWb7vm6g1JuAfaOMur13DIvCQ10gbZ8lt5aQtB8kGPC5HJH bHOVRoasVluQVddwdplLhbOxOSKaL2bB7S5Ivh1m28FXzgW7/uMwLwDpD5SAOk32CCjm Az63LXnDmEGlA6aw1ANCHYjM8JIDHIzkjEdqE= MIME-Version: 1.0 Received: by 10.231.16.72 with SMTP id n8mr712262iba.49.1242871246788; Wed, 20 May 2009 19:00:46 -0700 (PDT) In-Reply-To: <37073556@serv3.int.kfs.ru> References: <68c3445d0905182230k453486a5nf13fbf8359f7029a@mail.gmail.com> <69248042@serv3.int.kfs.ru> <68c3445d0905200545p658b66e4l618aaaf7d19d3e76@mail.gmail.com> <37073556@serv3.int.kfs.ru> Date: Wed, 20 May 2009 23:00:46 -0300 Message-ID: <68c3445d0905201900i40faaf97ycc4b3ce70315d2a7@mail.gmail.com> From: Raphael Kubo da Costa To: Boris Samorodov Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@freebsd.org Subject: Re: Cannot nspluginwrapper problems because of linux-f8-pango vulnerability 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: Thu, 21 May 2009 02:00:48 -0000 2009/5/20 Boris Samorodov : > On Wed, 20 May 2009 09:45:11 -0300 Raphael Kubo da Costa wrote: > >> 2009/5/20 Boris Samorodov : >> > Seems that you are using a port audit tool. Then a manual pages from >> > that tool may help you. >> I tried running 'make -DDISABLE_VULNERABILITIES install clean' in >> linux-f8-pango and now the installation process failed with a Floating >> Point Exception when checking if it was already installed. > > Please, show "pkg_info -xI linux". Indeed, for some reason linux_base-fc4 was still installed. After replacing it with linux_base-fc8 everything else ran like a charm, thanks ;)