Re: [Axiom-developer] Compiling Axiom from arch source on Debian sarge

2006-04-12 Thread root
> > unfortunately, due to the awk scripts (and a failure of the clean stanza) > > this is not enough. you need to removed two awk scripts and all of > > the Makefile and Makefile.dvi files in the src directory. > > > > make clean > > rm -rf int obj mnt lsp/gcl* > > cd src > > for i in `find . -n

Re: [Axiom-developer] Compiling Axiom from arch source on Debian sarge

2006-04-07 Thread Frederic Lehobey
Hi, On Thu, Apr 06, 2006 at 03:17:13PM -0400, root wrote: > unfortunately, due to the awk scripts (and a failure of the clean stanza) > this is not enough. you need to removed two awk scripts and all of > the Makefile and Makefile.dvi files in the src directory. > > make clean > rm -rf int obj

Re: [Axiom-developer] Compiling Axiom from arch source on Debian sarge

2006-04-06 Thread root
> $ make clean > $ make > > Is that enough or are there special files I have to remove by hand > first? unfortunately, due to the awk scripts (and a failure of the clean stanza) this is not enough. you need to removed two awk scripts and all of the Makefile and Makefile.dvi files in the src direc

Re: [Axiom-developer] Compiling Axiom from arch source on Debian sarge

2006-04-06 Thread David MENTRE
Hello Fred, 2006/4/6, Frederic Lehobey <[EMAIL PROTECTED]>: > Unfortunately, I experience exactly the same failure as Balbir Thomas: > http://lists.gnu.org/archive/html/axiom-developer/2005-02/msg00168.html > > I have found > http://wiki.axiom-developer.org/131AwkBackslashCausesFailureInSrcAlgebra

Re: [Axiom-developer] Compiling Axiom from arch source on Debian sarge

2006-04-06 Thread Vanuxem Grégory
Le jeudi 06 avril 2006 à 19:58 +0200, Frederic Lehobey a écrit : > Hi, > > On Thu, Apr 06, 2006 at 02:07:47PM -0400, root wrote: > > I suspect that your failure is the same as Balbir's. > > Did you stop the build and attempt to restart it? > > No I did not (if I remember correctly). But I am usu

Re: [Axiom-developer] Compiling Axiom from arch source on Debian sarge

2006-04-06 Thread Frederic Lehobey
Hi, On Thu, Apr 06, 2006 at 07:58:54PM +0200, Frederic Lehobey wrote: > dependencies and cleaned the build only once). To be sure of it I > have started a new round: > > $ make clean > $ make > > Is that enough or are there special files I have to remove by hand > first? Problem still occurs.

Re: [Axiom-developer] Compiling Axiom from arch source on Debian sarge

2006-04-06 Thread Frederic Lehobey
Hi, On Thu, Apr 06, 2006 at 02:07:47PM -0400, root wrote: > I suspect that your failure is the same as Balbir's. > Did you stop the build and attempt to restart it? No I did not (if I remember correctly). But I am usure whether it had really started from scratch again (I think so) after a failur

Re: [Axiom-developer] Compiling Axiom from arch source on Debian sarge

2006-04-06 Thread root
I suspect that your failure is the same as Balbir's. Did you stop the build and attempt to restart it? There is a problem with the awk script addition to the src/algebra/Makefile. t ___ Axiom-developer mailing list Axiom-developer@nongnu.org http://lis

Re: [Axiom-developer] Compiling Axiom from arch source on Debian sarge

2006-04-06 Thread Frederic Lehobey
Hi, On Thu, Apr 06, 2006 at 06:49:02PM +0200, David MENTRE wrote: > Have you checked that the src/algebra/Makefile has the same backslash > issue or a different one? There might a regression in latest awk. The offending lines are not anymore in src/algebra/Makefile. Here is the end of the outpu

Re: [Axiom-developer] Compiling Axiom from arch source on Debian sarge

2006-04-06 Thread Frederic Lehobey
Hi, On Thu, Apr 06, 2006 at 10:40:17AM +0200, Ralf Hemmecke wrote: > I am just compiling patch-47 axiom on standard debian sarge. > > My compilation stops in the middle of compiling the documentation and > just continues after I have pressed enter. I wanted to check this and started a compilat