[Nix-dev] Building v8 on Darwin

2016-02-17 Thread Wout Mertens
@copumpkin? Is there anybody able to build v8 on Darwin (apart from the fact that you need to turn on allowBroken because its platforms are set to linux)? I'm getting ... ACTION Generating icuuc shim headers.

Re: [Nix-dev] [newbie] ruby gem pkgs - bundler, bundler/setup

2016-02-17 Thread Peter Schuller
Returning to this a little bit, I can at least confirm that the conflict problem happens in an environment entirely unrelated to my attempt to package asciidoctor. Simply running (in this case on Ubuntu): nix-env -i lolcat gist Ends up failing due to the same bundle collision:

Re: [Nix-dev] codetriage.com

2016-02-17 Thread Rok Garbas
On Wed, Feb 17, 2016 at 7:54 PM, Vladimír Čunát wrote: > On 02/17/2016 07:49 PM, William Casarin wrote: >> How would I go about triaging this? I went and made sure it hasn't >> been done yet, and then move on I guess... > > I added a label, but I don't see what else to do,

Re: [Nix-dev] codetriage.com

2016-02-17 Thread Vladimír Čunát
On 02/17/2016 07:49 PM, William Casarin wrote: > How would I go about triaging this? I went and made sure it hasn't > been done yet, and then move on I guess... I added a label, but I don't see what else to do, except for packaging it, but my personal priorities are elsewhere... There are quite

Re: [Nix-dev] codetriage.com

2016-02-17 Thread William Casarin
On Wed, Feb 17, 2016 at 12:24 AM, Vladimír Čunát wrote: > Interesting. I'm rather doubtful about this approach for this kind of > project, but maybe it will work out well. > > --Vladimir Yeah, I got this issue: https://github.com/NixOS/nixpkgs/issues/11647 How would I go about

Re: [Nix-dev] Hotfixing glibc

2016-02-17 Thread Herwig Hochleitner
Yeah, but I get what you're saying: Poking our own hole into the store would set a bad precedent. And disk space is cheap (except on hydra ;-) ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] Hotfixing glibc

2016-02-17 Thread Herwig Hochleitner
2016-02-17 18:46 GMT+01:00 Shea Levy : > Details are at > https://github.com/NixOS/nixpkgs/blob/master/pkgs/build-support/replace-dependency.nix, > but basically yes it goes into all dependents and copies them over to a new > output with references updated, based on the same

[Nix-dev] Fwd: Hotfixing glibc

2016-02-17 Thread Herwig Hochleitner
Arr, nix' ML configuration -- Forwarded message -- From: Herwig Hochleitner Date: 2016-02-17 18:49 GMT+01:00 Subject: Re: [Nix-dev] Hotfixing glibc To: Shea Levy Neat! How does that work in the end? It can only really replace the bad

Re: [Nix-dev] Hotfixing glibc

2016-02-17 Thread Shea Levy
There is a much better solution available to entirely replace a bad store path without violating any nix invariants (e.g. modifying store paths), see http://lists.science.uu.nl/pipermail/nix-dev/2016-February/019564.html for an example. It does have the same dynamic-only limitation, of

Re: [Nix-dev] Hotfixing glibc

2016-02-17 Thread Herwig Hochleitner
​s/for glibc in/for glib in/ ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

[Nix-dev] Hotfixing glibc

2016-02-17 Thread Herwig Hochleitner
To fix the horrendous glibc bug [1] on my system, without rebuilding my whole system, I just rebuilt glibc with the fix from master. Then i just softlinked older versions of glibc-2.21 to the fixed one, by doing the following in a zsh: # uses zsh/files to be able to use mv and ls # while glib is

Re: [Nix-dev] problem with automounted ntfs partitions

2016-02-17 Thread Máté Kovács
That worked and make the install happen, thanks! Sadly, the NTFS partition is still mounted RO. Could you please give me a few pointers on where to look for tweaking that? On Tue, Feb 16, 2016, 01:02 Thomas Hunger wrote: > Hi Mate, > > Can you try > > nix-env -iA

Re: [Nix-dev] network problems after upgrade

