Bug 244477 - converters/fribidi: fails to fetch
Summary: converters/fribidi: fails to fetch
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-27 18:41 UTC by Dries Michiels
Modified: 2020-03-01 11:18 UTC (History)
1 user (show)

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


Attachments
poudriere log (8.27 KB, text/plain)
2020-02-27 18:41 UTC, Dries Michiels
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dries Michiels freebsd_committer freebsd_triage 2020-02-27 18:41:55 UTC
Created attachment 212000 [details]
poudriere log

Fribidi fails to fetch in Poudriere. There is another open PR in the bugzilla database that updates it to a higher version not relying on the ftp site. (just saying that it might be more efficient to commit that one).
Comment 1 Dries Michiels freebsd_committer freebsd_triage 2020-02-27 18:49:14 UTC
The bug in question: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228876
Also ^triage according to PR docs on the wiki (fetch unconditionally fails)
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-02-27 21:25:58 UTC
A commit references this bug:

Author: sunpoet
Date: Thu Feb 27 21:25:51 UTC 2020
New revision: 527293
URL: https://svnweb.freebsd.org/changeset/ports/527293

Log:
  Update MASTER_SITES to unbreak this port

  ===>  License LGPL21 accepted by the user
  => fribidi-0.19.7.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/.
  => Attempting to fetch http://fribidi.org/download/fribidi-0.19.7.tar.bz2
  fetch: http://fribidi.org/download/fribidi-0.19.7.tar.bz2: size unknown
  fetch: http://fribidi.org/download/fribidi-0.19.7.tar.bz2: size of remote file is not known
  fribidi-0.19.7.tar.bz2                                  10 kB   66 kBps    00s
  => Fetched file size mismatch (expected 648299, actual 10414)
  => Trying next site
  => Attempting to fetch http://distcache.FreeBSD.org/local-distfiles/%SUBDIR%/fribidi-0.19.7.tar.bz2
  fetch: http://distcache.FreeBSD.org/local-distfiles/%SUBDIR%/fribidi-0.19.7.tar.bz2: Bad Request
  => 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/converters/fribidi

  PR:		244477
  Reported by:	Dries Michiels <driesm.michiels@gmail.com>
  Approved by:	portmgr (blanket)

Changes:
  head/converters/fribidi/Makefile
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2020-03-01 11:18:02 UTC
Fixed. Thanks!