[Nix-dev] gnutar 1.25 root conflict

2011-11-03 Thread Kevin Quick
When trying to use build some recent derivations using Nix (in a non-NixOS environment) with nix build workers (build-users-group = nixbld) I encounter this: checking whether mknod can create fifo without root privileges... configure: error: in `/tmp/nix-build-7b47bnsf295kdvwzqik8y23m7sb8d

Re: [Nix-dev] gnutar 1.25 root conflict

2011-11-03 Thread Eelco Dolstra
Hi, On 11/03/2011 10:29 AM, Kevin Quick wrote: > When trying to use build some recent derivations using Nix (in a non-NixOS > environment) with nix build workers (build-users-group = nixbld) I > encounter this: > > checking whether mknod can create fifo without root privileges... > configu

Re: [Nix-dev] gnutar 1.25 root conflict

2011-11-03 Thread quick
Quoting Eelco Dolstra : > Hi, > > On 11/03/2011 10:29 AM, Kevin Quick wrote: > > > When trying to use build some recent derivations using Nix (in a non-NixOS > > > environment) with nix build workers (build-users-group = nixbld) I > > encounter this: > > > > checking whether mknod can creat

[Nix-commits] SVN commit: nix - r30204 - in nixpkgs/trunk/pkgs: development/libraries/haskell/text top-level

2011-11-03 Thread Peter Simons
Author: simons Date: Thu Nov 3 18:16:54 2011 New Revision: 30204 URL: https://nixos.org/websvn/nix/?rev=30204&sc=1 Log: haskell-text: updated to version 0.11.1.9 Added: nixpkgs/trunk/pkgs/development/libraries/haskell/text/0.11.1.9.nix - copied, changed from r30195, nixpkgs/trunk/pkgs/

[Nix-commits] SVN commit: nix - r30206 - nixpkgs/trunk/pkgs/development/libraries/haskell/cereal

2011-11-03 Thread Peter Simons
Author: simons Date: Thu Nov 3 18:17:09 2011 New Revision: 30206 URL: https://nixos.org/websvn/nix/?rev=30206&sc=1 Log: haskell-cereal: updated to version 0.3.4.0 Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/cereal/default.nix Modified: nixpkgs/trunk/pkgs/development/libraries/

[Nix-commits] SVN commit: nix - r30207 - nixpkgs/trunk/pkgs/development/libraries/haskell/system-filepath

2011-11-03 Thread Peter Simons
Author: simons Date: Thu Nov 3 18:17:17 2011 New Revision: 30207 URL: https://nixos.org/websvn/nix/?rev=30207&sc=1 Log: haskell-system-filepath: updated to version 0.4.2 Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/system-filepath/default.nix Modified: nixpkgs/trunk/pkgs/devel

[Nix-commits] SVN commit: nix - r30208 - nixpkgs/trunk/pkgs/development/libraries/haskell/vty

2011-11-03 Thread Peter Simons
Author: simons Date: Thu Nov 3 18:17:23 2011 New Revision: 30208 URL: https://nixos.org/websvn/nix/?rev=30208&sc=1 Log: haskell-vty: updated to version 4.7.0.6 Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/vty/default.nix Modified: nixpkgs/trunk/pkgs/development/libraries/haskel

[Nix-commits] SVN commit: nix - r30205 - nixpkgs/trunk/pkgs/development/libraries/haskell/base-unicode-symbols

2011-11-03 Thread Peter Simons
Author: simons Date: Thu Nov 3 18:17:03 2011 New Revision: 30205 URL: https://nixos.org/websvn/nix/?rev=30205&sc=1 Log: haskell-base-unicode-symbols: updated to version 0.2.2.2 Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/base-unicode-symbols/default.nix Modified: nixpkgs/tru

[Nix-commits] SVN commit: nix - r30209 - in nixpkgs/trunk/pkgs: tools/networking/dnstop top-level

2011-11-03 Thread Lluís Batlle
Author: viric Date: Thu Nov 3 18:43:48 2011 New Revision: 30209 URL: https://nixos.org/websvn/nix/?rev=30209&sc=1 Log: Adding dnstop Added: nixpkgs/trunk/pkgs/tools/networking/dnstop/ nixpkgs/trunk/pkgs/tools/networking/dnstop/default.nix Modified: nixpkgs/trunk/pkgs/top-level/all-packa

[Nix-commits] SVN commit: nix - r30210 - nix/trunk/doc/manual

2011-11-03 Thread Eelco Dolstra
Author: eelco Date: Thu Nov 3 18:47:10 2011 New Revision: 30210 URL: https://nixos.org/websvn/nix/?rev=30210&sc=1 Log: * The Nix configuration file is usually /etc/nix/nix.conf. Modified: nix/trunk/doc/manual/installation.xml Modified: nix/trunk/doc/manual/installation.xml ==

Re: [Nix-dev] gnutar 1.25 root conflict

2011-11-03 Thread Eelco Dolstra
On 11/03/2011 01:36 PM, qu...@sparq.org wrote: > You were correct, it was running as root. I had specified a prefix for > installation (again, using Nix on a non-NixOS environment) but according to > the > directions in http://hydra.nixos.org/build/565033/download/1/manual/ section > 3.6.2.1,

[Nix-commits] SVN commit: nix - r30211 - nixos/trunk/modules/services/networking

2011-11-03 Thread Lluís Batlle
Author: viric Date: Thu Nov 3 18:49:54 2011 New Revision: 30211 URL: https://nixos.org/websvn/nix/?rev=30211&sc=1 Log: Adding extraConfig to unbound Modified: nixos/trunk/modules/services/networking/unbound.nix Modified: nixos/trunk/modules/services/networking/unbound.nix ===

[Nix-commits] SVN commit: nix - r30212 - in nixos/trunk/modules/services: misc scheduling

2011-11-03 Thread Eelco Dolstra
Author: eelco Date: Thu Nov 3 19:04:54 2011 New Revision: 30212 URL: https://nixos.org/websvn/nix/?rev=30212&sc=1 Log: * For consistency, use /etc/nix/nix.conf instead of /nix/etc/nix/nix.conf. There is really no reason to have a configuration file outside of /etc, and it's consistent with wh

[Nix-commits] SVN commit: nix - r30213 - nixos/trunk/modules/services/networking

2011-11-03 Thread Lluís Batlle
Author: viric Date: Thu Nov 3 19:13:52 2011 New Revision: 30213 URL: https://nixos.org/websvn/nix/?rev=30213&sc=1 Log: Allowing 'named' to have a config file apart, as it can have passwords. Modified: nixos/trunk/modules/services/networking/bind.nix Modified: nixos/trunk/modules/services/net

Re: [Nix-dev] [Nix-commits] SVN commit: nix - r30213 - nixos/trunk/modules/services/networking

2011-11-03 Thread Eelco Dolstra
Hi, On 11/03/2011 03:13 PM, Lluís Batlle wrote: > Log: > Allowing 'named' to have a config file apart, as it can have passwords. ... > + configFile = mkOption { > +default = confFile; > +description = " > + Overridable config file to use for named. By default, that >

[Nix-commits] SVN commit: nix - r30214 - nix/trunk/doc/manual

2011-11-03 Thread Eelco Dolstra
Author: eelco Date: Thu Nov 3 19:22:24 2011 New Revision: 30214 URL: https://nixos.org/websvn/nix/?rev=30214&sc=1 Log: Modified: nix/trunk/doc/manual/conf-file.xml Modified: nix/trunk/doc/manual/conf-file.xml == ---

Re: [Nix-dev] [Nix-commits] SVN commit: nix - r30213 - nixos/trunk/modules/services/networking

2011-11-03 Thread Lluís Batlle i Rossell
On Thu, Nov 03, 2011 at 03:18:48PM -0400, Eelco Dolstra wrote: > Hi, > > On 11/03/2011 03:13 PM, Lluís Batlle wrote: > > > Log: > > Allowing 'named' to have a config file apart, as it can have passwords. > ... > > + configFile = mkOption { > > +default = confFile; > > +descri

[Nix-dev] tar mkdir function not implemented

2011-11-03 Thread quick
Me again. :-) Now I'm seeing this: $ nix-env -i hello ... building /nix/store/0jmzlnayh2p06vlgmiiyaj3xppc6l9lr-zlib-1.2.5 unpacking sources unpacking source archive /nix/store/hadgw0cdg8f8dlnd47lqk15rdpwfdwnx- zlib-1.2.5.tar.gz zlib-1.2.5/ tar: zlib-1.2.5: Cannot mkdir: Function not implemented

Re: [Nix-dev] tar mkdir function not implemented

2011-11-03 Thread Eelco Dolstra
Hi, On 11/03/2011 04:14 PM, qu...@sparq.org wrote: > building /nix/store/0jmzlnayh2p06vlgmiiyaj3xppc6l9lr-zlib-1.2.5 > unpacking sources > unpacking source archive /nix/store/hadgw0cdg8f8dlnd47lqk15rdpwfdwnx- > zlib-1.2.5.tar.gz > zlib-1.2.5/ > tar: zlib-1.2.5: Cannot mkdir: Function not implemen

Re: [Nix-dev] tar mkdir function not implemented

2011-11-03 Thread Lluís Batlle i Rossell
On Thu, Nov 03, 2011 at 02:14:52PM -0600, qu...@sparq.org wrote: > Now I'm seeing this: > > $ nix-env -i hello > ... > building /nix/store/0jmzlnayh2p06vlgmiiyaj3xppc6l9lr-zlib-1.2.5 > tar: zlib-1.2.5: Cannot mkdir: Function not implemented > ... > > > I tried using -v (or multiples) to see the

Re: [Nix-dev] tar mkdir function not implemented

2011-11-03 Thread quick
Quoting Eelco Dolstra : > Hi, > > On 11/03/2011 04:14 PM, qu...@sparq.org wrote: > > > building /nix/store/0jmzlnayh2p06vlgmiiyaj3xppc6l9lr-zlib-1.2.5 > > unpacking sources > > unpacking source archive /nix/store/hadgw0cdg8f8dlnd47lqk15rdpwfdwnx- > > zlib-1.2.5.tar.gz > > zlib-1.2.5/ > > tar: zl

[Nix-commits] SVN commit: nix - r30215 - nixos/trunk/modules/profiles

2011-11-03 Thread Eelco Dolstra
Author: eelco Date: Thu Nov 3 20:11:11 2011 New Revision: 30215 URL: https://nixos.org/websvn/nix/?rev=30215&sc=1 Log: * In EC2 instances, a kernel panic should cause a reboot, and a problem in stage 1 should cause a panic. (Actually, the latter should probably kill the instance since we can

Re: [Nix-dev] tar mkdir function not implemented

2011-11-03 Thread Lluís Batlle i Rossell
On Thu, Nov 03, 2011 at 02:39:11PM -0600, qu...@sparq.org wrote: > Quoting Eelco Dolstra : > > > Hi, > > > > On 11/03/2011 04:14 PM, qu...@sparq.org wrote: > > > > > building /nix/store/0jmzlnayh2p06vlgmiiyaj3xppc6l9lr-zlib-1.2.5 > > > unpacking sources > > > unpacking source archive /nix/store/

[Nix-commits] SVN commit: nix - r30216 - in nixpkgs/trunk/pkgs: development/libraries/ti-rpc top-level

2011-11-03 Thread Ludovic Courtès
Author: ludo Date: Thu Nov 3 21:08:32 2011 New Revision: 30216 URL: https://nixos.org/websvn/nix/?rev=30216&sc=1 Log: Add TI-RPC. Added: nixpkgs/trunk/pkgs/development/libraries/ti-rpc/ nixpkgs/trunk/pkgs/development/libraries/ti-rpc/default.nix Modified: nixpkgs/trunk/pkgs/top-level/al

[Nix-commits] [NixOS/hydra] 41c649: remove .hg-archival.txt in nix-prefetch-hg

2011-11-03 Thread Rob Vermaas
Branch: refs/heads/master Home: https://github.com/NixOS/hydra Commit: 41c649a2fd57ecfeee78f9ae588f3163cb509586 https://github.com/NixOS/hydra/commit/41c649a2fd57ecfeee78f9ae588f3163cb509586 Author: Rob Vermaas Date: 2011-11-03 (Thu, 03 Nov 2011) Changed paths: M src/s

[Nix-commits] SVN commit: nix - r30217 - nixpkgs/trunk/pkgs/build-support/fetchhg

2011-11-03 Thread Rob Vermaas
Author: rob Date: Thu Nov 3 23:46:50 2011 New Revision: 30217 URL: https://nixos.org/websvn/nix/?rev=30217&sc=1 Log: remove .hg-archival.txt from nix-prefetch-hg result Modified: nixpkgs/trunk/pkgs/build-support/fetchhg/nix-prefetch-hg Modified: nixpkgs/trunk/pkgs/build-support/fetchhg/nix-p

[Nix-commits] SVN commit: nix - r30218 - nixos/trunk/maintainers/scripts

2011-11-03 Thread Eelco Dolstra
Author: eelco Date: Fri Nov 4 01:31:18 2011 New Revision: 30218 URL: https://nixos.org/websvn/nix/?rev=30218&sc=1 Log: * Script for building, uploading and registering NixOS AMIs in all EC2 regions (not finished yet). Added: nixos/trunk/maintainers/scripts/create-amis.sh (contents, props

[Nix-commits] SVN commit: nix - r30219 - nixos/trunk/maintainers/scripts

2011-11-03 Thread Eelco Dolstra
Author: eelco Date: Fri Nov 4 02:30:59 2011 New Revision: 30219 URL: https://nixos.org/websvn/nix/?rev=30219&sc=1 Log: * Bug fix. Modified: nixos/trunk/maintainers/scripts/create-amis.sh Modified: nixos/trunk/maintainers/scripts/create-amis.sh

[Nix-commits] SVN commit: nix - r30220 - nixos/trunk/maintainers/scripts

2011-11-03 Thread Eelco Dolstra
Author: eelco Date: Fri Nov 4 03:50:17 2011 New Revision: 30220 URL: https://nixos.org/websvn/nix/?rev=30220&sc=1 Log: * Handle x86_64. Modified: nixos/trunk/maintainers/scripts/create-amis.sh Modified: nixos/trunk/maintainers/scripts/create-amis.sh ==