graphics/gdal 1.9.0 does not build on CURRENT

Rainer Hurling rhurlin at gwdg.de
Fri May 25 08:30:04 UTC 2012


On 23.05.2012 18:37 (UTC+1), Rainer Hurling wrote:
> On 23.05.2012 18:22 (UTC+1), coder.tuxfamily wrote:
>>
>>> OK, I think I get it. This failure does not happen, if swig is not
>>> installed. Then it builds and installs fine.

I tried to install gdal-1.9.0 on another 10.0-CURRENT box and it fails 
completely. On that box I was not able to build gdal even without swig 
or with swig 2.0 installed.

After that I tried on a 10.0-CURRENT Tinderbox with a totally unmodified 
gdal-1.9.0 (even without the ${CPPFLAGS} patch). It builds just fine, no 
problems at all!

So it must have to do with some special configurations and/or installed 
packages.

The only clue I have at this time is, that 
extensions/gdal_wrap.cpp:6845: complains about "'VSIFTruncateL', which 
was not declared in this scope".


>>> Do you have any idea what is going wrong with swig here?
>>
>>
>> OK. Maybe inclue the swig dependancy into the Makefile.
>
> I just tested three cases:
>
> (1) No swig installed -> gdal 1.9.0 builds and installs fine
>
> (2) swig 1.3.40 installed -> the build breaks, see older mails
>
> (3) swig 2.0.4 installed -> gdal 1.9.0 builds and installs fine
>
>
> So we only have to take care that swig 1.3.40 is not installed.
>
>
> With swig installed, the pkg-plist of gdal is incomplete, 'make
> deinstall' shows
>
> pkg_delete: unable to completely remove directory '/usr/local/share/gdal'
> pkg_delete: unable to completely remove directory
> '/usr/local/lib/python2.7/site-packages/GDAL-1.9.0-py2.7-freebsd-10.0-CURRENT-amd64.egg/osgeo'
>
> pkg_delete: unable to completely remove directory
> '/usr/local/lib/python2.7/site-packages/GDAL-1.9.0-py2.7-freebsd-10.0-CURRENT-amd64.egg'
>
> pkg_delete: couldn't entirely delete package `gdal-1.9.0'
> (perhaps the packing list is incorrectly specified?)
>
>
>> I try to port gdal 1.9.1
>
> That would be nice!



More information about the freebsd-ports mailing list