Re: [Nix-dev] Re: [PATCH] Fix git-send-email.

2010-05-15 Thread Lluís Batlle i Rossell
On Sat, May 15, 2010 at 08:13:23AM -0700, David Brown wrote: > On Sat, May 15, 2010 at 04:55:57PM +0200, Peter Simons wrote: > > >unfortunately, two of the Perl packages that were added in order to > >support "git send-email" don't build on the build farm: > > > > http://hydra.nixos.org/build/4093

[Nix-dev] lvm2 and mdadm upgrade

2010-05-15 Thread Yury G. Kudryashov
Hi! I've just committed new versions of lvm2 and mdadm. I hope that they haven't broken trunk, but do not gc your current system before next reboot. ___ nix-dev mailing list nix-dev@cs.uu.nl https://mail.cs.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] making nix-collect-garbage faster?

2010-05-15 Thread Michael Raskin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/15/2010 08:28 PM, Marc Weber wrote: > Would it make nix-collect-garbage faster when store paths were not > deleted but moved to a garbage directory instead? > Eg mv /nix/stoer/xxx-foo /nix/store/garbage Given that it is the same dir

[Nix-dev] making nix-collect-garbage faster?

2010-05-15 Thread Marc Weber
Would it make nix-collect-garbage faster when store paths were not deleted but moved to a garbage directory instead? Eg mv /nix/stoer/xxx-foo /nix/store/garbage Then when everything was moved there the lock could be released and rm -fr /nix/store/garbage could be run with low priority

Re: [Nix-dev] Re: [PATCH] Disable network tests on Perl libs.

2010-05-15 Thread David Brown
On Sat, May 15, 2010 at 08:11:00PM +0400, Yury G. Kudryashov wrote: It would be better to investigate the real reason for test failures, and disable only offending tests. OTOH, if you have no time for this, let's disable them. Probably, although I don't really know perl or know much about it's

[Nix-dev] Re: [PATCH] Disable network tests on Perl libs.

2010-05-15 Thread Yury G. Kudryashov
David Brown wrote: > --- > +# Tests perform network access. > +doCheck = false; > +# Tests perform network access. > +doCheck = false; It would be better to investigate the real reason for test failures, and disable only offending tests. OTOH, if you have no time for this, let's

[Nix-dev] [PATCH] Disable network tests on Perl libs.

2010-05-15 Thread David Brown
--- pkgs/top-level/perl-packages.nix |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index e4a95bf..f5d931f 100644 --- a/pkgs/top-level/perl-packages.nix +++ b/pkgs/top-level/perl-packages.nix @@ -1879,

[Nix-dev] Re: Re: [PATCH] Fix git-send-email.

2010-05-15 Thread Yury G. Kudryashov
David Brown wrote: > On Sat, May 15, 2010 at 04:55:57PM +0200, Peter Simons wrote: > >>unfortunately, two of the Perl packages that were added in order to >>support "git send-email" don't build on the build farm: >> >> http://hydra.nixos.org/build/409377 >> >>It appears that the build phase work

Re: [Nix-dev] Re: [PATCH] Fix git-send-email.

2010-05-15 Thread David Brown
On Sat, May 15, 2010 at 04:55:57PM +0200, Peter Simons wrote: unfortunately, two of the Perl packages that were added in order to support "git send-email" don't build on the build farm: http://hydra.nixos.org/build/409377 It appears that the build phase works fine, but the regression test sui

[Nix-dev] Re: [Nix-commits] SVN commit: nix - 21781 - urkud - nixpkgs/trunk/pkgs/os-specific/linux/udev

2010-05-15 Thread Yury G. Kudryashov
Nicolas Pierron wrote: > On Sat, May 15, 2010 at 11:54, Yury G Kudryashov wrote: >> - for i in 40-alsa.rules 40-infiniband.rules 40-isdn.rules >> 40-pilot-links.rules 64-device-mapper.rules 64-md-raid.rules; do >> - cp rules/packages/$i $out/libexec/rules.d/ >> - done >> + cp

[Nix-dev] Re: [PATCH] Fix git-send-email.

2010-05-15 Thread Peter Simons
Hi David, unfortunately, two of the Perl packages that were added in order to support "git send-email" don't build on the build farm: http://hydra.nixos.org/build/409377 It appears that the build phase works fine, but the regression test suites don't. Do you happen to have an idea what might b

[Nix-dev] Re: [Nix-commits] SVN commit: nix - 21781 - urkud - nixpkgs/trunk/pkgs/os-specific/linux/udev

2010-05-15 Thread Nicolas Pierron
On Sat, May 15, 2010 at 11:54, Yury G Kudryashov wrote: > Author: urkud > Date: 2010-05-15 09:54:35 + (Sat, 15 May 2010) > New Revision: 21781 > > You can view the changes in this commit at: >   https://svn.nixos.org/viewvc/nix?rev=21781&view=rev > > Modified: >   nixpkgs/trunk/pkgs/os-specifi

[Nix-dev] Re: [PATCH] Fix git-send-email.

2010-05-15 Thread Peter Simons
Hi David, I committed your patch to the nixpkgs repository. Thanks a lot for the update! Take care, Peter ___ nix-dev mailing list nix-dev@cs.uu.nl https://mail.cs.uu.nl/mailman/listinfo/nix-dev