This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem with building PDF documentation


On Tuesday 15 of December 2015 10:08:25 Nick Clifton wrote:
> So, in theory what you should do is rerun the "make info" command (or
> whatever command you are using that triggers the failure).  Once the
> failure has happened change into the gas/doc directory and run the
> texinfo command directly, with the extra options added.  Based on the
> binutils.log file you sent this command would be:
> 
> 
> TEXINPUTS="/home/freddie/bleeding-edge-toolchain/src/binutils-gdb/gas/../tex
> info:$TEXINPUTS" \
> MAKEINFO='makeinfo \
>    --split-size=5000000 \
>    --split-size=5000000 \
>    -I "/home/freddie/bleeding-edge-toolchain/src/binutils-gdb/gas/doc" \
>    -I
> "/home/freddie/bleeding-edge-toolchain/src/binutils-gdb/gas/../libiberty" \
>    -I
> "/home/freddie/bleeding-edge-toolchain/src/binutils-gdb/gas/../bfd/doc" \
>    -I ../../bfd/doc \
>    -I /home/freddie/bleeding-edge-toolchain/src/binutils-gdb/gas/doc' \
> texi2dvi \
>    -I "/home/freddie/bleeding-edge-toolchain/src/binutils-gdb/gas/doc" \
>    -I
> "/home/freddie/bleeding-edge-toolchain/src/binutils-gdb/gas/../libiberty" \
>    -I
> "/home/freddie/bleeding-edge-toolchain/src/binutils-gdb/gas/../bfd/doc" \
>    -I ../../bfd/doc \
>    --pdf \
>    --batch \
>    --debug \
>    --verbose \
>    -o as.pdf \
> 
> /home/freddie/bleeding-edge-toolchain/src/binutils-gdb/gas/doc/as.texinfo

OK, I did that, but the output doesn't seem to contain any more information 
about the actual error - or at least I cannot read it <: There's A LOT out 
output, but I still cannot find what exactly is the problem... I attach the 
created as.log file and the output from console in pdf.log. Let me know if 
there is anything more I could do.

Regards,
FCh

Attachment: logs.tar.xz
Description: application/xz-compressed-tar


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]