Re: nosh version 1.19

2015-09-27 Thread Jonathan de Boyne Pollard

Guillermo:

Hi, I had some issues with the source package I thought I should mention:


As I said I intended to a while back, I incorporated fixes for these 
into version 1.20.  This is now out.


Re: nosh version 1.19

2015-09-13 Thread Guillermo
2015-08-22 15:04 GMT-03:00 Jonathan de Boyne Pollard:
>
> nosh is now up to version 1.19

Hi, I had some issues with the source package I thought I should mention:

* source/common-manager.cpp wouldn't compile on my Gentoo system,
because this new version calls setrlimit(), and makes use of struct
rlimit and the RLIMIT_NOFILE macro, without directly or indirectly
including . I had to add that manually to make it
compile.

* I had a chicken-and-egg situation with the source/default.1.do and
source/default.8.do scripts: they make use of setlock, which wouldn't
be available without a previous nosh installation. I had to change it
to './exec setlock', and add 'exec' to the redo-ifchange invocation,
to overcome this.

Thanks,
G.