From owner-freebsd-current@FreeBSD.ORG Sun Apr 19 17:35:01 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10E76106566B for ; Sun, 19 Apr 2009 17:35:01 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id BD6FD8FC0C for ; Sun, 19 Apr 2009 17:35:00 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from [85.173.17.81] (helo=moosi) by services.ipt.ru with esmtpa (Exim 4.54 (FreeBSD)) id 1Lvaux-000GrW-Nt; Sun, 19 Apr 2009 21:34:59 +0400 To: Matthias Apitz References: <49EAF042.6030209@wanadoo.fr> <20090419111105.GA11449@rebelion.Sisis.de> From: Boris Samorodov Date: Sun, 19 Apr 2009 21:34:18 +0400 In-Reply-To: <20090419111105.GA11449@rebelion.Sisis.de> (Matthias Apitz's message of "Sun\, 19 Apr 2009 13\:11\:05 +0200") Message-ID: <58924197@ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-current@freebsd.org Subject: Re: linux-flashplugin-9 && firefox-3.0.7, 1 does not play in -CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Apr 2009 17:35:01 -0000 Matthias Apitz writes: > El d=C3=ADa Sunday, April 19, 2009 a las 11:34:58AM +0200, Nicolas escrib= i=C3=B3: > > Thanks for your feedback; I helps also if someone says "it works for me" > because then is much hope that it will work for me too; > > I'm attaching the relevant information; note the ports have bee build on > some other (faster) host and have been transfered via pkg_create on that > host and pkg_add'ed on the slower EeePC; so the output of 'pkg_version | = grep > linux' on that host (tiny) gives only: > > tiny# pkg_version | grep linux [...] > linux_base-f8 ? > linux_base-fc ? As it was already said at this thread that should not happen: those two ports should not be installed at the same time, they conflict with each other. So the best way was (as you seem to do already) deinstall all linux ports, remove /compat/linux/* and reinstall linux applications you need. The complete procedure is written at /usr/ports/UODATING. > linux_dri ? > > but on the host where the ports have been compiled/installed/pkg_creat > (vm-naranja) it says: > > vm-naranja# pkg_version | grep linux [...] > linux_base-f8 =3D > linux_base-fc =3D That is not good and may lead to undefined behaviour of linux applications. WBR --=20 bsam