> As far as I see, the aldor compiler itself is successfully produced;
> the failure is during compiling the standard library.
Andrey, I do not see your concrete error.
OK, now I tried building aldor myself with
cd ~/g/aldor/aldor
./autogen.sh
mkdir -p $RAMDISK/aldor
cd $RAMDISK/aldor
~/g/aldor/aldor/configure --enable-documentation --prefix=$SOFTWARE
--enable-git-build-id --disable-java
time make -j1 2>&1 | tee make.log
The last lines of the build are given below.
I've currently no time to look into the issue why libaldor.idx is missing.
Ralf
=================================
ommit 859b69f0452de3fc09bcce14a3d3950f290909f0 (HEAD -> master,
upstream/master)
Merge: 340d6de7 c815a2b6
Author: pbroadbery <
p.bro...@gmail.com>
Date: Wed Mar 17 21:52:24 2021 +0000
Merge pull request #148 from aldorlang/pab/tweaks
Version 1.3.0 - Some minor fixes & a version bump
=================================
Making all in test
make[3]: Entering directory
'/home/hemmecke/scratch/aldor-build/lib/aldor/test'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory
'/home/hemmecke/scratch/aldor-build/lib/aldor/test'
Making all in doc
make[3]: Entering directory
'/home/hemmecke/scratch/aldor-build/lib/aldor/doc'
Making all in tex
make[4]: Entering directory
'/home/hemmecke/scratch/aldor-build/lib/aldor/doc/tex'
if [ ! -f sallicat.fig ]; then cp
/home/hemmecke/g/aldor/aldor/lib/aldor/doc/tex/sallicat.fig .; fi
fig2eps --viewer=true sallicat.fig
This is fig2ps 1.5, Copyright (C) 2004-2006, 2008-2010 by Vincent Fourmond
fig2ps comes with ABSOLUTELY NO WARRANTY. This is free software, and
you are welcome to redistribute it under the conditions stated in the
GPL.txt file in the source archive.
Job 1 -- file sallicat.fig
This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019/Debian)
(preloaded format=latex)
restricted \write18 enabled.
entering extended mode
This is dvips(k) 5.999 Copyright 2019 Radical Eye Software
(
www.radicaleye.com)
' TeX output 2021.05.04:1311' ->
job-001.dvips.ps
</usr/share/texlive/texmf-dist/dvips/base/
tex.pro>
</usr/share/texlive/texmf-dist/dvips/l3backend/
l3backend-dvips.pro>
</usr/share/texlive/texmf-dist/dvips/base/
special.pro>
</usr/share/texlive/texmf-dist/dvips/base/
color.pro>. [1
<./
job-001.fig2dev.ps>]
Using 156 2752 933 3230 for the bounding box
-> image is 27.4cm wide and 16.8cm high
Starting true
if [ ! -f sallidata.fig ]; then cp
/home/hemmecke/g/aldor/aldor/lib/aldor/doc/tex/sallidata.fig .; fi
fig2eps --viewer=true sallidata.fig
This is fig2ps 1.5, Copyright (C) 2004-2006, 2008-2010 by Vincent Fourmond
fig2ps comes with ABSOLUTELY NO WARRANTY. This is free software, and
you are welcome to redistribute it under the conditions stated in the
GPL.txt file in the source archive.
Job 1 -- file sallidata.fig
This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019/Debian)
(preloaded format=latex)
restricted \write18 enabled.
entering extended mode
This is dvips(k) 5.999 Copyright 2019 Radical Eye Software
(
www.radicaleye.com)
' TeX output 2021.05.04:1311' ->
job-001.dvips.ps
</usr/share/texlive/texmf-dist/dvips/base/
tex.pro>
</usr/share/texlive/texmf-dist/dvips/l3backend/
l3backend-dvips.pro>
</usr/share/texlive/texmf-dist/dvips/base/
special.pro>
</usr/share/texlive/texmf-dist/dvips/base/
color.pro>. [1
<./
job-001.fig2dev.ps>]
Using 156 2695 906 3230 for the bounding box
-> image is 26.4cm wide and 18.9cm high
Starting true
set -e; \
rm -rf pdf; mkdir pdf; cd pdf; \
ln -sf ..//home/hemmecke/g/aldor/aldor/lib/aldor/doc/tex/libaldor.tex
..//home/hemmecke/g/aldor/aldor/lib/aldor/doc/tex/alltypes.tex
..//home/hemmecke/g/aldor/aldor/lib/aldor/doc/tex/title.tex
..//home/hemmecke/g/aldor/aldor/lib/aldor/doc/tex/intro.tex
..//home/hemmecke/g/aldor/aldor/lib/aldor/doc/tex/guide.tex
..//home/hemmecke/g/aldor/aldor/lib/aldor/doc/tex/refer.tex
..//home/hemmecke/g/aldor/aldor/lib/aldor/doc/tex/macros.tex
..//home/hemmecke/g/aldor/aldor/lib/aldor/doc/tex/aldoc.cls
..//home/hemmecke/g/aldor/aldor/lib/aldor/doc/tex/ttyverb.sty
../sallicat.eps ../sallidata.eps . ; \
ln -sf ../gen/* .; \
pdflatex libaldor < /dev/null | grep -v Underfull | grep -v vbox >
pdf.log; \
pdflatex libaldor < /dev/null | grep -v Underfull | grep -v vbox >>
pdf.log; \
makeindex libaldor; >> pdf.log; \
pdflatex libaldor < /dev/null | grep -v Underfull | grep -v vbox >>
pdf.log; \
mv libaldor.pdf ..
Couldn't find input index file libaldor nor libaldor.idx.
Usage: makeindex [-ilqrcgLT] [-s sty] [-o ind] [-t log] [-p num] [idx0
idx1 ...]
make[4]: *** [/home/hemmecke/g/aldor/aldor/lib/
builddoc.mk:45:
libaldor.pdf] Error 1
make[4]: Leaving directory
'/home/hemmecke/scratch/aldor-build/lib/aldor/doc/tex'
make[3]: *** [Makefile:375: all-recursive] Error 1
make[3]: Leaving directory
'/home/hemmecke/scratch/aldor-build/lib/aldor/doc'
make[2]: *** [Makefile:374: all-recursive] Error 1
make[2]: Leaving directory '/home/hemmecke/scratch/aldor-build/lib/aldor'
make[1]: *** [Makefile:382: all-recursive] Error 1
make[1]: Leaving directory '/home/hemmecke/scratch/aldor-build/lib'
make: *** [Makefile:601: all-recursive] Error 1
backup/git/myhome/rhx/