0

I have tried running the 'make ALLOW_WARNINGS=1' command multiple times, but it seems to fail every time.

I have made sure gcc is updated and so is the rethinkDB package.

Here's the error it produces:

RethinkDB make failing

1 Answers1

1

It was down to the fact I didn't have enough swap. I ordered a new RPi2 and it worked (due to 1GB of ram built in), but I also found out that I didn't increase the swap file on the RPi1 correctly, I was following this tutorial and I didn't carry out the last two commands, so it might still be possible on a RPi1, I haven't checked.

  • Ah yes, it definitely is possible. I followed this guide for reference => https://www.bitpi.co/2015/02/11/how-to-change-raspberry-pis-swapfile-size-on-rasbian/ – dalanmiller Oct 27 '15 at 18:09