| Summary: | Building docs fails with libxml2.4.27 | ||
|---|---|---|---|
| Product: | [Websites] docs.kde.org | Reporter: | Lauri Watts <lauri> |
| Component: | ksgmltools | Assignee: | Docbook Team <kde-docbook> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | andy, heuving |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Lauri Watts
2002-11-22 01:18:43 UTC
that's strange. The SuSE RPMs seems to build fine. Need to check if it makes a difference when compiled from source. Someone having the problem under Linux should try valgrind. I've narrowed it down to something about the entities within entities (specifically, &kappname;) Removing this one single entity (&kappname;) appears to make it start to work. &kappname; "&kdesu;" where kdesu is defined in the (external) general.entities file as <application>kdesu</application> And someone has reported this to libxml2 at: http://bugzilla.gnome.org/show_bug.cgi?id=99326 Patch to libxml2 is linked from the gnome bug above, and fixes the problem. |