Re: [Nix-dev] Cross-building configuration.nix for ARM (Sheevaplug)

2011-11-21 Thread Lluís Batlle i Rossell
On Mon, Nov 21, 2011 at 11:50:25AM +0100, Rickard Nilsson wrote: Hi, How should I do to cross-build my configuration.nix for the SheevaPlug? Is it possible? I have read about cross-building in the wiki, but it talks about cross-building individual packages. How can I cross-build a

Re: [Nix-dev] Cross-building configuration.nix for ARM (Sheevaplug)

2011-11-21 Thread Lluís Batlle i Rossell
On Mon, Nov 21, 2011 at 12:08:06PM +0100, Rickard Nilsson wrote: I use nixos natively in the sheevaplug though, with the filesystem in a SD card. Do you by any chance have a clean image of that installation that I could pop into my Sheevaplug so I could make a native build? I use what I

[Nix-commits] SVN commit: nix - r30502 - nix/trunk

2011-11-21 Thread Eelco Dolstra
Author: eelco Date: Mon Nov 21 12:18:26 2011 New Revision: 30502 URL: https://nixos.org/websvn/nix/?rev=30502sc=1 Log: * Escape the [ and ] characters in the sed call, otherwise autoconf will eat them. Modified: nix/trunk/configure.ac Modified: nix/trunk/configure.ac

[Nix-commits] SVN commit: nix - r30503 - nix/trunk

2011-11-21 Thread Eelco Dolstra
Author: eelco Date: Mon Nov 21 12:23:48 2011 New Revision: 30503 URL: https://nixos.org/websvn/nix/?rev=30503sc=1 Log: * Put back the sys_name variable which got removed somewhere. This broke building on Cygwin and Solaris. Modified: nix/trunk/configure.ac Modified: nix/trunk/configure.ac

[Nix-commits] SVN commit: nix - r30504 - nix/trunk

2011-11-21 Thread Eelco Dolstra
Author: eelco Date: Mon Nov 21 13:22:34 2011 New Revision: 30504 URL: https://nixos.org/websvn/nix/?rev=30504sc=1 Log: * Doh. Modified: nix/trunk/configure.ac Modified: nix/trunk/configure.ac == ---

[Nix-commits] SVN commit: nix - r30505 - nixpkgs/trunk/pkgs/os-specific/linux/shadow

2011-11-21 Thread Eelco Dolstra
Author: eelco Date: Mon Nov 21 13:58:46 2011 New Revision: 30505 URL: https://nixos.org/websvn/nix/?rev=30505sc=1 Log: * Sigh. Nixpkgs broken again... Modified: nixpkgs/trunk/pkgs/os-specific/linux/shadow/default.nix Modified: nixpkgs/trunk/pkgs/os-specific/linux/shadow/default.nix

[Nix-commits] SVN commit: nix - r30506 - nixpkgs/trunk/pkgs/os-specific/linux/shadow

2011-11-21 Thread Eelco Dolstra
Author: eelco Date: Mon Nov 21 14:05:26 2011 New Revision: 30506 URL: https://nixos.org/websvn/nix/?rev=30506sc=1 Log: Modified: nixpkgs/trunk/pkgs/os-specific/linux/shadow/default.nix Modified: nixpkgs/trunk/pkgs/os-specific/linux/shadow/default.nix

[Nix-commits] SVN commit: nix - r30507 - in nixpkgs/trunk/pkgs: development/libraries/ncurses development/tools/misc/autoconf stdenv/generic stdenv/native top-level

2011-11-21 Thread Eelco Dolstra
Author: eelco Date: Mon Nov 21 14:11:04 2011 New Revision: 30507 URL: https://nixos.org/websvn/nix/?rev=30507sc=1 Log: * i386-sunos - i686-solaris. Modified: nixpkgs/trunk/pkgs/development/libraries/ncurses/default.nix nixpkgs/trunk/pkgs/development/tools/misc/autoconf/default.nix

[Nix-commits] SVN commit: nix - r30511 - nixpkgs/trunk/pkgs/tools/package-management/nix

2011-11-21 Thread Rob Vermaas
Author: rob Date: Mon Nov 21 15:41:19 2011 New Revision: 30511 URL: https://nixos.org/websvn/nix/?rev=30511sc=1 Log: update nixUnstable Modified: nixpkgs/trunk/pkgs/tools/package-management/nix/unstable.nix Modified: nixpkgs/trunk/pkgs/tools/package-management/nix/unstable.nix

