[Nix-dev] Re: [Nix-commits] SVN commit: nix - r28836 - in nixpkgs/trunk/pkgs: development/libraries/dbus development/libraries/dbus-glib os-specific/linux/upower top-level

Yury G. Kudryashov urkud.urkud at gmail.com
Fri Aug 26 19:33:31 CEST 2011


Eelco Dolstra wrote:

> Hi,
> 
> On 08/26/2011 04:57 PM, Yury G. Kudryashov wrote:
> 
>> +  upower = callPackage ../os-specific/linux/upower {
>> +    dbus_glib = pkgs.dbus_glib_0_94;
>> +  };
> 
> Why does upower need a newer dbus-glib?  (I do see random upower segfaults
> in ~/.xsession-errors, maybe that's why?)
Yes, exactly. Upowerd linked against old dbus-glib segfaults on d-bus 
introspection.

> However, I now get evaluation errors on some NixOS configurations (see
> http://hydra.nixos.org/jobset/nixos/trunk):
> 
>    attribute `dbus.tools' missing
> 
> I assume that's related :-)
That's related to the previous commit. I always forget to test hal... I hope 
that it is fixed in 28842.
-- 
Yury G. Kudryashov,
mailto: urkud at mccme.ru




More information about the nix-dev mailing list