Re: [Nix-dev] stdenv.mkDerivation and cmake

2012-07-25 Thread Lluís Batlle i Rossell
Hello, On Wed, Jul 25, 2012 at 10:42:55AM +0200, Alexander Foremny wrote: > I am currently working on a Nix expression for XBMC [1] and > encountered some oddities. The first one is that including cmake as > buildInput somehow changes the build process. Sure. Check how the cmake derivation has a

Re: [Nix-dev] [Nix-commits] [NixOS/nixpkgs] ab638b: disnix-activation-scripts: updating URL

2012-07-12 Thread Lluís Batlle i Rossell
with the thesis! > > From: nix-commits-boun...@lists.science.uu.nl > [nix-commits-boun...@lists.science.uu.nl] on behalf of Lluís Batlle i Rossell > [vi...@viric.name] > Sent: Thursday, July 12, 2012 9:31 AM > To: nix-comm...@lists.science.uu.nl >

Re: [Nix-dev] Umlauts in NixOS

2012-07-11 Thread Lluís Batlle i Rossell
quite nice! (Thanks for that.) But unfortunately > > umlauts are still not working, problems are still the same as in my > > original e-mail. > > > > Regards, > > Alexander Foremny > > > > 2012/7/11 Lluís Batlle i Rossell : > >> On Wed, Jul 11, 201

Re: [Nix-dev] Umlauts in NixOS

2012-07-11 Thread Lluís Batlle i Rossell
> >> -misc-fixed-medium-r-normal--14-130-75-75-c-70-iso10646-1 > >> XTerm*utf8: true > > > > The font looks quite nice! (Thanks for that.) But unfortunately > > umlauts are still not working, problems are still the same as in my > > ori

Re: [Nix-dev] Umlauts in NixOS

2012-07-11 Thread Lluís Batlle i Rossell
On Wed, Jul 11, 2012 at 10:56:49AM +0200, Alexander Foremny wrote: > Hello, > > I am struggling with a few minor issues in NixOS and finally want to > ask how to solve them. My problem is that German umlauts are not fully > working. > > I can type umlauts in X11 applications and they get displaye

Re: [Nix-dev] Firefox 13 issue

2012-07-08 Thread Lluís Batlle i Rossell
On Sat, Jul 07, 2012 at 05:59:45PM -0700, Nicolas Pierron wrote: > On Mon, Jun 18, 2012 at 1:56 AM, Lluís Batlle i Rossell > > I confirm it's patchelf. An unpatched plugin-container, with a > > LD_LIBRARY_PATH, > > works fine. But xpcshell gets killed with and witho

Re: [Nix-dev] variable scope / recursion

2012-07-06 Thread Lluís Batlle i Rossell
On Fri, Jul 06, 2012 at 02:25:25PM +0200, Mathijs Kwik wrote: > On Fri, Jul 6, 2012 at 2:12 PM, Marc Weber wrote: > > Excerpts from Mathijs Kwik's message of Fri Jul 06 11:53:28 +0200 2012: > >> packageOverrides = pkgs: > >> { foo = "string"; > >> bar = pkgs.foo + " concatenation"; > >

Re: [Nix-dev] Apache 2.4.x

2012-07-05 Thread Lluís Batlle i Rossell
On Thu, Jul 05, 2012 at 06:17:05PM -0400, Eelco Dolstra wrote: > Hi, > > On 05/07/12 12:07, Eelco Dolstra wrote: > > >>> does anyone mind my Apache 2.4.x update? > >>> > >>> https://github.com/NixOS/nixpkgs/pull/33 > >>> > >> > >> Does it have consequences for nixos? If not, fine for me. > > >

Re: [Nix-dev] upgrades and channels

2012-07-05 Thread Lluís Batlle i Rossell
On Thu, Jul 05, 2012 at 04:33:22PM -0400, Eelco Dolstra wrote: > > --pull do a nix-pull to get the latest NixOS channel manifest > > This is obsolete, but it may be useful for people who don't use the channel. > It > gets the latest NixOS manifest, but there is no guarantee that the manifest

Re: [Nix-dev] Apache 2.4.x

2012-07-05 Thread Lluís Batlle i Rossell
On Thu, Jul 05, 2012 at 05:39:38PM +0200, Peter Simons wrote: > Hi, > > does anyone mind my Apache 2.4.x update? > > https://github.com/NixOS/nixpkgs/pull/33 > Does it have consequences for nixos? If not, fine for me. Regards, Lluís ___ nix-dev mai

Re: [Nix-dev] boost libraries (was: [Nix-commits] [NixOS/nixpkgs] f823b6: Fix compilation error when using boost 1.5 by pinn...)

2012-07-02 Thread Lluís Batlle i Rossell
Hello Peter, On Mon, Jul 02, 2012 at 07:44:18PM +0200, Peter Simons wrote: > > This boost update broke some other programs. > > do you know which ones? For example libreoffice and enblend/enfuse. I'm looking for more meanwhile. > > Peter said that he wanted to remove 1.49 due to some boost up

Re: [Nix-dev] [Nix-commits] [NixOS/nixpkgs] f823b6: Fix compilation error when using boost 1.5 by pinn...

2012-07-02 Thread Lluís Batlle i Rossell
On Sun, Jul 01, 2012 at 09:14:10PM -0700, Cillian de Róiste wrote: > Branch: refs/heads/master > Home: https://github.com/NixOS/nixpkgs > Commit: f823b6230d7bec7906bdc969d0cb64cc806c997c > > https://github.com/NixOS/nixpkgs/commit/f823b6230d7bec7906bdc969d0cb64cc806c997c > Author:

Re: [Nix-dev] Java support in Firefox, or java in general

