After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 130604 - malformed .xds files
malformed .xds files
Status: RESOLVED FIXED
Product: conglomerate
Classification: Other
Component: general
CVS
Other All
: Normal normal
: 0.8.0
Assigned To: conglomerate list
conglomerate list
Depends on: 131585
Blocks:
 
 
Reported: 2004-01-05 20:12 UTC by Geert Stappers
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
new intltool-merge.in (33.36 KB, patch)
2004-01-12 14:04 UTC, Geert Stappers
none Details | Review

Description Geert Stappers 2004-01-05 20:12:09 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.
Comment 1 Geert Stappers 2004-01-07 17:41:17 UTC
Bug 127218 is reported as closed
Comment 2 Geert Stappers 2004-01-11 20:43:14 UTC
assigning it to me
Comment 3 Geert Stappers 2004-01-12 14:00:07 UTC
The problem is caused by a broken intltool-merge.
You need a new one from intltool CVS
or the one that is provided here.

Comment 4 Geert Stappers 2004-01-12 14:04:34 UTC
Created attachment 23258 [details] [review]
new intltool-merge.in
Comment 5 Geert Stappers 2004-01-12 14:18:20 UTC
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
Comment 6 Geert Stappers 2004-01-15 17:49:09 UTC
Oops, I forgot to tell that I consider it fixed.
Marking it now as FIXED
Comment 7 David Malcolm 2004-01-15 18:23:44 UTC
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.
Comment 8 Brian Cameron 2004-01-22 21:21:53 UTC
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.
Comment 9 Geert Stappers 2004-01-23 08:48:14 UTC
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