Re: [Nix-dev] [Nix-commits] SVN commit: nix - r30503 - nix/trunk

2011-11-21 Thread Ludovic Courtès
Hi, Eelco Dolstra e.dols...@tudelft.nl skribis: Author: eelco Date: Mon Nov 21 12:23:48 2011 New Revision: 30503 URL: https://nixos.org/websvn/nix/?rev=30503sc=1 [...] +sys_name=$(uname -s | tr 'A-Z ' 'a-z_') + +case $sys_name in +cygwin*) +sys_name=cygwin +;;

Re: [Nix-dev] Cross-building configuration.nix for ARM (Sheevaplug)

2011-11-21 Thread Bjørn Forsman
2011/11/21 Lluís Batlle i Rossell vi...@viric.name: On Mon, Nov 21, 2011 at 11:50:25AM +0100, Rickard Nilsson wrote: Hi, How should I do to cross-build my configuration.nix for the SheevaPlug? Is it possible? I have read about cross-building in the wiki, but it talks about cross-building

Re: [Nix-dev] Cross-building configuration.nix for ARM (Sheevaplug)

2011-11-21 Thread Lluís Batlle i Rossell
On Mon, Nov 21, 2011 at 06:24:15PM +0100, Bjørn Forsman wrote: 2011/11/21 Lluís Batlle i Rossell vi...@viric.name: On Mon, Nov 21, 2011 at 11:50:25AM +0100, Rickard Nilsson wrote: Hi, How should I do to cross-build my configuration.nix for the SheevaPlug? Is it possible? I have read

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

2011-11-21 Thread Peter Simons
Author: simons Date: Mon Nov 21 18:02:22 2011 New Revision: 30515 URL: https://nixos.org/websvn/nix/?rev=30515sc=1 Log: haskell-libmpd: added version 0.6.0 Added: nixpkgs/trunk/pkgs/development/libraries/haskell/libmpd/ nixpkgs/trunk/pkgs/development/libraries/haskell/libmpd/default.nix

[Nix-commits] SVN commit: nix - r30516 - nixpkgs/trunk/pkgs/applications/window-managers/xmonad

2011-11-21 Thread Peter Simons
Author: simons Date: Mon Nov 21 18:02:24 2011 New Revision: 30516 URL: https://nixos.org/websvn/nix/?rev=30516sc=1 Log: haskell-xmonad-extras: enable mpd and hlist extras Modified: nixpkgs/trunk/pkgs/applications/window-managers/xmonad/xmonad-extras.nix Modified:

[Nix-commits] SVN commit: nix - r30517 - nixpkgs/trunk/pkgs/development/libraries/haskell/vector-space

2011-11-21 Thread Peter Simons
Author: simons Date: Mon Nov 21 18:09:36 2011 New Revision: 30517 URL: https://nixos.org/websvn/nix/?rev=30517sc=1 Log: haskell-vector-space: updated to version 0.8.0 Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/vector-space/default.nix Modified:

[Nix-commits] SVN commit: nix - r30518 - nixpkgs/trunk/pkgs/development/tools/haskell/cabal2nix

2011-11-21 Thread Peter Simons
Author: simons Date: Mon Nov 21 18:09:38 2011 New Revision: 30518 URL: https://nixos.org/websvn/nix/?rev=30518sc=1 Log: haskell-cabal2nix: updated to version 1.19 Modified: nixpkgs/trunk/pkgs/development/tools/haskell/cabal2nix/default.nix Modified:

Re: [Nix-dev] Cross-building configuration.nix for ARM (Sheevaplug)

2011-11-21 Thread Nicolas Pierron
2011/11/21 Lluís Batlle i Rossell vi...@viric.name: On Mon, Nov 21, 2011 at 11:50:25AM +0100, Rickard Nilsson wrote: Hi, How should I do to cross-build my configuration.nix for the SheevaPlug? Is it possible? I have read about cross-building in the wiki, but it talks about cross-building

[Nix-commits] SVN commit: nix - r30513 - nixpkgs/trunk/pkgs/applications/window-managers/xmonad

