[Tile-serving] [osm2pgsql-dev/osm2pgsql] Require libopencv-dev on Debian systems (PR #2089)
Paul Norman
notifications at github.com
Tue Oct 3 02:27:24 UTC 2023
This package contains the CMake files needed to build osm2pgsql.
I was having build failures on a new server that I didn't have at home where it couldn't find the cmake file.
```
$ dpkg -S /usr/lib/x86_64-linux-gnu/cmake/opencv4/OpenCVConfig.cmake
libopencv-dev: /usr/lib/x86_64-linux-gnu/cmake/opencv4/OpenCVConfig.cmake
```
This showed it was part of libopencv-dev, which wasn't specified as required. The other opencv packages are dependencies of it.
It would be nice if the cmake files were part of a libopencv-core-dev or something so we didn't need to install all the libopencv-*-dev packages, but that's not how Debian packaged it.
You can view, comment on, or merge this pull request online at:
https://github.com/osm2pgsql-dev/osm2pgsql/pull/2089
-- Commit Summary --
* Require libopencv-dev on Debian systems
-- File Changes --
M .github/actions/ubuntu-prerequisites/action.yml (4)
M README.md (5)
-- Patch Links --
https://github.com/osm2pgsql-dev/osm2pgsql/pull/2089.patch
https://github.com/osm2pgsql-dev/osm2pgsql/pull/2089.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/osm2pgsql-dev/osm2pgsql/pull/2089
You are receiving this because you are subscribed to this thread.
Message ID: <osm2pgsql-dev/osm2pgsql/pull/2089 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20231002/9f2bfcb6/attachment-0001.htm>
More information about the Tile-serving
mailing list