Re: [Axiom-developer] Axiom build failure on an x86_64-unknown-linux-gnu

2006-07-30 Thread Gabriel Dos Reis
root <[EMAIL PROTECTED]> writes: | NOTE: do NOT apply this change globally as it does not work everywhere. sure -- the build is from a source check out anonymously, and there is no chance I would risk a global check in :-) Thanks! -- Gaby ___ Axiom-

Re: [Axiom-developer] Axiom build failure on an x86_64-unknown-linux-gnu

2006-07-30 Thread Gabriel Dos Reis
"Bill Page" <[EMAIL PROTECTED]> writes: | Gaby, | | On July 30, 2006 9:13 PM you wrote: | > | > I got a new machine (64-bit) for work | > | > ... | > and I've been trying to set up Axiom on it. It is running SuSE | > 10.1 So far, I've been unsuccessful to build Axiom. The failure | > is at

Re: [Axiom-developer] Axiom build failure on an x86_64-unknown-linux-gnu

2006-07-30 Thread root
NOTE: do NOT apply this change globally as it does not work everywhere. = in src/hyper/Makefile.pamphlet do: - ${LIB}/bsdsignal.o ${LDFLAGS} ${XLIB}/libXpm.a -lX11 -lm -L${LIB} ) + ${LIB}/bsdsignal.o ${LDFLAGS}

Re: [Axiom-developer] Axiom build failure on an x86_64-unknown-linux-gnu

2006-07-30 Thread root
Gaby, in src/hyper/Makefile.pamphlet do: - ${LIB}/bsdsignal.o ${LDFLAGS} ${XLIB}/libXpm.a -lX11 -lm -L${LIB} ) + ${LIB}/bsdsignal.o ${LDFLAGS} -l Xpm -lX11 -lm -L${LIB} ) in src/graph/view2D/Makefile.pamphlet do: --o ${OUT}/view2D ${XLIB}/libXpm.a $(LDFLAGS) +

RE: [Axiom-developer] Axiom build failure on an x86_64-unknown-linux-gnu

2006-07-30 Thread Bill Page
Gaby, On July 30, 2006 9:13 PM you wrote: > > I got a new machine (64-bit) for work > > ... > and I've been trying to set up Axiom on it. It is running SuSE > 10.1 So far, I've been unsuccessful to build Axiom. The failure > is at > > [...] > 1 linking /home/gdr/build/axiom.2006-07-30/build

[Axiom-developer] RE: Doyen

2006-07-30 Thread Bill Page
Alfredo Thanks for setting this up. This content on the DoyenCD is very important. I hope some other people here on this list take a few moments to review the pages that you have already added and to suggest a few more pages that should be merged from the Axiom Wiki. It is very easy to update the

[Axiom-developer] Axiom build failure on an x86_64-unknown-linux-gnu

2006-07-30 Thread Gabriel Dos Reis
Hi, I got a new machine (64-bit) for work [EMAIL PROTECTED]:~/build> cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 15 model : 4 model name : Intel(R) Pentium(R) D CPU 2.80GHz stepping: 7 cpu MHz : 2793.182 ca

[Axiom-developer] Doyen

2006-07-30 Thread Alfredo Portes
Hi Bill, I think I finished copying the front-page for the Doyen CD from axiom-developer. Please when you have a chance, if you can check the site: http://doyen.sytes.net Work still has to be done in the interior pages, but all the links in the front page take to their appropriate content. Any

Re: [Axiom-developer] Problem building SIlver Axiom on Gentoo Linux

2006-07-30 Thread Gabriel Dos Reis
Gabriel Dos Reis <[EMAIL PROTECTED]> writes: | Tim -- | | I'm looking into the LaTeX issues with bsdsignal.c.pamphlet. | One of them has to do with the following tabular material: | | \begin{tabular}{ll} | [EFAULT] & Either {\sl act} or {\sl oact} points to memory that is not a\\ | &

Re: [Axiom-developer] Problem building SIlver Axiom on Gentoo Linux

2006-07-30 Thread Gabriel Dos Reis
Tim -- I'm looking into the LaTeX issues with bsdsignal.c.pamphlet. One of them has to do with the following tabular material: \begin{tabular}{ll} [EFAULT] & Either {\sl act} or {\sl oact} points to memory that is not a\\ & valid part of the process address space\\ [EINVAL] & The {\sl

Re: [Axiom-developer] Problem building SIlver Axiom on Gentoo Linux

2006-07-30 Thread Gabriel Dos Reis
root <[EMAIL PROTECTED]> writes: | > However, the only meaningful way people can productively "play" with | > th silver branch is when it is not far from the gold. | | I have several systems that are very, very far from Gold. | They include interpreter rewrites, algebra rewrites, browser | rewri

Re: [Axiom-developer] Problem building SIlver Axiom on Gentoo Linux

2006-07-30 Thread root
> However, the only meaningful way people can productively "play" with > th silver branch is when it is not far from the gold. I have several systems that are very, very far from Gold. They include interpreter rewrites, algebra rewrites, browser rewrites, etc. The only way to make progress is to

Re: [Axiom-developer] Problem building SIlver Axiom on Gentoo Linux

2006-07-30 Thread Gabriel Dos Reis
root <[EMAIL PROTECTED]> writes: | On the other hand, I have to say that I don't have the cycles | available to keep Gold and Silver in sync. It's not for lack | of desire, it's lack of time. then, just send the patches you applied to gold to the list. That way, other people (like) who would hav

