Summary: | gnome-base/orbit-2.14.19-r1 fails to compile | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | mike <michael.stahn.42> |
Component: | New packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED INVALID | ||
Severity: | major | CC: | ago |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
mike
2011-07-14 15:15:22 UTC
try to recompile: dev-libs/libIDL (In reply to comment #1) > try to recompile: > > dev-libs/libIDL aah finally..thx! I wonder what messed it up.. sorry, is your bad, I mark it as INVALID (In reply to comment #3) > sorry, is your bad, I mark it as INVALID Well there can be plenty of reasons which lead to this error but until there is no sign that it's based on the build-system this should be ok. look at the ebuild: RDEPEND=">=dev-libs/glib-2.8:2 >=dev-libs/libIDL-0.8.2" DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.18 doc? ( >=dev-util/gtk-doc-1 )" libIDL is in the depend so, it should be merged before orbit. Probably it was in your system before the emerge and you probably didn't run revdep-rebuild after orbit merge =) (In reply to comment #5) > look at the ebuild: > > RDEPEND=">=dev-libs/glib-2.8:2 > >=dev-libs/libIDL-0.8.2" > > DEPEND="${RDEPEND} > >=dev-util/pkgconfig-0.18 > doc? ( >=dev-util/gtk-doc-1 )" > > libIDL is in the depend so, it should be merged before orbit. Probably it was > in your system before the emerge and you probably didn't run revdep-rebuild > after orbit merge =) hm yes it was emerged allready but I run revdeb-rebuild frequently..there is a script which executes "emerge --update --deep --newuse system world" and "revdeb-rebuild" on every update.. |