Opened 8 years ago

Closed 8 years ago

#52571 closed defect (fixed)

opam @1.2.2: tar: Error opening archive: Failed to open '../extlib-1.5.3.tar.gz'

Reported by: gknauth (Geoffrey Knauth) Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version: 2.3.4
Keywords: Cc:
Port: opam

Description

Ran Fine: sudo port install ocaml

Failed: sudo port install opam

I was following instructions here.

May be relevant:

:info:build ocaml ../shell/md5check.ml extlib-1.5.3.tar.gz 3de5f4e0a95fda7b2f3819c4a655b17c
:info:build MD5 for extlib-1.5.3.tar.gz differ:
:info:build   expected: 3de5f4e0a95fda7b2f3819c4a655b17c
:info:build     actual: a0830b6fd2439ba2e924e08ba9e82a79
:info:build mkdir -p tmp
:info:build cd tmp && tar xfz ../extlib-1.5.3.tar.gz
:info:build tar: Error opening archive: Failed to open '../extlib-1.5.3.tar.gz'

Attachments (1)

failure-install-opam.txt (19.7 KB) - added by gknauth (Geoffrey Knauth) 8 years ago.
log of "port install opam" that failed

Download all attachments as: .zip

Change History (3)

Changed 8 years ago by gknauth (Geoffrey Knauth)

Attachment: failure-install-opam.txt added

log of "port install opam" that failed

comment:1 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: extlib removed
Owner: changed from macports-tickets@… to mww@…
Summary: port install ocaml OK, port install opam *fails*opam @1.2.2: tar: Error opening archive: Failed to open '../extlib-1.5.3.tar.gz'

opam is trying to download extlib from Google Code. The Google Code service has been discontinued. Here is a fix:

https://github.com/ocaml/opam/pull/2668

comment:2 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.