AROS icon indicating copy to clipboard operation
AROS copied to clipboard

rebuild.sh fails on Ubuntu 18.04 and Trisquel Linux 9.0

Open Gapstare opened this issue 5 years ago • 2 comments

./rebuild.sh fails on Ubuntu 18.04 and Trisquel Linux 9.0

/home/el-topo/AROS-dev/toolchain-alt-abiv0-i386-build/bin/linux-x86_64/Ports/host/gcc/gcc-4.6.4/gcc/doc/gcc.texi:89: warning: @tex should only appear at the beginning of a line
/home/el-topo/AROS-dev/toolchain-alt-abiv0-i386-build/bin/linux-x86_64/Ports/host/gcc/gcc-4.6.4/gcc/doc/gcc.texi:209: no matching `@end tex'
/home/el-topo/AROS-dev/toolchain-alt-abiv0-i386-build/bin/linux-x86_64/Ports/host/gcc/gcc-4.6.4/gcc/doc/gcc.texi:209: no matching `@end multitable'
/home/el-topo/AROS-dev/toolchain-alt-abiv0-i386-build/bin/linux-x86_64/Ports/host/gcc/gcc-4.6.4/gcc/doc/gcc.texi:209: no matching `@end titlepage'
Makefile:4286: recipe for target 'doc/gcc.info' failed
make[3]: *** [doc/gcc.info] Error 1
make[3]: *** Inväntar oavslutade jobb...
/home/el-topo/AROS-dev/toolchain-alt-abiv0-i386-build/bin/linux-x86_64/Ports/host/gcc/gcc-4.6.4/gcc/doc/install.texi:3090: warning: @anchor should not appear in @heading

(lots of similar errors)

/home/el-topo/AROS-dev/toolchain-alt-abiv0-i386-build/bin/linux-x86_64/Ports/host/gcc/gcc-4.6.4/gcc/doc/install.texi:4620: warning: @anchor should not appear in @heading
Makefile:5263: recipe for target 'all-gcc' failed
make[2]: *** [all-gcc] Error 2
mmakefile:2181: recipe for target 'tools-crosstools-gcc' failed
make[1]: *** [tools-crosstools-gcc] Error 2
[MMAKE] make --no-print-directory TOP=/home/el-topo/AROS-dev/toolchain-alt-abiv0-i386-build SRCDIR=/home/el-topo/AROS-dev/AROS CURDIR=tools/crosstools TARGET=tools-crosstools-gcc -s --file=mmakefile tools-crosstools-gcc failed: 512
[MMAKE] Error: Error while running make in tools/crosstools: No such file or directory
Makefile:68: recipe for target '/home/el-topo/AROS-dev/toolchain-alt-abiv0-i386/.installflag-crosstools' failed
make: *** [/home/el-topo/AROS-dev/toolchain-alt-abiv0-i386/.installflag-crosstools] Error 10

Gapstare avatar Dec 24 '20 12:12 Gapstare

Workaround found: https://ae.amigalife.org/index.php?topic=640.msg5650#msg5650 Also once gcc is updated, the issue will be gone

deadwood2 avatar Dec 25 '20 20:12 deadwood2

Another workaround is to remove texinfo during the compile which will skip the documentation building step.

Gapstare avatar Dec 27 '20 08:12 Gapstare