Raku / ecosystem-unbitrot

Which modules are not installable?
https://perl6.github.io/ecosystem-unbitrot/
GNU General Public License v3.0
5 stars 4 forks source link

App::Assixt #302

Closed AlexDaniel closed 6 years ago

AlexDaniel commented 6 years ago

Module App::Assixt is failing its tests and/or does not install.

If you can't self-assign, attach a label, or close the ticket, please let us know on #perl6 channel on freenode or just leave a comment here. We will try to give you privileges as fast as possible.

Tyil commented 6 years ago

I'm the author of this module. I generally test installation inside a rakudo-star:latest docker to ensure it can install cleanly. Having just done that, it seems to work correctly. It does require make and gcc to be available, since the Term::termios dependency requires these.

docker run -it -v "$(pwd):/app" -w /app rakudo-star:latest bash
apt update
apt install build-essential
zef install App::Assixt

This passes tests and installs correctly.