[fricas-devel] Re: build hangs building hyperdoc pages

2009-11-02 Thread Bill Page
Bill Page wrote: Does any of this give you a better clue what is happening? On Sun, Nov 1, 2009 at 11:33 PM, Waldek Hebisch wrote: Not much.  One thing is if '/tmp/jazz1' was correctly created. Second, if '/tmp/jazz1' is owned by user trying to build FriCAS, etc. Output from strace

[fricas-devel] Re: build hangs building hyperdoc pages

2009-11-01 Thread Waldek Hebisch
Bill Page wrote: Waldek, A problem, seemingly unrelated but staring immediately after Franz' recent TensorProduct commit seems to be suddenly biting me. Several times now the FriCAS build has entered an infinite loop/wait just prior to ... making FILE.input parsing: FileXmpPage

[fricas-devel] Re: build hangs building hyperdoc pages

2009-11-01 Thread Bill Page
Bill Page wrote: (1) - writing:       ifile:File List Integer:=open(/tmp/jazz1,output) writing:      write!(ifile, [-1,2,3]) writing:      write!(ifile, [10,-10,0,111]) writing:      write!(ifile, [7]) writing:      reopen!(ifile, input) writing:      read! ifile writing:      read! ifile