artanis
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Guile 3.0 and Artanis


From: Jaft
Subject: Re: Guile 3.0 and Artanis
Date: Sun, 12 Jul 2020 00:23:36 +0000 (UTC)

Looks like the same behavior occurs with 2.2; I tried pulling the most recent stuff from GitLab and then things worked. I was originally using the latest release (0.4.1) so I'm guessing the fix occurred after the 0.4.1 release?

Jonathan

On Monday, July 6, 2020, 10:57:47 PM CDT, Jaft <jaft.r@outlook.com> wrote:


Hello.

I was trying to build artanis with having installed Guile 3.0.4 but I keep running into an error; configure runs fine but running make results in the following:

WARNING: (artanis crypto base64): imported module (rnrs) overrides core binding `error'
WARNING: Use of `load' in declarative module (artanis utils).  Add #:declarative? #f to your define-module invocation.
WARNING: (artanis utils): imported module (rnrs) overrides core binding `record-accessor'
Backtrace:
In ice-9/psyntax.scm:
   285:10 19 (parse _ (("placeholder" placeholder)) (()) _ c&e (eval) (hygiene #{ g345}#))
In ice-9/eval.scm:
   293:34 18 (_ #<module (#{ g345}#) 555727884b40>)
In ice-9/boot-9.scm:
   3380:4 17 (define-module* _ #:filename _ #:pure _ #:version _ #:imports _ #:exports _ #:replacements _ #:re-exports _ # _ # _ # _ ?)
  3393:24 16 (_)
   222:29 15 (map1 (((artanis utils)) ((artanis config)) ((artanis irregex)) ((artanis server server-context)) ((artanis # #)) (#) ?))
   222:29 14 (map1 (((artanis config)) ((artanis irregex)) ((artanis server server-context)) ((artanis websocket handshake)) ((?)) ?))
   222:29 13 (map1 (((artanis irregex)) ((artanis server server-context)) ((artanis websocket handshake)) ((artanis websocket #)) ?))
   222:17 12 (map1 (((artanis server server-context)) ((artanis websocket handshake)) ((artanis websocket frame)) ((artanis # #)) ?))
  3297:17 11 (resolve-interface (artanis server server-context) #:select _ #:hide _ #:prefix _ #:renamer _ #:version _)
In ice-9/threads.scm:
    390:8 10 (_ _)
In ice-9/boot-9.scm:
  3223:13  9 (_)
In ice-9/threads.scm:
    390:8  8 (_ _)
In ice-9/boot-9.scm:
  3507:20  7 (_)
   2806:4  6 (save-module-excursion #<procedure 555727200270 at ice-9/boot-9.scm:3508:21 ()>)
  3527:26  5 (_)
In unknown file:
           4 (primitive-load-path "artanis/server/server-context" #<procedure 555727b95ac0 at ice-9/boot-9.scm:3514:37 ()>)
In ice-9/eval.scm:
   626:19  3 (_ #<directory (artanis server server-context) 555727884780>)
    155:9  2 (_ #<directory (artanis server server-context) 555727884780>)
In ice-9/boot-9.scm:
  1153:19  1 (_ _ _ _ _ _ _)
  1669:16  0 (raise-exception _ #:continuable? _)

ice-9/boot-9.scm:1669:16: In procedure raise-exception:
Wrong number of arguments to #<procedure 5557274fb9c0 at ice-9/boot-9.scm:1153:19 (a b c d e f)>

Script done on 2020-07-07 03:05:53+0000
Makefile:75: recipe for target 'obj/artanis/artanis.go' failed
make: *** [obj/artanis/artanis.go] Error 15

I haven't tried with 2.2 again, as I've built with in the past, but the version change with Guile seemed like the most obvious change so I thought I'd ask.

Jonathan

reply via email to

[Prev in Thread] Current Thread [Next in Thread]