After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 625236 - Jhbuild: error during dconf build phase
Jhbuild: error during dconf build phase
Status: RESOLVED DUPLICATE of bug 625305
Product: gnome-shell
Classification: Core
Component: building
2.31.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2010-07-25 14:46 UTC by Aaron Hankin
Modified: 2010-07-29 21:24 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Aaron Hankin 2010-07-25 14:46:41 UTC
Here's the error:
]
make[1]: Entering directory `/home/quickridge/gnome-shell/source/dconf/client'
  GISCAN dconf-0.3.gir
/home/quickridge/gnome-shell/source/dconf/client/tmp-introspectzFhowp/dconf-0.3: error while loading shared libraries: libdconf.so.0: cannot open shared object file: No such file or directory
Command '['/home/quickridge/gnome-shell/source/dconf/client/tmp-introspectzFhowp/dconf-0.3', '--introspect-dump=/home/quickridge/gnome-shell/source/dconf/client/tmp-introspectzFhowp/types.txt,/home/quickridge/gnome-shell/source/dconf/client/tmp-introspectzFhowp/dump.xml']' returned non-zero exit status 127
make[1]: *** [dconf-0.3.gir] Error 1
make[1]: Leaving directory `/home/quickridge/gnome-shell/source/dconf/client'
make: *** [all-recursive] Error 1
*** Error during phase build of dconf

I have tried to build gnome-shell from scratch to get around this, but have been unsuccessful so far.
Comment 1 Norman Smith 2010-07-26 16:11:03 UTC
I encountered the same problem.
I asked the google and found others are having this problem.
See http://ubuntuforums.org/showthread.php?p=9638313
Comment 2 xcorex 2010-07-26 17:28:04 UTC
Same here with debian squeeze.
Comment 3 Norman Smith 2010-07-26 19:34:52 UTC
I was able to get gnome-shell to build by setting LD_LIBRARY_PATH to
..../source/dconf/client to access libdconf.so.0 and exporting it.

gnome-shell fails to run after the build.

[bogwan@opusrex Desktop]$ /opt/gnome-shell2/install/bin/gnome-shell --replace
/usr/lib/python2.6/site-packages/dbus/connection.py:242: DeprecationWarning: object.__init__() takes no parameters
  super(Connection, self).__init__(*args, **kwargs)
Starting dconf-service... /opt/gnome-shell2/install/libexec/dconf-service: symbol lookup error: /opt/gnome-shell2/install/libexec/dconf-service: undefined symbol: g_bus_own_name
 
Failed to start /opt/gnome-shell2/install/libexec/dconf-service: timed out 

It looks like its already been reported.

See Bug 625305 and 625345
Comment 4 drago01 2010-07-29 21:24:45 UTC

*** This bug has been marked as a duplicate of bug 625305 ***