patho

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by patho

  1. And again not working on Raspberry Pi 1. Last working version from the official repo was 2.3.7 with arch=armhf. Since then the binary didn't work on Pi1 which is a ARMv6+VFP2 ARM variant so it has a hardware floating point unit. Maybe resilio has to take care of this when compiling the binary.

    Please fix this... it's really annoying

    Thanks

  2. On 8.9.2016 at 4:32 PM, RomanZ said:

    @12345lamacun We are done with issue investigation. By some unknown reason, Raspbian for RPI1 uses ARMHF default architecture. As a result, apt-get downloads ARMHF build from our repo. This is not something we can fix as it is in Raspbian code.

    Although, you can work it around by adding additional architecture to your OS and forcing manual installation of ARMEL build:

    
    dpkg --add-architecture armel
    apt-get update
    apt-get install btsync:armel

     

    This doesn't work because libc6:armel (>= 2.4) ist needed.

    FYI: The bittorrent-sync-pi-server_2.3.7_armhf.deb was also armhf and works flawlessly.