| Summary: | media-gfx/gthumb-2.6.2 failed | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Vlad Berditchevskiy <vlad> |
| Component: | New packages | Assignee: | Gentoo Linux Gnome Desktop Team <gnome> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | allanonjl |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Vlad Berditchevskiy
2005-01-20 11:43:53 UTC
can you try without using distcc and/or parallel make(use MAKEOPTS="-j1"? There is another open bug that indicates gthumb might not work well with distcc. -j1 solved the problem, thanks! BTW, I don't use distcc (it's installed but not turned on). Okay, we should emake -j1 gthumb I think. gthumb-2.6.3 has the same problem, -j1 also fixes it. and what happens if you add the following lines to the ebuild ?
src_unpack() {
unpack ${A}
rm ${S}/components/catalog-view/*.server
rm ${S}/components/image-viewer/*.server
}
foser's previous comment was added to the ebuild starting in version 2.6.4 for testing. ( I added a link to this bug in the 2.6.5 ebuild ) The fix in comment #5 seems to work, closing. |