Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 202715 - app-misc/kerneloops-0.5 (new ebuild)
Summary: app-misc/kerneloops-0.5 (new ebuild)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2007-12-18 18:22 UTC by Vladimir Brik
Modified: 2008-01-03 23:28 UTC (History)
1 user (show)

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


Attachments
kerneloops-0.5.ebuild (kerneloops-0.5.ebuild,2.04 KB, text/plain)
2007-12-18 18:23 UTC, Vladimir Brik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Brik 2007-12-18 18:22:51 UTC
ebuild for kerneloops.org

from the website:

About kerneloops.org
kerneloops.org is a website that tries to help the developers of the Linux kernel by collecting so-called oopses, which are the crash signatures of the Linux kernel. The collected oopses are processed statistically to present information for the kernel developers, such as

    * Which crash signatures occur the most? (and thus need to be fixed most urgently)
    * When did a certain crash signature show up first?
    * Which API functions are the most error prone? 


Oopses are collected from the linux-kernel mailing list (and a few related lists), the bugzilla.kernel.org bugzilla and from the client application that you can download from this page.
Comment 1 Vladimir Brik 2007-12-18 18:23:39 UTC
Created attachment 138841 [details]
kerneloops-0.5.ebuild
Comment 2 Markus Ullmann (RETIRED) gentoo-dev 2007-12-18 18:30:40 UTC
The ebuild has some serious issues.

- both ls and pwd are useless
- sed -i -e 's/allow-submit = no/allow-submit = yes/' <-- that should be a choice of the user
- you inlined the init script instead of putting it into a separate file and copying over and used chmod instead of fperms
Comment 3 r01 2007-12-19 02:01:08 UTC
I think you could split your init.d script out from the ebuild.
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2007-12-20 08:55:11 UTC
(In reply to comment #2)
> The ebuild has some serious issues.

RESTRICT=test instead of the dummy src_test()
Comment 5 Vladimir Brik 2008-01-03 23:28:21 UTC
a better version is now in portage