"PKGBUILD: line 26" error should be fixed now.
Search Criteria
Package Details: organicmaps 2025.06.12_3-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/organicmaps.git (read-only, click to copy) |
---|---|
Package Base: | organicmaps |
Description: | Organic Maps: Offline Hike, Bike, Trails and Navigation |
Upstream URL: | https://organicmaps.app |
Keywords: | map navigation offline |
Licenses: | Apache |
Conflicts: | organicmaps-bin, organicmaps-git |
Submitter: | nesk_aur |
Maintainer: | nesk_aur |
Last Packager: | nesk_aur |
Votes: | 1 |
Popularity: | 0.47 |
First Submitted: | 2025-05-03 06:20 (UTC) |
Last Updated: | 2025-06-14 03:57 (UTC) |
Dependencies (23)
- freetype2 (freetype2-qdoledAUR, freetype2-gitAUR, freetype2-qdoled-aw3225qfAUR, freetype2-macosAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- harfbuzz (harfbuzz-gitAUR)
- icu (icu-gitAUR)
- libglvnd (libglvnd-gitAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libxcursor
- libxi (libxi-gitAUR)
- libxrandr (libxrandr-gitAUR)
- mesa (mesa-wsl2-gitAUR, mesa-amd-bc250AUR, mesa-minimal-gitAUR, vulkan-terakan-gitAUR, mesa-gitAUR, mesa-fp8-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-fsr4-gitAUR, mesa-amber)
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR)
- qt6-positioning
- qt6-svg
- sqlite (sqlite-fossilAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- jq (jq-gitAUR, jaq-binAUR) (make)
- Show 3 more dependencies...
Required by (0)
Sources (1)
Latest Comments
nesk_aur commented on 2025-06-14 03:59 (UTC)
nesk_aur commented on 2025-06-03 18:24 (UTC) (edited on 2025-06-14 03:58 (UTC) by nesk_aur)
@Polly, thanks, looks like they switched to Github.
THREAD workaround I've set aside for now, until linker situation clears up (see pinned comment).
Polly commented on 2025-06-03 16:27 (UTC)
Same problem when building with or without AUR helper. The linked repo itself also seems static, it was archived on May 14. On the organicmaps-git AUR package, there is a workaround posted for the THREAD issue.
Spixmaster commented on 2025-05-31 18:20 (UTC)
I get:
❯ paru -S organicmaps
:: Resolving dependencies...
:: Calculating conflicts...
:: Calculating inner conflicts...
Aur (1) organicmaps-2025.05.20_5-2
:: Proceed to review? [Y/n]: Y
:: Downloading PKGBUILDs...
PKGBUILDs up to date
nothing new to review
fetching devel info...
==> Making package: organicmaps 2025.05.20_5-2 (Sat May 31 20:19:56 2025)
==> Retrieving sources...
-> Found organicmaps.desktop
==> Validating source files with sha256sums...
organicmaps.desktop ... Passed
==> Making package: organicmaps 2025.05.20_5-2 (Sat May 31 20:19:57 2025)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found organicmaps.desktop
==> Validating source files with sha256sums...
organicmaps.desktop ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
==> Starting prepare()...
/home/matheus/.cache/paru/clone/organicmaps/PKGBUILD: line 26: https://git.omaps.dev/organicmaps/organicmaps.git: No such file or directory
==> ERROR: A failure occurred in prepare().
Aborting...
error: failed to build 'organicmaps-2025.05.20_5-2':
error: packages failed to build: organicmaps-2025.05.20_5-2
nesk_aur commented on 2025-05-03 06:24 (UTC) (edited on 2025-05-27 17:11 (UTC) by nesk_aur)
Currently known issues:
- If you get THREADS_NOT_FOUND compilation failure check if you have
lld
installed. Uninstall it, if compilation succeeds report here, I'll add a workaround - cmake 4 is currently problematic with some 3rd party submodules of OMaps, for now downgrade to any recent cmake 3 to build this package
- Check README.md before building
Pinned Comments
nesk_aur commented on 2025-05-03 06:24 (UTC) (edited on 2025-05-27 17:11 (UTC) by nesk_aur)
Currently known issues:
lld
installed. Uninstall it, if compilation succeeds report here, I'll add a workaround