syncing-server icon indicating copy to clipboard operation
syncing-server copied to clipboard

syncing-server_app_1 keeps restarting Raspberry Pi

Open 0lzi opened this issue 5 years ago • 0 comments

followed instructions for docker compose for Raspberry Pi, and getting the app restarting after 20-25 seconds, here is the end of the logs from the logs

Installing bcrypt 3.1.13 with native extensions
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.

    current directory: /usr/local/bundle/gems/bcrypt-3.1.13/ext/mri
/usr/local/bin/ruby -I /usr/local/lib/ruby/2.6.0 -r
./siteconf20200818-7-16tfqhw.rb extconf.rb
creating Makefile

current directory: /usr/local/bundle/gems/bcrypt-3.1.13/ext/mri
make "DESTDIR=" clean

current directory: /usr/local/bundle/gems/bcrypt-3.1.13/ext/mri
make "DESTDIR="
compiling bcrypt_ext.c
compiling crypt_blowfish.c
gcc  -D__SKIP_GNU     -c -o x86.o x86.S
x86.S: Assembler messages:
x86.S:202: Error: junk at end of line, first unrecognized character is `,'
make: *** [<builtin>: x86.o] Error 1

make failed, exit code 2

Gem files will remain installed in /usr/local/bundle/gems/bcrypt-3.1.13 for
inspection.
Results logged to
/usr/local/bundle/extensions/arm-linux/2.6.0/bcrypt-3.1.13/gem_make.out

An error occurred while installing bcrypt (3.1.13), and Bundler cannot continue.
Make sure that `gem install bcrypt -v '3.1.13' --source 'https://rubygems.org/'`
succeeds before bundling.

In Gemfile:
  bcrypt

0lzi avatar Aug 18 '20 10:08 0lzi