Opened 11 years ago
Closed 11 years ago
#39858 closed defect (invalid)
gnudatalanguage configure fails on 10.8.3
Reported by: | watsodw | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.0 |
Keywords: | Cc: | tenomoto (Takeshi Enomoto) | |
Port: | gnudatalanguage |
Description
Can't find GRIB, even though grib_api is installed
Attachments (1)
Change History (10)
Changed 11 years ago by watsodw
comment:1 Changed 11 years ago by tenomoto (Takeshi Enomoto)
comment:2 Changed 11 years ago by watsodw
This is what I get:
-rwxr-xr-x 1 root 884B Jul 29 12:42 libgrib_api.la* -rw-r--r-- 1 root 2.9M Jul 29 12:42 libgrib_api.a
comment:4 Changed 11 years ago by watsodw
There is no config.log in the build directory. All there is is the main.log already posted.
comment:5 Changed 11 years ago by tenomoto (Takeshi Enomoto)
You're right. CMake is currently used and there is no config.log. You don't seem to have libgrib_api.dylib. I have
$ port contents grib_api | grep lib /opt/local/lib/libgrib_api-1.9.18.dylib /opt/local/lib/libgrib_api.a /opt/local/lib/libgrib_api.dylib /opt/local/lib/libgrib_api.la /opt/local/lib/pkgconfig/grib_api.pc /opt/local/lib/pkgconfig/grib_api_f90.pc
You could try reinstalling (or updating) grib_api.
I would cd to work/gdl-0.9.3 and
ccmake .
to figure out what is wrong.
comment:6 Changed 11 years ago by watsodw
I found my issue. I had built grib_api with the python27 variant and for some reason that prevented the grib_api dynamic libraries from being built, which is what gnudatalanguage was looking for. Rebuilt grib_api without that variant and gnudatalanguage built fine.
comment:7 Changed 11 years ago by tenomoto (Takeshi Enomoto)
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:8 Changed 11 years ago by tenomoto (Takeshi Enomoto)
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:9 Changed 11 years ago by tenomoto (Takeshi Enomoto)
Resolution: | → invalid |
---|---|
Status: | reopened → closed |
Could you confirm the presence of libgrib_api.dylib by ls -l? It's a symlink to the file below