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 634552 - gnome-shell need settings-desktop-schemas
gnome-shell need settings-desktop-schemas
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: building
unspecified
Other Linux
: Normal blocker
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2010-11-10 22:55 UTC by Diska
Modified: 2010-11-11 13:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Mark gsettings-desktop-schemas as a dependency of gnome-desktop-3 (1.41 KB, patch)
2010-11-11 03:28 UTC, Owen Taylor
committed Details | Review

Description Diska 2010-11-10 22:55:03 UTC
please update jhbuild module in gnome-shell tree to the last dependence.

 <autotools id="gnome-shell">
    <branch/>
    <dependencies>
      <dep package="mutter"/>
      <dep package="gjs"/>
      <dep package="libcroco"/>
      <dep package="librsvg"/>
      <dep package="dconf"/>
      <dep package="gnome-desktop-3"/>
      <dep package="gsettings-desktop-schemas"/>
    </dependencies>
  </autotools>
Comment 1 Florian Müllner 2010-11-10 23:20:37 UTC
gsettings-desktop-schemas is already a dependency in the moduleset (along some others you are missing in the listing above). Building libcroco is not required.
Comment 2 Owen Taylor 2010-11-11 03:27:20 UTC
From IRC:

Nov 10 17:19:46 <Mblackwell>    owen: during gnome-desktop-3 : No package 'gsettings-desktop-schemas' found
[...]
Nov 10 17:22:26 <Mblackwell>    owen: ah it's just compiling in the wrong order
Comment 3 Owen Taylor 2010-11-11 03:28:24 UTC
Created attachment 174227 [details] [review]
Mark gsettings-desktop-schemas as a dependency of gnome-desktop-3

gsettings-desktop-schemas is required by, so needs to be built before
gnome-desktop-3.

(The reordering in the moduleset is just for clarity, the real
change is the added dependency.)
Comment 4 Diska 2010-11-11 12:01:48 UTC
sorry i can't try this patch until tomorrow evening. but i think is correct because i manualy installed gsettings-desktop-schemas and then gnome-desktop-3 build right.
Comment 5 Owen Taylor 2010-11-11 13:41:49 UTC
Attachment 174227 [details] pushed as e4cf3f1 - Mark gsettings-desktop-schemas as a dependency of gnome-desktop-3