Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 198297 - net-www/swfdec-mozilla problematic src_install
Summary: net-www/swfdec-mozilla problematic src_install
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL: http://gitweb.freedesktop.org/?p=swfd...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-06 21:26 UTC by Priit Laes (IRC: plaes)
Modified: 2007-11-06 22:07 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.