[Nix-dev] Missing libbz2

2012-07-13 Thread Pjotr Prins
I am trying to build nix-1.1pre2742_a7a43ad in user land (no root on the grid). It finds bzip2 fine, but ./configure --prefix=$HOME/opt/local (...) checking for BZ2_bzWriteOpen in -lbz2... no configure: error: Nix requires libbz2, which is part of bzip2. See http://www.bzip.org/. It sho

Re: [Nix-dev] Missing libbz2

2012-07-13 Thread Eelco Dolstra
Hi Pjotr, On 13/07/12 05:53, Pjotr Prins wrote: > I am trying to build nix-1.1pre2742_a7a43ad in user land (no root on > the grid). It finds bzip2 fine, but > > ./configure --prefix=$HOME/opt/local > (...) > checking for BZ2_bzWriteOpen in -lbz2... no > configure: error: Nix requires lib

Re: [Nix-dev] Missing libbz2

2012-07-13 Thread Pjotr Prins
On Fri, Jul 13, 2012 at 09:13:32AM -0400, Eelco Dolstra wrote: > You need the /usr/lib/libbz2.so symlink, which is typically provided by a > package named bzip2-devel or something similar. I don't have root. The idea is to be completely in user land. nix-0.13 actually works :) Pj. ___

Re: [Nix-dev] Missing libbz2

2012-07-13 Thread Eelco Dolstra
Hi, On 13/07/12 12:37, Pjotr Prins wrote: >> You need the /usr/lib/libbz2.so symlink, which is typically provided by a >> package named bzip2-devel or something similar. > > I don't have root. The idea is to be completely in user land. > nix-0.13 actually works :) That's because Nix 1.1 require

Re: [Nix-dev] Missing libbz2

2012-07-13 Thread Pjotr Prins
On Fri, Jul 13, 2012 at 01:05:23PM -0400, Eelco Dolstra wrote: > That's because Nix 1.1 requires libbz2. > > You should build libbz2 from source and run something like ?configure > CFLAGS="-I > /path/to/bzip2/include" LDFLAGS="-L /path/to/bzip2/lib"? (not tested). OK, what about sqlite etc. Same

[Nix-dev] nix promotion material / media

2012-07-13 Thread Florian Friesdorf
Hi, I just created a nixos business card: https://github.com/chaoflow/nixos-media Do we have a repo where I could move that? regards florian -- Florian Friesdorf GPG FPR: 7A13 5EEE 1421 9FC2 108D BAAF 38F8 99A3 0C45 F083 Jabber/XMPP: f...@chaoflow.net IRC: chaoflow on freenode,ircnet,blaf

Re: [Nix-dev] nix promotion material / media

2012-07-13 Thread Marc Weber
What about this wiki page? https://nixos.org/wiki/Nix(OS)_related_repositories_and_work Marc Weber ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] nix promotion material / media

2012-07-13 Thread Florian Friesdorf
On Sat, 14 Jul 2012 00:33:09 +0200, Marc Weber wrote: > What about this wiki page? > https://nixos.org/wiki/Nix(OS)_related_repositories_and_work A good start to reference mine there, but I'd rather give up mine and move to _one_ repo with all such stuff: logos, banners, pamphlets, ... If nothin

[Nix-commits] Nixpkgs - Issue 123

2012-07-13 Thread noreply
Nixpkgs #123 (14 Jul)NIXPKGS: Chromium-20.0.1132.47 fails to build.Chromium-20.0.1132.47 from this nixos release fails to build (unstable channel). It seems like it caused by chromium bug #111392 fixed in revision #136602. May be it's time for updating chrome's sources.nix. -- Issue on YellowGr