Bug 219591 - devel/rebar3
Summary: devel/rebar3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Jimmy Olgeni
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-27 09:50 UTC by John Parkey
Modified: 2017-05-29 08:04 UTC (History)
0 users

See Also:
olgeni: maintainer-feedback+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Parkey 2017-05-27 09:50:28 UTC
Port will not build because of a size mismatch on file rebar3-cache-cache-10.tar.gz.  Expected is 1904003, actual is 190451.  Ouput from portmaster below:

root@cooler:/usr/ports/devel/rebar3 # make install
===>  License APACHE20 accepted by the user
===>   rebar3-3.4.1,1 depends on file: /usr/local/sbin/pkg - found
=> rebar3-cache-10.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch http://distcache.FreeBSD.org/local-distfiles/olgeni/rebar3-cache-10.tar.gz
fetch: http://distcache.FreeBSD.org/local-distfiles/olgeni/rebar3-cache-10.tar.gz: size mismatch: expected 1904003, actual 1904051
=> Attempting to fetch http://distcache.us-east.FreeBSD.org/local-distfiles/olgeni/rebar3-cache-10.tar.gz
fetch: http://distcache.us-east.FreeBSD.org/local-distfiles/olgeni/rebar3-cache-10.tar.gz: size mismatch: expected 1904003, actual 1904051
=> Attempting to fetch http://distcache.eu.FreeBSD.org/local-distfiles/olgeni/rebar3-cache-10.tar.gz
fetch: http://distcache.eu.FreeBSD.org/local-distfiles/olgeni/rebar3-cache-10.tar.gz: size mismatch: expected 1904003, actual 1904051
=> Attempting to fetch http://distcache.us-west.FreeBSD.org/local-distfiles/olgeni/rebar3-cache-10.tar.gz
fetch: http://distcache.us-west.FreeBSD.org/local-distfiles/olgeni/rebar3-cache-10.tar.gz: size mismatch: expected 1904003, actual 1904051
=> Attempting to fetch http://olgeni.olgeni.com/~olgeni/distfiles/rebar3-cache-10.tar.gz
fetch: http://olgeni.olgeni.com/~olgeni/distfiles/rebar3-cache-10.tar.gz: size mismatch: expected 1904003, actual 1904051
=> Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/rebar3-cache-10.tar.gz
fetch: http://distcache.FreeBSD.org/ports-distfiles/rebar3-cache-10.tar.gz: Not Found
=> Couldn't fetch it - please try to retrieve this
=> port manually into /usr/ports/distfiles/ and try again.
*** Error code 1
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-05-27 11:06:50 UTC
A commit references this bug:

Author: olgeni
Date: Sat May 27 11:05:43 UTC 2017
New revision: 441841
URL: https://svnweb.freebsd.org/changeset/ports/441841

Log:
  Rebuild rebar3 cache file because an incorrect version may be
  stuck in distfile caches.

  PR:		219591
  Submitted by:	John Parkey

Changes:
  head/devel/rebar3/Makefile
  head/devel/rebar3/distinfo
Comment 2 Jimmy Olgeni freebsd_committer freebsd_triage 2017-05-27 11:10:30 UTC
Now it should get into proper shape...
Comment 3 Jimmy Olgeni freebsd_committer freebsd_triage 2017-05-29 08:04:36 UTC
Looks ok now - thanks for the report!