New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changes between Initial Version and Version 1 of Ticket #28101


Ignore:
Timestamp:
01/23/11 15:48:06 (2 years ago)
Author:
jmr@…
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 Owner changed from macports-tickets@… to seanasy@…
    • Property Keywords hdf4 removed
    • Property Port changed from to gdal
  • 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}}}