Juan Jose Garcia-Ripoll wrote:
> On Wed, Apr 13, 2011 at 9:22 PM, Waldek Hebisch <[email protected]>w=
> rote:
>
> > BTW: If you send me (via private mail) output of
> >
> > make > mlogg
> >
> > I should be able to tell you which command is responsible for
> > failure and how to debug this failure.
> >
>
> Here they are!
>
AFAICS the problems begin here (in line 175447):
bash-3.2$ grep -nC 4 'missing separator' log.make
175443- cp $A.NRLIB/$A.fas
/Users/jjgarcia/build/fricas-cvs/target/i686-apple-darwin10.7.3/algebra/$A.fas
|| exit 1 ; \
175444- done ; \
175445- touch stamp-bootstrap ; \
175446- fi
175447:boot.mak:2: *** missing separator. Stop.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
175448-;;; Loading #P"/Users/jjgarcia/soft/ecl.st/lib/ecl-11.1.1/cmp.fas"
175449-Starting interpsys
175450-spad = "/Users/jjgarcia/build/fricas-cvs/target/i686-apple-darwin10.7.3"
175451- Using local database ./r7/algebra/compress.daase.. Re-reading
compress.daase Using local database ./r7/algebra/interp.daase.. Re-reading
interp.daase
The 'boot.mak' makefile contains command which do important compilation
step. If that is skipped, then one should expect errors later.
'boot.mak' is created in 'stamp-bootstrap' rule in 'src/algebra/Makefile.in'.
On my machine the first line in 'boot.mak' is quite long (23 kb), the
second one is pretty ordinary rule. It should look like:
main-bootstrap: A1AGG.NRLIB/A1AGG.lsp ..... (about thousend other files)
A1AGG.NRLIB/A1AGG.lsp: A1AGG.spad
echo ")compile" $< | DAASE=./r7 AXIOM=/home/hebisch/fricas/axp16/ax-buil
d29/target/x86_64-unknown-linux /home/hebisch/fricas/axp16/ax-build29/build/x86_
64-unknown-linux/bin/interpsys
So one should check if 'src/algebra/boot.mak' looks OK. Maybe 'make'
chokes on long line? Maybe 'echo' commands in 'src/algebra/Makefile.in'
produced wrong output? In particular I use 'echo -e '\techo...' to
get tabs into 'boot.mak'
Hope helps.
--
Waldek Hebisch
[email protected]
--
You received this message because you are subscribed to the Google Groups
"FriCAS - computer algebra system" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/fricas-devel?hl=en.