[Nix-commits] NixOS - Issue 140

2011-09-11 Thread noreply
NixOS #140 (29 Aug)patchelf fails tests when linked with gold linkerIssue has been closed by Eelco Dolstra, saying:This should be fixed in r29192. (Tested on the Chromium binary.) -- Issue on YellowGrass -- http://yellowgrass.org -- ___ nix-commits

[Nix-commits] Nixpkgs - Issue 116

2011-09-07 Thread noreply
Nixpkgs #116 (7 Sep)nix-prefetch-git deletes .git in working directory!Issue has been closed by Nicolas Pierron, saying:Bug fixed at revision r29077. -- Issue on YellowGrass -- http://yellowgrass.org -- ___ nix-commits mailing list nix-comm...@cs.uu.nl

[Nix-commits] Nixpkgs - Issue 115

2011-09-06 Thread noreply
Nixpkgs #115 (6 Sep)By Shea LevyNix ruby gem mistakenly removes dependencies.Running gem nix --no-user-install --nix-file=pkgs/development/interpreters/ruby/generated.nix bundler against nixpkgs trunk rev 29055 removes bundler from the dependencies for rails, which causes building rubyLibs.rails

[Nix-commits] Nixpkgs - Issue 116

2011-09-06 Thread noreply
Nixpkgs #116 (7 Sep)By Shea Levynix-prefetch-git deletes .git in working directory!Running nix-prefetch-git in the root of a git repo deletes the .git file, at least some of the time. To reproduce, create a new git repo then run: /etc/nixos/nixpkgs/pkgs/build-support/fetchgit/nix-prefetch-git

[Nix-commits] Nix - Issue 222

2011-09-05 Thread noreply
Nix #222 (5 Sep)By Eelco Dolstra--option ignored for some optionsThe following options don't work properly when overriden on the command line using --option, because --option is processed after this bit of code: /* Get some settings from the configuration file. */ thisSystem =

[Nix-commits] NixOS - Issue 142

2011-09-02 Thread noreply
NixOS #142 (2 Sep)By Nicolas PierronDocument nixos-install-archiveI search the sources for both bootstrap archive, I've no idea what this does nor where to find it. Please document what it does in the NixOS manual. -- Issue on YellowGrass -- http://yellowgrass.org --

[Nix-commits] NixOS - Issue 143

2011-09-02 Thread noreply
NixOS #143 (2 Sep)By Nicolas PierronFix nixos-install-archive (does not include all modules)Based on the code, nixos-install-archive only cares about configuration.nix and nixos/nixpkgs sources. To be safe it should use the generated closure of modules, filtered out nixos repository modules, and

[Nix-commits] Nixpkgs - Issue 113

2011-09-01 Thread noreply
Nixpkgs #113 (28 Jun)stdenvNix / stdenvDarwin shouldn't depend on replaceShea Levy commented:Where do you see this dependency slipping through? I don't have replace on my darwin system but I've built stdenv (from stdenv-native to stdenv-nix) fine. -- Issue on YellowGrass -- http://yellowgrass.org

[Nix-commits] NixOS - Issue 140

2011-08-29 Thread noreply
NixOS #140 (29 Aug)By Justinpatchelf fails tests when linked with gold linkerWhen using the gold linker patchelf gets broken: ./set-rpath-library.sh: line 19: 25914 Floating point exception../src/patchelf --set-rpath $oldRPath:$(pwd)/scratch/libsA:$(pwd)/scratch/libsB scratch/main-scoped FAIL:

[Nix-commits] Nixpkgs - Issue 110

2011-08-28 Thread noreply
Nixpkgs #110 (28 Apr)fetchgit cannot handle httpsNicolas Pierron commented:I've tested with the new fetchgit builder. The bug still exists and seems to be cause by a missing environment variable. I can reproduce it inside a nix _expression_ and with the following command: env - PATH=$PATH

[Nix-commits] Nixpkgs - Issue 110

