Search Criteria
Package Details: magnacarto-git 1:1.4.0+3+r593.20240603.513526b-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: | 2024-06-25 10:38 (UTC) |
Dependencies (8)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- boost (boost-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, 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
boost
tomakedepends
, * changedgo get
toGO111MODULE=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:
boost
export GO111MODULE=off
before thego get
call in theprepare
function 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, andepoch
did 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...