[Pidgin] #3729: --disable-schemas-install configure option does not work
Pidgin
trac at pidgin.im
Fri Oct 26 20:46:41 EDT 2007
#3729: --disable-schemas-install configure option does not work
----------------------+-----------------------------------------------------
Reporter: toofishes | Owner: lschiere
Type: defect | Status: new
Priority: minor | Component: unclassified
Version: 2.2.2 | Keywords: build gconf
Pending: 0 |
----------------------+-----------------------------------------------------
Building pidgin with the --disable-schemas-install configure option does
nothing, instead I have to use this hack to actually keep them from being
installed:
{{{
# gconf won't die with the --disable-schemas-install option
# unfortunately this makes configure run twice, but oh well
sed -i -e 's/gconftool-2/no/g' configure.ac
./configure --prefix=/usr --sysconfdir=/etc \
--disable-perl --disable-cap \
--disable-schemas-install \
--enable-gtkspell --enable-gnutls=yes \
--enable-nss=no --disable-gevolution \
--enable-dbus --disable-mono \
--disable-debug
}}}
Note that this option has not worked for some time.
Difference between package filelists (filelist-old with above hack,
filelist is from package built without the hack):
{{{
$ diff -u filelist-old filelist
--- filelist-old 2007-10-26 19:45:45.000000000 -0500
+++ filelist 2007-10-26 19:45:45.000000000 -0500
@@ -1,6 +1,10 @@
.FILELIST
.INSTALL
.PKGINFO
+etc/
+etc/gconf/
+etc/gconf/schemas/
+etc/gconf/schemas/purple.schemas
usr/
usr/bin/
usr/bin/finch
}}}
System information:
{{{
$ uname -a
Linux dublin 2.6.23-ARCH #1 SMP PREEMPT Mon Oct 22 10:58:45 UTC 2007 i686
Intel(R) Pentium(R) 4 CPU 2.40GHz GenuineIntel GNU/Linux
}}}
Let me know if you need any more information.
--
Ticket URL: <http://developer.pidgin.im/ticket/3729>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list