Bug 1999 - SEVERE: procpop.glade XML is badly formed
Summary: SEVERE: procpop.glade XML is badly formed
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P1 normal
Target Milestone: ---
Assignee: Sami Wagiaalla
URL:
Keywords:
Depends on:
Blocks: 2004 2145
  Show dependency treegraph
 
Reported: 2005-12-08 17:54 UTC by Andrew Cagney
Modified: 2006-01-12 16:45 UTC (History)
4 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments
Glade Differences (1.53 KB, text/x-patch)
2005-12-09 18:18 UTC, Phil Muldoon
Details
Glade Corrected Diff (1.55 KB, text/x-patch)
2005-12-09 18:23 UTC, Phil Muldoon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2005-12-08 17:54:01 UTC
tower$ /usr/bin/frysk
8-Dec-05 12:51:58 PM frysk.gui.FryskGui mainGui
SEVERE: procpop.glade XML is badly formed

tower$ xmllint --valid ./usr/share/frysk/frysk/glade/procpop.glade > /dev/null
./usr/share/frysk/frysk/glade/procpop.glade:435: element widget: validity error
: ID vbox12 already defined
                                            <widget class="GtkVBox" id="vbox12">
                                                                             
^./usr/share/frysk/frysk/glade/procpop.glade:1905: element widget: validity
error : ID vbox37 already defined
                                        <widget class="GtkVBox" id="vbox37">
                                                                           ^
Comment 1 Phil Muldoon 2005-12-09 18:18:56 UTC
Created attachment 790 [details]
Glade Differences
Comment 2 Phil Muldoon 2005-12-09 18:19:36 UTC
Sami fixed the validity errors. However after that there are malformed XML
Exceptions thrown. It seems there is a version mismatch for the installed
gtk/java-gnome bindings on the RHEL4 system tested. If I remove the items it
complains about the glade file is processed correctly (See attachement for
differences in the glade file). However after that it dies with a symbol lookup
error:

frysk: symbol lookup error: /usr/lib/frysk/libgtkjni-2.8.so: undefined symbol:
g_object_add_toggle_ref
Comment 3 Phil Muldoon 2005-12-09 18:20:12 UTC
Added CC's to RHEL RPM build contributors
Comment 4 Phil Muldoon 2005-12-09 18:23:14 UTC
Created attachment 791 [details]
Glade Corrected Diff

Corrects previous diff which was back-to-front
Comment 5 Sami Wagiaalla 2005-12-09 18:57:14 UTC
i did a ptrace of frysk on tower
and i found that it is opening the following libs
/usr/lib/frysk/libgtkjava-2.8.so
/usr/lib/libgtk-x11-2.0.so.0     not /usr/lib/frysk/libgtk-x11-2.0.so
/usr/lib/frysk/libgtkjni-2.8.so

could that be related ?
Comment 6 Andrew Cagney 2006-01-12 16:45:02 UTC
sami fixed the xml problem; running xmllint as part of the build is separate