Doesn't build for me:
error: linking with `cc` failed: exit status: 1
Git Clone URL: | https://aur.archlinux.org/youtube-tui-git.git (read-only, click to copy) |
---|---|
Package Base: | youtube-tui-git |
Description: | An aesthetically pleasing TUI frontend to browsing YouTube written in Rust. |
Upstream URL: | https://github.com/Siriusmart/youtube-tui |
Licenses: | GPL3 |
Conflicts: | youtube-tui |
Provides: | youtube-tui |
Submitter: | Zaedus |
Maintainer: | Zaedus |
Last Packager: | Zaedus |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2022-07-22 03:00 (UTC) |
Last Updated: | 2022-12-29 02:51 (UTC) |
Doesn't build for me:
error: linking with `cc` failed: exit status: 1
All of the dependency issues should be fixed. Sorry about that people!
Yeah, as @Chasar said, the app did not start until I manually install libsixel. You need to add that as the dependency.
Also, Rust takes too much time to compile, even for this kind of simple terminal app. It would be nice if you could add binary for at least the most popular platform: x64.
youtube-tui: error while loading shared libraries: libsixel.so.1
Maybe add libsixel as one of the dependencies?
Pinned Comments
Zaedus commented on 2022-12-29 02:36 (UTC)
All of the dependency issues should be fixed. Sorry about that people!