Opened 7 years ago

Closed 7 years ago

#52959 closed defect (invalid)

Fail to install libidn

Reported by: peterpang1994 Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: libidn

Description (last modified by larryv (Lawrence Velázquez))

I have been trying to install libidn and the following error message keep pops up

Error: org.macports.checksum for port libidn returned: libidn-1.33.tar.gz does not exist in /opt/local/var/macports/distfiles/libidn

Following lines can be seen in the log

:info:checksum --->  Checksumming libidn-1.33.tar.gz
:error:checksum org.macports.checksum for port libidn returned: libidn-1.33.tar.gz does not exist in /opt/local/var/macports/distfiles/libidn
:debug:checksum Error code: NONE
:debug:checksum Backtrace: libidn-1.33.tar.gz does not exist in /opt/local/var/macports/distfiles/libidn
    while executing

Attachments (1)

main.log (7.2 KB) - added by peterpang1994 7 years ago.
The log file

Download all attachments as: .zip

Change History (4)

Changed 7 years ago by peterpang1994

Attachment: main.log added

The log file

comment:1 Changed 7 years ago by ken-cunningham-webuse

Hmmm ... macports thinks you have downloaded the file, but then macports can't find/access/read it when you try to checksum it...

you did use sudo port -v install libidn , correct?

is there anything in /opt/local/var/macports/distfiles/libidn ? if so, what ownership is on it?

ls -la /opt/local/var/macports/distfiles/libidn/*

here's what I get

ls -la /opt/local/var/macports/distfiles/libidn/*
-rw-r--r--  1 macports  admin  3501056 25 Nov 22:52 /opt/local/var/macports/distfiles/libidn/libidn-1.33.tar.gz

if you have nothing in there, something is confused -- one option would be to go in there, download it manually, and then try reinstalling.

cd /opt/local/var/macports/distfiles/libidn/
sudo wget https://distfiles.macports.org/libidn/libidn-1.33.tar.gz
sudo port -v install libidn

hope this help you --K

comment:2 in reply to:  description Changed 7 years ago by larryv (Lawrence Velázquez)

Description: modified (diff)
Port: libidn added
Version: 2.3.5

This was not a clean build attempt.

:debug:main Skipping completed org.macports.archivefetch (libidn)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.fetch (libidn)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:checksum checksum phase started at Sat Nov 26 13:19:12 HKT 2016

Please try a clean build and attach the new log if it still fails:

$ sudo port clean libidn
$ sudo port install libidn

comment:3 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)

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