Author Topic: Build Familiar Gpe-image Failed With Gconf_dbus  (Read 7961 times)

sidliu

  • Newbie
  • *
  • Posts: 2
    • View Profile
Build Familiar Gpe-image Failed With Gconf_dbus
« on: November 08, 2007, 04:16:26 pm »
I tried to build Familiar 0.8.4 which uses Open Embedded. But it gaves the following error when trying to build gpe-image. Anyone knows how to fix this? Thanks.


Quote
| checking for GCONF_DBUS... configure: error: You need either ORBit or D-BUS for IPC
| FATAL: oe_runconf failed
NOTE: Task failed: /root/familiar-build/build-ipaq-pxa270-gpe/tmp/work/arm-linux/gconf-dbus-0.0cvs20051212-r10/temp/log.do_configure.30646
NOTE: package gconf-dbus-0.0cvs20051212-r10: task do_configure: failed
ERROR: TaskFailed event exception, aborting
NOTE: package gconf-dbus-0.0cvs20051212: failed
ERROR: Build of gpe-image failed

ofels

  • Full Member
  • ***
  • Posts: 139
    • View Profile
    • http://
Build Familiar Gpe-image Failed With Gconf_dbus
« Reply #1 on: November 08, 2007, 04:32:00 pm »
Quote from: sidliu
failed: /root/familiar-build/build-ipaq-pxa270-gpe/tmp/work/arm-linux/gconf-dbus-0.0cvs20051212-r10/temp/log.do_configure.30646

Look at that log file which is mentioned in the output whether it gives you more hints.

Oliver

Mickeyl

  • Hero Member
  • *****
  • Posts: 1495
    • View Profile
    • http://www.Vanille.de
Build Familiar Gpe-image Failed With Gconf_dbus
« Reply #2 on: November 08, 2007, 07:55:32 pm »
Check whether dbus has been built. Nearbye, Angstrom (built using 'the real' OpenEmbedded) may be a better choice.
Cheers,

Michael 'Mickey' Lauer | Embedded Linux Freelancer | www.Vanille-Media.de
Consider donating, if you like the software I contribute to.

sidliu

  • Newbie
  • *
  • Posts: 2
    • View Profile
Build Familiar Gpe-image Failed With Gconf_dbus
« Reply #3 on: November 08, 2007, 08:05:51 pm »
The do_configure log shows the same error message.

Quote
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes FYI:  Using default config source xml::${sysconfdir}/gconf/gconf.xml.defaults for schema installation FYI:  Will build with debug checks but no debug spew
checking for gtkdoc-mkdb... false
checking for db2html... false
checking for GCONF_DBUS... configure: error: You need either ORBit or D-BUS for IPC
FATAL: oe_runconf failed

dbus seems to build prior to gconf-dbus without errors.

Mickeyl

  • Hero Member
  • *****
  • Posts: 1495
    • View Profile
    • http://www.Vanille.de
Build Familiar Gpe-image Failed With Gconf_dbus
« Reply #4 on: November 09, 2007, 06:13:52 am »
Groucho referred to config.log in the source directory of gconf-dbus. You may look there for more information why this particular autoconf test has been failed. Again, I advise using upstream OpenEmbedded instead of the forked and outdated Familiar version...
Cheers,

Michael 'Mickey' Lauer | Embedded Linux Freelancer | www.Vanille-Media.de
Consider donating, if you like the software I contribute to.