2011-08-28 Thread noreply
Nixpkgs #110 (28 Apr)fetchgit cannot handle httpsEelco Dolstra commented:Specifically it's the GITSSLCAINFO environment variable, which should point at ${pkgs.cacert}/etc/ca-bundle.crt. This can easily be added to the fetchgit function. -- Issue on YellowGrass -- http://yellowgrass.org --

[Nix-commits] Nixpkgs - Issue 110

2011-08-28 Thread noreply
Nixpkgs #110 (28 Apr)fetchgit cannot handle httpsIssue has been closed by Nicolas Pierron. -- Issue on YellowGrass -- http://yellowgrass.org -- ___ nix-commits mailing list nix-comm...@cs.uu.nl http://mail.cs.uu.nl/mailman/listinfo/nix-commits

[Nix-commits] Nixpkgs - Issue 110

2011-08-28 Thread noreply
Nixpkgs #110 (28 Apr)fetchgit cannot handle httpsNicolas Pierron commented:Fixed at revision 28857. -- Issue on YellowGrass -- http://yellowgrass.org -- ___ nix-commits mailing list nix-comm...@cs.uu.nl http://mail.cs.uu.nl/mailman/listinfo/nix-commits

[Nix-commits] NixOS - Issue 139

2011-08-28 Thread noreply
NixOS #139 (15 Aug)kded4 using 100% CPU (KDE 4.7)Issue has been closed by Cillian de Róiste. -- Issue on YellowGrass -- http://yellowgrass.org -- ___ nix-commits mailing list nix-comm...@cs.uu.nl http://mail.cs.uu.nl/mailman/listinfo/nix-commits

[Nix-commits] NixOS - Issue 133

2011-08-12 Thread noreply
NixOS #133 (8 May)Replace listOf attrs by attrsOf attrs for options.Nicolas Pierron commented:I added a new type of attribute which is loaOf and return an attribute set. The attribute set is the merge of attribute sets and lists (once transformed to an attribute set with attribute named

[Nix-commits] Nix - Issue 221

2011-07-31 Thread noreply
Nix #221 (1 Aug)By Shea LevyAdd an option to skip attempting downloading through substitutorsThe --fallback option allows for building locally when downloading through substitutors fails, but occasionally network or server problems cause the downloads to spin indefinitely on a curl and never fail.

[Nix-commits] Nix - Issue 210 has received a comment

2011-07-27 Thread noreply
Nix #210 (2 Dec '10)Argument list too long in build-remote.plShea Levy commented:Getting the same error on my NixOS system using distributed builds (nixos-rebuild boot): building /nix/store/8ji26lj97qlywva4svwmjp6rl9y67amr-etc.drv' onr...@home.shealevy.com' Can't exec /bin/sh: Argument list too

[Nix-commits] NixOS - Issue 137

2011-07-27 Thread noreply
NixOS #137 (27 Jul)By Nicolas PierronAdd modularity to xsession script.Change like https://svn.nixos.org/websvn/nix/?rev=27967sc=1 should never happen. This change is related to pulse-audio, thus it has nothing to do in modules/services/x11/display-managers/default.nix . TODO: Create

[Nix-commits] NixOS - Issue 137 has received a comment

2011-07-27 Thread noreply
NixOS #137 (27 Jul)Add modularity to xsession script.Eelco Dolstra commented:Jup, I was thinking the same thing when I added that code :-) -- Issue on YellowGrass -- http://yellowgrass.org -- ___ nix-commits mailing list nix-comm...@cs.uu.nl

[Nix-commits] Nixpkgs - Issue 114

2011-07-07 Thread noreply
Nixpkgs #114 (7 Jul)By Eelco DolstraGlibc: honour /etc/localtimeGlibc currently looks for the timezone in $(out)/etc/localtime rather than /etc/localtime, meaning it cannot be set at all (except for setting $TZ). Glibc should be compiled to look in /etc rather than $(out)/etc, consistent with

[Nix-commits] Nixpkgs - Issue 113

