First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 49661
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Perl Devs @ Gentoo <perl@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Jason Mercer <z122v@hotmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 49661 depends on: Show dependency tree
Show dependency graph
Bug 49661 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-05-01 17:04 0000
Line 128 of /usr/bin/bins-edit-gui from the package app-misc/bins-1.1.23-r1
assigns the value of
/var/tmp/portage/bins-1.1.23-r1/image/usr/share/bins/bins-edit-gui.glade to
$glade instead of /usr/share/bins/bins-edit-gui.glade 

The error when trying to run this program is:

DEVELOPER HACK

** WARNING **: document not well formed!

** WARNING **: Could not parse file
failed to return mandatory object of type Gtk::GladeXML at
/usr/bin/bins-edit-gui line 134.

To fix this, I changed the value being assigned to $glade and now everything
works fine. A post processing sed script would fix this but would break if the
image directory were different. I'm sure a more elegant solution exists. 


Reproducible: Always
Steps to Reproduce:
1.emerge bins
2.bins-edit-gui some.jpg
3.

Actual Results:  
DEVELOPER HACK 

** WARNING **: document not well formed! 

** WARNING **: Could not parse file 
failed to return mandatory object of type Gtk::GladeXML 
at /usr/bin/bins-edit-gui line 134. 

Expected Results:  
The program should have brought up a gui interface to edit xml tags.

------- Comment #1 From Michael Cummings (RETIRED) 2004-06-12 15:07:12 0000 -------
OK, this is fixed in r2. Sorry for the delay,

Mike

First Last Prev Next    No search results available      Search page      Enter new bug