Package Details: comaps 2026.05.06_11-1

Git Clone URL: https://aur.archlinux.org/comaps.git (read-only, click to copy)
Package Base: comaps
Description: CoMaps: Offline Hike, Bike, Trails and Navigation
Upstream URL: https://comaps.app
Licenses: Apache-2.0
Conflicts: comaps-bin, comaps-git
Submitter: hoverth
Maintainer: archlinuxauruser
Last Packager: archlinuxauruser
Votes: 4
Popularity: 0.87
First Submitted: 2025-07-03 03:06 (UTC)
Last Updated: 2026-05-17 07:00 (UTC)

Latest Comments

1 2 Next › Last »

trrg commented on 2026-05-19 09:22 (UTC) (edited on 2026-05-19 09:53 (UTC) by trrg)

Can echo what @archlinuxauruser said about how it doesn't download any maps. It just hangs, no error or anything. It doesn't seem like it's reported over at https://codeberg.org/comaps/comaps/issues . Updated to the last version "2026.05.06-1-153f7d47-dirty-Linux" with no change. I'm too busy right now to do a proper bug report right now, but I'll update this post if I do.

Edit: I moved the data folder from /usr/share/comaps to my home folder and now downloads are working so it seems like there's a permission issue with the /usr/share/comaps folder. Have not made a bug report, is this perhaps something in the pkgbuild that's causing it?

simona commented on 2026-02-26 11:59 (UTC)

solved. tnx.

simona commented on 2026-02-23 09:33 (UTC)

Clone in '/home/simona/.cache/yay/comaps/src/comaps/3party/freetype/freetype' in corso...
remote: Service Unavailable
fatal: impossibile accedere a 'https://gitlab.freedesktop.org/freetype/freetype.git/': The requested URL returned error: 503
fatal: clone di 'https://gitlab.freedesktop.org/freetype/freetype.git' nel percorso del sottomodulo ('/home/simona/.cache/yay/comaps/src/comaps/3party/freetype/freetype') non riuscito

archlinuxauruser commented on 2026-01-25 12:08 (UTC) (edited on 2026-01-29 06:38 (UTC) by archlinuxauruser)

Needs extra dependencies to build for me. However, can't download maps when running. Don't know why:

makedepends=(cmake git jq gcc ninja python-protobuf wget mold libxcursor libxinerama libpng libxrandr libxi optipng python qt6-svg sqlite vulkan-headers)

hoverth commented on 2025-09-03 02:28 (UTC)

I have updated both the main source and git submodules as the guidelines suggest, and removed the -j hardcoding.

I have also fixed the failure caused by the protobuf url being appended to a random line, not sure how that happened, but it's fixed now @flint.

flint commented on 2025-09-02 22:05 (UTC)

Thank you very much for this package - I'm excited about the prospect of using Comaps on desktop!

Currently prepare() fails with:

==> Starting prepare()...
fatal: destination path 'protobuf' already exists and is not an empty directory.
==> ERROR: A failure occurred in prepare().
    Aborting...
 -> error making: comaps-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
comaps - exit status 4

Is there something I can do on my end to get around this?

dreieck commented on 2025-08-06 14:47 (UTC)

Can you please either remove the -n $(nproc) entry, or try to extract it from the -j-setting in $MAKEFLAGS if present?

Use case: Machines with low ressources; saves build time RAM if less processes run in parallel. If someone manually has -j1 in $MAKEFLAGS, this PKGBUILD should not override it.

Thanks for maintaining!

dreieck commented on 2025-08-06 13:56 (UTC) (edited on 2025-08-06 14:08 (UTC) by dreieck)

Ahoj,

can you please do the download of both main source and git submodules from within the source array (and only reference the submodules later in prepare(), as suggested by the git packaging guidelines)?

It is possible to also specify specific commits and tags.

Regards and many thanks for this package!