Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#55676 closed defect (worksforme)

fetch for fop-1.1-bin.tar.gz from all mirrors fails....

Reported by: mlewis1973 Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.4.2
Keywords: Cc:
Port: fop

Description

fetch stops at 49% 10.7M for all mirrors

Attachments (1)

fop_fetch_problem.txt (3.4 KB) - added by mlewis1973 6 years ago.

Download all attachments as: .zip

Change History (6)

Changed 6 years ago by mlewis1973

Attachment: fop_fetch_problem.txt added

comment:1 Changed 6 years ago by mf2k (Frank Schima)

Keywords: fetch removed

comment:2 Changed 6 years ago by kencu (Ken)

Is your disc full by any chance? Every download on your system stops at 49%.

It downloads fine for me from the first mirror:

$ sudo port -v checksum fop
--->  Fetching distfiles for fop
--->  fop-1.1-bin.tar.gz does not exist in /opt/local/var/macports/distfiles/fop
--->  Attempting to fetch fop-1.1-bin.tar.gz from https://distfiles.macports.org/fop
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 21.4M  100 21.4M    0     0  2745k      0  0:00:08  0:00:08 --:--:-- 3945k
--->  Verifying checksums for fop
--->  Checksumming fop-1.1-bin.tar.gz

comment:3 Changed 6 years ago by mlewis1973

no..... appears to be local proxy server issue..... when downloading from web browser, there is a 2 minute pause at 49%, and then download completes (same behavior on Windows IE). it appears that fetching is timing out during the pause. we can close this ticket. Not a Macports issue.

Last edited 6 years ago by mlewis1973 (previous) (diff)

comment:4 Changed 6 years ago by kencu (Ken)

Resolution: worksforme
Status: newclosed

comment:5 Changed 6 years ago by kencu (Ken)

BTW, you can fetch it manually if you want. Just

cd /opt/local/var/macports/distfiles/fop

and then download it or copy it into that folder. I usually use wget, for example:

sudo wget https://distfiles.macports.org/fop/fop-1.1-bin.tar.gz
Note: See TracTickets for help on using tickets.