Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 198297

Summary: net-www/swfdec-mozilla problematic src_install
Product: Gentoo Linux Reporter: Priit Laes (IRC: plaes) <plaes>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED NEEDINFO    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://gitweb.freedesktop.org/?p=swfdec/swfdec-mozilla.git;a=commitdiff;h=85bb0aaad68236d0953f913e0af149635fcd2ce7
Whiteboard:
Package list:
Runtime testing required: ---

Description Priit Laes (IRC: plaes) 2007-11-06 21:26:41 UTC
Current method of installation (copying the files) causes crashes in the plugin.

We should either use
src_install() {
    emake DESTDIR="${D}" install
}


or just omit the src_install() function.

Although some work has been made to prevent it, we should use the standard make install method... See:
http://gitweb.freedesktop.org/?p=swfdec/swfdec-mozilla.git;a=commitdiff;h=85bb0aaad68236d0953f913e0af149635fcd2ce7
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-11-06 22:07:39 UTC
If you claim that something crashes, then post the errors. Also emerge --info is required for bugs. Thanks.