2012-07-01 Thread Lluís Batlle i Rossell
On Thu, May 24, 2012 at 10:07:41PM +0200, Vladimír Čunát wrote: > > There is 'openjdk'... I think Shlevy worked with it. I don't really know > > much > > about what jvm we should use for java. > > I did some quick probe of the most popular distributions and it seems > that openjdk is the default

Re: [Nix-dev] Anarchy

2012-07-01 Thread Lluís Batlle i Rossell
On Sat, Jun 30, 2012 at 04:04:20PM +0200, Ludovic Courtès wrote: > Michael Weiss skribis: > > > Let's talk about names. > > In fact names don’t matter with Nix. Each package is basically a > function that returns an attribute set and derivation or store path. > This result is a first-class obje

Re: [Nix-dev] [Nix-commits] [NixOS/nixpkgs] 8498c9: boost: update to version 1.50.0

2012-06-28 Thread Lluís Batlle i Rossell
On Thu, Jun 28, 2012 at 05:00:30PM +0200, Peter Simons wrote: > Hi Eelco, > > > We appear to have 7 different versions of Boost now. Do we actually > > need all of them? > > Boost versions 1.42.0 and 1.48.0 are unused -- no packages references > those. I would like to delete them, but I figured

Re: [Nix-dev] Improving the Developer Experience in the Nix Community

2012-06-27 Thread Lluís Batlle i Rossell
On Wed, Jun 27, 2012 at 04:32:33PM +0200, Petr Rockai wrote: > Shea Levy writes: > > That's why I opened this thread, because we have people with different > > values but no one is really coming out and saying "this is what I > > want, this is why what's here now is bad". > > I am more or less a

Re: [Nix-dev] Announcing free-nix: the free Linux distribution based on the Nix package manager

2012-06-26 Thread Lluís Batlle i Rossell
On Tue, Jun 26, 2012 at 08:50:52AM -0400, Eelco Dolstra wrote: > On 26/06/12 06:45, Peter Simons wrote: > > > it is my pleasure to announce the free-nix project, which aims to provide a > > user- and developer-friendly free Linux distribution based on the Nix > > package > > manager. > > Well,

Re: [Nix-dev] Announcing free-nix: the free Linux distribution based on the Nix package manager

2012-06-26 Thread Lluís Batlle i Rossell
On Tue, Jun 26, 2012 at 02:34:58PM +0200, Andres Loeh wrote: > Hi Peter. > > On Tue, Jun 26, 2012 at 12:45 PM, Peter Simons wrote: > > Hi guys, > > > > it is my pleasure to announce the free-nix project, which aims to provide a > > user- and developer-friendly free Linux distribution based on the

Re: [Nix-dev] [***SPAM***] Re: Nixpkgs and NixOS moved to GitHub

2012-06-21 Thread Lluís Batlle i Rossell
On Fri, Jun 22, 2012 at 01:39:04AM +0400, Michael Raskin wrote: > >> Noticeable part of major feature proposals get neither positive nor > >> negative review and get buried by inaction before the next person who > >> could benefit of the proposed changes appears. > > > >That's bad, but the alterna

Re: [Nix-dev] Nixpkgs and NixOS moved to GitHub

2012-06-21 Thread Lluís Batlle i Rossell
On Thu, Jun 21, 2012 at 10:59:22PM +0200, Peter Simons wrote: > Hi Eelco, > > > - A centralised workflow where people commit directly into the > > master. This is basically what we did with Subversion. The downside > > is a lack of review. > > I am very much in favor of this approach because i

Re: [Nix-dev] Firefox 13 issue

2012-06-18 Thread Lluís Batlle i Rossell
On Mon, Jun 18, 2012 at 12:31:36AM +0200, Lluís Batlle i Rossell wrote: > On Sun, Jun 17, 2012 at 11:22:34PM +0200, Lluís Batlle i Rossell wrote: > > On Sat, Jun 09, 2012 at 08:54:23PM +0400, Kirill Elagin wrote: > > > Ooops, I should have looked through the commit log… Ee

Re: [Nix-dev] Firefox 13 issue

2012-06-17 Thread Lluís Batlle i Rossell
On Sun, Jun 17, 2012 at 11:22:34PM +0200, Lluís Batlle i Rossell wrote: > On Sat, Jun 09, 2012 at 08:54:23PM +0400, Kirill Elagin wrote: > > Ooops, I should have looked through the commit log… Eelco mentioned this in > > commit#f677edf57f71cf0c8c9e0906d26b4304e4213ef8<http

Re: [Nix-dev] Firefox 13 issue

2012-06-17 Thread Lluís Batlle i Rossell
On Sat, Jun 09, 2012 at 08:54:23PM +0400, Kirill Elagin wrote: > Ooops, I should have looked through the commit log… Eelco mentioned this in > commit#f677edf57f71cf0c8c9e0906d26b4304e4213ef8 > . > Still would be nice

Re: [Nix-dev] nix-env ignores NIX_PATH ?

2012-06-17 Thread Lluís Batlle i Rossell
On Sun, Jun 17, 2012 at 07:00:27PM +0400, Sergey Mironov wrote: > Thanks, linking ~/proj/nix/nixpkgs into ~/.nix-defexpr works. But what > is NIX_PATH for? man nix-env says: > >NIX_PATH >A colon-separated list of directories used to look up Nix >expressions enclosed

Re: [Nix-dev] [Nix-commits] SVN commit: nix - r34511 - nixpkgs/trunk/pkgs/development/libraries/libtheora

2012-06-14 Thread Lluís Batlle i Rossell
Hello, On Thu, Jun 14, 2012 at 05:05:14PM -0400, Eelco Dolstra wrote: > On 14/06/12 15:54, Lluís Batlle wrote: > > > +# It has an old config.guess that doesn't know the mips64el. > > +// (if (stdenv.system == "mips64el-linux") then > > You don't need parentheses around an if condition. However,

Re: [Nix-dev] Web applications

