From owner-freebsd-emulation@FreeBSD.ORG Mon Oct 27 21:09:24 2014 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EF887D37 for ; Mon, 27 Oct 2014 21:09:24 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A080E32A for ; Mon, 27 Oct 2014 21:09:24 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id s9RL91oE008568 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 27 Oct 2014 15:09:01 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.9/8.14.9/Submit) with ESMTP id s9RL909p008565; Mon, 27 Oct 2014 15:09:00 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Mon, 27 Oct 2014 15:09:00 -0600 (MDT) From: Warren Block To: emulation@freebsd.org, David Wolfskill Subject: Re: Does linux-c6-flashplugin-11.2r202.406 work under stable/10? In-Reply-To: <20141027141448.GK80218@albert.catwhisker.org> Message-ID: References: <20141027141448.GK80218@albert.catwhisker.org> User-Agent: Alpine 2.11 (BSF 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Mon, 27 Oct 2014 15:09:01 -0600 (MDT) X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 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: Mon, 27 Oct 2014 21:09:25 -0000 On Mon, 27 Oct 2014, David Wolfskill wrote: > Yesterday, I (mostly -- adapted to pkg) followed the process at the > bottom of portmaster(8) to rebuild all of the installed ports on my > laptop under stable/10 @r273626. r273642 here (amd64). > This morning, after updating the laptop to stable/10 @r273729 and > updating installed ports as of r371545, I: > > * pkg delete -f linux\* > * portmaster emulators/linux-c6 > * nspluginwrapper -v -a -i It's working here. Do you actually have the Flash plugin port installed? The pkg delete step will have deleted the old one, and then www/linux-c6-flashplugin11 must be manually installed. After that, I first remove the plugin, then reinstall it: nspluginwrapper -a -r nspluginwrapper -a -i -u has failed for me in the past, so I do the remove and install separately.