> Dear Waldek, > > I am trying to compile wh-sandbox (co from yesterday) with sbcl on a > FreeBSD 6.2 system. Compile ran fine for a long time (it finished with > gcl). Yet a problem occured. Pls see below for the locking?! Can you > give me some advice. Is this due to the sockets and writablep issue? > > I configured using "--with-lisp=/usr/local/bin/sbcl" only! >
>From README.wh: If you use Lisp different than gcl you should also specify --with-x=no option (otherwise build will hang trying to generate HyperDoc pages) I could automatically disable X part when sbcl is in use if giving extra option is a problem. <snip> > DAASE; /home/ghue/src/wh-sandbox-sbcl/target/i386-unknown-freebsd6.2/bin/sman > -noihere -paste > /home/ghue/src/wh-sandbox-sbcl/target/i386-unknown-freebsd6.2/share/hypertex/pages/ALIST.ht) > This is SBCL 1.0.3, an implementation of ANSI Common Lisp. > More information about SBCL is available at <http://www.sbcl.org/>. > > SBCL is free software, provided as is, with absolutely no warranty. > It is mostly in the public domain; some portions are provided under > BSD-style licenses. See the CREDITS and COPYING files in the > distribution for more information. > AXIOM Computer Algebra System > Version: Axiom wh-sandbox branch 2007-05-31 > Timestamp: Tuesday June 26, 2007 at 21:16:56 > ----------------------------------------------------------------------------- > Issue )copyright to view copyright notices. > Issue )summary for a summary of useful system commands. > Issue )quit to leave AXIOM and return to shell. > ----------------------------------------------------------------------------- > > (1) -> (HyperDoc) Error opening AXIOM server. Retrying ... > (HyperDoc) Error opening AXIOM server. Retrying ... > (HyperDoc) Couldn't connect to AXIOM server! > (HyperDoc) Couldn't connect to AXIOM server! > > At this point, the system is locked forever. I am wondering why two sman > processes are running? > ps aux produces: > > 83240 p0 I+ 0:00.00 gmake > 83241 p0 I+ 0:00.00 /usr/local/bin/bash -c cd ./src && gmake > all-src > 83242 p0 I+ 0:00.01 gmake all-src > 83322 p0 I+ 0:00.00 /usr/local/bin/bash -c cd paste && gmake > 83323 p0 I+ 0:00.01 gmake > 83328 p0 I+ 0:00.01 gmake nphts > 83329 p0 I+ 0:00.00 [bash] > 83330 p0 I+ 0:00.00 [bash] > 83331 p0 I+ > 0:00.00 > /home/ghue/src/wh-sandbox-sbcl/target/i386-unknown-freebsd6.2/bin/sman > -noihere -paste /home/ghue/ > 83335 p0 S+ > 0:00.56 > /home/ghue/src/wh-sandbox-sbcl/target/i386-unknown-freebsd6.2/lib/session > 83337 p0 S+ > 0:00.51 > /home/ghue/src/wh-sandbox-sbcl/target/i386-unknown-freebsd6.2/lib/viewman > 83338 p0 I+ > 0:00.00 > /home/ghue/src/wh-sandbox-sbcl/target/i386-unknown-freebsd6.2/bin/sman > -noihere -paste /home/ghue/ > > Best regards, > The processes are created as expected, but due to not working sockets enter infinite wait. If you get to this point just kill the processes -- all parts that should be build are build already. -- Waldek Hebisch [EMAIL PROTECTED] _______________________________________________ Axiom-developer mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/axiom-developer
