[Gstreamer-bugs] [Bug 94102] Changed - doesn't install to temporary directory

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Tue Sep 24 12:34:48 PDT 2002


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=94102

Changed by uraeus at linuxrising.org.

--- shadow/94102	Tue Sep 24 15:29:48 2002
+++ shadow/94102.tmp.30945	Tue Sep 24 15:34:47 2002
@@ -10,12 +10,13 @@
 Component: gst-player
 AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
 ReportedBy: ds at schleef.org               
 QAContact: gstreamer-maint at bugzilla.gnome.org
 TargetMilestone: 0.4.0
 URL: 
+Cc: dlehn at vt.edu
 Summary: doesn't install to temporary directory
 
 'make prefix=$(some_tmpdir) install' fails because it tries to install
 stuff into /etc.  The Debian packaging currently works around this by using:
 
 $(MAKE) prefix=$(CURDIR)/debian/tmp/usr \
@@ -25,6 +26,24 @@
 
 btw, $(CURDIR)/debian/tmp is the temporary root directory for packaging.
 
 
 
 dave...
+
+------- Additional Comments From Uraeus at linuxrising.org  2002-09-24 15:34 -------
+That is not a bug in gst-player. It is a packaging bug. The GConf
+page clearly states:
+
+RPM/deb packages should disable schema installation during the "make
+install" phase, as follows:
+
+    export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
+    make install
+    unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
+
+And then in the post-install script, run something like:
+
+    export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
+    gconftool-2 --makefile-install-rule
+%{_sysconfdir}/gconf/schemas/metacity.schemas > /dev/null
+





More information about the Gstreamer-bugs mailing list