Re: [Nix-dev] About gettext and expat

2015-04-07 Thread Eelco Dolstra
Hi, On 02/04/15 18:27, Luca Bruno wrote: Gettext is currently depending only on libc. Gettext is an input to gcc, so that's a very important dependency. However gtk 3.16 now requires gettext to process xml files like glade files, and that requires xml support via expat. Gettext is currently

Re: [Nix-dev] What am I doing wrong with ssh-substitutor-hosts?

2015-04-07 Thread Eelco Dolstra
Hi, On 02/04/15 20:56, Jeffrey David Johnson wrote: I've got two computers with nixos, and I can ssh between them without a password. But if I do a nixos-rebuild with `--option ssh-substitutor-hosts hostname` they still just download everything from cache.nixos.org. It's *substituter*, not

Re: [Nix-dev] hydra build fails on unstable localhost

2015-04-07 Thread Moritz Ulrich
This isn't related to your original issue, but I've noticed something regarding your 'authentication' string: Nix merges multiple strings for an attribute together. That means your 'authentication' attribute is appended (prepended?) to the default value. Therefore it is overriden by the default

Re: [Nix-dev] hydra build fails on unstable localhost

2015-04-07 Thread stewart mackenzie
yes it helps it run # hydra-init okay all good thanks /sjm ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] What am I doing wrong with ssh-substitutor-hosts?

2015-04-07 Thread Jeffrey David Johnson
Wow I feel silly. Thanks for pointing out the misspelling! Now I get this error though: download-via-ssh: /bin/sh: line 0: exec: bash: not found download-via-ssh: ssh_exchange_identification: Connection closed by remote host download-via-ssh: error: unexpected end-of-file error: substituter

[Nix-dev] Nix mkDerivation from private bitbucket repo

2015-04-07 Thread 4levels
Dear Nix Devs, I've been struggling to generate a package from a private Bitbucket repo. I've tried fetchgit fetchgitPrivate but I don't know if I'm using all the correct parameters. I also have no idea how I can generate a sha256 from a specific commit / branch / tag I can connect to the repo

[Nix-dev] hydra build fails on unstable localhost

2015-04-07 Thread stewart mackenzie
Hi, an unstable localhost has an issue with building hydra: Error message: building make flags: SHELL=/nix/store/4dd49ybmqlaq2xw6cb4wxrgs51zhv19s-bash-4.3-p33/bin/bash building all-recursive Making all in src make[1]: Entering directory

Re: [Nix-dev] hydra build fails on unstable localhost

2015-04-07 Thread stewart mackenzie
Okay this is great progress. Moritz, thanks for that info, I did as you suggested, then switched. but exactly the same errors appeared: [root@server:~] $ hydra-create-user sjm --password 123 --role admin DBIx::Class::Storage::DBI::_prepare_sth(): DBI Exception: DBD::SQLite::db prepare_cached

Re: [Nix-dev] hydra build fails on unstable localhost

2015-04-07 Thread Eelco Dolstra
Hi, On 07/04/15 15:39, stewart mackenzie wrote: hydra-eval-jobs.cc: In lambda function: hydra-eval-jobs.cc:215:16: error: 'initGC' was not declared in this scope initGC(); You need a newer version of nixUnstable. A sufficiently new version is provided by both the Nixpkgs 14.12 and

[Nix-dev] RFC: Harden(ed) NixOS

2015-04-07 Thread Austin Seipp
Hello all, Spurred by some recent discussion on the bug tracker, I have filed an issue dealing with some enhancements to Nix and NixOS to generally harden the toolchain and system, security wise. https://github.com/NixOS/nixpkgs/issues/7220 I'd appreciate input and comments from existing

Re: [Nix-dev] Nix mkDerivation from private bitbucket repo

2015-04-07 Thread Domen Kožar
See https://github.com/NixOS/nixpkgs/issues/4004 On Tue, Apr 7, 2015 at 3:53 PM, 4levels 4lev...@gmail.com wrote: Dear Nix Devs, I've been struggling to generate a package from a private Bitbucket repo. I've tried fetchgit fetchgitPrivate but I don't know if I'm using all the correct