Ticket #25700 (closed defect: fixed)
grads build failure
| Reported by: | barry.j.mcinnes@… | Owned by: | takeshi@… |
|---|---|---|---|
| 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
Change History
comment:1 Changed 3 years ago by macsforever2000@…
- Owner changed from macports-tickets@… to takeshi@…
- Keywords grads removed
comment:2 Changed 3 years ago by takeshi@…
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 3 years ago by takeshi@…
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 3 years ago by takeshi@…
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.

