Search Criteria
Package Details: artanis 0.5.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/artanis.git (read-only, click to copy) |
---|---|
Package Base: | artanis |
Description: | A fast monolithic web-framework of Scheme |
Upstream URL: | https://artanis.dev/ |
Keywords: | scheme |
Licenses: | LGPL |
Submitter: | haawda |
Maintainer: | None |
Last Packager: | micwoj92 |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2015-11-12 12:15 (UTC) |
Last Updated: | 2022-12-26 23:41 (UTC) |
Dependencies (2)
- guile (guile-gitAUR)
- texlive-core (texlive-installerAUR, texlive-fullAUR, texlive-basic) (make)
Latest Comments
haawda commented on 2022-05-06 11:23 (UTC)
0.5.1 is out.
adsun commented on 2019-10-07 12:03 (UTC) (edited on 2019-10-07 12:18 (UTC) by adsun)
This needs
texlive-core
added tomakedepends
in order to prevent build failure in a clean chroot. Also, I believe line 14 should beoptions=('!strip')
rather thantions=('!strip')
.haawda commented on 2018-11-03 10:13 (UTC)
artanis-git builds fine for me, please check that one.
haawda commented on 2018-11-03 10:09 (UTC)
hubbi, please use LANG=C to produce english error messages.
I also get errors, so I files a bug upstream.
dpriskorn commented on 2018-11-02 15:14 (UTC)
It is broken. Lots of compile errors like this:
;;; Failed to autoload dbi-open in (dbi dbi): ;;; missing interface for module (dbi dbi) ;;; compiling artanis/mvc/view.scm
;;; artanis/mvc/view.scm:117:2: warning: possibly unbound variable
get' ;;; artanis/mvc/view.scm:119:24: warning: possibly unbound variable
params' ;;; artanis/mvc/view.scm:119:43: warning: possibly unbound variableparams' ;;; artanis/mvc/view.scm:120:5: warning: possibly unbound variable
static-page-emitter' ;;; artanis/mvc/view.scm:122:2: warning: possibly unbound variableget' ;;; artanis/mvc/view.scm:124:22: warning: possibly unbound variable
params' ;;; artanis/mvc/view.scm:125:6: warning: possibly unbound variable `static-page-emitter'make fails with:
ERROR: In procedure open-file: In procedure open-file: Filen eller katalogen finns inte: "artanis/version.scm"
Skriptet färdigt 2018-11-02 16:14:21+01:00 make: *** [Makefile:77: obj/artanis/version.go] Fel 15
haawda commented on 2017-05-08 05:51 (UTC)
mytbk commented on 2017-05-08 01:52 (UTC)