Ticket #34339 (new defect)
gdal +framework variant fails to install
| Reported by: | james.goppert@… | Owned by: | seanasy@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.0.4 |
| Keywords: | Cc: | stromnov@… | |
| Port: | gdal |
Description
Here is the error.
gdal-1.9.0/libtool --mode=finish --silent /Library/Frameworks/GDAL.framework/Versions/1.9 libtool: finish: invalid argument `/Library/Frameworks/GDAL.framework/Versions/1.9'
Here is a hack to get it to install
mkdir -p /Library/Frameworks/GDAL.framework/Versions/1.9
Now retry port install
sudo port install gdal +framework
Then you have to move it to the correct prefix
mv /Library/Frameworks/GDAL.framework/ /opt/local/Library/Frameworks/GDAL.framework
Change History
Note: See
TracTickets for help on using
tickets.


Cc Me!