[Evolution] evolution & jhbuild help request



I've been unable to get a successful build for a while now (using Paul's
Makefile), so I thought i'd try building using jhbuild.  What I have
currently is:

latest version of jhbuild installed from git

$ grep -v ^# .jhbuildrc
modules = ['evolution','libgweather']

checkoutroot = os.path.expanduser('/opt/gnomesrc')

prefix = '/opt/gnome'

os.environ['CFLAGS'] = '-Wall -ggdb -O0'

skip = [ ]
skip.extend ([ 'python', 'guile' ])
skip.extend ([ 'mozilla', 'firefox', 'dbus', 'hal', 'avahi', 'NetworkManager', 'PolicyKit', 
'PolicyKit-gnome', 'libgdiplus', 'mono', 'monodoc', 'nss', 'nspr', 'sqlite3', 'pulseaudio', 'pysqlite2', 
'mono-addins', 'WebKit', 'polkit', 'DeviceKit', 'DeviceKit-disks', 'DeviceKit-power', 'libxml2', 'libxslt', 
'libgpg-error', 'libgcrypt', 'expat', 'libtasn1', 'gnutls', 'libvolume_id', 'libdaemon', 'udisks', 'UPower', 
'upower', 'libproxy', 'intltool', 'libxml2', 'libgpg-error', 'libgcrypt', 'libxslt', 'rarian', 
'gnome-doc-utils', 'gtk-doc', 'glib', 'expat', 'fontconfig', 'pixman', 'cairo', 'gnome-common', 
'gobject-introspection', 'pango', 'atk', 'gdk-pixbuf', 'gtk+', 'libtasn1', 'gnutls', 'libIDL', 'ORBit2', 
'dbus', 'dbus-glib', 'polkit', 'gconf', 'libnl', 'NetworkManager', 'sqlite', 'nspr', 'nss', 
'libgnome-keyring', 'gstreamer', 'enchant', 'libproxy', 'pycairo', 'pygobject', 'libical', 'iso-codes', 
'hicolor-icon-theme', 'icon-naming-utils', 'gnome-icon-theme',  'libgdata', 'gtkhtml', 'libsoup', 
'libcanberra', 'gvfs' ])


jhbuild bootstrap completes and installs some products into /opt/gnome/*
(see listing below).

jhbuild build libgweather completes but appears to 'install' all it's
products in /opt/gnome/_jhbuild/root-libgweather/
nothing from libgweather appears in /opt/gnome/{bin  etc  include  info
lib  share}

attempting to then jhbuild build evolution fails because the build is
looking for libgweather depends.

What am I doing wrong?

Thanks,
reid




$ ls -rlt /opt/gnome/*
/opt/gnome/etc:
total 4
drwxr-xr-x 3 rthompso staff 4096 Jun 24 12:21 gconf

/opt/gnome/lib:
total 2452
drwxr-xr-x 3 rthompso staff   4096 Jun 24 12:21 python2.7
-rwxr-xr-x 1 rthompso staff  33010 Jun 24 12:24 libasprintf.so.0.0.0
lrwxrwxrwx 1 rthompso staff     20 Jun 24 12:24 libasprintf.so.0 -> libasprintf.so.0.0.0
lrwxrwxrwx 1 rthompso staff     20 Jun 24 12:24 libasprintf.so -> libasprintf.so.0.0.0
-rw-r--r-- 1 rthompso staff   8704 Jun 24 12:24 GNU.Gettext.dll
-rw-r--r-- 1 rthompso staff 124033 Jun 24 12:24 preloadable_libintl.so
lrwxrwxrwx 1 rthompso staff     23 Jun 24 12:24 libgettextlib.so -> libgettextlib-0.18.1.so
-rwxr-xr-x 1 rthompso staff 972255 Jun 24 12:24 libgettextlib-0.18.1.so
lrwxrwxrwx 1 rthompso staff     23 Jun 24 12:24 libgettextsrc.so -> libgettextsrc-0.18.1.so
-rwxr-xr-x 1 rthompso staff 614605 Jun 24 12:24 libgettextsrc-0.18.1.so
-rwxr-xr-x 1 rthompso staff 711327 Jun 24 12:24 libgettextpo.so.0.5.1
lrwxrwxrwx 1 rthompso staff     21 Jun 24 12:24 libgettextpo.so.0 -> libgettextpo.so.0.5.1
lrwxrwxrwx 1 rthompso staff     21 Jun 24 12:24 libgettextpo.so -> libgettextpo.so.0.5.1
drwxr-xr-x 3 rthompso staff   4096 Jun 24 12:25 xemacs
drwxr-xr-x 2 rthompso staff   4096 Jun 24 12:25 gettext

/opt/gnome/include:
total 20
-rw-r--r-- 1 rthompso staff  2284 Jun 24 12:24 autosprintf.h
-rw-r--r-- 1 rthompso staff 15523 Jun 24 12:24 gettext-po.h

/opt/gnome/share:
total 32
drwxr-xr-x  4 rthompso staff 4096 Jun 24 12:25 man
drwxr-xr-x 41 rthompso staff 4096 Jun 24 12:25 locale
drwxr-xr-x  2 rthompso staff 4096 Jun 24 12:25 info
drwxr-xr-x  6 rthompso staff 4096 Jun 24 12:25 gettext
drwxr-xr-x  4 rthompso staff 4096 Jun 24 12:25 doc
drwxr-xr-x  2 rthompso staff 4096 Jun 24 12:25 aclocal
drwxr-xr-x  4 rthompso staff 4096 Jun 24 12:25 automake-1.8
drwxr-xr-x  2 rthompso staff 4096 Jun 24 12:25 aclocal-1.8

/opt/gnome/info:
total 328
-rw-r--r-- 1 rthompso staff    710 Jun 24 12:25 dir
-rw-r--r-- 1 rthompso staff  27580 Jun 24 12:25 automake.info-2
-rw-r--r-- 1 rthompso staff 289638 Jun 24 12:25 automake.info-1
-rw-r--r-- 1 rthompso staff   4548 Jun 24 12:25 automake.info

/opt/gnome/bin:
total 2012
-rwxr-xr-x 1 rthompso staff  77281 Jun 24 12:24 ngettext
-rwxr-xr-x 1 rthompso staff   4655 Jun 24 12:24 gettext.sh
-rwxr-xr-x 1 rthompso staff  77232 Jun 24 12:24 gettext
-rwxr-xr-x 1 rthompso staff  80321 Jun 24 12:24 envsubst
-rwxr-xr-x 1 rthompso staff 469014 Jun 24 12:24 xgettext
-rwxr-xr-x 1 rthompso staff  67653 Jun 24 12:24 msgunfmt
-rwxr-xr-x 1 rthompso staff  84093 Jun 24 12:24 msgmerge
-rwxr-xr-x 1 rthompso staff 140379 Jun 24 12:24 msgfmt
-rwxr-xr-x 1 rthompso staff  39508 Jun 24 12:24 msgcmp
-rwxr-xr-x 1 rthompso staff  31246 Jun 24 12:24 msgattrib
-rwxr-xr-x 1 rthompso staff  23154 Jun 24 12:24 recode-sr-latin
-rwxr-xr-x 1 rthompso staff  30085 Jun 24 12:24 msguniq
-rwxr-xr-x 1 rthompso staff  71577 Jun 24 12:24 msginit
-rwxr-xr-x 1 rthompso staff  62874 Jun 24 12:24 msggrep
-rwxr-xr-x 1 rthompso staff  39223 Jun 24 12:24 msgfilter
-rwxr-xr-x 1 rthompso staff  26657 Jun 24 12:24 msgexec
-rwxr-xr-x 1 rthompso staff  25599 Jun 24 12:24 msgen
-rwxr-xr-x 1 rthompso staff  25642 Jun 24 12:24 msgconv
-rwxr-xr-x 1 rthompso staff  30466 Jun 24 12:24 msgcomm
-rwxr-xr-x 1 rthompso staff  30380 Jun 24 12:24 msgcat
-rwxr-xr-x 1 rthompso staff  42141 Jun 24 12:24 gettextize
-rwxr-xr-x 1 rthompso staff  24274 Jun 24 12:24 autopoint
-rwxr-xr-x 2 rthompso staff 211031 Jun 24 12:25 automake-1.8
-rwxr-xr-x 2 rthompso staff 211031 Jun 24 12:25 automake
-rwxr-xr-x 2 rthompso staff  19357 Jun 24 12:25 aclocal-1.8
-rwxr-xr-x 2 rthompso staff  19357 Jun 24 12:25 aclocal

/opt/gnome/_jhbuild:
total 260
drwxr-xr-x 4 rthompso staff   4096 Jun 24 12:34 root-libgweather
-rw-r--r-- 1 rthompso staff 255853 Jun 24 12:34 packagedb.xml





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]