Date: Tue, 8 Sep 2009 14:36:42 GMT From: Erwan David <erwan@rail.eu.org> To: freebsd-gnats-submit@FreeBSD.org Subject: misc/138633: emacs : canniot compile due to gnome problem Message-ID: <200909081436.n88Eag1j059957@www.freebsd.org> Resent-Message-ID: <200909081440.n88Ee1T9025408@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 138633
>Category: misc
>Synopsis: emacs : canniot compile due to gnome problem
>Confidential: no
>Severity: serious
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Tue Sep 08 14:40:00 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Erwan David
>Release: 7.2-release
>Organization:
>Environment:
FreeBSD nez-casse.depot.rail.eu.org 7.2-RELEASE-p2 FreeBSD 7.2-RELEASE-p2 #0: Wed Jun 24 00:14:35 UTC 2009 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
When trying to compile emacs from the port
(WITHOUT_GTK being defined), I get the following error :
test -z "/usr/local/bin" || .././install-sh -c -d "/usr/local/bin"
/bin/sh /usr/ports/devel/libgsf/work/gnome-libtool --mode=install install -s -o root -g wheel -m 555 'gsf-office-thumbnailer' '/usr/local/bin/gsf-office-thumbnailer'
gnome-libtool: install: install -o root -g wheel -m 555 -s .libs/gsf-office-thumbnailer /usr/local/bin/gsf-office-thumbnailer
if test -z "" -a -n "/usr/local/etc/gconf/schemas" ; then \
for p in gsf-office-thumbnailer.schemas; do \
GCONF_CONFIG_SOURCE=xml:merged:/usr/local/etc/gconf/gconf.xml.defaults \
gconftool-2 --makefile-install-rule $p; \
done \
fi
(gconftool-2:88393): GConf-CRITICAL **: No such file `/usr/local/lib/GConf/2/libgconfbackend-xml.so'
(gconftool-2:88393): GConf-WARNING **: Failed to load source "xml:merged:/usr/local/etc/gconf/gconf.xml.defaults": Failed: Couldn't locate backend module for `xml:merged:/usr/local/etc/gconf/gconf.xml.defaults'
**
GConf:ERROR:gconftool.c:969:main: assertion failed: (err == NULL)
Abort trap (core dumped)
gmake[2]: *** [install-data-local] Error 134
gmake[2]: Leaving directory `/usr/ports/devel/libgsf/work/libgsf-1.14.15/thumbnailer'
gmake[1]: *** [install-am] Error 2
gmake[1]: Leaving directory `/usr/ports/devel/libgsf/work/libgsf-1.14.15/thumbnailer'
gmake: *** [install-recursive] Error 1
*** Error code 2
Stop in /usr/ports/devel/libgsf.
*** Error code 1
Stop in /usr/ports/editors/emacs.
*** Error code 1
Firstt, I wondoer why a WITHOUT GTK build installs all gnome stuff (gnomehier, orbit and this libgsf which fails).
Second : it just does not build...
>How-To-Repeat:
cd /usr/ports/editors/emacs
make -DWITHOUT_GTK install
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909081436.n88Eag1j059957>
