Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 356239 - [gnome-overlay] gtk+:3 doesn't ship gtk-builder-convert anymore
Summary: [gnome-overlay] gtk+:3 doesn't ship gtk-builder-convert anymore
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords: Tracker
Depends on:
Blocks:
 
Reported: 2011-02-23 18:50 UTC by michael higgins
Modified: 2012-02-26 11:44 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description michael higgins 2011-02-23 18:50:11 UTC
Failed to emerge x11-terms/gnome-terminal-2.33.90.... I am at gnome-2.91.6 +... with -9999 stuff for gnome-shell. 

Reproducible: Always

Actual Results:  
  GEN    encodings-dialog.ui
Usage: gtk-builder-convert [OPTION] [INPUT] [OUTPUT]
Converts Glade files into XML files which can be loaded with GtkBuilder.
The [INPUT] file is

  -w, --skip-windows     Convert everything but GtkWindow subclasses.
  -r, --root             Convert only widget named root and its children
  -h, --help             display this help and exit

When OUTPUT is -, write to standard output.

Examples:
  gtk-builder-convert preference.glade preferences.ui

Report bugs to http://bugzilla.gnome.org/.



http://old.nabble.com/gtk-builder-convert-td30869365.html

This is because gtk-builder-convert was dropped from GTK+3
I guess the gnome-terminal code should be patched to not use
gtk-builder-convert in build time
Comment 1 Jorge Manuel B. S. Vicetto (RETIRED) Gentoo Infrastructure gentoo-dev 2011-02-23 19:27:36 UTC
Please paste your emerge --info as a comment and attach the build log to this bug.
Comment 2 Nirbheek Chauhan (RETIRED) gentoo-dev 2011-02-23 20:23:51 UTC
gnome-terminal hasn't been entirely ported to GNOME 3 yet (as can be seen from the version number). I'll add gtk+:2 to the DEPEND for gnome-terminal.
Comment 3 Nirbheek Chauhan (RETIRED) gentoo-dev 2011-02-23 21:13:59 UTC
I've temporarily fixed the problem with gnome-terminal, and I'm converting this bug into a tracker for gtk+3 packages which still use gtk-builder-convert. They should directly use GtkBuilder .ui files instead of converting .glade files.
Comment 4 Gilles Dartiguelongue (RETIRED) gentoo-dev 2011-02-23 21:18:12 UTC
this is upstream work, we should maybe use alternatives in the mean time :)
Comment 5 Nirbheek Chauhan (RETIRED) gentoo-dev 2011-02-23 22:36:14 UTC
(In reply to comment #4)
> this is upstream work, we should maybe use alternatives in the mean time :)
> 

This has nothing to do with alternatives, since it's not us who drop it, but upstream itself has dropped it. 

Also, there is no reason why applications should continue using .glade files, since GtkBuilder support in Glade (the application) has been working fine for a long time.
Comment 6 Mattias Granlund 2011-03-19 14:04:12 UTC
I can see that you added the gtk+:2 to the ebuild, but I still can't emerge it. Any advice? (Still borks on Conver Glade file into XML...)
Comment 7 Nirbheek Chauhan (RETIRED) gentoo-dev 2011-03-19 14:07:43 UTC
(In reply to comment #6)
> I can see that you added the gtk+:2 to the ebuild, but I still can't emerge it.
> Any advice? (Still borks on Conver Glade file into XML...)

Please check your setup, and if the problem persists, open a separate bug about that with a complete build.log and emerge --info.
Comment 8 Pacho Ramos gentoo-dev 2011-12-17 14:50:45 UTC
This tracker has no bug blocking it, is this one still needed?
Comment 9 Alexandre Rostovtsev (RETIRED) gentoo-dev 2011-12-17 19:30:29 UTC
(In reply to comment #8)
> This tracker has no bug blocking it, is this one still needed?

Probably not; gnome-terminal seems to be the only package in gnome-3.2 that still needs gtk-builder-convert.