2011-11-21 Thread Peter Simons
Author: simons Date: Mon Nov 21 17:54:29 2011 New Revision: 30513 URL: https://nixos.org/websvn/nix/?rev=30513sc=1 Log: haskell-xmonad-extras: updated to version 0.10 Modified: nixpkgs/trunk/pkgs/applications/window-managers/xmonad/xmonad-extras.nix Modified:

Re: [Nix-dev] Cross-building configuration.nix for ARM (Sheevaplug)

2011-11-21 Thread Bjørn Forsman
2011/11/21 Lluís Batlle i Rossell vi...@viric.name: On Mon, Nov 21, 2011 at 06:24:15PM +0100, Bjørn Forsman wrote: 2011/11/21 Lluís Batlle i Rossell vi...@viric.name: On Mon, Nov 21, 2011 at 11:50:25AM +0100, Rickard Nilsson wrote: Hi, How should I do to cross-build my configuration.nix

Re: [Nix-dev] Cross-building configuration.nix for ARM (Sheevaplug)

2011-11-21 Thread Lluís Batlle i Rossell
On Mon, Nov 21, 2011 at 08:43:42PM +0100, Bjørn Forsman wrote: I read http://vicerveza.homeunix.net/~viric/cgi-bin/nanonixos/doc/trunk/doc/usage.wiki. - Does nanonixos bootstrapping depend on a nixos host? I've only tried on nixos. - Is nix very slow on your embedded system? On my x86

[Nix-commits] SVN commit: nix - r30520 - nixpkgs/trunk/pkgs/top-level

2011-11-21 Thread Karn Kallio
Author: kkallio Date: Tue Nov 22 04:38:14 2011 New Revision: 30520 URL: https://nixos.org/websvn/nix/?rev=30520sc=1 Log: koffice does not build with boost 1.48; use 1.47 instead. Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix

[Nix-dev] bootstrap failure

2011-11-21 Thread Kevin Quick
Anyone know what might be going wrong with the nix-env invocation in the bootstrap attempt below? This was following a bash /mnt/nix/store/nixos-prepare-install checkout-sources operation. # bash /mnt/nix/store/run-in-chroot /nix/store/nixos-bootstrap --install -j2 --keep-going --debug

[Nix-dev] bootstrap failure

2011-11-21 Thread Michael Raskin
Anyone know what might be going wrong with the nix-env invocation in the bootstrap attempt below? This was following a bash /mnt/nix/store/nixos-prepare-install checkout-sources operation. + /nix/store/v8yf6bzqzgfszd3v6q15f100hq6x73yl-nix-1.0pre26015/bin/nix-env -p

Re: [Nix-dev] bootstrap failure

2011-11-21 Thread Kevin Quick
On Mon, 21 Nov 2011 22:24:18 -0700, Michael Raskin 7c6f4...@mail.ru wrote: Anyone know what might be going wrong with the nix-env invocation in the bootstrap attempt below? This was following a bash /mnt/nix/store/nixos-prepare-install checkout-sources operation. +

Re: [Nix-dev] bootstrap failure

2011-11-21 Thread Michael Raskin
On Mon, 21 Nov 2011 22:24:18 -0700, Michael Raskin 7c6f4...@mail.ru wrote: Anyone know what might be going wrong with the nix-env invocation in the bootstrap attempt below? This was following a bash /mnt/nix/store/nixos-prepare-install checkout-sources operation. +

Re: [Nix-dev] bootstrap failure

2011-11-21 Thread Marc Weber
Where did you get the mininmal bootstrapping archive from? I'm pretty sure its outdated? i686 or x86_64? The cat command should show its usage .. This all should be fixed in latest version. Or open the script and patch it .. You can contact me on irc as well. Marc Weber

Re: [Nix-dev] bootstrap failure

2011-11-21 Thread Kevin Quick
On Mon, 21 Nov 2011 22:51:48 -0700, Marc Weber marco-owe...@gmx.de wrote: Where did you get the mininmal bootstrapping archive from? I'm pretty sure its outdated? i686 or x86_64? The x86_64 image from step 5 on this page: http://nixos.org/wiki/Install_NixOS_on_Linode The cat command

[Nix-commits] SVN commit: nix - r30521 - nixpkgs/trunk/pkgs/top-level

2011-11-21 Thread Karn Kallio
Author: kkallio Date: Tue Nov 22 06:13:18 2011 New Revision: 30521 URL: https://nixos.org/websvn/nix/?rev=30521sc=1 Log: Wesnoth does not build with boost 1.48 Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix