Search Criteria
Package Details: ccnet-server 7.1.5-2
Git Clone URL: | https://aur.archlinux.org/ccnet-server.git (read-only, click to copy) |
---|---|
Package Base: | ccnet-server |
Description: | Internal communication framework and user/group management for seafile server |
Upstream URL: | https://github.com/haiwen/ccnet-server |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | eolianoe |
Maintainer: | None |
Last Packager: | Joffrey |
Votes: | 96 |
Popularity: | 0.000037 |
First Submitted: | 2017-01-07 14:58 |
Last Updated: | 2020-12-05 11:00 |
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 ... Next › Last »
Joffrey commented on 2018-02-08 10:01
@eolianoe I was able to compile and run seafile-client without ccnet-server. ccnet-server is only required for seafile-server. See prerequisites for seafile-client.
This is an important change I prefer to converse you before.
Joffrey commented on 2018-02-08 08:35
@eolianoe Great, thank you!
eolianoe commented on 2018-02-07 20:09
@Joffrey: no problem, I added you to all seafile related packages
Joffrey commented on 2018-02-07 11:54
Hello @eolianoe can you add me to co-maintener for ccnet-server? Because seafile-server must use the same version as ccnet-server so the news updates of seafile-sever and seahub 'll depend of you.
eolianoe commented on 2017-05-28 18:32
@ndandanov: when building packages in the AUR the base-devel group is assumed to be installed [a]
[a] https://wiki.archlinux.org/index.php/Arch_User_Repository#Getting_started
ndandanov commented on 2017-05-26 09:54
@eolianoe,
Thank you!
I ran
[nikolay@nikolay-t440p ccnet-server]$ makepkg -si
And had the error
/home/nikolay/.cache/pacaur/ccnet-server/PKGBUILD: line 24: patch: command not found
Then installed patch
[root@nikolay-t440p ~]# pacman -S core/patch
And after another makepkg -si everything seems to be running properly.
Thank you!
eolianoe commented on 2017-05-26 09:26
@ndandanov: building nicely here, be sure that you are using the latest version of the PKGBUILD. Besides, try to use pure makepkg to build your package [a].
[a] https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_packages
ndandanov commented on 2017-05-26 07:58
Hi all,
It seems ccnet-server now uses openssl-1.1.diff.
I am encountering the following errors while trying to upgrade it with pacaur:
utils.c:1056:20: error: storage size of ‘ctx’ isn’t known
EVP_CIPHER_CTX ctx;
^~~
utils.c:1056:20: warning: unused variable ‘ctx’ [-Wunused-variable]
utils.c: In function ‘ccnet_decrypt_with_key’:
utils.c:1141:20: error: storage size of ‘ctx’ isn’t known
EVP_CIPHER_CTX ctx;
^~~
utils.c:1141:20: warning: unused variable ‘ctx’ [-Wunused-variable]
utils.c: In function ‘ccnet_expand_path’:
utils.c:407:9: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result [-Wunused-result]
getcwd (new_path, PATH_MAX);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
Could anybody please provide some insights on how this could be overcome?
My system has the following versions of openssl installed:
[root@nikolay-t440p nikolay]# pacman -Q | grep -i ssl
openssl 1.1.0.e-1
openssl-1.0 1.0.2.l-1
I tried editing the PKGBUILD, but obviously unsuccessfully.
Thanks! :)
Nikolay
Captain_Rage commented on 2017-05-15 08:33
@RoestVrijStaal
Thanks for the guidance. I didn't get to try it, since 6.0.6 was released and it fixed the 'Transport Error' for me. Cheers, though!
RoestVrijStaal commented on 2017-05-09 18:28
@Captain_Rage:
Remove the '-1.0' except in the `prepare()` block
Also the path of the pkgconfig differs per distro (at least @ mine).
/usr/lib/openssl-1.0/ is missing at my system despite having openssl-1.0 installed. However, I've /usr/lib/pkgconfig/openssl.pc which /seems/ similar since using that instead made my install succeed.
````
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: OpenSSL
Description: Secure Sockets Layer and cryptography libraries and tools
Version: yourversionofcoursenotmine
Requires: libssl libcrypto
````