My task is to compile XigmaNAS on FreeBSD11.2 ( the offical guide for compiling XigmaNAS told me the version ) Now I am on the step to install the applications we need before compiling. The offcial guide also told me install the applications via ports instead of pkg .
when i am doing: " cd /usr/ports/print/texinfo" "make install clean" , it went wrong:
It looks like either the fetching link is too old so that 404 or the documentation the link provides mismatches . What can I do? Where can i find the proper texinfo-6.5,1?
My English and CS knowledge are both poor.. thanks for your patience..
when i am doing: " cd /usr/ports/print/texinfo" "make install clean" , it went wrong:
Code:
root@FreeBSD11:/usr/ports/shells/bash # cd /usr/ports/print/texinfo
root@FreeBSD11:/usr/ports/print/texinfo # make install clean
===> License GPLv3+ accepted by the user
===> texinfo-6.5,1 depends on file: /usr/local/sbin/pkg - found
=> texi2dvi doesn't seem to exist in /usr/ports/distfiles/texinfo/6.5.
=> Attempting to fetch [URL]http://distcache.freebsd.org/local-distfiles/sunpoet/texinfo/6.5/texi2dvi[/URL]
fetch: [URL]http://distcache.freebsd.org/local-distfiles/sunpoet/texinfo/6.5/texi2dvi[/URL]: Not Found
=> Attempting to fetch [URL]http://distcache.us-east.freebsd.org/local-distfiles/sunpoet/texinfo/6.5/texi2dvi[/URL]
fetch: [URL]http://distcache.us-east.freebsd.org/local-distfiles/sunpoet/texinfo/6.5/texi2dvi[/URL]: Not Found
=> Attempting to fetch [URL]http://distcache.eu.freebsd.org/local-distfiles/sunpoet/texinfo/6.5/texi2dvi[/URL]
fetch: [URL]http://distcache.eu.freebsd.org/local-distfiles/sunpoet/texinfo/6.5/texi2dvi[/URL]: Not Found
=> Attempting to fetch [URL]http://distcache.us-west.freebsd.org/local-distfiles/sunpoet/texinfo/6.5/texi2dvi[/URL]
fetch: [URL]http://distcache.us-west.freebsd.org/local-distfiles/sunpoet/texinfo/6.5/texi2dvi[/URL]: Not Found
=> Attempting to fetch [URL]http://distcache.freebsd.org/ports-distfiles/texinfo/6.5/texi2dvi[/URL]
fetch: [URL]http://distcache.freebsd.org/ports-distfiles/texinfo/6.5/texi2dvi[/URL]: size mismatch: expected 61668, actual 61195
=> Couldn't fetch it - please try to retrieve this
=> port manually into /usr/ports/distfiles/texinfo/6.5 and try again.
*** Error code 1
Stop.
make[1]: stopped in /usr/ports/print/texinfo
*** Error code 1
Stop.
My English and CS knowledge are both poor.. thanks for your patience..