Summary: | kdewebdev-3.4.2 emerge fails | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Tom Kiermaier <epyon9283> |
Component: | [OLD] KDE | Assignee: | Gentoo KDE team <kde> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | a, aleander, ehmsen, iyosifov, kennerly, killorbekilled, leonardop, omschaub, tnedor |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Tom Kiermaier
2005-07-31 08:54:34 UTC
*** Bug 100904 has been marked as a duplicate of this bug. *** me three! (config details upon request) <a href="http://bugs.gentoo.org/show_bug.cgi?id=98345#c20">Bug 98345</a> solution helps a lot. Re-emerge libxml2 with USE="debug" before kdewebdev._ (In reply to comment #3) Re-emerge libxml2 with USE="debug" before kdewebdev._ Thank you. This worked for me. worked for me too as another data point: i found i had to re-emerge "dev-libs/libxml dev-libs/libxml2 dev-libs/libxslt" all with USE=debug for my kdewebdev emerge to work (actually, it was easier to just put: dev-libs/libxml debug dev-libs/libxml2 debug dev-libs/libxslt debug kde-base/kdewebdev debug in /etc/portage/package.use) USE="debug" emerge libxml2 WOrked for me too. So I get from #60049 that kdewebdev relies on the debug module being there ? 2 possible solutions in that case : 1) kdewebdev needs to check if libxml2 was built with USE=debug 2) always build the debug module in libxml2 (which was apperantly on-by-default before) I'm not much in favor of 1 for obvious reasons. yup, worked. thanks. I must say I have built kdewebdev-3.4.2 on AMD K7 2500+ but system is a bit more stable than Tom's (ACCEPT_KEYWORDS="x86"), but have still some unstable installed packeges. (gcc 3.3.5.20050130-r1 and glibc 2.3.4.20041102-r1) I don't need to use any USE=debug to compile this package, so could the problem be in the gcc and not in the kdewebdev? Probably you are using an old libxml2 with the debug code enabled by default. *** Bug 101143 has been marked as a duplicate of this bug. *** (In reply to comment #8) > I'm not much in favor of 1 for obvious reasons. Similar to this, there's also Bug 98345, which affects ephiphany, too (Bug 100833). I woudn't wonder if we'd see issues popping up with other applications as well, so it doesn't make much sense to use the debug flag it here, imho. I've committed libxml2-2.6.20-r2, dropping the 'debug' USE flag so the debugging module is compiled unconditionally. Please let me know if something else is needed. Thanks Leonardo, that should do it. |