-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Failing to install 6.2.0 on Alpine Linux #6486
Comments
Hi, It's not related to transcription but to a PeerTube dependency update (see webtorrent/bittorrent-tracker#519 (comment)) Unfortunately I don't have a solution yet |
this should work on |
Thanks for the reply, seems that the bittorrent tracker is indeed the issue.
Doesn't seem to help:
|
I tried to remove that lib from |
ndc runs fine on all dists i tested if installed via npm, this is likely a yarn issue, from the error above seems like ur dependency tagging is wrong, downgrade chai to v <5 |
Please don't downgrade or remove things from package.json, just wait a proper fix :) |
Should be fixed by f7ec840 I hope it gets fixed upstream, because I'm not sure we can stick with this old webtorrent version forever, and I don't want to fork it. |
Thank you sir, it works for me (FreeBSD aarch64). |
Also working here now, thanks for the fix |
Describe the problem
We've been running Peertube on an Alpine Linux VM for quite a few years now but we can't seem to update to 6.2.0 from 6.1.0. The problem seems to be related to something failing to compile (I assume related to the automatic transcription feature).
After installing
cmake
andlibressl-dev
to tackle some error messages we got trying to run the install, we're eventually faced with this error when running theyarn install
command:Now I can't tell whether this is happening because we're missing certain packages on our distro to properly compile this or because of a bug upstream. Any support appreciated!
Additional information
The text was updated successfully, but these errors were encountered: