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 622050 - Build error when compiling schemas
Build error when compiling schemas
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2010-06-19 03:11 UTC by Florian Müllner
Modified: 2010-06-19 10:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Rescue innocent schema files from the greedy make god (1.08 KB, patch)
2010-06-19 03:11 UTC, Florian Müllner
committed Details | Review

Description Florian Müllner 2010-06-19 03:11:45 UTC
See patch.
Comment 1 Florian Müllner 2010-06-19 03:11:51 UTC
Created attachment 164057 [details] [review]
Rescue innocent schema files from the greedy make god

Removing the prerequisites from the gschemas.compiled rule broke
the build, as this is what triggers the generation of the actual
schema files expected by the rule's command.
Instead of just restoring the former dependencies, make sure that
the schema is validated before compilation, not after.
Comment 2 drago01 2010-06-19 09:54:36 UTC
Review of attachment 164057 [details] [review]:

Makes sense.
Comment 3 Florian Müllner 2010-06-19 10:05:24 UTC
Attachment 164057 [details] pushed as bd4aa54 - Rescue innocent schema files from the greedy make god