Search Criteria
Package Details: janet-lang 1.14.2-1
Git Clone URL: | https://aur.archlinux.org/janet-lang.git (read-only, click to copy) |
---|---|
Package Base: | janet-lang |
Description: | A dynamic Lisp dialect and bytecode vm |
Upstream URL: | https://janet-lang.org/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | GrayJack |
Maintainer: | GrayJack |
Last Packager: | GrayJack |
Votes: | 6 |
Popularity: | 0.077970 |
First Submitted: | 2019-02-24 02:32 |
Last Updated: | 2021-01-23 22:49 |
Latest Comments
1 2 3 4 Next › Last »
nwallace commented on 2020-08-11 15:49
@GrayJack Thanks, yes it builds for me now as well. Much appreciated!
katafrakt commented on 2020-08-05 19:21
Fixed the issue for me, thanks!
GrayJack commented on 2020-08-05 06:39
@nwallace @quexxon @katafrakt
I pushed a commit trying to fix the issue without removing the makepkg config CFLAGS and adding -fPIC
Could you test it and report it back if it worked for you?
GrayJack commented on 2020-07-29 21:00
I'm not sure how to deal in this case, I think I'll just add
!buildflags
for the time being, although I don't think removing the default makepkg CFLAGS is a good ideanwallace commented on 2020-07-29 14:21
@GrayJack I'm having the same build error as @katafrakt. Can you explain what you mean when you say to add
-fPIC
? Add it where?Edit: Maybe it is something to do with upstream, as @katarakt suggested, because I used the version of this package that installed 1.10.1 and that worked just fine. Trying the same for the previous version (1.11.0), results in the same compilation error @katafrakt originally reported
katafrakt commented on 2020-07-24 10:06
I'm not expert but that might be a problem with Janet itself? See https://github.com/janet-lang/janet/blob/master/Makefile#L44 - it only adds
-fPIC
when noCFLAGS
are set.GrayJack commented on 2020-07-23 22:03
It is weird that the default build flags make the package need to add -fPIC
quexxon commented on 2020-07-22 13:38
@GrayJack adding
-fPIC
solves the issue for me. Thanks!katafrakt commented on 2020-07-21 10:25
@GrayJack adding
!buildflags
to options helped. I don't recall making any changes to my/etc/makepkg.conf
, so I think I have the default one.GrayJack commented on 2020-07-21 03:32
@katafrakt Does adding -fPIC solves the issue?