2011-06-28 Thread noreply
Nixpkgs #113 (28 Jun)By Eelco DolstrastdenvNix / stdenvDarwin shouldn't depend on replaceMost systems don't have the replace command, so stdenv shouldn't rely on it being installed in /usr/bin. Rather it should be built as part of the stdenv bootstrap. -- Issue on YellowGrass --

[Nix-commits] NixOS - Issue 135

2011-06-20 Thread noreply
NixOS #135 (20 Jun)By Eelco DolstraNova stores lock files in the Nix storeLike this: [root@stan:~]# ll /nix/store/4f9p4af244fvc5sbw1np0px8yp039z98-nova-2011.2/lib/python2.7/site-packages/ total 32 lrwxrwxrwx 1 root nixbld59 Jun 20 11:51 bin -

[Nix-commits] NixOS - Issue 136

2011-06-20 Thread noreply
NixOS #136 (20 Jun)By Eelco DolstraNova radvd uses wrong MAC addressAfter booting a nova-compute node, IPv6-enabled instances have buggy IPv6 connectivity, with packets coming through sporadically. This appears to be caused by the radvd started by nova-network using a wrong MAC address in router

[Nix-commits] Nixpkgs - Issue 112

2011-06-13 Thread noreply
Nixpkgs #112 (13 Jun)By ? Rethink/update organisation of Gnome packagesI noticed that we have vte-0.25.1 under gnome-2.28 directory, but this version of vte wasn't in 2.28 release. Either we have to put new versions in corresponding gnome-x.y.z directories, or refuse to maintain

[Nix-commits] NixOS - Issue 133 has received a comment

2011-06-08 Thread noreply
NixOS #133 (8 May)Replace listOf attrs by attrsOf attrs for options.Eelco Dolstra commented:In what sense are options like users and groups not modular? Different modules can add different users/groups. I guess they could be attribute sets to allow different modules to set attributes for the

[Nix-commits] NixOS - Issue 134

2011-05-13 Thread noreply
NixOS #134 (13 May)By Eelco Dolstralibvirt XML files store absolute path to qemu-kvmE.g. in /etc/libvirt/qemu/meerkat.xml: /nix/store/1z8mijqxy895yb6qqanhf1l5l9yhsyyg-qemu-kvm-0.14.0/bin/qemu-kvm This means that if qemu gets garbage-collected, the VM won't start anymore. -- Issue on

[Nix-commits] Nix - Issue 219 has received a comment

2011-05-11 Thread noreply
Nix #219 (29 Mar)cannot set up a private mount namespaceEelco Dolstra commented:Specifically, this is caused by the ns mount option of /dev/cgroup. Without it, unshare(CLONE_NEWNS) doesn't create new entries in /dev/cgroup. -- Issue on YellowGrass -- http://yellowgrass.org --

[Nix-commits] Nix - Issue 219 has received a comment

2011-05-11 Thread noreply
Nix #219 (29 Mar)cannot set up a private mount namespaceEelco Dolstra commented:It's possible to clean up empty cgroups by setting /dev/cgroup/notifyonrelease to 1 and /dev/cgroup/release_agent to the path of a program that rmdirs the cgroup. -- Issue on YellowGrass -- http://yellowgrass.org --

[Nix-commits] NixOS - Issue 22 has been closed

2011-05-11 Thread noreply
NixOS #22 (24 Aug '05)NIXOS-22: There is no way to mount NFSIssue has been closed by Eelco Dolstra, saying:This has been possible for a long time, closing. -- Issue on YellowGrass -- http://yellowgrass.org -- ___ nix-commits mailing list

[Nix-commits] NixOS - Issue 132

2011-05-08 Thread noreply
NixOS #132 (8 May)By Eelco DolstraMerge $NIXPKGS and $NIXPKGS_ALLIn NixOS there are currently two environment variables used to override the path to the Nixpkgs tree, namely $NIXPKGS and $NIXPKGS_ALL. There should be only one ($NIXPKGS I guess). -- Issue on YellowGrass -- http://yellowgrass.org --