2012-06-13 Thread Lluís Batlle i Rossell
On Thu, Jun 14, 2012 at 01:17:29AM +0200, Florian Friesdorf wrote: > On Wed, 13 Jun 2012 22:56:16 +, Bryce L Nordgren > wrote: > > I looked around for nix expressions for web applications, but didn't see > > any. Web apps tend to be deployed into a server (httpd/tomcat/jetty) but > > they als

Re: [Nix-dev] Emacs 24

2012-06-13 Thread Lluís Batlle i Rossell
On Wed, Jun 13, 2012 at 10:28:24AM +0200, Peter Simons wrote: > Hi guys, > > the amount of stuff that gets installed along with Emacs strikes me as a wee > big excessive. I'm particularly worried about the dependency on > "imagemagickBig", which includes -- among other things -- tetex. Does anyone

Re: [Nix-dev] "Platform indepent installer" hardcodes /bin/chmod

2012-06-12 Thread Lluís Batlle i Rossell
On Tue, Jun 12, 2012 at 11:28:48AM +0200, Ludovic Courtès wrote: > Hi, > > Bryce L Nordgren skribis: > > > But it seems that the java-based installer hardcodes /bin/chmod instead of > > using $PATH. (error follows). Therefore most of the scripts are not > > executable. > > > > Is there a recomm

Re: [Nix-dev] NixOS for Raspberry Pi?

