Re: [Nix-dev] [PATCH] Make sure /dev/pts/ptmx is world-writable

2014-04-03 Thread Lluís Batlle i Rossell
On Thu, Apr 03, 2014 at 09:31:11AM +0200, Ludovic Courtès wrote: > Lluís Batlle i Rossell skribis: > > > Usually it's handled with the devpts special mountable device. The > > "ptmxmode" variable handles that. Don't you want to mount that in the > &g

Re: [Nix-dev] [PATCH] Make sure /dev/pts/ptmx is world-writable

2014-04-02 Thread Lluís Batlle i Rossell
On Wed, Apr 02, 2014 at 11:41:11PM +0200, Ludovic Courtès wrote: > Hello, > > While running Python 3’s test suite, we noticed that on some systems > /dev/pts/ptmx is created with permissions 0 (that’s the case with my > Nixpkgs-originating 3.0.43 kernel, but someone with a Debian-originating > 3.1

Re: CMAKE_LIBRARY_PATH & co.

2013-10-14 Thread Lluís Batlle i Rossell
On Mon, Oct 14, 2013 at 09:15:25AM +0200, Ludovic Courtès wrote: > Andreas Enge skribis: > > > commit e78fd4ca636a19bc286747f8d91bda22cd8f08fd > > Author: Andreas Enge > > Date: Sun Oct 13 18:02:49 2013 +0200 > > > > guix: Make cmake build system aware of usual paths. > > > > * g

Re: MIPS64/N64 support

2013-10-01 Thread Lluís Batlle i Rossell
On Tue, Oct 01, 2013 at 02:06:06PM +0400, Nikita Karetnikov wrote: > > I also seem to recall that gNewSense had only o32 support, years > > ago. And not any n32/n64. Can it be? > > I think this is correct. > > > I'd simply try to avoid ext4 or even ext3, without changing the kernel. I > > don't

Re: MIPS64/N64 support

2013-10-01 Thread Lluís Batlle i Rossell
On Tue, Oct 01, 2013 at 11:48:48AM +0400, Nikita Karetnikov wrote: > > Sure the kernel, needs to have n64 support enabled, to run n64 binaries. I > > imagine it would be detected at ELF header though, and not simply getting > > failing syscalls. > > > I'm sorry, but I don't know what problem is th

Re: MIPS64/N64 support

2013-10-01 Thread Lluís Batlle i Rossell
On Tue, Oct 01, 2013 at 01:51:28AM +0400, Nikita Karetnikov wrote: > > Could you try running the statically-linked bash from > > ‘static-binaries.tar.xz’ and see if the same error occurs? Perhaps > > strace it so we can see where that error comes from. > > I don’t see anything similar. > > > Loo

Re: MIPS64/N64 support

2013-10-01 Thread Lluís Batlle i Rossell
On Tue, Oct 01, 2013 at 01:25:39PM +0200, Ludovic Courtès wrote: > Lluís Batlle i Rossell skribis: > > > On Tue, Oct 01, 2013 at 02:06:06PM +0400, Nikita Karetnikov wrote: > >> > I also seem to recall that gNewSense had only o32 support, years > >> >

Re: MIPS64/N64 support

2013-10-01 Thread Lluís Batlle i Rossell
On Tue, Oct 01, 2013 at 12:55:53PM +0400, Nikita Karetnikov wrote: > > In fact I was reluctant to raise again the ext4 topic ;) But I think 3.5.3 > > has a > > broken readdir() syscall in ext4. I think it's not a problem of kernel > > options > > active. You simply have to avoid using ext4 (or ev