https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91139

--- Comment #4 from Daniel Richard G. <skunk at iskunk dot org> ---
(In reply to Martin Liška from comment #3)
> 
> So is the issue fixed or not?

Not fixed as of 9.2.0, I'm afraid:

[...]
if [ xinfo = xinfo ]; then \
        makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000
--no-split -I . -I ../../gcc--9.2.0/gcc/doc \
                -I ../../gcc--9.2.0/gcc/doc/include -o doc/cpp.info
../../gcc--9.2.0/gcc/doc/cpp.texi; \
fi
if [ xinfo = xinfo ]; then \
        makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000
--no-split -I . -I ../../gcc--9.2.0/gcc/doc \
                -I ../../gcc--9.2.0/gcc/doc/include -o doc/gcc.info
../../gcc--9.2.0/gcc/doc/gcc.texi; \
fi
../../gcc--9.2.0/gcc/doc//invoke.texi:1783: @include
`/users/cport/tmp/gcc-build/gcc/../../gcc-9.2.0/gcc/../libiberty/at-file.texi':
No such file or directory.
../../gcc--9.2.0/gcc/doc//extend.texi:7097: warning: `.' or `,' must follow
@xref, not `f'.
../../gcc--9.2.0/gcc/doc//extend.texi:8181: warning: `.' or `,' must follow
@xref, not `f'.
makeinfo: Removing output file `doc/gcc.info' due to errors; use --force to
preserve.
Makefile:3228: recipe for target 'doc/gcc.info' failed
gmake[3]: *** [doc/gcc.info] Error 1
gmake[3]: Leaving directory '/home/skunk/tmp/gcc-build/gcc'
Makefile:4661: recipe for target 'all-stage1-gcc' failed
gmake[2]: *** [all-stage1-gcc] Error 2
gmake[2]: Leaving directory '/home/skunk/tmp/gcc-build'
Makefile:22313: recipe for target 'stage1-bubble' failed
gmake[1]: *** [stage1-bubble] Error 2
gmake[1]: Leaving directory '/home/skunk/tmp/gcc-build'
Makefile:22649: recipe for target 'bootstrap' failed
gmake: *** [bootstrap] Error 2


(Note the reference to "gcc-9.2.0" when the actual path is "gcc--9.2.0")

Reply via email to