Summary: | gkrellkam missing a src_compile section | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Bel Zébute <stephane> |
Component: | New packages | Assignee: | Martin Holzer (RETIRED) <mholzer> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | stephane |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | fixed gkrellkam-2.0.0.ebuild |
Description
Bel Zébute
2004-08-23 03:04:50 UTC
merges fine here... FYI, if there is no src_install() then a default from the base eclass is used. The default just runs econf and emake; read for yourself in /usr/portage/eclass/base.eclass. Cheers Well, hereit end up with a missing .so (forgot the exact name) that is supposed to be inserted into gkrellm's plugins folder. With src_compile (which many other gkrellm plugins have anyway), it works. So, there's a bug somewhere. I'm reporting the bug. I've found a fix for me. I don't have time to learn the entire portage's twists and twirles. Obviously, there a difference between out systems. I'm using gkrellm2 and gkrellkam2 (~x86). Try that and see if it works. Also, I haven't check, but maybe others are reporting this in the forums. I'm having problems with gkrellkam too. It says "gkrellkam2.so" not found. I think that src_install() is needed. Seems like is looking for files in a directory, "image", that doesn't exist. Had to build by hand and copy the .so file. Created attachment 38312 [details]
fixed gkrellkam-2.0.0.ebuild
I've edited the ebuild and now compiles on my system. Just added the
src_compile() section.
If somebody has one free minute, this is a very easily fixable problem. Thanx a lot. (In reply to Comment #4) gkrellkam-2.0.0.ebuild <snip> src_install () { exeinto /usr/$(get_libdir)/gkrellm2/plugins doexe gkrellkam2.so doman gkrellkam-list.5 dodoc README Changelog COPYING example.list Release Todo INSTALL } </snip> Considering that econf && emake is the default src_compile(), it don't see a problem here. Closing. |