Re: Failing to fetch x11/luit
- Reply: Kurt Buff : "Re: Failing to fetch x11/luit"
- In reply to: Kurt Buff : "Re: Failing to fetch x11/luit"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 11 Jul 2021 08:23:09 UTC
On 2021-07-10 23:31, Kurt Buff wrote: > On Sat, Jul 10, 2021 at 8:45 PM Chris <portmaster@bsdforge.com> wrote: >> On 2021-07-10 16:31, Kurt Buff wrote: >> > All, >> > >> > Trying to rebuild my ports using synth and it's failing to fetch this >> > one. I've also tried building manually using 'make install clean', but >> > get the same error. >> > >> > Can someone point me in the right direction for this? >> >> We're going to need a little more information in order to know how >> to provide the correct answer. >> What version of FreeBSD are you running? > freebsd-version says 12.2-RELEASE-p9 > >> What revision of the ports tree are you working with || port version >> of x11/luit? > > I ran 'gitup ports' today, then 'make index' afterward, so it'll be > from some point today. I also ran 'make clean' against the ports tree > today. > Thanks for the info. > Just now, I ran this, and got the error message show: > > root@FreeBSD-VM:~ # cd /usr/ports/x11/luit > root@FreeBSD-VM:/usr/ports/x11/luit # make fetch > ===> License MIT accepted by the user > ===> luit-20210218 depends on file: /usr/local/sbin/pkg - found > => luit-20210218.tgz doesn't seem to exist in /usr/ports/distfiles/. > => Attempting to fetch ftp://ftp.invisible-island.net/luit/luit-20210218.tgz > fetch: ftp://ftp.invisible-island.net/luit/luit-20210218.tgz: OK I just attempted to grab the file listed above, and had no trouble retrieving it. So I'm going to guess your system is having difficulty finding the host. Just in case it's an intermittent problem. What happens if you cd to: /usr/ports/x11/luit and perform a make fetch ? If it fails on the first attempt, does issuing the command a couple of more times finally return a success? Do you have any restrictions on the ftp port(s) within your firewall? Assuming your running one of course. HTH --Chris > Operation timed out > => Attempting to fetch > http://distcache.FreeBSD.org/ports-distfiles/luit-20210218.tgz > fetch: http://distcache.FreeBSD.org/ports-distfiles/luit-20210218.tgz: Not > Found > => Couldn't fetch it - please try to retrieve this > => port manually into /usr/ports/distfiles/ and try again. > *** Error code 1 > > Stop. > make: stopped in /usr/ports/x11/luit > > Kurt