Package Details: organicmaps-git 2024.06.19_3-1

Git Clone URL: https://aur.archlinux.org/organicmaps-git.git (read-only, click to copy)
Package Base: organicmaps-git
Description: A free offline maps app for travelers, tourists, hikers, and cyclists based on top of crowd-sourced OpenStreetMap data
Upstream URL: https://github.com/organicmaps/organicmaps
Keywords: map openstreetmap routing transportation
Licenses: Apache
Conflicts: organicmaps-bin
Submitter: ahmetlii
Maintainer: ahmetlii
Last Packager: ahmetlii
Votes: 7
Popularity: 0.080994
First Submitted: 2022-12-03 21:01 (UTC)
Last Updated: 2024-06-29 08:30 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

m78 commented on 2024-10-14 20:09 (UTC)

Anyone news on how to fix this? Does it work with qt6-base-git? Anybody able to build qt6-base-git? Thx for help!

Popolon commented on 2024-07-09 16:21 (UTC)

I've the same issue on last version, can be related to this:

https://github.com/organicmaps/organicmaps/issues/7838

nesk_aur commented on 2024-07-09 15:07 (UTC) (edited on 2024-07-09 15:07 (UTC) by nesk_aur)

Last version has the whole space where the map is supposed to be filled with black color with yellow triangle in the upper right, any tips? Screenshot: https://pasteboard.co/q0UUPmhNKjH0.png

bearbee commented on 2024-07-01 03:17 (UTC) (edited on 2024-07-01 03:26 (UTC) by bearbee)

-- Check if compiler accepts -pthread - no
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find Threads (missing: Threads_FOUND)
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake/Modules/FindThreads.cmake:226 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  CMakeLists.txt:252 (find_package)

can't build after recent update

Popolon commented on 2024-04-16 13:45 (UTC) (edited on 2024-04-16 13:52 (UTC) by Popolon)

The problem with conflicting libharbuzz has been resolved in last release, work again on all desktops.

Just need to replace the pkver line:

pkgver=2024.03.31_8

Popolon commented on 2024-02-20 21:08 (UTC)

I think this package should not be named -git as it is based on releases and not ot last git version.

Tio commented on 2023-11-22 12:39 (UTC)

@Popolon I see thanks for the headsup.

Popolon commented on 2023-11-21 01:28 (UTC) (edited on 2023-11-25 22:32 (UTC) by Popolon)

@Tio: I've the same problem with recent versions, after developers this could be due to a conflict between system installed and included harfbuzz lib (that is still not used by Organic Maps), you can found it by tracing with gdb, it's maybe another lib in your case. Need to found a good solution upstream or force to use system lib instead of bundled one here.

gdb /usr/bin/OMaps
(gdb) run  --data_path=/usr/share/organicmaps/data
(gdb) <after crash occur>
(gdb) bt

Then the recursive function call from main() that made the crash is printed. If you can report this details in your case, it could be useful for debugging.

Tio commented on 2023-11-17 16:28 (UTC)

I cannot make it start on Manjaro:

~ >>> /usr/bin/OMaps --data_path=/usr/share/organicmaps/data                   
LOG TID(1) INFO    1.778e-06 qt/main.cpp:121 main(): Organic Maps 2023.11.17-1-1a466dce-Linux started, detected CPU cores: 16
zsh: segmentation fault (core dumped)  /usr/bin/OMaps --data_path=/usr/share/organicmaps/data