Re: [gdal-dev] Test Failure Question

2020-01-09 Thread Andrew Bell
On Thu, Jan 9, 2020 at 3:18 PM Even Rouault wrote: > Andrew, > > > Any ideas what might be going on or what I might look for to fix? > > Did you build GDAL yourself ? Check if you built against internal libtiff > or > not ? If you built against internal libtiff, make sure to use >

Re: [gdal-dev] Test Failure Question

2020-01-09 Thread Even Rouault
Andrew, > Any ideas what might be going on or what I might look for to fix? Did you build GDAL yourself ? Check if you built against internal libtiff or not ? If you built against internal libtiff, make sure to use --with-rename-internal-libtiff-symbols to avoid any potential symbol clash with

Re: [gdal-dev] Test Failure Question

2020-01-09 Thread Sean Gillies
Hi Andrew, Running the test under lldb will give you some leads. Within your activated environment, so that "python" is the correct one: $ lldb python (lldb) run -m pytest /Users/acbell/gdal/autotest/gcore/tiff_ovr.py On Thu, Jan 9, 2020 at 11:48 AM Andrew Bell wrote: > Hi, > > I'm getting

[gdal-dev] Test Failure Question

2020-01-09 Thread Andrew Bell
Hi, I'm getting an abort when I run autotest on OSX: gcore/tiff_ovr.py ..Fatal Python error: Aborted Current thread 0x7fff9465d380 (most recent call first): File

Re: [gdal-dev] Test failure

2019-02-21 Thread Even Rouault
On jeudi 21 février 2019 10:03:20 CET Andrew Bell wrote: > Hi, > > I'm having an issue running autotest on Ubuntu 18.04. Ideas appreciated: > > === > > acbell@ubuntu-gdal:~/gdal/autotest$ LD_LIBRARY_PATH=../gdal/.libs > PYTHONPATH=../gdal/swig/python/build/lib.linux-x86_64-2.7 pytest >

[gdal-dev] Test failure

2019-02-21 Thread Andrew Bell
Hi, I'm having an issue running autotest on Ubuntu 18.04. Ideas appreciated: === acbell@ubuntu-gdal:~/gdal/autotest$ LD_LIBRARY_PATH=../gdal/.libs PYTHONPATH=../gdal/swig/python/build/lib.linux-x86_64-2.7 pytest = test session starts