Search Criteria
Package Details: tilemaker 3.0.0-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/tilemaker.git (read-only, click to copy) |
|---|---|
| Package Base: | tilemaker |
| Description: | Convert OpenStreetMap .pbf files into vector tiles without the stack |
| Upstream URL: | https://github.com/systemed/tilemaker |
| Licenses: | custom |
| Submitter: | simon04 |
| Maintainer: | akstrfn |
| Last Packager: | akstrfn |
| Votes: | 4 |
| Popularity: | 0.43 |
| First Submitted: | 2018-07-06 06:23 (UTC) |
| Last Updated: | 2024-12-11 11:20 (UTC) |
Dependencies (8)
- boost-libs
- lua (pallene-luaAUR)
- protobuf (protobuf-gitAUR)
- rapidjson (rapidjson-gitAUR)
- shapelib
- sqlite (sqlite-fossilAUR)
- boost (boost-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
1 2 Next › Last »
dbrgn commented on 2025-12-23 13:18 (UTC)
When building, boost cannot be found:
Both boost and boost-libs packages are installed.
BrainDamage commented on 2025-09-13 14:09 (UTC)
this packages needs cmake in make depends array or it'll fail to build in a clean chroot
dreieck commented on 2024-12-08 17:36 (UTC)
Build fails for me with
mmap_allocator.cpp:227:42: error: ‘using allocator_t = class boost::interprocess::allocator<unsigned char, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::null_mutex_family>, boost::interprocess::iset_index> >’ {aka ‘class boost::interprocess::allocator<unsigned char, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::null_mutex_family>, boost::interprocess::iset_index> >’} has no member named ‘destroy’and subsequent errors.↗ Upstream issue report.
Regards!
Zelzahn commented on 2024-03-12 08:06 (UTC)
Hey, if I use this package, the program crashes while converting but when building from source this doesn't happen. (see https://github.com/systemed/tilemaker/issues/695)
I'm not entirely sure where the PKGBUILD differs in building.
akstrfn commented on 2023-07-17 20:55 (UTC)
My bad, I did a git clone when testing and this is already fixed in master. Fix committed. I've used the patch you've provided to the upstream.
holzgeist commented on 2023-07-17 08:17 (UTC)
Interesting.. When only switching to cmake (i.e. removing the
patchline from my changes below), it fails withOnly switching cmake to 17 results in
akstrfn commented on 2023-07-16 18:44 (UTC)
Hi build with cmake works out of the box so it seems that just a switch to cmake build is needed. Did you try this before making a switch to c++17 and adding an include of
<mutex>?holzgeist commented on 2023-07-16 11:23 (UTC)
Hi! The latest version fails for me with multiple errors. I submitted a PR upstream to fix it for CMake builds: https://github.com/systemed/tilemaker/pull/503
I'm rather new to contributing to AUR, so I don't know how to submit PRs here. That's why here's the patch to include above changes in a patch and switch the PKGCONFIG to use cmake for building. The patch can be removed as soon as the upstream PR is released
akstrfn commented on 2022-07-16 20:27 (UTC)
patch applied and build now works, thx
miblon commented on 2022-06-17 10:12 (UTC)
With boost > 1.79 there are errors when the source is being built. I reported the error and provided a fix. When the source is updated, this package should be renewed. More information at: https://github.com/systemed/tilemaker/pull/413
1 2 Next › Last »