Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 272225 - gnome-base/gnome-panel fails to build with missing gnome-desktop-utils.h
Summary: gnome-base/gnome-panel fails to build with missing gnome-desktop-utils.h
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
: 275925 (view as bug list)
Depends on:
Blocks: gnome2.26
  Show dependency tree
 
Reported: 2009-06-02 07:02 UTC by Matti Bickel (RETIRED)
Modified: 2009-07-09 21:15 UTC (History)
1 user (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 Matti Bickel (RETIRED) gentoo-dev 2009-06-02 07:02:41 UTC
After working around the issue described in bug 271652, i got this far, before my merge of gnome-panel-2.26.2 halted:

  CC    panel-properties-dialog.o
  CC    panel-run-dialog.o
panel-run-dialog.c:49:42: error: libgnome/gnome-desktop-utils.h: No such file or directory
panel-run-dialog.c: In function 'panel_run_dialog_launch_command':
panel-run-dialog.c:310: warning: implicit declaration of function 'gnome_desktop_prepend_terminal_to_vector'
panel-run-dialog.c:310: warning: nested extern declaration of 'gnome_desktop_prepend_terminal_to_vector'
make[4]: *** [panel-run-dialog.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

I'm not running a gnome desktop, so i suspect it's missing a package? Which ebuild includes gnome-desktop-utils.h?

Running ppc here, if that matters. What else do you need?
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-06-02 11:45:49 UTC
emerge --info & build.log please. Also which version of gnome-desktop and gnome-panel ?
Comment 2 Matti Bickel (RETIRED) gentoo-dev 2009-06-02 19:13:58 UTC
Okay, nm. I checked my version of gnome-desktop for an answer and found out paludis was only upgrading gnome-panel to 2.26.2 because of a leftover ~ppc marking i'd done in keywords.conf.

After i installed gnome-desktop, too, the merge was successful. Sorry for the spam, marking closed.
Comment 3 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-07-09 20:50:42 UTC
*** Bug 275925 has been marked as a duplicate of this bug. ***
Comment 4 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-07-09 21:06:00 UTC
ok the header isn't in 2.24, so we need to raise the dependency.
Comment 5 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-07-09 21:15:08 UTC
fixed in 2.26.3 bump. Thanks for reporting.