Bug 226346 - sysutils/lsof fails to fetch
Summary: sysutils/lsof fails to fetch
Status: Closed Not A Bug
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Larry Rosenman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-04 11:23 UTC by Dries Michiels
Modified: 2018-03-04 13:51 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (ler)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dries Michiels freebsd_committer freebsd_triage 2018-03-04 11:23:11 UTC
When attempting to build sysutils/lsof, the port can't get past the fetch stage. I think the master sites need an update in the ports Makefile.

root@vados:/usr/ports/sysutils/lsof # make install
===>   lsof-4.90_1,8 depends on file: /usr/local/sbin/pkg - found
=> lsof_4.90.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_4.90.tar.bz2
# hangs here
Comment 1 Larry Rosenman freebsd_committer freebsd_triage 2018-03-04 13:30:43 UTC
Please try RANDOMIZE_MASTER_SITES=yes in your /etc/make.conf.

lsof.itap.purdue.edu requires full forward and reverse DNS, and blocks certain places due to abuse. 

The other master_site, which is the FreeBSD CDN, should allow you to fetch it.
Comment 2 Dries Michiels freebsd_committer freebsd_triage 2018-03-04 13:51:14 UTC
RANDOMIZE_MASTER_SITES=yes in /etc/make.conf worked. Thank you!