2012-06-11 Thread Lluís Batlle i Rossell
On Mon, Jun 11, 2012 at 02:53:53PM +0200, Rickard Nilsson wrote: > Hi, > > Is anyone working on getting NixOS running on the Raspberry Pi (ARM-based, > http://www.raspberrypi.org/)? If so, I'm happy to help out. If not, I will > try to start working on it soon. Hopefully, the fact that I have

Re: [Nix-dev] No gcc-x.y symlinks?

2012-06-09 Thread Lluís Batlle i Rossell
On Sat, Jun 09, 2012 at 05:55:37PM +0300, Ilja Honkonen wrote: > Hello > > It doesn't seem to be possible to easily use multiple versions of gcc > simultaneously. Versioned symlinks are created in the store but not in > the user's environment so only one version of gcc is available in the path.

[Nix-dev] nix-prefetch-git in nixpkgs

2012-06-04 Thread Lluís Batlle i Rossell
Hello, I can't understand how nix-prefetch-git works. If I call: ./nix-prefetch-git git://gitorious.org/qt-labs/jom.git v1.0.11 it does not fetch anything and gives always the same hash. If I call: ./nix-prefetch-git --url git://gitorious.org/qt-labs/jom.git --rev v1.0.11 it says: unknown flag

Re: [Nix-dev] Removed a generation by mistake.

2012-05-29 Thread Lluís Batlle i Rossell
On Tue, May 29, 2012 at 01:56:45PM +0200, Marco Maggesi wrote: > Hi, > I removed a generation by mistake from /nix/var/nix/profile. > But I din't yet run GC and I know the original path in /nix/store > Can I use nix-store to restore the link (and register the the root)? 'register the root' is simp

Re: [Nix-dev] Git conversion of NixOS and Nixpkgs

2012-05-27 Thread Lluís Batlle i Rossell
On Sun, May 27, 2012 at 02:06:56PM +0700, Michel Alexandre Salim wrote: > - From the cursory check I did, most commit authorships do get resolved > to existing GitHub accounts, which is really nice. > > Some contributors are not, though (e.g. the last commit for > mysql-workbench, which Karn Kalli

Re: [Nix-dev] Java support in Firefox, or java in general

2012-05-24 Thread Lluís Batlle i Rossell
On Thu, May 24, 2012 at 05:21:55PM +0200, Vladimír Čunát wrote: > On 24 May 2012 17:10, Lluís Batlle i Rossell wrote: > > Iirc, I tried once to upgrade java (to a nonworking version? :) because > > they had > > a big security breach. Have you considered that? > > T

Re: [Nix-dev] Java support in Firefox, or java in general

2012-05-24 Thread Lluís Batlle i Rossell
On Thu, May 24, 2012 at 04:48:26PM +0200, Vladimír Čunát wrote: > Hi, > I just run into the Java problems, too. > > On 1 April 2012 12:02, Lluís Batlle i Rossell wrote: > > Looking in my /nix/store, those kind of symbols appear only in gcc 3.x libs. > > Maybe the binary

Re: [Nix-dev] NIX_OTHER_STORES

2012-05-23 Thread Lluís Batlle i Rossell
On Wed, May 23, 2012 at 09:14:25AM -0400, Eelco Dolstra wrote: > Hi, > > On 23/05/12 06:28, j...@lastlog.de wrote: > > > i would like to understand what NIX_OTHER_STORES is good for (i guess it > > is used when installing nixos) and how the different location of this store > > interferes with the

Re: [Nix-dev] Git conversion of NixOS and Nixpkgs

2012-05-22 Thread Lluís Batlle i Rossell
On Mon, May 21, 2012 at 07:42:07PM -0400, Eelco Dolstra wrote: > Hi, > > On 20/05/12 00:25, Eelco Dolstra wrote: > > > I've uploaded Git repositories of NixOS and Nixpkgs to GitHub for testing: > > > > https://github.com/edolstra/nixos > > https://github.com/edolstra/nixpkgs > > > > These s

Re: [Nix-dev] Using Nix to build embedded linux firmware

2012-05-21 Thread Lluís Batlle i Rossell
On Mon, May 21, 2012 at 12:48:25PM +0400, Michael Raskin wrote: > >Nix's binary size and runtime requirements: > > Our usual size limit for images is 8MB compressed. With an image > > that small, we need to be really picky about what goes in > > and what doesn't. Quick measurement shows

Re: [Nix-dev] Using Nix to build embedded linux firmware

2012-05-21 Thread Lluís Batlle i Rossell
On Mon, May 21, 2012 at 10:11:32AM +0200, Felix Lange wrote: > Hi, > > I am currently evaluating Nix and it's universe of tools > for a company project and after playing with it for a while, > I'd like to discuss my considerations with the list. > > Our company, Travelping GmbH, is a producer of

Re: [Nix-dev] Bootstrapping NixOS

2012-05-13 Thread Lluís Batlle i Rossell
On Sun, May 13, 2012 at 05:28:07PM +0200, Alexander Foremny wrote: > Unfortunately it appears as if Rackspace doesn't offer i686 Linux > distributions to be run on their Cloud Servers. So I couldn't use the > fixed i686 bootstrapping archive. > > I managed to install NixOS on a Rackspace Cloud Ser

Re: [Nix-dev] Missing URLs for kde in nixpkgs

2012-04-25 Thread Lluís Batlle i Rossell
On Wed, Apr 25, 2012 at 04:50:05PM +0200, Lluís Batlle i Rossell wrote: > On Tue, Apr 24, 2012 at 11:22:30AM +0200, Lluís Batlle i Rossell wrote: > > Hello, > > > > I tried to nixos-rebuild with the trunk nixpkgs today, and I found at least > > two > > URLs th

Re: [Nix-dev] Missing URLs for kde in nixpkgs

2012-04-25 Thread Lluís Batlle i Rossell
On Tue, Apr 24, 2012 at 11:22:30AM +0200, Lluís Batlle i Rossell wrote: > Hello, > > I tried to nixos-rebuild with the trunk nixpkgs today, and I found at least > two > URLs that don't work, and thus the build fails: > http://ilbcfreeware.org/documentation/e

[Nix-dev] Missing URLs for kde in nixpkgs

2012-04-24 Thread Lluís Batlle i Rossell
Hello, I tried to nixos-rebuild with the trunk nixpkgs today, and I found at least two URLs that don't work, and thus the build fails: http://ilbcfreeware.org/documentation/extract-cfile.awk http://www.riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-x11-gpl-4.8.5.tar.gz Can someone provide s

Re: [Nix-dev] confused by the recent channels stuff

2012-04-23 Thread Lluís Batlle i Rossell
Hello, On Mon, Apr 23, 2012 at 02:52:38AM +0200, Eelco Dolstra wrote: > On 22/04/12 11:03, Mathijs Kwik wrote: > > However, I have some local packages in my /etc/nixos/nixpkgs, and they > > are not available anymore. > > So I guess channels are not for people who want to have some local > > modifi

Re: [Nix-dev] Qhull 2012.1 distribution out-of-date for nix

2012-04-22 Thread Lluís Batlle i Rossell
On Sun, Apr 22, 2012 at 12:36:09PM +0400, Yury G. Kudryashov wrote: > Brad Barber wrote: > > > Hi all, > > > > Please update nixos package for qhull. There was a slip-stream release > > that fixed some important problems after you picked up the distribution. > Send a patch, please. kkallio fix

Re: [Nix-dev] [Nix-commits] SVN commit: nix - r33724 - nixos/trunk/doc/manual

2012-04-10 Thread Lluís Batlle i Rossell
On Tue, Apr 10, 2012 at 02:12:49PM +, Eelco Dolstra wrote: > Author: eelco > Date: Tue Apr 10 14:12:49 2012 > New Revision: 33724 > URL: https://nixos.org/websvn/nix/?rev=33724&sc=1 > > Log: > * Typo. > > Modified: >nixos/trunk/doc/manual/installation.xml > > Modified: nixos/trunk/doc/ma

[Nix-dev] Enabling FTRACE in the 3.2/3.3 kernels

2012-04-07 Thread Lluís Batlle i Rossell
Hello, would anyone oppose enabling FTRACE, FUNCTION_TRACER, SCHED_TRACER, and FTRACE_SYSCALLS in the nixos 3.2 and 3.3 kernels? I think this allows some better diagnosis of system activities, without much overhead: "This way a CONFIG_FUNCTION_TRACER kernel is slightly larger, but otherwise has n

Re: [Nix-dev] [Nix-commits] SVN commit: nix - r33573 - nixpkgs/branches/stdenv-updates/pkgs/stdenv/generic

2012-04-07 Thread Lluís Batlle i Rossell
On Sat, Apr 07, 2012 at 03:04:34PM +0200, Ludovic Courtès wrote: > Hi, > > Shea Levy skribis: > > > Author: shlevy > > Date: Wed Apr 4 16:25:17 2012 > > New Revision: 33573 > > URL: https://nixos.org/websvn/nix/?rev=33573&sc=1 > > > > Log: > > Don't do verbose unpacking, it's just log noise >

Re: [Nix-dev] Do we need i8042 in initrd?

2012-04-06 Thread Lluís Batlle i Rossell
On Fri, Apr 06, 2012 at 08:24:55PM +0200, Eelco Dolstra wrote: > Hi, > > On 06/04/12 20:20, Peter Simons wrote: > > > the file nixos/modules/system/boot/kernel.nix defines: > > > > boot.initrd.kernelModules = > > [ ... > > # For usual AT keyboards. > > "i8042" > >

Re: [Nix-dev] [Nix-commits] [NixOS/nix] f2467e: On Linux, pretend we're building on Linux 2.6

2012-04-05 Thread Lluís Batlle i Rossell
On Thu, Apr 05, 2012 at 08:29:18PM +0200, Eelco Dolstra wrote: > > What happens when our > > kernel-headers are updated to 3.x? ... ... > This change shouldn't have any effect on Linux 2.4 (and I doubt that Nixpkgs > still works on 2.4). Aren't the kernel-headers mandating the minimum kernel versi

Re: [Nix-dev] groupmod failing in nixos

2012-04-02 Thread Lluís Batlle i Rossell
On Mon, Apr 02, 2012 at 11:41:32PM +0200, Eelco Dolstra wrote: > Hi, > > On 02/04/12 23:36, Lluís Batlle i Rossell wrote: > > > our activation script runs 'groupmod --gid num x' for the groups not > > maching the > > gid expected by nixos. In my sys

[Nix-dev] groupmod failing in nixos

2012-04-02 Thread Lluís Batlle i Rossell
Hello, our activation script runs 'groupmod --gid num x' for the groups not maching the gid expected by nixos. In my system, this command fails. # grep dovecot2 /etc/group dovecot2:x:45: # LANG=C groupmod --gid 46 dovecot2 groupmod: Cannot determine your user name. (LANG=C is to have the messag

Re: [Nix-dev] [Nix-commits] SVN commit: nix - r33539 - in nixos/trunk/modules: . installer/grub

2012-04-02 Thread Lluís Batlle i Rossell
On Mon, Apr 02, 2012 at 07:27:57PM +0200, Eelco Dolstra wrote: > Hi, > > On 02/04/12 19:19, Lluís Batlle wrote: > > > Added: nixos/trunk/modules/installer/grub/memtest.nix > > == > > --- /dev/null 00:00:00 1970 (e

Re: [Nix-dev] Java support in Firefox, or java in general

2012-04-01 Thread Lluís Batlle i Rossell
On Sun, Apr 01, 2012 at 11:21:51AM +0200, Lluís Batlle i Rossell wrote: > On Sun, Apr 01, 2012 at 10:58:28AM +0200, Lluís Batlle i Rossell wrote: > > On Sun, Apr 01, 2012 at 09:10:47AM +0200, Peter Simons wrote: > > > > Btw, specifically that page you gave *hangs*

Re: [Nix-dev] Java support in Firefox, or java in general

2012-04-01 Thread Lluís Batlle i Rossell
On Sun, Apr 01, 2012 at 10:58:28AM +0200, Lluís Batlle i Rossell wrote: > On Sun, Apr 01, 2012 at 09:10:47AM +0200, Peter Simons wrote: > > > Btw, specifically that page you gave *hangs* my firefox, which in > > > this case does not have that update. By crash you mean hang

Re: [Nix-dev] Java support in Firefox?

2012-04-01 Thread Lluís Batlle i Rossell
On Sun, Apr 01, 2012 at 09:10:47AM +0200, Peter Simons wrote: > > Btw, specifically that page you gave *hangs* my firefox, which in > > this case does not have that update. By crash you mean hang? > I also tried to run jbidwatcher, which used to work just fine approx. half a > year ago, but now i

Re: [Nix-dev] Java support in Firefox?

2012-03-31 Thread Lluís Batlle i Rossell
Hello again Peter, On Sun, Apr 01, 2012 at 01:43:50AM +0200, Lluís Batlle i Rossell wrote: > On Sat, Mar 31, 2012 at 11:48:07PM +0200, Peter Simons wrote: > > I enabled jre support for firefox in my ~/.nixpkgs/config.nix file: > > > > | { > > | firefo

Re: [Nix-dev] Java support in Firefox?

2012-03-31 Thread Lluís Batlle i Rossell
On Sat, Mar 31, 2012 at 11:48:07PM +0200, Peter Simons wrote: > I enabled jre support for firefox in my ~/.nixpkgs/config.nix file: > > | { > | firefox = { > | jre = true; > | }; > | } > > However, I it seems like I cannot access any page that use actually Java. > The site

Re: [Nix-dev] taskjuggler-2.x

2012-03-31 Thread Lluís Batlle i Rossell
On Sat, Mar 31, 2012 at 04:25:51PM +0400, Yury G. Kudryashov wrote: > Yury G. Kudryashov wrote: > > > Hi! > > > > Is there anybody using taskjuggler-2.x? What do you think about migrating > > to taskjuggler-3.x (available as ruby gem)? > Is there anybody against removing taskjuggler-2.x from ni

Re: [Nix-dev] taskjuggler-2.x

2012-03-29 Thread Lluís Batlle i Rossell
On Thu, Mar 29, 2012 at 09:08:53PM +0400, Yury G. Kudryashov wrote: > Hi! > > Is there anybody using taskjuggler-2.x? What do you think about migrating to > taskjuggler-3.x (available as ruby gem)? I stoped using them, because both 2.x and 3.x don't calculate well the schedules I needed. As I

Re: [Nix-dev] [Nix-commits] SVN commit: nix - r33447 - nixpkgs/trunk/pkgs/applications/video/avidemux

2012-03-28 Thread Lluís Batlle i Rossell
On Wed, Mar 28, 2012 at 08:40:43AM +, Mathijs Kwik wrote: > Author: mkwik > Date: Wed Mar 28 08:40:41 2012 > New Revision: 33447 > URL: https://nixos.org/websvn/nix/?rev=33447&sc=1 > > Log: > avidemux: upgraded to 2.5.6 Thank you! Now it builds. I see that I have not needed avidemux since ye

Re: [Nix-dev] [Nix-commits] SVN commit: nix - r33445 - in nixpkgs/trunk/pkgs: build-support/usernixos top-level

2012-03-27 Thread Lluís Batlle i Rossell
Hello, On Tue, Mar 27, 2012 at 10:58:15PM +0200, Eelco Dolstra wrote: > On 27/03/12 22:33, Lluís Batlle wrote: > > > Log: > > Adding 'usernixos', where I start a modular kind-of-nixos that can go into > > "nix-env -i" profiles, as a container for flexible configuration at the > > style > > of ni

Re: [Nix-dev] Expressing dependencies on init scripts

2012-03-27 Thread Lluís Batlle i Rossell
On Tue, Mar 27, 2012 at 07:51:45AM -0400, Shea Levy wrote: > On 03/27/2012 02:05 AM, Yury G. Kudryashov wrote: > because not all impurities are evil (the dependency on /bin/sh is hardly > problematic), but that's what I mean by the term. Doesn't ubuntu have 'ash' there? :) ___

Re: [Nix-dev] modutils: remove?

2012-03-25 Thread Lluís Batlle i Rossell
On Sun, Mar 25, 2012 at 09:08:09PM +0400, Yury G. Kudryashov wrote: > Hi! > > NixOS dropped support for 2.4.x kernels a while ago. What do you think about > removing modutils? > > P.S.: I'm working on module-init-tools -> kmod migration. Will post details > later. Not long ago I was able to c

Re: [Nix-dev] build-cores, load limit and boinc

2012-03-25 Thread Lluís Batlle i Rossell
On Sun, Mar 25, 2012 at 03:26:27PM +0200, Marc Weber wrote: > Hi Lluís, > > if your load is about 4, why bother? Isn't your cpu utilized well then? Well, my use of 'boinc' is: use whatever cycles there are free in the machine. The limit by load in nix builds make calls, brings that notion to the

Re: [Nix-dev] glib-2.30 merge

2012-03-25 Thread Lluís Batlle i Rossell
On Fri, Mar 23, 2012 at 11:50:59PM +0400, Yury G. Kudryashov wrote: > Hi! > > I'd like to merge glib-2.30-take2 branch to trunk soon. Thus, > * Eelco or Rob, could you please provide the list of jobs that fail in > glib-230 but don't fail in trunk? > * all users, could you please review the chan

[Nix-dev] build-cores, load limit and boinc

2012-03-25 Thread Lluís Batlle i Rossell
Hello, I could not find a way to run 'boinc' in a multicore machine (which runs cpu-intensive jobs at nice 20) and have nix using more than one core for a build job (the enableParallelBuilding thing). It calls make with '-l4', for my case, and due to boinc, my load is always around 4, and make en

Re: [Nix-dev] NFS patches (idmapd etc)

2012-03-23 Thread Lluís Batlle i Rossell
On Thu, Mar 22, 2012 at 03:20:46PM +0100, Eelco Dolstra wrote: > On 22/03/12 14:02, Lluís Batlle i Rossell wrote: > > > It is still broken, right? > > The test passed for me, but there still seems to be some random race > condition (?): > > http://hydra.nixo

Re: [Nix-dev] NFS patches (idmapd etc)

2012-03-22 Thread Lluís Batlle i Rossell
On Thu, Mar 22, 2012 at 01:59:53PM +0100, Eelco Dolstra wrote: > On 21/03/12 12:53, Lluís Batlle i Rossell wrote: > > > I'll commit this, because it will not be worse than how I left all ;) > > In the future, before committing changes to the NFS support, could

Re: [Nix-dev] NFS patches (idmapd etc)

2012-03-21 Thread Lluís Batlle i Rossell
On Wed, Mar 21, 2012 at 11:26:25PM +0100, Rickard Nilsson wrote: > Do you run idmapd on both the client and the server, with the same > "domain" setting? Can you see any error messages from idmapd in > either /var/log/upstart/idmapd or /var/log/messages? It is possible > to set a verbosity value in

Re: [Nix-dev] umask and rebuild switch

2012-03-21 Thread Lluís Batlle i Rossell
On Thu, Mar 22, 2012 at 12:31:54AM +0100, Lluís Batlle i Rossell wrote: > Hello, > > I screwed quite enough things today... > > I was running a root shell with "umask 200", and I typed: nixos-rebuild switch > > That made all my /var/setuid-wrappers with bad perm

[Nix-dev] umask and rebuild switch

2012-03-21 Thread Lluís Batlle i Rossell
Hello, I screwed quite enough things today... I was running a root shell with "umask 200", and I typed: nixos-rebuild switch That made all my /var/setuid-wrappers with bad permissions for the ".real" files, namely "600", and things like sendmail (owned by nobody) couldn't read the '.real' file,

Re: [Nix-dev] The fsync issues with nix

2012-03-21 Thread Lluís Batlle i Rossell
On Wed, Mar 21, 2012 at 08:58:43PM +0100, Lluís Batlle i Rossell wrote: > On Wed, Mar 21, 2012 at 08:39:20PM +0100, Lluís Batlle i Rossell wrote: > > On Wed, Mar 21, 2012 at 08:21:46PM +0100, Marc Weber wrote: > > > You're asking to do fsync before registering store pat

Re: [Nix-dev] NFS patches (idmapd etc)

2012-03-21 Thread Lluís Batlle i Rossell
On Wed, Mar 21, 2012 at 09:38:42PM +0100, Lluís Batlle i Rossell wrote: > On Wed, Mar 21, 2012 at 08:37:12PM +0100, Rickard Nilsson wrote: > > I've attached two patches, one for nixpkgs and one for nixos, that > > builds rpcbind and creates an upstart job for it. It also rep

Re: [Nix-dev] NFS patches (idmapd etc)

2012-03-21 Thread Lluís Batlle i Rossell
On Wed, Mar 21, 2012 at 08:37:12PM +0100, Rickard Nilsson wrote: > I've attached two patches, one for nixpkgs and one for nixos, that > builds rpcbind and creates an upstart job for it. It also replaces > the use of portmap in statd and idmapd. It doesn't remove portmap, > but we should probably no

Re: [Nix-dev] The fsync issues with nix

2012-03-21 Thread Lluís Batlle i Rossell
On Wed, Mar 21, 2012 at 08:39:20PM +0100, Lluís Batlle i Rossell wrote: > On Wed, Mar 21, 2012 at 08:21:46PM +0100, Marc Weber wrote: > > You're asking to do fsync before registering store paths valid, > > correct? > > > > If its not done yet it makes much sense

Re: [Nix-dev] The fsync issues with nix

2012-03-21 Thread Lluís Batlle i Rossell
On Wed, Mar 21, 2012 at 08:21:46PM +0100, Marc Weber wrote: > You're asking to do fsync before registering store paths valid, > correct? > > If its not done yet it makes much sense to me. Well, I think there are only two available operations: fsync(int fd) and sync(). One is much faster and less

[Nix-dev] The fsync issues with nix

2012-03-21 Thread Lluís Batlle i Rossell
Hello, talking with the btrfs people, they are specially aware of a problem related to writing files to disk "properly". I think 'nix' does not 'fsync' on every file it writes to the store; does it? in non-chroot, it even isn't nix who puts the files in the store, so... Without fsync, there is n

Re: [Nix-dev] Two SSH pathes

2012-03-21 Thread Lluís Batlle i Rossell
Rickard, I think you should ask commit access to Eelco. :) I'll look at the patches later. On Wed, Mar 21, 2012 at 05:12:11PM +0100, Rickard Nilsson wrote: > Hi, > > I tried using the new reviewboard, but I got a 500 error when > creating my review request. So I attach two NixOS patches here, an

Re: [Nix-dev] NFS patches (idmapd etc)

2012-03-21 Thread Lluís Batlle i Rossell
On Wed, Mar 21, 2012 at 12:59:04PM +0100, Lluís Batlle i Rossell wrote: > On Wed, Mar 21, 2012 at 12:57:31PM +0100, Rickard Nilsson wrote: > > Den 2012-03-21 12:53:35 skrev Lluís Batlle i Rossell : > > > > >I'll commit this, because it will not be worse than how

Re: [Nix-dev] NFS patches (idmapd etc)

2012-03-21 Thread Lluís Batlle i Rossell
On Wed, Mar 21, 2012 at 12:57:31PM +0100, Rickard Nilsson wrote: > Den 2012-03-21 12:53:35 skrev Lluís Batlle i Rossell : > > >I'll commit this, because it will not be worse than how I left all ;) > > Thanks! Done! Thank you a lot. I can't say I understood all thi

Re: [Nix-dev] NFS patches (idmapd etc)

2012-03-21 Thread Lluís Batlle i Rossell
On Wed, Mar 21, 2012 at 12:44:59PM +0100, Rickard Nilsson wrote: > Hi, > > The latest NFS4 commits to nixos/nixpkgs kind of overlapped with my own > patches. So I cleaned my things up, and attached the remaining stuff here. > > nixos_0005-idmapd.patch - The idmapd daemon, which I think is necessa

Re: [Nix-dev] [Nix-commits] SVN commit: nix - r33315 - in nixpkgs/trunk/pkgs: development/libraries/libnfsidmap development/libraries/ti-rpc os-specific/linux/nfs-utils top-level

2012-03-21 Thread Lluís Batlle i Rossell
On Wed, Mar 21, 2012 at 01:03:36AM +0100, Eelco Dolstra wrote: > Hi, > > On 21/03/12 00:17, Lluís Batlle wrote: > > > -{ fetchurl, stdenv, tcpWrapper, utillinux, libcap }: > > +{ fetchurl, stdenv, tcpWrapper, utillinux, libcap, libtirpc, libevent, > > libnfsidmap, lvm2, > > + e2fsprogs }: > >

[Nix-dev] NIX_OTHER_STORES

2012-03-20 Thread Lluís Batlle i Rossell
Hello, does anyone use NIX_OTHER_STORES? I use it sometimes, and it looks like I can't use a read-only store with it. Only if I give write access to the 'other' store, it works. Maybe someone experienced something different, or knows how to make this work on read-only 'other' stores? Regards, Ll

Re: [Nix-dev] Installation of polkit fails

2012-03-18 Thread Lluís Batlle i Rossell
On Sun, Mar 18, 2012 at 10:41:46AM +0200, Ilja Honkonen wrote: > >> Nix installation of polkit fails for me. I installed nix from today's > >> svn with: > >> ilja [ ~ ]$ l /usr/share/gir-1.0/ > > Look at polkit configure flags. You need to explicitly tell it not to use > > gir (gobject introspectio

Re: [Nix-dev] [PATCH] Fix grip compilation

2012-03-18 Thread Lluís Batlle i Rossell
On Sun, Mar 18, 2012 at 10:54:02AM +0200, Ilja Honkonen wrote: > Hello > > The attached patch fixes compilation of grip for me > (http://yellowgrass.org/issue/Nixpkgs/121 and also when the store is > under $HOME). Committed. Thank you! ___ nix-dev maili

[Nix-dev] Failing mounts, failed boots, failed fsck

2012-03-17 Thread Lluís Batlle i Rossell
Hello, Eelco, your change on removing reiserfsck from the initrd, made all my systems fail to boot, because I never used the 'fsType' in my fileSystems... that has been quite a lot of problems for me. When I made the change for btrfs and reisefs modules and tools, I tried to keep the reiserfsck b

Re: [Nix-dev] libreoffice warning

2012-03-16 Thread Lluís Batlle i Rossell
On Fri, Mar 16, 2012 at 11:52:08PM +0400, Yury G. Kudryashov wrote: > Hi! > > When I start $libreoffice/bin/soffice from console, I get > > javaldx: Could not find a Java Runtime Environment! > > Warning: failed to read path from javaldx > Then it shows GUI and works OK. Any ideas what does it m

Re: [Nix-dev] [Nix-commits] SVN commit: nix - r33167 - in nixos/trunk/modules/services: network-filesystems networking

2012-03-16 Thread Lluís Batlle i Rossell
On Fri, Mar 16, 2012 at 05:43:18PM +, Eelco Dolstra wrote: > Author: eelco > Date: Fri Mar 16 17:43:18 2012 > New Revision: 33167 > URL: https://nixos.org/websvn/nix/?rev=33167&sc=1 > > Log: > * nfsd and statd do not need to be stopped when portmap stops. Hello Eelco, how did you conclude th

Re: [Nix-dev] libtirpc

2012-03-16 Thread Lluís Batlle i Rossell
On Fri, Mar 16, 2012 at 09:18:51PM +0400, Yury G. Kudryashov wrote: > Hi! > > There are two versions of libtirpc in nixpkgs: > development/libraries/libtirpc > and > development/libraries/ti-rpc. > > all-packages.nix calls the second one. BTW, nothing uses pkgs.libtirpc. Why > do we need it? T

Re: [Nix-dev] reviewboard

2012-03-15 Thread Lluís Batlle i Rossell
On Thu, Mar 15, 2012 at 11:16:47AM -0700, Corey O'Connor wrote: > Thanks! > Is reviewboard set up to email the list when a patch is posted for > review? I think that would be great. > A nixos expression for the reviewboard would be nice too. :) > On Thu, Mar 15, 2012 at 6:02 AM, Yury G. Kudryas

Re: [Nix-dev] Mesa (was: SVN commit: nix - r33051 - in nixpkgs/trunk/pkgs: development/libraries/wxGTK-2.8 top-level)

2012-03-14 Thread Lluís Batlle i Rossell
On Tue, Mar 13, 2012 at 11:43:26PM +0100, Peter Simons wrote: > > --- nixpkgs/trunk/pkgs/top-level/all-packages.nix Tue Mar 13 21:48:12 > 2012(r33050) > > +++ nixpkgs/trunk/pkgs/top-level/all-packages.nix Tue Mar 13 21:54:17 > 2012(r33051) > > @@ -766,6 +766,7 @@ > > > >

Re: [Nix-dev] [Nix-commits] SVN commit: nix - r32999 - nixos/trunk/modules/system/boot

2012-03-11 Thread Lluís Batlle i Rossell
On Sun, Mar 11, 2012 at 11:36:02PM +0100, Eelco Dolstra wrote: > On 11/03/12 23:31, Lluís Batlle i Rossell wrote: > > On Sun, Mar 11, 2012 at 11:29:44PM +0100, Eelco Dolstra wrote: > >> On 11/03/12 22:50, Lluís Batlle wrote: > >> > >>>bootStage2 = pkgs.s

Re: [Nix-dev] [Nix-commits] SVN commit: nix - r32999 - nixos/trunk/modules/system/boot

2012-03-11 Thread Lluís Batlle i Rossell
On Sun, Mar 11, 2012 at 11:29:44PM +0100, Eelco Dolstra wrote: > On 11/03/12 22:50, Lluís Batlle wrote: > > >bootStage2 = pkgs.substituteAll { > > src = ./stage-2-init.sh; > > +shell = "${pkgs.bashInteractive}/bin/bash"; > > The stage 2 shell should not be interactive. The debug she

Re: [Nix-dev] [Nix-commits] SVN commit: nix - r33000 - in nixos/trunk/modules: . system/boot

2012-03-11 Thread Lluís Batlle i Rossell
On Sun, Mar 11, 2012 at 11:25:24PM +0100, Eelco Dolstra wrote: > On 11/03/12 22:56, Lluís Batlle wrote: > > > Author: viric > > Date: Sun Mar 11 21:56:47 2012 > > New Revision: 33000 > > URL: https://nixos.org/websvn/nix/?rev=33000&sc=1 > > > > Log: > > A more friendly stage1, with interactive ba

Re: [Nix-dev] Ghostscript versions.

2012-03-09 Thread Lluís Batlle i Rossell
On Fri, Mar 09, 2012 at 04:48:06PM +0100, Eelco Dolstra wrote: > Hi, > > On 09/03/12 12:00, Lluís Batlle i Rossell wrote: > > > So, I take the silence as a "change the default gs to gpl"? :) > > Your change broke ImageMagick (and probably other applications

Re: [Nix-dev] Ghostscript versions.

2012-03-09 Thread Lluís Batlle i Rossell
On Fri, Mar 09, 2012 at 04:00:21PM +0100, Lluís Batlle i Rossell wrote: > On Fri, Mar 09, 2012 at 03:30:55PM +0100, Ludovic Courtès wrote: > > Lluís Batlle i Rossell skribis: > > > > > On Thu, Mar 08, 2012 at 11:37:55PM +0100, Lluís Batlle i Rossell wrote: > > &

Re: [Nix-dev] Ghostscript versions.

2012-03-09 Thread Lluís Batlle i Rossell
On Fri, Mar 09, 2012 at 03:30:55PM +0100, Ludovic Courtès wrote: > Lluís Batlle i Rossell skribis: > > > On Thu, Mar 08, 2012 at 11:37:55PM +0100, Lluís Batlle i Rossell wrote: > >> We still have in nixpkgs GNU Ghostscript by default, instead of GPL > >> Ghostscri

Re: [Nix-dev] Ghostscript versions.

2012-03-09 Thread Lluís Batlle i Rossell
On Thu, Mar 08, 2012 at 11:37:55PM +0100, Lluís Batlle i Rossell wrote: > We still have in nixpkgs GNU Ghostscript by default, instead of GPL > Ghostscript. > > For what people at #ghostscript (ghostscript.com) told me, Artifex releases > GPL Ghostscript. Then, with delay, GNU p

[Nix-dev] Ghostscript versions.

2012-03-08 Thread Lluís Batlle i Rossell
We still have in nixpkgs GNU Ghostscript by default, instead of GPL Ghostscript. For what people at #ghostscript (ghostscript.com) told me, Artifex releases GPL Ghostscript. Then, with delay, GNU people take that code, removes all references to Artifex, and releases the same under the name GNU Gho

<    1   2   3   4   5   6   >