Re: [PATCH] gnu: add GL

2013-09-30 Thread Ludovic Courtès
Hi! Thanks for joining the hackathon this week-end! youlys...@riseup.net skribis: Attached is a patch to add gl.scm, a set of a applications, extensions, utilities, or what have-you, related to Opengl-- that don't really deserve/fit to be in there own file and/or module. Freeglut still

Re: [PATCH] gnu: add GL

2013-09-30 Thread Andreas Enge
On Mon, Sep 30, 2013 at 09:31:48PM +0200, Ludovic Courtès wrote: youlys...@riseup.net skribis: Attached is a patch to add gl.scm, a set of a applications, extensions, utilities, or what have-you, related to Opengl-- that don't really deserve/fit to be in there own file and/or module. When

Re: Glib 2.38.0

2013-09-30 Thread Ludovic Courtès
Andreas Enge andr...@enge.fr skribis: Notice the duplications in the command lines; the culprit seems to be the lines in the recipe ;; Honor $(TESTS_ENVIRONMENT). (substitute* (find-files . ^Makefile(\\.in)?$)

Re: MIPS64/N64 support

2013-09-30 Thread Nikita Karetnikov
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. Looking at http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/syscalls/?cvsroot=src,

Re: Bootstrapping GHC

2013-09-30 Thread Nikita Karetnikov
I don’t know GHC, but apparently it can be bootstrapped from intermediate generated C files: http://www.haskell.org/ghc/docs/6.4.1/html/building/sec-porting-ghc.html Wouldn’t that be better than fiddling with binaries out-of-band? The recent versions of the compiler don’t support this.