<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>So I was specifically looking for information on systemd when cross-compiling and it led me to cross-lfs.<div>But not the viewable book online, rather the development BOOK.</div><div>So I clone cross-lfs.git and attempt to make it.</div><div>$ make BASEDIR=$HOME/Desktop/ClfsBook ARCHS=x86 V=9 nochunks</div><div>*****</div><div><div>Validating x86 book...</div><div>mkdir -p /home/user/Desktop/cross-lfs/BOOK/../render/validate</div><div>xmllint --noent --xinclude \</div><div><span class="Apple-tab-span" style="white-space:pre">   </span>  --relaxng /home/user/Desktop/cross-lfs/BOOK/schema/docbook/4.5/rng/docbook.rng \</div><div><span class="Apple-tab-span" style="white-space:pre">      </span>  -o /home/user/Desktop/cross-lfs/BOOK/../render/validate/x86-full.xml \</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>  /home/user/Desktop/cross-lfs/BOOK/x86-index.xml</div><div>/home/user/Desktop/cross-lfs/BOOK/x86-index.xml validates</div><div>Generating profiled x86 book...</div><div>mkdir -p /home/user/Desktop/cross-lfs/BOOK/../render/profile</div><div>xsltproc --stringparam profile.condition html \</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>  --output /home/user/Desktop/cross-lfs/BOOK/../render/profile/x86-html.xml \</div><div><span class="Apple-tab-span" style="white-space:pre">   </span>  /home/user/Desktop/cross-lfs/BOOK/stylesheets/lfs-xsl/profile.xsl \</div><div><span class="Apple-tab-span" style="white-space:pre">   </span>  /home/user/Desktop/cross-lfs/BOOK/../render/validate/x86-full.xml</div><div>Rendering Single File HTML of x86...</div><div>mkdir -p /home/user/Desktop/cross-lfs/BOOK/../render/nochunk</div><div>xsltproc -stringparam rootid "" \</div><div><span class="Apple-tab-span" style="white-space:pre">     </span>  --output /home/user/Desktop/cross-lfs/BOOK/../render/nochunk/CLFS-x86.html \</div><div><span class="Apple-tab-span" style="white-space:pre">  </span>  /home/user/Desktop/cross-lfs/BOOK/stylesheets/clfs-nochunks.xsl \</div><div><span class="Apple-tab-span" style="white-space:pre">     </span>  /home/user/Desktop/cross-lfs/BOOK/../render/profile/x86-html.xml</div><div>XPath error : Invalid context position</div><div>make: *** [x86-nochunks] Error 10</div></div><div><span style="font-size: 12pt;">*****</span></div><div><span style="font-size: 12pt;"><div>$ xsltproc --version</div><div>*****</div><div>Using libxml 20901-GITv2.9.1-75-g6faa126, libxslt 10128-GITv1.1.28-28-ga9eee87 and libexslt 817</div><div>xsltproc was compiled against libxml 20901, libxslt 10128 and libexslt 817</div><div>libxslt 10128 was compiled against libxml 20901</div><div>libexslt 817 was compiled against libxml 20901</div><div>*****</div><div>I git everything I can to the latest commit. I also tried with docbook 5.0 with serious hesitations considering the xml is pointing to 4.5 so I tried with that as well.</div><div>Then today I wiped everything and starting installing minimal components until BOOK would actually "make" (no message about any missing preqs).</div></span></div>                                          </div></body>
</html>