2016-02-17 Thread Máté Kovács
The suggestion to upgrade the kernel fixed it, thanks! On Mon, Feb 15, 2016, 23:24 Roger Qiu wrote: > https://github.com/NixOS/nixpkgs/issues/12361 ? > > > On 16/02/2016 6:15 PM, Máté Kovács wrote: > > Hi all, > > The latest `nixos-rebuild switch --upgrade` broke network

Re: [Nix-dev] Trouble installing NixOS on Citrix Xen

2016-02-17 Thread Ben Booth
> On Feb 11, 2016, at 12:25, Ben Booth wrote: > > >> On Feb 10, 2016, at 09:22, Ben Booth wrote: >> >> Hi all, >> >> I'm trying to install a NixOS VM onto our Citrix Xen server at work, but I'm >> running into several issues: >> >> - Booting in

Re: [Nix-dev] Call for participation at the Augsburger Linux-Infotag 2016 (Germany)

2016-02-17 Thread Ingo Blechschmidt
Dear aszlig, On Wed, Feb 10, 2016 at 06:43:02PM +0100, aszlig wrote: > On Tue, Feb 09, 2016 at 01:59:34PM +0100, Ingo Blechschmidt wrote: > > Dear Cillian, dear Aszlig, if you again want to be part of the event, > > please drop us a line. :-) > > Hereby the line shall be dropped. very cool!

Re: [Nix-dev] Packaging Torch

2016-02-17 Thread Sergey Mironov
Thanks! I'll report the progress here :) 2016-02-16 22:04 GMT+03:00 Jonn Mostovoy : > I just want to point out that I wanted to build a neural network engine in > lua with some auxiliary dependencies and faced unpleasant problems with 'cc' > binary pointing not where the

Re: [Nix-dev] Redesign of documentation

2016-02-17 Thread Cillian de Róiste
2016-02-17 6:58 GMT+01:00 stewart mackenzie : > I can't find the link, but a few nixers made something called nix-cloud. > That was fun and informative for learning the nix expression language. Yes indeed, qknight and friends made http://nixcloud.io/tour (web based,

Re: [Nix-dev] Using nix-shell in messy trees with symlinks and binary files

2016-02-17 Thread Rob Vermaas
> Consideration that nix-shell tries to compute some.. hash.. out of it all, > sends shivers down my spine. That's a lot of stuff to hash through. > > If this theory is, indeed, correct, what would be the way to make > nix-shell disregard certain paths from the equation? You could also use

Re: [Nix-dev] How to set up your own Hydra server (video tutorial)

2016-02-17 Thread zimbatm
I watched the video yesterday and loved it. Before the video hydra was that thing that does the builds and I don't know how it works. After the video I feel like I can setup one myself. Thanks Peter ! One question that was raised, does anyone know why the hydra modules aren't part of nixpkgs ?

Re: [Nix-dev] Haskell Infrastructure - Nix-Shell with Hoogle from cabal2nix

2016-02-17 Thread Andreas Herrmann
Hi William, On Tuesday 16 February 2016 09:57:10 William Casarin wrote: > wrt. the hoogle question, there's a bunch of solutions written up here: > > http://stackoverflow.com/questions/27728838/using-hoogle-in-a-haskell-development-environment-on-nix Thanks for pointing me there, the answer by

Re: [Nix-dev] CVE-2015-7547 stdenv-changing fix merged on master and 15.09

2016-02-17 Thread Vladimír Čunát
On 02/16/2016 04:37 PM, Shea Levy wrote: > Eelco, Rob, can we do anything to ensure hydra capacity for the rebuild? Well, fixed release-15.09-small channel was released yesterday evening (European time). That was pretty fast. I got Hydra admin privileges recently, so I'll try to ensure the rest

Re: [Nix-dev] codetriage.com

2016-02-17 Thread Vladimír Čunát
Interesting. I'm rather doubtful about this approach for this kind of project, but maybe it will work out well. --Vladimir smime.p7s Description: S/MIME Cryptographic Signature ___ nix-dev mailing list nix-dev@lists.science.uu.nl