View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002360 | SOGo | Backend Mail | public | 2013-06-29 14:09 | 2013-07-18 14:26 |
Reporter | buzzdee | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Product Version | 2.0.6 | ||||
Target Version | 2.0.7 | Fixed in Version | 2.0.7 | ||
Summary | 0002360: unresolved symbols in MailUI when starting up sogo | ||||
Description | $ /usr/local/sbin/sogod -WOUseWatchDog NO -WOLogFile - -WONoDetach YES | ||||
Additional Information | This is with SOGo 2.0.6b, libobjc-1.6.4. | ||||
Tags | No tags attached. | ||||
2013-06-29 14:48
|
fix-unresolved-symbols.diff (2,109 bytes)
$OpenBSD$ --- UI/MailerUI/GNUmakefile.orig Sat Jun 29 15:59:59 2013 +++ UI/MailerUI/GNUmakefile Sat Jun 29 16:00:49 2013 @@ -32,6 +32,7 @@ MailerUI_OBJC_FILES += \ UIxMailWindowCloser.m \ \ UIxMailUserRightsEditor.m \ + ../MailPartViewers/UIxMailRenderingContext.m \ UIxMailUserDelegationEditor.m \ # UIxMailEditorAction.m \ # UIxMailReplyAction.m \ $OpenBSD$ --- UI/MailPartViewers/GNUmakefile.preamble.orig Sat Jun 29 16:05:53 2013 +++ UI/MailPartViewers/GNUmakefile.preamble Sat Jun 29 16:06:10 2013 @@ -2,3 +2,10 @@ ifeq ($(HAS_LIBRARY_ssl),yes) ADDITIONAL_CPPFLAGS += -DHAVE_OPENSSL=1 BUNDLE_LIBS += -lcrypto endif + +ADDITIONAL_CPPFLAGS += \ + -Wall -DCOMPILE_FOR_GSTEP_MAKE=1 \ + -DUIX_MAILER_MAJOR_VERSION="@\"$(MAJOR_VERSION)\"" \ + -DUIX_MAILER_MINOR_VERSION="@\"$(MINOR_VERSION)\"" \ + -DUIX_MAILER_SUBMINOR_VERSION="@\"$(SUBMINOR_VERSION)\"" + $OpenBSD$ --- UI/MailPartViewers/GNUmakefile.orig Thu Jun 27 17:50:25 2013 +++ UI/MailPartViewers/GNUmakefile Sat Jun 29 16:39:10 2013 @@ -26,6 +26,24 @@ MailPartViewers_OBJC_FILES += \ UIxMailPartICalViewer.m \ \ UIxMailPartICalActions.m \ + ../../SoObjects/Mailer/SOGoMailBodyPart.m \ + ../../SoObjects/Mailer/SOGoHTMLMailBodyPart.m \ + ../../SoObjects/Mailer/SOGoCalendarMailBodyPart.m \ + ../../SoObjects/Mailer/SOGoMailAccounts.m \ + ../../SoObjects/Mailer/SOGoMailBaseObject.m \ + ../../SoObjects/Mailer/SOGoMailAccount.m \ + ../../SoObjects/Mailer/SOGoMailNamespace.m \ + ../../SoObjects/Mailer/SOGoDraftsFolder.m \ + ../../SoObjects/Mailer/SOGoSentFolder.m \ + ../../SoObjects/Mailer/SOGoTrashFolder.m \ + ../../SoObjects/Mailer/SOGoMailFolder.m \ + ../../SoObjects/Mailer/SOGoDraftObject.m \ + ../../SoObjects/Mailer/SOGoMailObject.m \ + ../../SoObjects/Appointments/SOGoEMailAlarmsManager.m \ + ../../SoObjects/Appointments/SOGoAppointmentObject.m \ + ../../SoObjects/Appointments/SOGoComponentOccurence.m \ + ../../SoObjects/Appointments/SOGoAppointmentOccurence.m \ + ../../SoObjects/Appointments/SOGoCalendarComponent.m MailPartViewers_RESOURCE_FILES += \ product.plist \ |
with the workaround shown in the patch, I get the mailer UI to work, but I get the following warnings on SOGo startup: $ /usr/local/sbin/sogod -WOUseWatchDog NO -WOLogFile - -WONoDetach YES |
|
https://github.com/inverse-inc/sogo/commit/19e542396bc32debab6f53b229166c57d05e4599 |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2013-06-29 14:09 | buzzdee | New Issue | |
2013-06-29 14:48 | buzzdee | File Added: fix-unresolved-symbols.diff | |
2013-06-29 14:50 | buzzdee | Note Added: 0005728 | |
2013-07-18 14:11 | ludovic | Target Version | => 2.0.7 |
2013-07-18 14:26 | ludovic | Note Added: 0005754 | |
2013-07-18 14:26 | ludovic | Status | new => closed |
2013-07-18 14:26 | ludovic | Resolution | open => fixed |
2013-07-18 14:26 | ludovic | Fixed in Version | => 2.0.7 |