pystardust / ani-cli

A cli tool to browse and play anime
GNU General Public License v3.0
7.92k stars 544 forks source link

sudo make not doing anything #159

Closed Neptuneia closed 2 years ago

Neptuneia commented 2 years ago

Im on manjaro and whenever I cd into "ani-cli" after installing it, and I sudo make, it gives me this error: image

Rendevior commented 2 years ago

Your Distro is Arch Linux right? If yes, try running:

sudo pacman -Syu
MataevsLinux commented 2 years ago

it didn't work for me.

ghost commented 2 years ago

try installing libffi maybe? sudo pacman -S libffi

port19x commented 2 years ago

The makefile definitely needs some dependency checking, in its current state it seems almost worse than having no makefile at all. This would also help potential package maintainers i.e. for the AUR

VoidAny commented 2 years ago

This issue might be caused by that shared library getting accidentally deleted. You can always try copying some other library and naming it that. sudo cp /usr/lib64/libinput.so /usr/lib64/libffi.so.8 It will not actually fix the underlying issue (that library not existing), but it should allow you to use gcc and make.

port19x commented 2 years ago

This one is most likely due to that library missing and not at all related to our makefile. But even if it were, since the makefile will see a great deal of changes, I'll close this issue now. Open a seperate issue if you still have problems with the makefile

Neptuneia commented 2 years ago

[image: image.png]

On Fri, Dec 31, 2021 at 7:32 AM ura @.***> wrote:

This one is most likely due to that library missing and not at all related to our makefile. But even if it were, since the makefile will see a great deal of changes, I'll close this issue now. Open a seperate issue if you still have problems with the makefile

— Reply to this email directly, view it on GitHub https://github.com/pystardust/ani-cli/issues/159#issuecomment-1003390205, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANXI3ZH2E4NHX7GL7SRMKYLUTW5GBANCNFSM5JFKH22Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>