From owner-freebsd-emulation@FreeBSD.ORG Tue Dec 9 11:45:10 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 D604AC43 for ; Tue, 9 Dec 2014 11:45:10 +0000 (UTC) Received: from dd16522.kasserver.com (dd16522.kasserver.com [85.13.137.124]) (using TLSv1.1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 63C9C8CC for ; Tue, 9 Dec 2014 11:45:09 +0000 (UTC) Received: from mx12.chaot.net (dslb-084-058-012-181.084.058.pools.vodafone-ip.de [84.58.12.181]) by dd16522.kasserver.com (Postfix) with ESMTPSA id C8020456015; Tue, 9 Dec 2014 12:45:05 +0100 (CET) Received: from localhost (1001@localhost [local]); by localhost (OpenSMTPD) with ESMTPA id 76e4bd3e; Tue, 9 Dec 2014 12:45:04 +0100 (CET) Date: Tue, 9 Dec 2014 12:45:04 +0100 From: Johannes Meixner To: Beeblebrox , emulation@freebsd.org Subject: Re: www/linux-c6-flashplugin11 broken after latest update Message-ID: <20141209114503.GB91167@mx12.chaot.net> References: <20141204113238.01654a72@rsbsd.rsb> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vGgW1X5XWziG23Ko" Content-Disposition: inline In-Reply-To: <20141204113238.01654a72@rsbsd.rsb> User-Agent: Mutt/1.5.23 (2014-03-12) 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: Tue, 09 Dec 2014 11:45:11 -0000 --vGgW1X5XWziG23Ko Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Thanks again for the report. This is fixed in revision 374369. Apologies for the inconvenience. Best -xmj On Thu, Dec 04, 2014 at 11:32:38AM +0200, Beeblebrox wrote: > www/linux-c6-flashplugin11 no longer works after latest linux-c6 and flas= hplugin11 update from Nov 28. All browsers (mozilla, opera, midori) fail a = simple on-line flash test with "missing plugin" message. "about:plugins" an= d similar browser tools display Shockwave Flash as installed. >=20 > $ nspluginwrapper -v -a -i > /usr/local/lib/nspluginwrapper/i386/linux/npviewer.bin: error while loadi= ng shared libraries: libgdk_pixbuf-2.0.so.0: cannot open shared object file= : No such file or directory >=20 > /usr/local> $ find . -iname "libgdk_pixbuf*" > ./lib/libgdk_pixbuf_xlib.so > ./lib/libgdk_pixbuf_xlib.so.2.0.0 > ./lib/libgdk_pixbuf_xlib-2.0.so > ./lib/libgdk_pixbuf_xlib-2.0.so.0 > ./lib/libgdk_pixbuf_xlib.so.2 > ./lib/libgdk_pixbuf_xlib-2.0.so.0.3100.1 > ./lib/libgdk_pixbuf-2.0.so > ./lib/libgdk_pixbuf.a > ./lib/libgdk_pixbuf.so.2.0.0 > ./lib/libgdk_pixbuf.so > ./lib/libgdk_pixbuf.so.2 > ./lib/libgdk_pixbuf-2.0.so.0 > ./lib/libgdk_pixbuf_xlib.a > ./lib/libgdk_pixbuf-2.0.so.0.3100.1 >=20 > $ nspluginwrapper -v -a -u > Auto-update plugins from /usr/local/lib/browser_plugins > Looking for plugins in /usr/local/lib/browser_plugins > Update plugin /usr/local/lib/browser_plugins/npwrapper.libflashplayer.so > NPAPI plugin /usr/local/lib/browser_plugins/symlinks/linux-firefox/libf= lashplayer.so was modified, reinstalling plugin > Install plugin /usr/local/lib/browser_plugins/symlinks/linux-firefox/libf= lashplayer.so > into /home/rsbsd/.mozilla/plugins/npwrapper.libflashplayer.so > Auto-update plugins from /usr/local/lib/browser_plugins/linux-c6-flashplu= gin > Looking for plugins in /usr/local/lib/browser_plugins/linux-c6-flashplugin > Auto-update plugins from /usr/local/lib/browser_plugins/symlinks/linux-fi= refox > Looking for plugins in /usr/local/lib/browser_plugins/symlinks/linux-fire= fox > Auto-update plugins from /home/rsbsd/.mozilla/plugins > Looking for plugins in /home/rsbsd/.mozilla/plugins > Update plugin /home/rsbsd/.mozilla/plugins/npwrapper.libflashplayer.so > wrapper ident matches and NPAPI plugin is unmodified, skipping >=20 > $ nspluginwrapper -l > /usr/local/lib/browser_plugins/npwrapper.libflashplayer.so > Original plugin: /usr/local/lib/browser_plugins/symlinks/linux-firefox/= libflashplayer.so > Plugin viewer: /usr/local/lib/nspluginwrapper/i386/linux/npviewer > Wrapper version string: 1.4.4-1 > /home/rsbsd/.mozilla/plugins/npwrapper.libflashplayer.so > Original plugin: /usr/local/lib/browser_plugins/symlinks/linux-firefox/= libflashplayer.so > Plugin viewer: /usr/local/lib/nspluginwrapper/i386/linux/npviewer > Wrapper version string: 1.4.4-1 >=20 >=20 > --=20 > FreeBSD_amd64_11-Current_RadeonKMS > _______________________________________________ > freebsd-emulation@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-emulation > To unsubscribe, send any mail to "freebsd-emulation-unsubscribe@freebsd.o= rg" --=20 Johannes Meixner | FreeBSD Committer xmj@FreeBSD.org | http://people.freebsd.org/~xmj --vGgW1X5XWziG23Ko Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAABAgAGBQJUhuC/AAoJEPyeKTcbGw0LUgUH/j07oIXn3K8JHrp49RW90Rmw SkpzjP+q8Jj/8SYrnlhjCVEcrOdJC05dSuBoaLJi+a1AgmGOR4EaC9eqod5uy5LN s3FWTKS08mP29EgQw0portPzTqWtJRB1critL6HAF1mgcVvIrhxEi/CqSS3ia4rj VH3tvoI3IRXSq7MbJJeEgaf2Sc5V4rmfNQcuYiqyKeZMQrK0d6jG2hKJ6BKaD4lc 5ZYc82T4qHwrdJlxs0tah94c5WE13sq+kKTkzvQK6lWY1MGMrk0l+71sSjM2Ev5Y yqpmZ2WJ9HSiHTuJBUmapjgCfuZbB3JmHqNslEeaB4qINXl522vd1ljvXNaxbHg= =urZ5 -----END PGP SIGNATURE----- --vGgW1X5XWziG23Ko--