Re: [Axiom-developer] Problem building SIlver Axiom on Gentoo Linux

2006-07-30 Thread root
I've tried to get debian running several times without success. I downloaded a 9 CD Debian set, spent half a day trying to install it and it fails. Bad karma, I guess. On the other hand, I have to say that I don't have the cycles available to keep Gold and Silver in sync. It's not for lack of des

Re: [Axiom-developer] Problem building SIlver Axiom on Gentoo Linux

2006-07-30 Thread Gabriel Dos Reis
root <[EMAIL PROTECTED]> writes: | To find the error you need to run Latex in its normal noisy mode. Do | | make NOISE= | | and you'll see the latex output. (./transsolve.spad.tex LaTeX2e <2003/12/01> Babel and hyphenation patterns for american, french, german, ngerman, bahasa, basque, bulgar

Re: [Axiom-developer] Problem building SIlver Axiom on Gentoo Linux

2006-07-30 Thread Gabriel Dos Reis
root <[EMAIL PROTECTED]> writes: | please post "diff -Naur" patch files. This is not a patch file. It is LaTeX error on one of the pamphlet file. I meant to send the build log (when it is finished) but previous attemps met resistance as the log is judged "too big" for the mailer at the other

Re: [Axiom-developer] Problem building SIlver Axiom on Gentoo Linux

2006-07-30 Thread Gabriel Dos Reis
Ralf Hemmecke <[EMAIL PROTECTED]> writes: [...] | Otherwise I fear that Gold and Silver diverge. That is one my big concerns too. It is a situation I would hate to see happen. -- Gaby ___ Axiom-developer mailing list Axiom-developer@nongnu.org http

Re: [Axiom-developer] Problem building SIlver Axiom on Gentoo Linux

2006-07-30 Thread Gabriel Dos Reis
root <[EMAIL PROTECTED]> writes: | patched. fixed in the next release. --t | | (no, i still don't have SVN working. there is no time) Then, please could send a patch to the list? -- Gaby ___ Axiom-developer mailing list Axiom-developer@nongnu.org

Re: [Axiom-developer] Problem building SIlver Axiom on Gentoo Linux

2006-07-30 Thread Ralf Hemmecke
Tim, Don't you have a debian system running? Then you simply have to type apt-get install subversion I think we should submit patches to Silver (that is why it is there) and you take them from the subversion repository before you release a new gold branch. Otherwise I fear that Gold and Sil

Re: [Axiom-developer] Problem building SIlver Axiom on Gentoo Linux

2006-07-30 Thread root
please post "diff -Naur" patch files. this does not have sufficient information. what file contains this line? t | To find the error you need to run Latex in its normal noisy mode. Do | | make NOISE= | | and you'll see the la

Re: [Axiom-developer] Problem building SIlver Axiom on Gentoo Linux

2006-07-30 Thread root
patched. fixed in the next release. --t (no, i still don't have SVN working. there is no time) ___ Axiom-developer mailing list Axiom-developer@nongnu.org http://lists.nongnu.org/mailman/listinfo/axiom-developer

Re: [Axiom-developer] Problem building SIlver Axiom on Gentoo Linux

2006-07-30 Thread Gabriel Dos Reis
root <[EMAIL PROTECTED]> writes: | To find the error you need to run Latex in its normal noisy mode. Do | | make NOISE= | | and you'll see the latex output. LaTeX Warning: File `ps/axiomFront.ps' not found on input line 15. ! LaTeX Error: File `ps/axiomFront.ps' not found. See the LaTeX man

Re: [Axiom-developer] Problem building SIlver Axiom on Gentoo Linux

2006-07-30 Thread Gabriel Dos Reis
root <[EMAIL PROTECTED]> writes: | To find the error you need to run Latex in its normal noisy mode. Do | | make NOISE= | | and you'll see the latex output. ! Missing $ inserted. $ l.195 The {\sl uap} argument to a POSIX SA_ SIGINFO

Re: [Axiom-developer] Problem building SIlver Axiom on Gentoo Linux

2006-07-30 Thread Gabriel Dos Reis
root <[EMAIL PROTECTED]> writes: | To find the error you need to run Latex in its normal noisy mode. Do | | make NOISE= | | and you'll see the latex output. [...] ! Missing { inserted. { l.150 S IGXCPU& terminate process& cpu time limit exceeded {\bf setrl

Re: [Axiom-developer] topic modeling

2006-07-30 Thread C Y
--- root <[EMAIL PROTECTED]> wrote: > I've muttered about expanding the latex tags to have \idea, > \concept, etc. so that newly born papers could be more easily > classified. However, a new technology seems to make that less > interesting. It's called topic modeling. See > > http://blogs.zdnet.c

Re: [Axiom-developer] src/lib/bsdsignal.c.pamphlet

2006-07-30 Thread Gabriel Dos Reis
root <[EMAIL PROTECTED]> writes: | src/lib/bsdsignal.c.pamphlet {\wc -> {\sl -- fixed in the next release --t Tim, I've not seen a corresponding commit to the silver branch. I applied the below -- Gaby 2006-07-30 Tim Daly <[EMAIL PROTECTED]> * bsdsignal.c.pamphlet: Fix typo. *** bs