On Sat, 16 Jun 2012 23:23:31 +0100 Ronnie van Aarle <[email protected]> wrote:
> I'm writing this email while I'm configuring and building the packages, and > now udev is installed with Kmod running, I found another oddity on > pollkit-0.106 this time: > > Building polkit-0.106 on an offline system halts on a make error because it > cannot acces: > > http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl > > of course not, without an internet connection, since when is internet > required for make? > > It is the first time I experience that a build requires internet acces, but > I don't see why and I don't like it also. > > adding --disable-manpages to the configure arguments makes the build > succesfull. This is a very weird and uncommon thing in my point of view, > make that requires internet access. Another option is to install all the docbook stuff, in this case, the docbook xsl stylesheets: http://www.linuxfromscratch.org/blfs/view/svn/pst/docbook-xsl.html You can see in the configuring section it has a rule to rewrite the URI to point to a local file on your system: xmlcatalog --noout --add "rewriteURI" \ "http://docbook.sourceforge.net/release/xsl/current" \ "/usr/share/xml/docbook/xsl-stylesheets-1.77.0" \ /etc/xml/catalog Andy -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
