error during install with 2.0.2
Andreas Köhler
andi5.py at gmx.net
Mon Oct 9 03:43:17 EDT 2006
Hi,
Am Sonntag, den 08.10.2006, 23:55 +0200 schrieb Rauch Christian:
> I'm currently trying to build the new rpms for Suse 10.0 and 10.1,
> but the build for 10.0 fails near to the end with the following error:
>
> mkdir -p /var/tmp/gnucash-compiler/etc/gconf/gconf.xml.defaults
> GCONF_CONFIG_SOURCE=xml::/etc/gconf/gconf.xml.defaults
> /opt/gnome/bin/gconftool-2 --makefile-install-rule
> apps_gnucash_history.schemas
> Failed to load source "xml::/etc/gconf/gconf.xml.defaults": Failed:
> Could not make directory `/etc/gconf/gconf.xml.defaults': No such file
> or directory
>
> GConf-ERROR **: file gconftool.c: line 820 (main): assertion failed:
> (err == NULL)
>
> It seems, that at this point somehow the passed DESTDIR is not used,
> though it is used one line above to create the directory.
>
> these are the commands called via the spec-file:
> %configure --prefix=/usr --enable-debug --enable-doxygen
> - --enable-error-on-warning --enable-compile-warnings --enable-ofx
> - --enable-hbci --with-gnome=/opt/gnome
>
> %__make
>
> %__make install DESTDIR=%{buildroot} (where buildroot is
> /var/tmp/gnucash-compiler)
>
> Anyone an idea how to fix this?
Yes, I suppose you can
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
I think this is necessary around configure and not make install, but it
will not do any harm if you set it for the whole build.
Does that help?
-- andi5
More information about the gnucash-devel
mailing list