Hi Dan,
>I wonder if you have solved the problem, and it also confused me.
I think so, too.
There was change the document of "Setting_Up_LTIB_Host.pdf" in L3.0.35_4.1.0 from L3.0.35_4.0.0.
=====
# Install packages needed by LTIB
sudo aptitude -y install gettext libgtk2.0-dev rpm bison m4 libfreetype6-dev
sudo aptitude -y install libdbus-glib-1-dev liborbit2-dev intltool
sudo aptitude -y install ccache ncurses-dev zlib1g zlib1g-dev gcc g++ libtool
sudo aptitude -y install uuid-dev liblzo2-dev
sudo aptitude -y install tcl dpkg
sudo aptitude -y install asciidoc texlive-latex-base dblatex xutils-dev // <---Add this install
=====
I found only following difference in build procedure.
Case "L3.0.35_4.1.0" ;
$ sudo aptitude -y install asciidoc texlive-latex-base dblatex xutils-dev
Case "L3.0.35_4.0.0" ;
$ sudo apt-get install texinfo
$ sudo apt-get install texlive
Keita