portmaster stuck at fetch

Hi, was going from php71 to php74. Ran
Code:
# portmaster -y -d --packages lang/php74 lang/php74-extensions
and when it gets to
Code:
===>>> Returning to dependency check for lang/php74-extensions
===>>> Launching child to install devel/php74-gettext

===>>> lang/php74-extensions 2/2 >> devel/php74-gettext (6/22)

===>>> Port directory: /usr/ports/devel/php74-gettext

===>>> Checking package repository for latest available version

It just sits there and its been like that for > 16 minutes. Tried rerunning the command and it sits at the exact same place.

Appears to be running
Code:
fetch -q -o - http://pkg.freebsd.org/FreeBSD:11:amd64/latest/All/

Any iway to get past this?
Thanks.
 
Are you on a closed network? Perhaps need a proxy to download something from the internet? Any local firewall that might be blocking the fetching of remote files?
 
Hi SirDice, doeesn't appear to be blocked.

Code:
# ping pkg.freebsd.org
PING pkgmir.geo.freebsd.org (96.47.72.71): 56 data bytes
64 bytes from 96.47.72.71: icmp_seq=0 ttl=52 time=15.367 ms
 
What does fetch -v http://pkg.freebsd.org/FreeBSD:11:amd64/latest/All/pkg-1.12.0.txz do?
 
Running
Code:
# fetch-o - http://pkg.freebsd.org/FreeBSD:11:amd64/latest/All/
in another ssh window it works but it stops at:
Code:
<tr><td class="link"><a href="py27-pyrsistent-0.14.11.txz" title="py27-pyrsistent-0.14.11.txz">py27-pyrsistent-0.14.11.txz</a></td><td class="size">              81476</td><td class="date">2019-Nov-14 09:17</td></tr>

So is the problem remote?
 
Ok, now it seems to start to get past. However, it stops when running the fetch to check....

Code:
===>>> lang/php74-extensions >> graphics/php74-gd (5/17)

===>>> Port directory: /usr/ports/graphics/php74-gd

===>>> Checking package repository for latest available version
 
Back
Top