New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Package request: Rakudo (a.k.a. Perl 6) #1324
Comments
|
+1 |
|
also interested in this, I realize it's not wide appeal or high urgency but it'd be a nice feature for the people learning p6 now that books are coming out for it ^_^ |
|
On the contrary, now there are 4 backers for this request, and I guess it would give termux a lot of additional interest if it provides a rakudo star package. |
|
Sorry if it seemed like I was belittling it in any way -- I really wasn't. I just meant compared to something with a long, known set of niche applications (like, say, Prolog or Forth) or something popular and everywhere (like Ruby and Python) a Perl 6 package isn't going to have as wide an appeal. (But this isn't to say lacking 'wide appeal' is a signal of poor quality or anything. It's not like the best restaurant on earth is McDonald's, after all.) As for the urgency, I only meant that I could imagine there are a lot of things that are higher priority overall. Hopefully that clears things up! ^_^ |
|
its currently building in my android 6 x86_64 vm. See if i can get something |
|
its-pointless, that would be really gorgeous. I'm just realizing that my new Onyx Boox Max2 with 13,3" e-ink Display and termux for some things is better suited than my Laptop. |
|
okay i got it to install on device. Moarvm and libtommath cross compiled from pc. Caveats MVM_SPESH_DISABLE=1 was used.... |
|
if you want to have a try at this iv put moarvm and libtommath packages on my repo github.com/its-pointless/gcc_termux readme for instructions... |
|
Great. I installed moarvm following your instructions and it's up and running, so far no problems. |
|
I symlinked the moar executable into install/bin of rakudo-star tree and tried to compile rakudo star on device, but it fails at some point with nqp. Perhaps it needs more than just the executable. |
|
If you install moarvm from its-pointless and unpack rakudo-star sources into your $HOME and run perl Configure.pl --backend=moar --gen-nqp it will fail because it expects moar and share/nqp/lib in source tree/install. I don't know if it would help to add --prefix=../usr, I don't want it to install stuff somewhere. So solution is to do |
|
nqp compiled. The final make failed. Unfortunately I can't transfer the log now, abbreviated |
|
FWIW, libuv 1.19.1 is installed |
|
I didn't need to link moarvm |
|
Also make sure libuv-dev is installed |
|
the final make that builds perl6 doesn't find stuff in source_tree/MoarVM/3rdparty/* |
|
Yes. Forget everybody everything I said and follow instruction from it-pointless. |
|
I made clean and issued your commands. The following happens:
|
|
It doesn't help to pkg uninstall moarvm (keeping libffi libtommath), that leads |
|
oh you need atomic-ops-dev package forgot to upload that.... |
|
You're work is much appreciated! |
|
After that make succeeds, with warning |
|
Hi, i am also interested in trying to install rakudo on my android tablet. Sadly Doesnt work and libuv isn't found although i have the 1.9.1 version installed. Kind regards, squifi |
|
You need What worked for me was making nqp and rakudo IF the crosscompiled moarvm from |
|
I got it to install just when it hangs stop and try make install again. |
|
I tried that before and again, it's not working for me. |
|
Thx for your replies, i'll continue to try. |
|
Awesome to see I'm not the only person interested! I've been juggling RL too much lately but I have been reading the thread off and on and will be trying to do it too in a week or so, with the assistance of my far more well-versed-in-these-things spousal unit. ^_^ |
|
I want to mention that I tried to install debian on termux using sp4rkie's script |
|
I have found a .. bad way of getting this built in termux Rakudo Star has been built and installed successfully. |
|
okay using htop... |
|
is Perl 6 available for termux-packages finally? |
|
@ohmycloud If issue is |
|
I found a rakudo package in this repository: startup termux and download curl -O https://its-pointless.github.io/setup-pointless-repo.sh
chmod +x setup-pointless-repo.sh
./setup-pointless-repo.sh
apt-get install rakudo |
|
This package request is associated with three package, |
Perl 6 is called "Rakudo" in Debian, Fedora and Ubuntu.
The text was updated successfully, but these errors were encountered: