Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 304519 - www-plugins/gecko-mediaplayer-0.9.9 dies in install moving plugins
Summary: www-plugins/gecko-mediaplayer-0.9.9 dies in install moving plugins
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL: http://sources.gentoo.org/viewcvs.py/...
Whiteboard:
Keywords:
: 304525 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-02-11 08:56 UTC by Martin von Gagern
Modified: 2010-02-11 11:29 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info =www-plugins/gecko-mediaplayer-0.9.9 (304519.emerge_info,5.15 KB, text/plain)
2010-02-11 09:01 UTC, Martin von Gagern
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin von Gagern 2010-02-11 08:56:43 UTC
mv: cannot stat `/var/tmp/portage/www-plugins/gecko-mediaplayer-0.9.9/image//usr/lib64/nspr/mozilla/plugins/gecko-mediaplayer*': No such file or directory
 * ERROR: www-plugins/gecko-mediaplayer-0.9.9 failed:
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line  48:  Called src_install
 *   environment, line 3160:  Called die
 * The specific snippet of code:
 *       mv "${D}"/usr/$(get_libdir)/nspr/mozilla/plugins/${PN}* "${D}"/usr/$(get_libdir)/nsbrowser/plugins || die;

Looking at the installed image, I see ${D}/usr/$(get_libdir)/mozilla/plugins but no ${D}/usr/$(get_libdir)/nspr . Maybe changing that path is enough. In that case the current ebuild should be failing for everyone, not just me. So if it currently works for anybody, then a more elaborate solution is required.
Comment 1 Martin von Gagern 2010-02-11 09:01:06 UTC
Created attachment 219203 [details]
emerge --info =www-plugins/gecko-mediaplayer-0.9.9

# emerge --info =www-plugins/gecko-mediaplayer-0.9.9 > 304519.emerge_info
# emerge -pqv =www-plugins/gecko-mediaplayer-0.9.9
[ebuild     U ] www-plugins/gecko-mediaplayer-0.9.9 [0.9.8_p347] USE="-gnome"
Comment 2 Petr Pisar 2010-02-11 09:25:32 UTC
My to two cents: gecko-mediaplayer has configure option --with-plugindir and nsplugin eclass provides PLUGINS_DIR variable.
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2010-02-11 09:45:02 UTC
+  11 Feb 2010; Samuli Suominen <ssuominen@gentoo.org>
+  gecko-mediaplayer-0.9.9.ebuild:
+  Use nsplugins.eclass wrt #304519, thanks to Martin von Gagern for
+  reporting and Petr Pisar for solution.
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2010-02-11 11:29:16 UTC
*** Bug 304525 has been marked as a duplicate of this bug. ***