Re: [Geotools-devel] Time to remove GDAL support from the OSX Github action?

2024-07-01 Thread Torben Barsballe
This is finally (more or less) solved. The main issue turned out to be the wrong JDK architecture - macos-latest changed to arm64 a couple months ago. More details in the comments of the PR However, there's at least one blocker before it can be merge

Re: [Geotools-devel] Time to remove GDAL support from the OSX Github action?

2024-06-14 Thread Torben Barsballe
I'm still at the point where I'm not sure if its a GDAL issue, an imageio-ext issue, or an "I haven't dealt with the java bindings in several years and am missing something obvious" issue; I'd hoped to at least narrow it down to a GDAL issue before making a bug report. Is there any way to get imag

Re: [Geotools-devel] Time to remove GDAL support from the OSX Github action?

2024-06-13 Thread Andrea Aime
Maybe you can ask on the devel list, or report on the issue tracker? E.g.: https://github.com/OSGeo/gdal/issues/7779 Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit http://bit.ly/gs-services-us for more information. == Ing. Andrea Aime @geowolf Technical Lead

Re: [Geotools-devel] Time to remove GDAL support from the OSX Github action?

2024-06-12 Thread Torben Barsballe
That's a good suggestion. Unfortunately, it didn't seem to work. I've also done some local testing now, and I can reproduce the issue on my Mac (and haven't been able to fix it locally either) with GDAL 3.7, so definitely seems like some sort of config is missing somewhere. My Python bindings work

Re: [Geotools-devel] Time to remove GDAL support from the OSX Github action?

2024-06-11 Thread Roar Brænden
Hi Torben, Impressive tweaking. I haven't looked into the troubles you're facing with the last build, but I've had problems using GDAL >3.7.1 in a Docker container. Best regards, Roar Brænden > 12. jun. 2024 kl. 05:05 skrev Torben Barsballe : > > I've made an attempt here: https://github.com/g

Re: [Geotools-devel] Time to remove GDAL support from the OSX Github action?

2024-06-11 Thread Torben Barsballe
I've made an attempt here: https://github.com/geotools/geotools/pull/4808 GDAL's building fine, and producing Java bindings, but for whatever reason GeoTools is not picking the bindings up. I've tried a bunch of different fixes (as the commit history can attest) with no luck so far, and could use

Re: [Geotools-devel] Time to remove GDAL support from the OSX Github action?

2024-01-30 Thread Andrea Aime
That would be awesome Torben! Cheers Andrea On Tue, Jan 30, 2024 at 7:02 PM Torben Barsballe wrote: > As far as I'm aware, the conda GDAL distribution doesn't include java > bindings, which will be a problem. > I've built GDAL from source on Mac relatively recently, and might be able > to give

Re: [Geotools-devel] Time to remove GDAL support from the OSX Github action?

2024-01-30 Thread Torben Barsballe
As far as I'm aware, the conda GDAL distribution doesn't include java bindings, which will be a problem. I've built GDAL from source on Mac relatively recently, and might be able to give a stab at porting that to the GitHub action, but no promises on timeframe. Cheers, Torben On Fri, Jan 26, 2024

Re: [Geotools-devel] Time to remove GDAL support from the OSX Github action?

2024-01-26 Thread Andrea Aime
A little (gdal) bird told me we should try conda rather than brew. Anyone wants to try that out? Cheers Andrea On Thu, Jan 25, 2024 at 9:13 AM Jody Garnett wrote: > Thanks, > > I remember asking at a code sprint and the GDAL folks needed a volunteer > to publish out java bindings themselves. I

Re: [Geotools-devel] Time to remove GDAL support from the OSX Github action?

2024-01-25 Thread Roar Brænden
Hi, I have followed those instructions, and the Linux instructions apply for Mac development with some fine-tuning. But taking it from there into a GitHub build action isn't something I would volunteer for. Maybe just wait for project Panama. Regards Roar > 25. jan. 2024 kl. 09:13 skrev Jody

Re: [Geotools-devel] Time to remove GDAL support from the OSX Github action?

2024-01-25 Thread Jody Garnett
Thanks, I remember asking at a code sprint and the GDAL folks needed a volunteer to publish out java bindings themselves. I did the build once a couple years back; not sure what shape it is in now. I do not see Mac instructions in their manual at present: https://gdal.org/api/java/index.html --

Re: [Geotools-devel] Time to remove GDAL support from the OSX Github action?

2024-01-24 Thread Roar Brænden
Hi, I have some experience in using Mac and GDAL. It will not work by just using "brew install gdal", because that will not install the Java bindings. There was this other brew tap called "osgeo/osgeo4mac" that had a solution for the Java bindings, but I don't that works either. The solution fo

Re: [Geotools-devel] Time to remove GDAL support from the OSX Github action?

2024-01-22 Thread Jody Garnett
I can look at it after this release -- Jody Garnett On Mon, Jan 22, 2024 at 3:42 AM Andrea Aime < andrea.a...@geosolutionsgroup.com> wrote: > Hi al, > the OSX github action keeps on failing while installing GDAL. > Mark has made a valiant effort to try and get it going, which I truly > appreciat

Re: [Geotools-devel] Time to remove GDAL support from the OSX Github action?

2024-01-22 Thread mark
Op 22-01-2024 om 12:41 schreef Andrea Aime: At this point, I vote for just pulling the GDAL installation from the OSX action. +1 (community vote) there seems to be to much fluidity in the brew package management, it doesn't help that there is a humongous dependency tree for the gdal package

[Geotools-devel] Time to remove GDAL support from the OSX Github action?

2024-01-22 Thread Andrea Aime
Hi al, the OSX github action keeps on failing while installing GDAL. Mark has made a valiant effort to try and get it going, which I truly appreciate, but... it just keeps on failing. At this point, I vote for just pulling the GDAL installation from the OSX action. Objections? Ideas? Actions? Che