Closed mmhamed closed 3 years ago
It fails building the documentation.
Remove 'doc' from the SUBDIRS assignment in Makefile.am, reconfigure the project, and try compiling it again.
On Sun, Oct 17, 2021 at 4:21 PM mmhamed @.***> wrote:
I'm trying to compile/install the project on a setup which has no connection to the internet. (I succeeded with downloading the project and the relevant libraries with different methods). But when I reach the "make", I get some errors like:
make[2]: Entering directory '/home/ubuntu/fuse-nfs/doc' test -z "/usr/bin/xsltproc" || /usr/bin/xsltproc -o fuse-nfs.1 http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl fuse-nfs.xml error : Resource temporarily unavailable warning: failed to load external entity " http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl" cannot parse http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
Is it not possible to compile without internet connection ? (I get that it seems there's no point in installing it without internet, but I'm trying something else).
Thanks
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sahlberg/fuse-nfs/issues/41, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADY3EF4U22Y6OHCRKUG3RTUHJTQNANCNFSM5GEOSAEQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
It worked, thanks a lot :) I would be happy if you can elaborate on what this "documentation" is, because I don't want to remove an important feature by mistake.
Thanks
On Wed, Oct 20, 2021 at 2:20 AM mmhamed @.***> wrote:
It worked, thanks a lot :) I would be happy if you can elaborate on what this "documentation" is, because I don't want to remove an important feature by mistake.
It is just the manpage for fuse-nfs I have added a precompiled version of fuse-nfs.1 to the master branch. You can just copy that file to the man1 directory for your manpages if you need it.
Thanks
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/sahlberg/fuse-nfs/issues/41#issuecomment-946886964, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADY3EHEP4GDX27LGIECFPLUHWLDRANCNFSM5GEOSAEQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
I'm trying to compile/install the project on a setup which has no connection to the internet. (I succeeded with downloading the project and the relevant libraries with different methods). But when I reach the "make", I get some errors like:
make[2]: Entering directory '/home/ubuntu/fuse-nfs/doc' test -z "/usr/bin/xsltproc" || /usr/bin/xsltproc -o fuse-nfs.1 http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl fuse-nfs.xml error : Resource temporarily unavailable warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl" cannot parse http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
Is it not possible to compile without internet connection ? (I get that it seems there's no point in installing it without internet, but I'm trying something else).
Thanks