GNOME Bugzilla – Bug 130604
malformed .xds files
Last modified: 2004-12-22 21:47:04 UTC
On Mon, Jan 05, 2004 at 08:52:47PM +0100, Geert Stappers wrote: > On Sun, Jan 04, 2004 at 11:52:54PM +0100, Geert Stappers wrote: > > On Fri, Jan 02, 2004 at 05:23:58PM +0100, Geert Stappers wrote: > > > Have more people see this: > > > <conglomerate-console-output size="partial" > > > > ** Message: Loading xds files from "/usr/share/conglomerate/dispspecs" > > > > > > > > > Entity: line 165: parser error : attributes construct error > > > <header-info xpath="concat("<", @tag, ">")" /> > > > ^ > > [ other look-a-like errors ] > > > > > Is this seen by other people? > > Or is it only on Debian? > > > > The reason for asking: > > Should I fix it for the tarball or for Debian only? > > > > It is http://bugzilla.gnome.org/show_bug.cgi?id=127218 > > There are patches provided in that bugreport. > I haven't yet spend time on it > ( and don't known when I will ) storing it here as reminder.
Bug 127218 is reported as closed
assigning it to me
The problem is caused by a broken intltool-merge. You need a new one from intltool CVS or the one that is provided here.
Created attachment 23258 [details] [review] new intltool-merge.in
Change the top line with your Perl interpreter, like this. $ diff -u intltool-merge.in intltool-merge --- intltool-merge.in 2004-01-12 12:59:48.000000000 +0100 +++ intltool-merge 2004-01-12 13:46:43.000000000 +0100 @@ -1,4 +1,4 @@ -#!@INTLTOOL_PERL@ -w +#!/usr/bin/perl -w # # The Intltool Message Merger and make it executable. ( chmod +x intltool-merge ) Those are things done by intltool (during ./autogen.sh) but then you have to copy the refresh intltool-merge.in to /usr/share/intltool/intltool-merge.in and not in the toplevel directory where it currently resides. So check the intltool-merge after a ./autogen.sh
Oops, I forgot to tell that I consider it fixed. Marking it now as FIXED
I've upgraded to CVS intltool but it's causing problems for me (attributes get lost in the generated xds files and they're too broken to be usable). So I've reopened this bug, filed bug #131585, and marked this as being dependent on that one.
I believe that I have fixed the problems in bug 131585 that were causing this bug. I just commited my fix to CVS head, so let me know if you have any remaining problems.
the Entity: line 165: parser error : attributes construct error <header-info xpath="concat("<", @tag, ">")" /> where fixed allready by bug 127218 meanwhile is bug 131585 also fixed. So marking it as FIXED again. Volunteers for VERIFIED or CLOSED are welcome. And as always state a good reason when you REOPEN the bugreport Cheers