Skip to content
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

Installation on raspberry pi from apt fails #735

Open
murchu27 opened this issue Apr 30, 2021 · 0 comments
Open

Installation on raspberry pi from apt fails #735

murchu27 opened this issue Apr 30, 2021 · 0 comments

Comments

@murchu27
Copy link

Description

I'm following the "Debian/Ubuntu" section of the Self-Hosting guide for Jitsi Meet, to install Jitsi Meet on my Raspberry Pi 4. After having added the Jitsi package repository, and running apt-get install jitsi-meet, apt attempts to install jicofo as a dependency. This installation fails with an error.

Current behavior

When installing with apt, the installation fails with the following error:

...
Setting up jicofo (1.0-740-1) ...
Traceback (most recent call last):
	4: from <internal:gem_prelude>:2:in `<internal:gem_prelude>'
	3: from <internal:gem_prelude>:2:in `require'
	2: from /usr/lib/ruby/2.5.0/rubygems.rb:117:in `<top (required)>'
	1: from /usr/lib/ruby/2.5.0/rubygems.rb:1371:in `<module:Gem>'
/usr/lib/ruby/2.5.0/rubygems.rb:1371:in `require': /usr/lib/ruby/2.5.0/rubygems/specification.rb:157: syntax error, unexpected '=', expecting => (SyntaxError)
...   :signing_key               =� Nil,
...                              ^
/usr/lib/ruby/2.5.0/rubygems/specification.rb:157: invalid multibyte char (UTF-8)
dpkg: error processing package jicofo (--configure):
 installed jicofo package post-installation script subprocess returned error exit status 1
...
dpkg: dependency problems prevent configuration of jitsi-meet:
 jitsi-meet depends on jicofo (= 1.0-740-1); however:
  Package jicofo is not configured yet.

Expected Behavior

jicofo, and then jitsi-meet, installs successfully.

Steps to reproduce

Follow the Self-Hosting guide (Debian/Ubuntu) to install jitsi-meet on Raspbian 10 (buster) on a Raspberry Pi 4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant