Bug 241963

Summary: sysutils/zfs-stats: is not broken actually
Product: Ports & Packages Reporter: Anton Saietskii <vsasjason>
Component: Individual Port(s)Assignee: Martin Matuska <mm>
Status: Closed FIXED    
Severity: Affects Only Me CC: antoine, dvl, pi, w.schwarzenfeld
Priority: --- Flags: pi: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
svn-diff-zfs-stat none

Description Anton Saietskii 2019-11-14 10:36:30 UTC
I see that port is marked broken by r516897. Why? It still can be fetched via https://github.com/mmatuska/zfs-stats/archive/1.2.2.tar.gz
Comment 1 Walter Schwarzenfeld 2019-11-15 16:34:58 UTC
Created attachment 209168 [details]
svn-diff-zfs-stat

Or an update to 1.3.0.

(I did not tested functionality, only if it is fetchable and if it builds).
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2019-11-15 18:55:03 UTC
testbuilds are fine, run-test looks fine on a box with zfs.
Comment 3 Dan Langille freebsd_committer freebsd_triage 2019-11-27 13:37:00 UTC
The issue appears to be DNS:

[dan@pkg01:/usr/local/poudriere/ports/default/sysutils/zfs-stats] $ sudo make makesum
===>  License BSD2CLAUSE accepted by the user
===>  License BSD2CLAUSE accepted by the user
===>   zfs-stats-1.2.2_1 depends on file: /usr/local/sbin/pkg - found
=> zfs-stats-1.2.2.tar.gz doesn't seem to exist in /usr/local/poudriere/ports/default/distfiles/.
=> Attempting to fetch https://cloud.github.com/downloads/mmatuska/zfs-stats/zfs-stats-1.2.2.tar.gz
fetch: https://cloud.github.com/downloads/mmatuska/zfs-stats/zfs-stats-1.2.2.tar.gz: No address record
=> Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/zfs-stats-1.2.2.tar.gz
zfs-stats-1.2.2.tar.gz                                   9 kB   36 MBps    00s
===> Fetching all distfiles required by zfs-stats-1.2.2_1 for building

[dan@pkg01:/usr/local/poudriere/ports/default/sysutils/zfs-stats] $ host cloud.github.com
cloud.github.com is an alias for d24z2fz21y4fag.cloudfront.net.

[dan@pkg01:/usr/local/poudriere/ports/default/sysutils/zfs-stats] $ host d24z2fz21y4fag.cloudfront.net
[dan@pkg01:/usr/local/poudriere/ports/default/sysutils/zfs-stats] $ 

-- 
  Dan Langille
  dan@langille.org
Comment 4 Dan Langille freebsd_committer freebsd_triage 2019-11-27 13:39:52 UTC
All ports using MASTER_SITES= GHC may be unfetchable.  cloud.github.com is not resolving.  https://www.whatsmydns.net/#A/cloud.github.com
Comment 5 commit-hook freebsd_committer freebsd_triage 2019-11-27 14:45:06 UTC
A commit references this bug:

Author: mm
Date: Wed Nov 27 14:44:54 UTC 2019
New revision: 518503
URL: https://svnweb.freebsd.org/changeset/ports/518503

Log:
  Unbreak and update zfs-stats to 1.3.0

  PR:		241963

Changes:
  head/sysutils/zfs-stats/Makefile
  head/sysutils/zfs-stats/distinfo
Comment 6 Anton Saietskii 2019-12-01 14:21:47 UTC
Fixed in r518503.