Re: can't build guile 2.0.9 in os x (reference to /nix/store ?)

2013-04-21 Thread Aleix Conchillo Flaqué
On Sat, Apr 20, 2013 at 11:40 PM, Ian Price wrote: > > "The Guile 2.0.9 tarball has several scripts in build-aux/ with invalid > shebangs. “Fortunately”, apart from ‘install-sh’, they are normally > invoked as “$SHELL ./the-file”, so the shebang isn’t actually used.! > I just sent a small patch

Re: Patches for wip-rtl

2013-04-21 Thread Noah Lavine
And here's another patch that fixes an off-by-one error in the bind-rest instruction. This solves the problems I was having in my earlier email about an abort in the VM. Best, Noah On Sun, Apr 21, 2013 at 11:23 AM, Noah Lavine wrote: > Hello, > > Please don't worry about the last part of that m

Re: Patches for wip-rtl

2013-04-21 Thread Noah Lavine
Hello, Please don't worry about the last part of that message. I realized I can test the nargs value by (ab)using the assert-nargs-ee instruction. On a related note, there's a certain piece of code in vm.c that is not robust in the face of a corrupt nargs. Specifically, if you call vm_error_wrong

Re: can't build guile 2.0.9 in os x (reference to /nix/store ?)

2013-04-21 Thread Aleix Conchillo Flaqué
On Sat, Apr 20, 2013 at 11:40 PM, Ian Price wrote: > > This was already pointed out in the tracker (see > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14201#19). It seems it was > a problem in the Automake version that was in Guix. > > "The Guile 2.0.9 tarball has several scripts in build-aux/ wit