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 102335 - Misleading message when installing gconf schemas
Misleading message when installing gconf schemas
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: 0.4.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-01-02 05:08 UTC by Richard Kinder
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.1/2.2



Description Richard Kinder 2003-01-02 05:08:20 UTC
When installing the gconf schemas, the following build message looks like
an error - maybe put an '@' before the command in Makefile.am so as to not
alarm people.

make[1]: Entering directory `/gnome/head/cvs/gst-plugins/gconf'
make[2]: Entering directory `/gnome/head/cvs/gst-plugins/gconf'
make[2]: Nothing to be done for `install-exec-am'.
GCONF_CONFIG_SOURCE=xml::/gnome/head/INSTALL/etc/gconf/gconf.xml.defaults
/gnome/head/INSTALL/bin/gconftool-2 \
	--makefile-install-rule ./gstreamer.schemas || \
	(echo ;\
	echo "*****************************************************"; \
	echo "Installation of schemas failed, install them manually"; \
	echo "*****************************************************";) 
Attached schema `/schemas/system/gstreamer/default/audiosink' to key
`/system/gstreamer/default/audiosink'
Installed schema `/schemas/system/gstreamer/default/audiosink' for locale `C'

...
Comment 1 Thomas Vander Stichele 2003-01-05 16:21:08 UTC
fixed in cvs