Package Details: artanis 0.5.1-2

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)

Required by (0)

Sources (1)

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 to makedepends in order to prevent build failure in a clean chroot. Also, I believe line 14 should be options=('!strip') rather than tions=('!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 variableparams' ;;; artanis/mvc/view.scm:119:43: warning: possibly unbound variable params' ;;; artanis/mvc/view.scm:120:5: warning: possibly unbound variablestatic-page-emitter' ;;; artanis/mvc/view.scm:122:2: warning: possibly unbound variable get' ;;; artanis/mvc/view.scm:124:22: warning: possibly unbound variableparams' ;;; artanis/mvc/view.scm:125:6: warning: possibly unbound variable `static-page-emitter'

make fails with:

  • compiling artanis/version.scm make[1]: Går till katalogen ”/home/egil/.cache/pacaur/artanis/src/artanis-0.2.5” Regenerating artanis/version.scm make[1]: Lämnar katalogen ”/home/egil/.cache/pacaur/artanis/src/artanis-0.2.5” Generating bin/art Skriptet startades 2018-11-02 16:14:21+01:00 Backtrace: 8 (apply-smob/1 #<catch-closure 55d65f48d3e0>) In ice-9/boot-9.scm: 705:2 7 (call-with-prompt _ #<procedure default-prompt-handle…>) In ice-9/eval.scm: 619:8 6 ( #(#(#<directory (guile-user) 55d65f548140>))) In /usr/bin/guild: 72:17 5 (main ) In srfi/srfi-1.scm: 640:9 4 (for-each #<procedure 55d65f68a5c0 at scripts/compile.…> …) In scripts/compile.scm: 259:26 3 ( ) In system/base/target.scm: 57:6 2 (with-target _ ) In system/base/compile.scm: 146:15 1 (compile-file "artanis/version.scm" #:output-file _ # _ …) In unknown file: 0 (open-file "artanis/version.scm" "r" #:encoding #f # #f)

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)

Thanks, the PKGBUILD will be fixed soon.

mytbk commented on 2017-05-08 01:52 (UTC)

It needs GUILE_EFFECTIVE_VERSION=2.2 ./configure ... otherwise configure will fail when guile2.0 is installed. What is 'artdd if=haiku-nightly-anyboot.image of=/dev/sdeanis' in PKGBUILD?