[Nix-commits] NixOS - Issue 133

2011-05-08 Thread noreply
NixOS #133 (8 May)By Nicolas PierronReplace listOf attrs by attrsOf attrs for options.Option such as apache web-services, pam rules, users, groups are not modular due to the usage of list of attribute sets. Using attribute sets instead of lists would foster modularity and avoid intrusive

[Nix-commits] Nix - Issue 219 has received a comment

2011-05-08 Thread noreply
Nix #219 (29 Mar)cannot set up a private mount namespaceEelco Dolstra commented:This is caused by the recently enabled support for cgroups in NixOS (r26112). When the cgroup filesystem is mounted on /dev/cgroup, then every time we do a chroot build, a directory /dev/cgroup/ is created (why?),

[Nix-commits] Nixpkgs - Issue 111

2011-05-03 Thread noreply
Nixpkgs #111 (3 May)By Eelco DolstraPython doesn't see .pth filesSome Python packages install a .pth file in $out/lib/python/site-packages. These must be processed to enable Python to find certain Python modules. For instance, wxPython installs a file $out/lib/python2.7/site-packages/wx.pth

[Nix-commits] Nixpkgs - Issue 110

2011-04-28 Thread noreply
Nixpkgs #110 (28 Apr)By Lluís Batlle i Rossellfetchgit cannot handle httpsThis is what I get: Initialized empty Git repository in /nix/store/mx5dvcx7w6d3yxifkysnq5pnap7ax2dy-git-export/.git/ error: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL

[Nix-commits] NixOS - Issue 118 has been closed

2011-04-20 Thread noreply
NixOS #118 (13 Dec '10)Mirror ISOsIssue has been closed by Eelco Dolstra, saying:Implemented in r26907. -- Issue on YellowGrass -- http://yellowgrass.org -- ___ nix-commits mailing list nix-comm...@cs.uu.nl

[Nix-commits] Nix - Issue 220 has been closed

2011-04-19 Thread noreply
Nix #220 (6 Apr)Cache manifests in a SQLite DBIssue has been closed by Eelco Dolstra. -- Issue on YellowGrass -- http://yellowgrass.org -- ___ nix-commits mailing list nix-comm...@cs.uu.nl http://mail.cs.uu.nl/mailman/listinfo/nix-commits

[Nix-commits] Nix - Issue 220 has received a comment

2011-04-19 Thread noreply
Nix #220 (6 Apr)Cache manifests in a SQLite DBEelco Dolstra commented:Implemented in r26772. -- Issue on YellowGrass -- http://yellowgrass.org -- ___ nix-commits mailing list nix-comm...@cs.uu.nl http://mail.cs.uu.nl/mailman/listinfo/nix-commits

[Nix-commits] Nix - Issue 217 has been closed

2011-04-19 Thread noreply
Nix #217 (14 Mar)Recycle substitutersIssue has been closed by Eelco Dolstra, saying:Now that we're using SQLite in download-using-manifests, this isn't really an issue anymore. -- Issue on YellowGrass -- http://yellowgrass.org -- ___ nix-commits mailing

[Nix-commits] Nix - Issue 216 has been closed

2011-04-19 Thread noreply
Nix #216 (13 Feb)bad_format_string exceptionIssue has been closed by Eelco Dolstra, saying:Fixed in r26885. -- Issue on YellowGrass -- http://yellowgrass.org -- ___ nix-commits mailing list nix-comm...@cs.uu.nl

[Nix-commits] Nixpkgs - Issue 109

2011-04-19 Thread noreply
Nixpkgs #109 (20 Apr)gambit scheme name does not follow standardThe version number does not follow the standard, using underscores instead of periods. This causes each version to create a new name and makes it impossible to find using nix-env -qa. -- Issue on YellowGrass -- http://yellowgrass.org

[Nix-commits] NixOS - Issue 124 has been closed

