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.134986
First Submitted: 2022-12-03 21:01 (UTC)
Last Updated: 2024-06-29 08:30 (UTC)

Latest Comments

1 2 3 4 5 6 Next › Last »

Popolon commented on 2025-04-22 21:34 (UTC)

New releases is available here, source is more generally available on this Forgejo repository:

https://git.omaps.dev/organicmaps/organicmaps/releases/tag/2025.04.21-4-android

nesk_aur commented on 2025-04-21 17:39 (UTC)

Getting another error though, when it gets to compiling jansson:

CMake Error at 3party/jansson/jansson/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 has been removed from CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.

  Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.

cmake 4.0.1.

nesk_aur commented on 2025-04-21 17:37 (UTC)

So Could NOT find Threads (missing: Threads_FOUND) is due to some changes in glibc or interaction between cmake and glibc, can be worked around by adding lines to src/organicmaps-git/CMakeLists.txt right below project line:

set(CMAKE_THREAD_LIBS_INIT "-lpthread")
set(CMAKE_HAVE_THREADS_LIBRARY 1)
set(CMAKE_USE_PTHREADS_INIT 1)
set(THREADS_PREFER_PTHREAD_FLAG ON)

Popolon commented on 2025-03-27 14:44 (UTC)

For information, Organic Maps moved to its own instance of ForgeJo, as Microsoft blocked them: https://mastodon.social/users/organicmaps/statuses/114233788700982882, so source should be updated for next release.

vladmihaisima commented on 2025-03-20 15:34 (UTC)

Having the same issue as @bearbee,

CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:233 (message):
  Could NOT find Threads (missing: Threads_FOUND)
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:603 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake/Modules/FindThreads.cmake:226 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  CMakeLists.txt:277 (find_package)

Package clthreads was not installed, installing it did not help, I get the same error.

nesk_aur commented on 2025-02-12 05:20 (UTC)

@Popolon: @bearbee is having a problem, not me https://aur.archlinux.org/packages/organicmaps-git#comment-1000980

Popolon commented on 2025-02-11 21:01 (UTC)

@nesk_aur: what is your error message when launching from console? I installed a fresh arch linux container, just installed base-devel, and go (to compile yay), installed yay, yay -S organic-maps made the package without error.

nesk_aur commented on 2025-02-10 07:21 (UTC)

@bearbee I had the same problem and fixed it by installing something, can you post your pacman -Q somewhere (not here)? I'll compare it to my build machine.

bearbee commented on 2025-02-08 00:01 (UTC) (edited on 2025-02-08 00:02 (UTC) by bearbee)

@nesk_aur yes, clthreads is installed

nesk_aur commented on 2025-02-07 07:18 (UTC) (edited on 2025-02-07 10:36 (UTC) by nesk_aur)

@bearbee do you have clthreads installed on build machine?