hrnick
hrnick
> EAPI 6 is too old, I think we need to specify it to 8. I get a "EAPI=8 is not supported" when I try that running the ebuild digest....
Again, I don't remember how I found out that the patch is needed or where I found the solution; neither do I know if this is Gentoo specific or generic....
> Again, I don't remember how I found out that the patch is needed or where I found the solution; neither do I know if this is Gentoo specific or...
Same thing here so I guess something has changed since commit https://github.com/organicmaps/organicmaps/commit/ab8fb16fdf44a48d498ec2719d73502126a258d8 a day ago when I installed it successfully.
Thank you for the comment @PureTryOut! I thought that was enabled by default for EAPI>=7 in the Gentoo ebuilds but it's definitely something to look into!
No update done other than EAPI=7. I added the following based on what I found in other ebuilds in the gentoo repository but with the same result unfortunately. :/ ```...
I tried both ON and TRUE.
So it seems as if it is the EAPI>=7 that breaks the building. I wonder if that is because BUILD_SHARED_LIBS is set to TRUE/ON by default from EAPI 7.
So what is it that is being built statically? With EAPI=6 and no BUILD_SHARED_LIBS specificed organicmaps installs using the ebuild and patch above for me and running ldd on /usr/bin/OMaps...
So I guess this is what is being built statically with indexer, search and editor having circular dependencies that is only allowed for statically built libraries: ``` $ grep "static...