Re: [Nix-dev] gcc for MacOS X

2012-04-13 Thread Konrad Hinsen
Ludovic Courtès writes: > I had noticed it too. Actually, ‘stdenv’ on Darwin builds fine because > it uses ‘noSysDirs = false’ somehow, so the faulty patch didn’t get > applied. > > Anyway, I just fixed ‘no-sys-dirs.patch’ so that it actually applies. Great. I think I got to the same point

[Nix-commits] SVN commit: nix - r33780 - nixpkgs/trunk/pkgs/development/libraries/science/math/atlas

2012-04-13 Thread Lluís Batlle
Author: viric Date: Fri Apr 13 18:46:24 2012 New Revision: 33780 URL: https://nixos.org/websvn/nix/?rev=33780&sc=1 Log: I made atlas build for fixed architectures. We saw a crash in many computers, in the octave check phase, where octave crashed. It was due to atlas being built for AMD Family 10

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

2012-04-13 Thread Lluís Batlle
Author: viric Date: Fri Apr 13 18:09:27 2012 New Revision: 33779 URL: https://nixos.org/websvn/nix/?rev=33779&sc=1 Log: Updating linux to 3.3.2 Modified: nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-3.3.nix Modified: nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-3.3.nix =

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

2012-04-13 Thread Lluís Batlle
Author: viric Date: Fri Apr 13 17:52:29 2012 New Revision: 33778 URL: https://nixos.org/websvn/nix/?rev=33778&sc=1 Log: Removing a commented patch that is not needed for kernels newer than 2.6.36 iirc. The patch got upstream back then. Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix M

Re: [Nix-dev] nix-build $CONFIG -A package

2012-04-13 Thread Mathijs Kwik
#!/bin/sh # Unpacks the target unpack () { local curSrc="$1" local friendlyName="$2" test -z "$curSrc" && return 2 case "$curSrc" in *.tar) tar xvf $curSrc ;; *.tar.gz|*.tgz|*.tar.Z) gzip -d < $curSrc | tar xvf - ;; *.

Re: [Nix-dev] nix-build $CONFIG -A package

2012-04-13 Thread Shea Levy
On 04/13/2012 01:04 PM, Sergey Mironov wrote: > Hi! > > I used to call function > > fetch () { > nix-build $NIXPKGS_ALL -A $1.src --show-trace > } > > to download a source tarball for a package. > > But it doesn't work anymore! That is because of absence of > $NIXPKGS_ALL in my environment. H

[Nix-dev] nix-build $CONFIG -A package

2012-04-13 Thread Sergey Mironov
Hi! I used to call function fetch () { nix-build $NIXPKGS_ALL -A $1.src --show-trace } to download a source tarball for a package. But it doesn't work anymore! That is because of absence of $NIXPKGS_ALL in my environment. How to fix it? I've tried the following, also unsuccessfully: $

[Nix-commits] [NixOS/charon] 3aaef2: Example: move the EC2 key pair / security group se...

2012-04-13 Thread Eelco Dolstra
Branch: refs/heads/master Home: https://github.com/NixOS/charon Commit: 3aaef208b7016497fc1bf098ce2a385657c19133 https://github.com/NixOS/charon/commit/3aaef208b7016497fc1bf098ce2a385657c19133 Author: Eelco Dolstra Date: 2012-04-13 (Fri, 13 Apr 2012) Changed paths: M ex

[Nix-commits] [NixOS/charon] c0dec5: Prevent attaching non-ephemeral devices to /dev/xv...

2012-04-13 Thread Eelco Dolstra
Branch: refs/heads/master Home: https://github.com/NixOS/charon Commit: c0dec53e541ea832837a6a8355e19c389103b420 https://github.com/NixOS/charon/commit/c0dec53e541ea832837a6a8355e19c389103b420 Author: Eelco Dolstra Date: 2012-04-13 (Fri, 13 Apr 2012) Changed paths: M ch

[Nix-commits] SVN commit: nix - r33777 - in nixpkgs/trunk/pkgs/os-specific/linux: alsa-lib alsa-plugins alsa-utils

