Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#54321 closed defect (invalid)

gawk fails due to missing libreadline.6.dylib

Reported by: pedrotildes Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.4.1
Keywords: Cc:
Port: gawk

Description

I'm trying to install cdo on my Mac but it seems that I have a problem.

iMac-de-Pedro:~ pedrotildes$ sudo port install cdo
--->  Computing dependencies for cdo
--->  Fetching archive for cdo
--->  Attempting to fetch cdo-1.8.2_0.darwin_16.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/cdo
--->  Attempting to fetch cdo-1.8.2_0.darwin_16.x86_64.tbz2 from http://lil.fr.packages.macports.org/cdo
--->  Attempting to fetch cdo-1.8.2_0.darwin_16.x86_64.tbz2 from https://packages.macports.org/cdo
--->  Fetching distfiles for cdo
--->  Verifying checksums for cdo
--->  Extracting cdo
--->  Configuring cdo
Error: Failed to configure cdo, consult /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_cdo/cdo/work/cdo-1.8.2/config.log
Error: Failed to configure cdo: configure failure: command execution failed
Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_cdo/cdo/main.log for details.
Error: Follow https://guide.macports.org/#project.tickets to report a bug.
Error: Processing of port cdo failed

I did try to selfupdate, and then followed by a clean install and the result is the same. I' using MacOS Sierra 10.12.5 What Am I missing? I'm attaching the log file. Thanks in advance

Pedro Tildes Gomes

Attachments (1)

main.log (45.2 KB) - added by pedrotildes 7 years ago.

Download all attachments as: .zip

Change History (4)

Changed 7 years ago by pedrotildes

Attachment: main.log added

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

Keywords: Error installation CDO removed
Resolution: invalid
Status: newclosed

In the future, please Cc the port maintainers (port info --maintainers cdo), if any.

The error is:

:info:configure dyld: Library not loaded: /opt/local/lib/libreadline.6.dylib
:info:configure   Referenced from: /opt/local/bin/gawk
:info:configure   Reason: image not found

The solution is:

sudo port selfupdate
sudo port upgrade readline gawk

comment:2 Changed 7 years ago by mf2k (Frank Schima)

Summary: Error: Failed to configure cdo - Climate Data Operatorsgawk fails due to missing libreadline.6.dylib

comment:3 Changed 7 years ago by mf2k (Frank Schima)

Port: gawk added; cdo removed
Note: See TracTickets for help on using tickets.