Changes between Initial Version and Version 1 of Ticket #28101


Ignore:
Timestamp:
Jan 23, 2011, 11:48:06 PM (13 years ago)
Author:
jmroot (Joshua Root)
Comment:

Please remember to preview and use WikiFormatting, fill in the Port field, and cc the maintainer.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28101

    • Property Keywords hdf4 removed
    • Property Owner changed from macports-tickets@… to seanasy@…
    • Property Port gdal added
  • Ticket #28101 – Description

    initial v1  
    22
    33This failed in gdal with an errors in hdf4imagedataset.cpp.  I was able in install without hdf4.  Then I tried:
    4 
     4{{{
    55$ port install gdal +hdf4
    66--->  Computing dependencies for gdal
     
    1313Error: Target org.macports.build returned: shell command failed (see log for details)
    1414Log for gdal is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gis_gdal/main.log
    15 
     15}}}
    1616The log has the following errors:
    17 
     17{{{
    1818:info:build hdf4imagedataset.cpp: In member function 'void HDF4ImageDataset::GetSwatAttrs(int32)':
    1919:info:build hdf4imagedataset.cpp:1506: error: 'SWsdid' was not declared in this scope
    2020:info:build hdf4imagedataset.cpp: In member function 'void HDF4ImageDataset::GetGridAttrs(int32)':
    2121:info:build hdf4imagedataset.cpp:1616: error: 'GDsdid' was not declared in this scope
    22 
     22}}}
     23{{{
    2324$ port installed hdf4 gdal
    2425The following ports are currently installed:
    2526  gdal @1.7.3_1+hdf5+netcdf+python26 (active)
    2627  hdf4 @4.2.5_1 (active)
     28}}}