2011-04-12 Thread noreply
NixOS #124 (16 Feb)The system_tarball Hydra job should define a build productIssue has been closed by Rob Vermaas, saying:Fixed in r. 26788 -- Issue on YellowGrass -- http://yellowgrass.org -- ___ nix-commits mailing list nix-comm...@cs.uu.nl

[Nix-commits] NixOS - Issue 104 has been closed

2011-04-12 Thread noreply
NixOS #104 (2 Oct '10)flashplayer wrong URL Issue has been closed by Rob Vermaas. -- Issue on YellowGrass -- http://yellowgrass.org -- ___ nix-commits mailing list nix-comm...@cs.uu.nl http://mail.cs.uu.nl/mailman/listinfo/nix-commits

[Nix-commits] NixOS - Issue 131

2011-04-09 Thread noreply
NixOS #131 (9 Apr)By Lluís Batlle i RossellThe trac test does not make a meaningful screenshotThis is the picture from the last trac test: http://hydra.nixos.org/build/1036109/download/1/screen.png As it does not show the trac page loaded, I think there is some problem with this test. -- Issue

[Nix-commits] NixOS - Issue 129

2011-04-07 Thread noreply
NixOS #129 (7 Apr)By Eelco Dolstrarandom crashes in libvirtd startup Apr 7 11:06:20 (none) kernel: [ 52.318598] libvirtd[2387]: segfault at ec02da20 ip 7fc9f6f18e3b sp 7fffdce8e370 error 4 in libz.so.1.2.5[7fc9f6f11000+18000 ] Apr 7 11:06:20 (none) init: libvirtd main process

[Nix-commits] Nix - Issue 220

2011-04-06 Thread noreply
Nix #220 (6 Apr)By Eelco DolstraCache manifests in a SQLite DBSince manifests are getting bigger and bigger, download-using-manifests.pl needs more and more time and memory to load them. Therefore, it should cache the contents of manifests in a SQLite database. This would allow efficient queries

[Nix-commits] NixOS - Issue 128

2011-04-02 Thread noreply
NixOS #128 (2 Apr)By Cillian de Róistegenerate-config.pl fails with certain (string?) extraConfig parametersR600 and newer ATI cards need to load extra firmware for the free radeon driver to work correctly: http://www.x.org/wiki/radeonBuildHowTo#Missingfirmware generate-config.pl complains when

[Nix-commits] Nix - Issue 219

2011-03-29 Thread noreply
Nix #219 (29 Mar)By Eelco Dolstracannot set up a private mount namespaceSeen once on x86_64-linux when running nix-build: build error: cannot set up a private mount namespace: File exists The error went away when I re-ran the same command. The message comes from libstore/build.cc: if

[Nix-commits] Nix - Issue 218

2011-03-25 Thread noreply
Nix #218 (25 Mar)By Tobi Vollebregtcheck for g++ in the configure of NixNow ./configure succeeds but make bails out a bit later if g++ isn't installed. -- Issue on YellowGrass -- http://yellowgrass.org -- ___ nix-commits mailing list

[Nix-commits] Nix - Issue 59 has received a comment

2011-03-25 Thread noreply
Nix #59 (28 Aug '06)NIX-59: Check for patch in the configure of NixTobi Vollebregt commented:./configure just complained about the lack of patch on a Fedora system, so I guess this is fixed -- Issue on YellowGrass -- http://yellowgrass.org -- ___

[Nix-commits] NixOS - Issue 126

2011-03-24 Thread noreply
NixOS #126 (24 Mar)By Eelco DolstraUpdate the host commandThe host command in NixOS is very old (from March 2000). It apparently doesn't support IPv6 domain name servers. It should be replaced by a newer implementation (probably the one from bind, preferably without dragging in too much bind

[Nix-commits] NixOS - Issue 121 has been closed

2011-03-15 Thread noreply
NixOS #121 (8 Jan)kde broken on graphical isoIssue has been closed by Eelco Dolstra, saying:r26281 introduces a patch to KDE that disables compositing with the software renderer. -- Issue on YellowGrass -- http://yellowgrass.org -- ___ nix-commits