2012-04-13 Thread Mathijs Kwik
Author: mkwik Date: Fri Apr 13 14:54:02 2012 New Revision: 33777 URL: https://nixos.org/websvn/nix/?rev=33777&sc=1 Log: alsa upgraded to 1.0.25 Modified: nixpkgs/trunk/pkgs/os-specific/linux/alsa-lib/default.nix nixpkgs/trunk/pkgs/os-specific/linux/alsa-plugins/default.nix nixpkgs/trunk/

[Nix-commits] SVN commit: nix - r33776 - nixpkgs/trunk/pkgs/os-specific/linux/nvidia-x11

2012-04-13 Thread Mathijs Kwik
Author: mkwik Date: Fri Apr 13 14:53:59 2012 New Revision: 33776 URL: https://nixos.org/websvn/nix/?rev=33776&sc=1 Log: nvidia driver: upgraded to 295.40 Modified: nixpkgs/trunk/pkgs/os-specific/linux/nvidia-x11/default.nix Modified: nixpkgs/trunk/pkgs/os-specific/linux/nvidia-x11/default.nix

[Nix-commits] SVN commit: nix - r33775 - nixpkgs/trunk/pkgs/development/compilers/uhc

2012-04-13 Thread Mathijs Kwik
Author: mkwik Date: Fri Apr 13 14:53:56 2012 New Revision: 33775 URL: https://nixos.org/websvn/nix/?rev=33775&sc=1 Log: uhc upgrade Modified: nixpkgs/trunk/pkgs/development/compilers/uhc/default.nix Modified: nixpkgs/trunk/pkgs/development/compilers/uhc/default.nix ===

[Nix-commits] [NixOS/hydra] ccc5d3: Move Hide/Unhide links for project to toplevel men...

2012-04-13 Thread Rob Vermaas
Branch: refs/heads/bootstrap Home: https://github.com/NixOS/hydra Commit: ccc5d38976d558421609a1e51c840cca71753d41 https://github.com/NixOS/hydra/commit/ccc5d38976d558421609a1e51c840cca71753d41 Author: Rob Vermaas Date: 2012-04-13 (Fri, 13 Apr 2012) Changed paths: M src

[Nix-commits] SVN commit: nix - r33774 - nixos/trunk/modules/services/x11/display-managers

2012-04-13 Thread Mathijs Kwik
Author: mkwik Date: Fri Apr 13 14:52:25 2012 New Revision: 33774 URL: https://nixos.org/websvn/nix/?rev=33774&sc=1 Log: slim display manager: enabled auto_login setting useful for demo/kiosk mode Modified: nixos/trunk/modules/services/x11/display-managers/slim.nix Modified: nixos/trunk/modul

[Nix-commits] [NixOS/hydra] 7f8589: Fix hide/unhide links.

2012-04-13 Thread Rob Vermaas
Branch: refs/heads/bootstrap Home: https://github.com/NixOS/hydra Commit: 7f858928dffc8fd7cf61afd921f685aad79780ed https://github.com/NixOS/hydra/commit/7f858928dffc8fd7cf61afd921f685aad79780ed Author: Rob Vermaas Date: 2012-04-13 (Fri, 13 Apr 2012) Changed paths: M src

[Nix-commits] [NixOS/charon] b6e694: run_command: support capturing stdout

2012-04-13 Thread Eelco Dolstra
Branch: refs/heads/master Home: https://github.com/NixOS/charon Commit: b6e6941474b79692efa9d21240136e85f1ae0d6a https://github.com/NixOS/charon/commit/b6e6941474b79692efa9d21240136e85f1ae0d6a Author: Eelco Dolstra Date: 2012-04-13 (Fri, 13 Apr 2012) Changed paths: M ch

Re: [Nix-dev] gcc for MacOS X

2012-04-13 Thread Ludovic Courtès
Hi Konrad, (Sorry for the delay.) Konrad Hinsen skribis: > I tried to build (using nix-build) the very same gcc-4.2.1 that I > installed as a binary package, i.e. gcc without Fortran. As expected, > it fails. Which makes me wonder how the binary package I installed > could ever have been compil

[Nix-commits] [NixOS/hydra] fbb857: Do not load charts lazily for now.

