Bruce Dubbs wrote:
> Ken Moffat wrote:
> 
>> I'm just starting to look at bumping dbus to 1.4.16, I'll
>> pick this up when I change it.
>>
>>  As always, don't hold your breath waiting for me to do it :)
> 
> We'll have to figure out how we want ot present this:
> 
> wget  http://dbus.freedesktop.org/releases/dbus/dbus-1.4.16.tar.gz
> tar -xf dbus-1.4.16.tar.gz
> cd dbus-1.4.16
> ./configure --enable-tests --enable-asserts
> Full test coverage (--enable-modular-tests=yes or --enable-tests=yes) 
> requires dbus-glib
> 
> ---------
> 
> But the D-Bus GLib Bindings require D-Bus to be installed.  The required 
> sequence appears to be:
> 
> Install D-Bus
> Install D-Bus Glib Bindings
> Go back to D-Bus to test.

This is getting complicated.  I can build and install dbus-1.4.16.tar.gz 
without noticing any problems.

In order to run the tests, I need:

D-Bus GLib Bindings (update to 0.98)
D-Bus Python Bindings (update to 0.84.0)
   which now needs
     PyGObject (update to 2.28.6)
       which needs
         gobject-introspection (update to 1.31.1)
         pycairo (update to 1.10.0_
           which fails with "The python version is too old, expecting 
(3, 1, 0)" (I do have python3 installed, but 'python' is 2.7.2).

   -- Bruce

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to