Package Details: sogo 5.10.0-1

Git Clone URL: https://aur.archlinux.org/sogo.git (read-only, click to copy)
Package Base: sogo
Description: groupware server built around OpenGroupware.org (OGo) and the SOPE application server
Upstream URL: http://www.sogo.nu/
Licenses: GPL
Replaces: sogo2
Submitter: DJ_L
Maintainer: deons
Last Packager: deons
Votes: 12
Popularity: 0.000000
First Submitted: 2016-05-05 01:05 (UTC)
Last Updated: 2024-03-14 13:36 (UTC)

Dependencies (23)

Required by (0)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

deons commented on 2018-10-11 07:40 (UTC)

Hi DJ_L,

Thanks for your patches on the bug report, I have now included them in the arch packages.

deons commented on 2018-10-10 05:57 (UTC) (edited on 2018-10-10 05:58 (UTC) by deons)

Hi DJ_L,

Some info that might be useful to you. SSL_load_error_strings(); was introduced in 4.0.2 via the following commit

https://github.com/inverse-inc/sogo/commit/5a48fca43dc387033f53f6f99ac045eae1cf9604#diff-3d19a9a222e32bc7b14dd7be7cb5751b

to fix the following bug "S/MIME emails are rendered blank when using GnuTLS" https://sogo.nu/bugs/view.php?id=4433

The ssl_load_error.patch that I have included in this package reverts that commit, not the best solution and is just a temporary solution.

I have tested S/MIME emails and everything is still fine on archlinux.

Thanks again for all of your help.

DJ_L commented on 2018-10-09 17:31 (UTC)

Thanks. If that works for chetwisniewski, we'll need to create proper version specific patches and attach to the bug at sogo.nu. I'll do it tonight if I have time.

deons commented on 2018-10-09 06:35 (UTC)

Hi DJ_L,

I only needed to remove it from sogo (UI/MailPartViewers/UIxMailPartSignedViewer.m) and now everything is working for me. Thanks for your help. I have added the fix to the PKGBUILD file for now. If anyone else is having a problem with this package please leave a comment.

DJ_L commented on 2018-10-09 04:42 (UTC) (edited on 2018-10-09 04:47 (UTC) by DJ_L)

I'm not sure that ssl message isn't a misnomer. Unfortunately, with OpenSSL-1.1.1, it appears that the message you are seeing should be harmless. The library is initialized by default now days.

The suggestions should get rid of the SSL error messages on OpenSSL-1.1.0+ (just drop in immediately before configure in each resp.).

For SOPE (forgive the long line, you can break in the PKGBUILD):

sed -e '/SSL_library_init/d' -e '/SSL_load_error_strings/d' -i sope-core/NGStreams/NGActiveSSLSocket.m

For SOGo:

sed '/SSL_load_error_strings/d' -i UI/MailPartViewers/UIxMailPartSignedViewer.m

Again, the above is just speculation, I have NOT seen that error, but I suspect it was because I lag behind a bit. I've built as above, against OpenSSL-1.1.1 before suggesting those, and it is still working for me. The issue I had seen today was with the recent mariadb upgrade (a restart of mariadb fixed it). Again, however, the messages should be harmless, so I doubt that fixes the message list errors, but worth a shot I suppose.

Note: Forgive the edits, I've no idea how to force a hard return. Also, if this does not get it, despite the fact that I don't see the error, two to one, I'd suggest dropping back to 4.0.1 until the devs answer in the bug.

DJ_L commented on 2018-10-08 16:27 (UTC)

FYI: https://sogo.nu/bugs/view.php?id=4566

DJ_L commented on 2018-10-08 16:25 (UTC)

I too am seeing the issue now. OpenSSL-1.1.1 is the cause. I did not have time to address this morning, but I'll try and update again this evening and see what I can do to track it down. Assuming it's not a dependent library someplace, a cursory glance suggests that we need only to add a conditional in SOGo for SSL version and then use OPENSSL_init_ssl() rather than SSL_load_error_strings(). Again, I didn't really have time to look at it and IANAP, so I may be over simplifying. SOPE uses GNUTLS by default, so no worries there, but it should fixed anyway for the off chance that GNUTLS is not available as well (both should be done upstream, but will have to be done locally in the interim assuming that I'm even correct, of course).

deons commented on 2018-10-05 07:44 (UTC) (edited on 2018-10-05 07:46 (UTC) by deons)

Hi DJ_L and chetwisniewski,

I am using openssl-1.1.1-1, here is the error messages that I am getting.

sogod[29991]: Error (objc-load):/usr/lib/GNUstep/SOGo/MailPartViewers.SOGo/MailPartViewers: undefined symbol: SSL_load_error_strings

sogod[29991]: Oct 05 08:16:29 sogod [29991]: [so-product-registry] could not load product: MailPartViewers

sogod[29991]: Error (objc-load):/usr/lib/GNUstep/SOGo/MailerUI.SOGo/MailerUI: undefined symbol: __objc_class_name_UIxMailSizeFormatter

sogod[29991]: Oct 05 08:16:29 sogod [29991]: [so-product-registry] could not load product: MailerUI

It does appear that it is something with ssl that is causing the issue but I cant find what it is.

DJ_L commented on 2018-09-28 03:22 (UTC)

OpenSSL-1.1.1?

chetwisniewski commented on 2018-09-27 19:38 (UTC)

I am getting the same error. It appears related to SSL in some way:

sogod[1194]: Error (objc-load):/usr/lib/GNUstep/SOGo/MailPartViewers.SOGo/MailPartViewers: undefined symbol: SSL_load_error_strings

Also using LDAP auth, but I think that is a red herring.

Downgrading to 4.0.1 fixed me as well, but I also downgraded sope out of caution.