gis-ops / docker-valhalla

This is our flexible Docker repository for the Valhalla routing engine
MIT License
228 stars 69 forks source link

Latest build broken because of cmake / protobuf changes? #123

Closed Temetz closed 8 months ago

Temetz commented 8 months ago

The latest tagged docker image is broken, most likely because of changes made to valhalla build process.

Running the latest docker image errors out with the following error:

error while loading shared libraries: libprotobuf-lite.so.32: cannot open shared object file: No such file or directory

Potentially caused by: https://github.com/valhalla/valhalla/pull/4334 Or: https://github.com/valhalla/valhalla/pull/4213

As workaound one can use the image tagged as 3.4.0

nilsnolde commented 8 months ago

Must be a glitch, that's pretty much impossible in a proper build. If this is really the problem, it's either a bug with the debian protobuf, ld or some other build toolchain, which is all very unlikely. Here someone tried the latest image and it seems to work: https://github.com/valhalla/valhalla/issues/4325