Hi folks.
I've followed mentioned book verbatim with regard to gnome and has got
myself stuck. The base system is LFS 6.0 if that matters.
When building gnome-session-2.10.0 it bombs with an error about missing
gconf-sanity-check-2 executable not found in path, and sure enough a
find / -name gconf-sanity-check-2
returns nothing. To investigate I had a look at GConf-2.10.0 and found
the following in GConf-2.10.0/gconf/Makefile :
[stuff deleted]
GCONFD_BINARY_NAME = gconfd-2
INCLUDES = \
-I$(top_srcdir) \
-I$(top_builddir) \
$(DEPENDENT_WITH_XML_AND_GTK_CFLAGS) \
-DG_LOG_DOMAIN=\"GConf\" \
-DGCONF_LOCALE_DIR=\""$(gconflocaledir)"\" \
-DGCONF_SRCDIR=\""$(absolute_top_srcdir)"\" \
-DGCONF_CONFDIR=\""$(sysgconfdir)/$(MAJOR_VERSION)"\" \
-DGCONF_ETCDIR=\""$(sysgconfdir)"\" \
-DGCONF_BINDIR=\""$(bindir)"\" \
-DGCONF_SERVERDIR=\""$(libexecdir)"\" \
-DGCONF_BUILDDIR=\""$(top_builddir)"\" \
-DGCONF_BACKEND_DIR=\""$(pkglibdir)/$(MAJOR_VERSION)"\" \
-DVERSION=\""$(VERSION)"\" \
-DGCONF_ENABLE_INTERNALS=1 \
-DGCONFD=\""$(GCONFD_BINARY_NAME)"\" \
$(NULL)
EFENCE =
SANITY_CHECK =
#SANITY_CHECK = gconf-sanity-check-2
Note the commented SANITY_CHECK above.
Does anyone have a clue om what my mistake as been ?
regs,
Per Arne
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page