Opened 14 years ago

Closed 14 years ago

#25700 closed defect (fixed)

grads build failure

Reported by: basmac Owned by: tenomoto (Takeshi Enomoto)
Priority: Normal Milestone:
Component: ports Version: 1.9.1
Keywords: Cc:
Port: grads

Description

port install grads fails on Mac 10.6.4 clean install of 1.9.1. debug output attached.

Attachments (1)

grads.log (106.1 KB) - added by basmac 14 years ago.

Download all attachments as: .zip

Change History (6)

Changed 14 years ago by basmac

Attachment: grads.log added

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

Keywords: grads removed
Owner: changed from macports-tickets@… to takeshi@…

comment:2 Changed 14 years ago by tenomoto (Takeshi Enomoto)

It seems that the static library (libnetcdf.a) is chosen over the dynamic version (libnetcdf.dylib). Do you have libnetcdf.dylib? To find that out, run

port contents netcdf

comment:3 Changed 14 years ago by tenomoto (Takeshi Enomoto)

Barry you don't have libnetcdf.dylib. This is a problem of netcdf. Could you uninstall and reinstall netcdf again? If it still does not give you libnetcdf.dylib, let me take a look at config.log. The following commands take you to netcdf-4.1.1, where you will find config.log.

sudo port -d configure netcdf
cd `port dir netcdf`
open work/netcdf-4.1.1

comment:4 Changed 14 years ago by tenomoto (Takeshi Enomoto)

ifort that cannot find its license file appears to hinder enable-shared. I removed ifort and some other Fortran compilers available on Mac to be detected by deleting them from the lists. I do not have ifort or ifort without license so I would like Barry to test netcdf commited as r69925.

comment:5 Changed 14 years ago by tenomoto (Takeshi Enomoto)

Resolution: fixed
Status: newclosed

The reporter says r69925 works.

Note: See TracTickets for help on using tickets.