2012-04-13 Thread Rob Vermaas
Branch: refs/heads/bootstrap Home: https://github.com/NixOS/hydra Commit: fbb857bf800994fc1bc6b86b0a564c85c95345f5 https://github.com/NixOS/hydra/commit/fbb857bf800994fc1bc6b86b0a564c85c95345f5 Author: Rob Vermaas Date: 2012-04-13 (Fri, 13 Apr 2012) Changed paths: M src

[Nix-commits] [NixOS/nix] 00c98a: Use Bison 2.5

2012-04-13 Thread Eelco Dolstra
Branch: refs/heads/master Home: https://github.com/NixOS/nix Commit: 00c98a6befb70228c7ba2b7d5dc8684289915baa https://github.com/NixOS/nix/commit/00c98a6befb70228c7ba2b7d5dc8684289915baa Author: Eelco Dolstra Date: 2012-04-13 (Fri, 13 Apr 2012) Changed paths: M release.

[Nix-commits] SVN commit: nix - r33773 - nixpkgs/trunk/pkgs/development/compilers/gcc/4.2-apple64

2012-04-13 Thread Ludovic Courtès
Author: ludo Date: Fri Apr 13 12:41:36 2012 New Revision: 33773 URL: https://nixos.org/websvn/nix/?rev=33773&sc=1 Log: Apple GCC: Fix `no-sys-dirs.patch' so that it applies. Modified: nixpkgs/trunk/pkgs/development/compilers/gcc/4.2-apple64/default.nix nixpkgs/trunk/pkgs/development/compile

Re: [Nix-dev] Where should stdio.h be located?

2012-04-13 Thread Ludovic Courtès
Hi, Konrad Hinsen skribis: > So where is stdio.h located in a normal, working Nixpkgs installation? > Is it part of gcc, stdenv, or yet something else? stdio.h is part of libc, so it comes under glibc’s store path on GNU/Linux. However, GCC has a “fix-includes” mechanism where it works around

[Nix-commits] SVN commit: nix - r33772 - nixpkgs/branches/stdenv-updates/pkgs/development/tools/parsing/bison

2012-04-13 Thread Eelco Dolstra
Author: eelco Date: Fri Apr 13 12:32:51 2012 New Revision: 33772 URL: https://nixos.org/websvn/nix/?rev=33772&sc=1 Log: * Bison: use an absolute path to M4. Otherwise Bison will silently fail (due to a SIGPIPE) if M4 isn't installed. Modified: nixpkgs/branches/stdenv-updates/pkgs/developme

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

2012-04-13 Thread Eelco Dolstra
Author: eelco Date: Fri Apr 13 11:26:22 2012 New Revision: 33771 URL: https://nixos.org/websvn/nix/?rev=33771&sc=1 Log: * Finish the EBS creation script. It now takes a --region option to specify the EC2 region in which the AMI is to be created. It also starts an instance booted from the new

[Nix-commits] [NixOS/hydra] 320632: Renamed running to started in queue.

2012-04-13 Thread Rob Vermaas
Branch: refs/heads/bootstrap Home: https://github.com/NixOS/hydra Commit: 320632f7f4f172183828ee7d66646d68ced192e0 https://github.com/NixOS/hydra/commit/320632f7f4f172183828ee7d66646d68ced192e0 Author: Rob Vermaas Date: 2012-04-13 (Fri, 13 Apr 2012) Changed paths: M src

[Nix-commits] [NixOS/hydra] f339f5: Fix evaluate link.

2012-04-13 Thread Rob Vermaas
Branch: refs/heads/bootstrap Home: https://github.com/NixOS/hydra Commit: f339f5ae852e1d586a3fb5de8d14826a2c2683e4 https://github.com/NixOS/hydra/commit/f339f5ae852e1d586a3fb5de8d14826a2c2683e4 Author: Rob Vermaas Date: 2012-04-13 (Fri, 13 Apr 2012) Changed paths: M src

[Nix-commits] [NixOS/hydra] 516a64: Merge branch 'master' into bootstrap

2012-04-13 Thread Rob Vermaas
Branch: refs/heads/bootstrap Home: https://github.com/NixOS/hydra Commit: 516a644a7f8a956c855f7e66ac8eee6d14c65056 https://github.com/NixOS/hydra/commit/516a644a7f8a956c855f7e66ac8eee6d14c65056 Author: Rob Vermaas Date: 2012-04-13 (Fri, 13 Apr 2012) Changed paths: M src

