YunoHost-Apps / seafile_ynh

Seafile package for YunoHost
https://seafile.com
MIT License
14 stars 19 forks source link

I386 (32 bit) no more supported #52

Open Josue-T opened 4 years ago

Josue-T commented 4 years ago

It's the official issue about the i386 support. The seafile developer decided to stop to make the official binary for the i386 architecture (Intel 32 bits).

Actually as the packager of seafile I just use the the binary from the official repos. The other solution is to build manually the binary for the architecture which is not officially provided but it need some work to make a stable script which provide a clean binary for the others architecture.

As I don't really know how many people use this package with a i386 processor, I decided to make this issue to make survey to know how many people are in this case. So if you see this issue and are in a case of a server with seafile with a i386 architecture (Intel 32 bits), could you say something here or just put a :+1: here.

Josue-T commented 4 years ago

I found a script to build the binary here : https://github.com/haiwen/seafile-rpi/blob/master/build.sh

So if a lot of people are impacted by this I might build some binary for 32bit and for ARMv7

bipboppa commented 4 years ago

Hello Josue I am a complete beginner on server managing, that script you just post, is it some kind of code that make seafil work on 32bits architecture or a work still in progress ?

Josue-T commented 4 years ago

This script is used to build seafile for RasberryPi (so for armv7). But it should be probably also usable for arch 32 bit