Search Criteria
Package Details: magnacarto-git 1:1.4.0+20+r610.20251006.0b7327b-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/magnacarto-git.git (read-only, click to copy) |
|---|---|
| Package Base: | magnacarto-git |
| Description: | A CartoCSS map style processor that generates Mapnik XML and MapServer map files. Writte in go. |
| Upstream URL: | http://github.com/omniscale/magnacarto |
| Licenses: | Apache-2.0 |
| Conflicts: | magnacarto |
| Provides: | magnacarto |
| Submitter: | dreieck |
| Maintainer: | dreieck |
| Last Packager: | dreieck |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2019-05-15 11:36 (UTC) |
| Last Updated: | 2025-10-19 18:21 (UTC) |
Dependencies (8)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR)
- boost (boost-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, go-binAUR, goup-rsAUR, gcc-go) (make)
- mapnik (mapnik-gitAUR) (make)
- mapnik (mapnik-gitAUR) (optional) – For rendering with mapnik ('magnacarto-mapnik').
- mapserverAUR (mapserver-gitAUR) (optional) – For rendering with mapserver ('magnaserv')
Latest Comments
dreieck commented on 2021-09-28 14:31 (UTC)
@bigdino,
thanks for pointing out.
I now * added
boosttomakedepends, * changedgo gettoGO111MODULE=off go get(i.e. setting this environment variable for just this call).bigdino commented on 2021-09-12 21:32 (UTC) (edited on 2021-09-12 21:33 (UTC) by bigdino)
Hey,
I just had to do the following to install this:
boostexport GO111MODULE=offbefore thego getcall in thepreparefunction ofPKGBUILD(trick found on https://stackoverflow.com/questions/66284870/go-get-not-downloading-to-src-folder)Thank you!
dreieck commented on 2019-08-29 17:06 (UTC)
@qs9rx: The second error does not reproduce for me. It builds for me. I also cannot understnad what the message means.
dreieck commented on 2019-08-29 17:05 (UTC)
@qs9rx:
pkgver()is fixed, andepochdid need to be incremented since upstream changed version to0.0.0-dev.qs9rx commented on 2019-07-06 14:19 (UTC)
==> ERROR: pkgver is not allowed to be empty. ==> ERROR: pkgver() generated an invalid version:
and if I patch that with something static I get
==> Starting build()... Makefile:19: *** recipe commences before first target. Stop. ==> ERROR: A failure occurred in build(). Aborting...