[Nix-commits] [NixOS/hydra] 293c7d: update bootstrap.zip

2012-04-13 Thread Rob Vermaas
Branch: refs/heads/bootstrap Home: https://github.com/NixOS/hydra Commit: 293c7d350787c40725cf711813ca38ae6872c0f9 https://github.com/NixOS/hydra/commit/293c7d350787c40725cf711813ca38ae6872c0f9 Author: Rob Vermaas Date: 2012-04-13 (Fri, 13 Apr 2012) Changed paths: M src

[Nix-commits] [NixOS/hydra] bb4f47: Remove default logo, replaced by text for now. Hid...

2012-04-13 Thread Rob Vermaas
Branch: refs/heads/bootstrap Home: https://github.com/NixOS/hydra Commit: bb4f47034816baad7988f9834098ccb934be779f https://github.com/NixOS/hydra/commit/bb4f47034816baad7988f9834098ccb934be779f Author: Rob Vermaas Date: 2012-04-13 (Fri, 13 Apr 2012) Changed paths: M src

[Nix-commits] [NixOS/hydra] 11bf84: Move channel link to top menu of Project and Jobse...

2012-04-13 Thread Rob Vermaas
Branch: refs/heads/bootstrap Home: https://github.com/NixOS/hydra Commit: 11bf848b09ffaa370b27985d05299851448becfd https://github.com/NixOS/hydra/commit/11bf848b09ffaa370b27985d05299851448becfd Author: Rob Vermaas Date: 2012-04-13 (Fri, 13 Apr 2012) Changed paths: M src

[Nix-commits] [NixOS/hydra] bf197f: Remove pagers on the bottom of paginated lists.

2012-04-13 Thread Rob Vermaas
Branch: refs/heads/bootstrap Home: https://github.com/NixOS/hydra Commit: bf197f0d770a512480cd58930d3ccb3f4c489cb5 https://github.com/NixOS/hydra/commit/bf197f0d770a512480cd58930d3ccb3f4c489cb5 Author: Rob Vermaas Date: 2012-04-13 (Fri, 13 Apr 2012) Changed paths: M src

[Nix-commits] [NixOS/hydra] b81aa8: Replace old logo with Nix/NixOS logo.

2012-04-13 Thread Rob Vermaas
Branch: refs/heads/bootstrap Home: https://github.com/NixOS/hydra Commit: b81aa89260a7241f73f6f5c21ddb3756f48c3c12 https://github.com/NixOS/hydra/commit/b81aa89260a7241f73f6f5c21ddb3756f48c3c12 Author: Rob Vermaas Date: 2012-04-13 (Fri, 13 Apr 2012) Changed paths: M src

[Nix-commits] [NixOS/hydra] 6b6571: Restructure build menu

2012-04-13 Thread Rob Vermaas
Branch: refs/heads/bootstrap Home: https://github.com/NixOS/hydra Commit: 6b657120459c6e1681513d792f469d4fb4bd8bd1 https://github.com/NixOS/hydra/commit/6b657120459c6e1681513d792f469d4fb4bd8bd1 Author: Rob Vermaas Date: 2012-04-13 (Fri, 13 Apr 2012) Changed paths: M src

[Nix-commits] [NixOS/hydra] 9a1f38: Remove comments, re-add logo.

2012-04-13 Thread Rob Vermaas
Branch: refs/heads/bootstrap Home: https://github.com/NixOS/hydra Commit: 9a1f38e06eebbb31ef34bc1611f432b9690035db https://github.com/NixOS/hydra/commit/9a1f38e06eebbb31ef34bc1611f432b9690035db Author: Rob Vermaas Date: 2012-04-13 (Fri, 13 Apr 2012) Changed paths: M src

[Nix-dev] Where should stdio.h be located?

2012-04-13 Thread Konrad Hinsen
I made some progress in getting gcc installed under MacOS, but at some point compilation fails because stdio.h and some other header files are not found. I ran "find /nix/store -name stdio.h" to see where it should come from, but found only this: /nix/store/88bjkrhrgsc4gb4z7ay710j6m5mv2mg0-gcc-app