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 632553 - --disable-gconf still tries to install schemas
--disable-gconf still tries to install schemas
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
unspecified
Other Linux
: Normal normal
: 0.10.26
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-10-19 13:16 UTC by Bastien Nocera
Modified: 2010-10-19 14:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Don't install schemas when GConf is disabled (1.09 KB, patch)
2010-10-19 13:22 UTC, Bastien Nocera
committed Details | Review

Description Bastien Nocera 2010-10-19 13:16:14 UTC
<snip>
+ running configure ... 
  ./configure default flags: --enable-maintainer-mode --enable-gtk-doc
  ./configure external flags: --prefix=/usr --libdir=/usr/lib64 --sysconfdir=/etc --prefix /home/hadess/Projects/gnome-install --libdir /home/hadess/Projects/gnome-install/lib64 --disable-tests --disable-examples --disable-gconf
<snip>

make[2]: Nothing to be done for `install-exec-am'.
Attached schema `/schemas/system/gstreamer/0.10/default/audiosink' to key `/system/gstreamer/0.10/default/audiosink'
Installed schema `/schemas/system/gstreamer/0.10/default/audiosink' for locale `C'
Attached schema `/schemas/system/gstreamer/0.10/default/audiosink_description' to key `/system/gstreamer/0.10/default/audiosink_description'
Installed schema `/schemas/system/gstreamer/0.10/default/audiosink_description' for locale `C'
Attached schema `/schemas/system/gstreamer/0.10/default/musicaudiosink' to key `/system/gstreamer/0.10/default/musicaudiosink'
Installed schema `/schemas/system/gstreamer/0.10/default/musicaudiosink' for locale `C'
Attached schema `/schemas/system/gstreamer/0.10/default/musicaudiosink_description' to key `/system/gstreamer/0.10/default/musicaudiosink_description'
Installed schema `/schemas/system/gstreamer/0.10/default/musicaudiosink_description' for locale `C'
Attached schema `/schemas/system/gstreamer/0.10/default/chataudiosink' to key `/system/gstreamer/0.10/default/chataudiosink'
Installed schema `/schemas/system/gstreamer/0.10/default/chataudiosink' for locale `C'
Attached schema `/schemas/system/gstreamer/0.10/default/chataudiosink_description' to key `/system/gstreamer/0.10/default/chataudiosink_description'
Installed schema `/schemas/system/gstreamer/0.10/default/chataudiosink_description' for locale `C'
Attached schema `/schemas/system/gstreamer/0.10/default/audiosink_description' to key `/system/gstreamer/0.10/default/audiosink_description'
Installed schema `/schemas/system/gstreamer/0.10/default/audiosink_description' for locale `C'
Attached schema `/schemas/system/gstreamer/0.10/default/musicaudiosink' to key `/system/gstreamer/0.10/default/musicaudiosink'
Installed schema `/schemas/system/gstreamer/0.10/default/musicaudiosink' for locale `C'
Attached schema `/schemas/system/gstreamer/0.10/default/musicaudiosink_description' to key `/system/gstreamer/0.10/default/musicaudiosink_description'
Installed schema `/schemas/system/gstreamer/0.10/default/musicaudiosink_description' for locale `C'
Attached schema `/schemas/system/gstreamer/0.10/default/chataudiosink' to key `/system/gstreamer/0.10/default/chataudiosink'
Installed schema `/schemas/system/gstreamer/0.10/default/chataudiosink' for locale `C'
Attached schema `/schemas/system/gstreamer/0.10/default/chataudiosink_description' to key `/system/gstreamer/0.10/default/chataudiosink_description'
Installed schema `/schemas/system/gstreamer/0.10/default/chataudiosink_description' for locale `C'
Attached schema `/schemas/system/gstreamer/0.10/default/videosink' to key `/system/gstreamer/0.10/default/videosink'
Installed schema `/schemas/system/gstreamer/0.10/default/videosink' for locale `C'
Attached schema `/schemas/system/gstreamer/0.10/default/audiosrc' to key `/system/gstreamer/0.10/default/audiosrc'
Installed schema `/schemas/system/gstreamer/0.10/default/audiosrc' for locale `C'
Attached schema `/schemas/system/gstreamer/0.10/default/audiosrc_description' to key `/system/gstreamer/0.10/default/audiosrc_description'
Installed schema `/schemas/system/gstreamer/0.10/default/audiosrc_description' for locale `C'
Attached schema `/schemas/system/gstreamer/0.10/default/audiosrc_description' to key `/system/gstreamer/0.10/default/audiosrc_description'
Installed schema `/schemas/system/gstreamer/0.10/default/audiosrc_description' for locale `C'
Attached schema `/schemas/system/gstreamer/0.10/default/videosrc' to key `/system/gstreamer/0.10/default/videosrc'
Installed schema `/schemas/system/gstreamer/0.10/default/videosrc' for locale `C'
Attached schema `/schemas/system/gstreamer/0.10/default/visualization' to key `/system/gstreamer/0.10/default/visualization'
Installed schema `/schemas/system/gstreamer/0.10/default/visualization' for locale `C'
test -z "/etc/gconf/schemas" || /bin/mkdir -p "/etc/gconf/schemas"
 /usr/bin/install-check -m 644 gstreamer-0.10.schemas '/etc/gconf/schemas'
install: cannot remove `/etc/gconf/schemas/gstreamer-0.10.schemas': Permission denied
make[2]: *** [install-schemaDATA] Error 1
make[2]: Leaving directory `/home/hadess/Projects/jhbuild/gst-plugins-good/gconf'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/hadess/Projects/jhbuild/gst-plugins-good/gconf'
make: *** [install-recursive] Error 1
Comment 1 Bastien Nocera 2010-10-19 13:22:36 UTC
Created attachment 172718 [details] [review]
Don't install schemas when GConf is disabled
Comment 2 Sebastian Dröge (slomo) 2010-10-19 14:26:15 UTC
commit 28d96250c6965253d38291ac89e7d03a394df903
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Oct 19 14:21:53 2010 +0100

    gconf: Don't install schemas when GConf is disabled
    
    https://bugzilla.gnome.org/show_bug.cgi?id=632553