[Nix-commits] Nix - Issue 217

2011-03-14 Thread noreply
Nix #217 (14 Mar)By Eelco DolstraRecycle substitutersCurrently substituters such as download-using-manifests.pl terminate after substituting a path. This means that for every substitution the contents of /nix/var/nix/manifests has to be re-read. Since these manifests are getting bigger all the

[Nix-commits] NixOS - Issue 125

2011-03-11 Thread noreply
NixOS #125 (11 Mar)wtmp does not include the shutdown timeAccording to http://www.cyberciti.biz/faq/shutdown-linux-server/, if we run 'last' we should be able to see the shutdown events. -- Issue on YellowGrass -- http://yellowgrass.org -- ___

[Nix-commits] NixOS - Issue 125 has received a comment

2011-03-11 Thread noreply
NixOS #125 (11 Mar)wtmp does not include the shutdown timeEelco Dolstra commented:last -x does show shutdowns: [eelco@disabn:~]$ last -x shutdown shutdown system down 2.6.32.29Mon Mar 7 17:49 - 17:49 (00:00) shutdown system down 2.6.32.29Sun Feb 27 13:46 - 13:47

[Nix-commits] NixOS - Issue 125 has been closed

2011-03-11 Thread noreply
NixOS #125 (11 Mar)wtmp does not include the shutdown timeIssue has been closed by Eelco Dolstra. -- Issue on YellowGrass -- http://yellowgrass.org -- ___ nix-commits mailing list nix-comm...@cs.uu.nl http://mail.cs.uu.nl/mailman/listinfo/nix-commits

[Nix-commits] NixOS - Issue 121 has received a comment

2011-03-07 Thread noreply
NixOS #121 (8 Jan)kde broken on graphical isoEelco Dolstra commented:See also https://bugs.freedesktop.org/show_bug.cgi?id=31579 -- Issue on YellowGrass -- http://yellowgrass.org -- ___ nix-commits mailing list nix-comm...@cs.uu.nl

[Nix-commits] Nixpkgs - Issue 108

2011-03-04 Thread noreply
Nixpkgs #108 (4 Mar)sdl_gfx 2.0.20 display bugs and crashesIt appears warmux exhibits lots of issues with that version of sdlgfx. We have someone reporting backtraces of crashes leading to sdlgfx. In addition, it might be responsible of memory corruption leading to crashes already experienced by a

[Nix-commits] NixOS - Issue 121 has received a comment

2011-02-17 Thread noreply
NixOS #121 (8 Jan)kde broken on graphical isoEelco Dolstra commented:It seems that we should disable the swrast_dri.so module in Mesa. In the Nixpkgs trunk it causes the black screen described in this issue, and in the x-updates branch it causes the X server to segfault. -- Issue on YellowGrass --

[Nix-commits] NixOS - Issue 123 has received a comment

2011-02-16 Thread noreply
NixOS #123 (16 Feb)Move modules/profilesEelco Dolstra commented:Test. -- Issue on YellowGrass -- http://yellowgrass.org -- ___ nix-commits mailing list nix-comm...@cs.uu.nl http://mail.cs.uu.nl/mailman/listinfo/nix-commits

[Nix-commits] NixOS - Issue 123 has received a comment

2011-02-16 Thread noreply
NixOS #123 (16 Feb)Move modules/profilesNicolas Pierron commented: It seems that everything in modules/profiles is related to the installation CD, so it should be moved to modules/installer. I disagree, this was introduced to do the opposite. modules/installer was defining profiles such as

[Nix-commits] NixOS - Issue 124

2011-02-16 Thread noreply
NixOS #124 (16 Feb)By Eelco DolstraThe system_tarball Hydra job should define a build productThe system_tarball Hydra job should define a build product, like the ISO jobs. That way users can download the system tarball from Hydra. (Currently they can only download the closure, see e.g.