Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 May 2012 18:37:02 +0200
From:      Rainer Hurling <rhurlin@gwdg.de>
To:        "coder.tuxfamily" <coder@tuxfamily.org>
Cc:        sunpoet@FreeBSD.org, freebsd-ports@freebsd.org
Subject:   Re: graphics/gdal 1.9.0 does not build on CURRENT
Message-ID:  <4FBD122E.9030606@gwdg.de>
In-Reply-To: <4FBD0EE2.9050703@tuxfamily.org>
References:  <4FBA9620.3020207@gwdg.de> <4FBA997C.6010000@tuxfamily.org> <4FBAA203.90201@gwdg.de> <4FBAA388.1070906@tuxfamily.org> <4FBB24D3.4010209@gwdg.de> <4FBBC3F2.4050104@tuxfamily.org> <4FBBC504.5010305@gwdg.de> <4FBBD7B4.5090505@tuxfamily.org> <4FBBFADA.6010700@gwdg.de> <4FBD0797.9040803@gwdg.de> <4FBD0EE2.9050703@tuxfamily.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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.
>>
>> 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!



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4FBD122E.9030606>