remotestorage / rs-serve

A remoteStorage server for POSIX systems
GNU Affero General Public License v3.0
79 stars 9 forks source link

Arch Linux : lib/evhtp/build/libevhtp.a] Error 2 #15

Open nobicycle opened 6 years ago

nobicycle commented 6 years ago

Hello. Thanks for rs-serve It does not compile on Arch Linux with libevent 2.1.8-1 installed.

/home/archives/Internet/Cloud/remoteStorage/rs-serve-git/lib/evhtp/evhtp.c:1817:1: warning: ‘_evhtp_ssl_get_thread_id’ defined but not used [-Wunused-function]
 _evhtp_ssl_get_thread_id(void) {
 ^~~~~~~~~~~~~~~~~~~~~~~~
make[3]: *** [CMakeFiles/libevhtp.dir/build.make:63: CMakeFiles/libevhtp.dir/evhtp.c.o] Error 1
make[3]: Leaving directory '/home/archives/Internet/Cloud/remoteStorage/rs-serve-git/lib/evhtp/build'
make[2]: *** [CMakeFiles/Makefile2:68: CMakeFiles/libevhtp.dir/all] Error 2
make[2]: Leaving directory '/home/archives/Internet/Cloud/remoteStorage/rs-serve-git/lib/evhtp/build'
make[1]: *** [Makefile:130: all] Error 2
make[1]: Leaving directory '/home/archives/Internet/Cloud/remoteStorage/rs-serve-git/lib/evhtp/build'
make: *** [Makefile:110: lib/evhtp/build/libevhtp.a] Error 2
raucao commented 6 years ago

Hi @nobicycle,

Please be aware that this server implementation has been unmaintained for a few years now, and thus is rather out of date, not just regarding potential build dependencies, but also the remoteStorage protocol version.

We just had a new thread on the forums discussing the current state of server implementations, which might be interesting to you: https://community.remotestorage.io/t/get-storage-inventory-march-2018/449

If you're interested, you could also try to update this implementation, of course. We give push access to everyone who genuinely wants to contribute something.