Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#42310 closed defect (invalid)

Failed to install jp2a

Reported by: andyw@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.2.0
Keywords: Cc:
Port: jp2a

Description

I tried to install jp2a in the normal way:

sudo port install jp2a

I'm running OSX 10.9.1. Find attached the log file.

Attachments (1)

main.log (15.8 KB) - added by andyw@… 10 years ago.
Log file - jp2a failed install

Download all attachments as: .zip

Change History (4)

Changed 10 years ago by andyw@…

Attachment: main.log added

Log file - jp2a failed install

comment:1 Changed 10 years ago by andyw@…

I've fixed the problem. It seems to be due to missing /usr/bin/gnutar executable:

sudo port install gnutar
ln -s /opt/local/bin/gnutar /usr/bin/gnutar
sudo port install jp2a
# It works!

comment:2 Changed 10 years ago by neverpanic (Clemens Lang)

Resolution: invalid
Status: newclosed
sh: /usr/bin/gnutar: No such file or directory

You didn't follow wiki:Migration. Also see wiki:MavericksProblems.

Please do not symlink /usr/bin/gnutar, as this will cause the same problem with the next OS update and break if you ever uninstall gnutar from MacPorts. Remove the symlink and follow the migration procedure.

comment:3 Changed 10 years ago by andyw@…

OK thanks for pointing out those wikis. Following this sorted out the problems.

Note: See TracTickets for help on using tickets.