Re: [SOGo] Error compiling SOGo 5.8.0

2023-01-03 Thread smizr...@alinto.eu

Hi Jose,

What is exactly the bug you have ? Is it referenced under bugs.sogo.nu ?

Regarding compilation issue, what is your compiling procedure ? Did you follow 
https://www.sogo.nu/support/faq/how-do-i-compile-sogo.html ?

Sebastien
​​

Le Lundi, Janvier 02, 2023 14:38 CET, "Jose David Bravo A" 
(jbr...@colombiahosting.com.co)  a écrit:
  For some reason the Makefile provided is doing that , I just downloaded it, 
ran ./configure and make and it’s trying to link the library. I’m compiling it 
to try to fix a bug that is causing me a bunch of problems. Jose Sent from my 
iPhone On 2/01/2023, at 7:51 AM, Odhiambo Washington  wrote:
   On Sun, Jan 1, 2023 at 10:57 PM Jose David Bravo A  wrote:Hi 
I'm trying to build from source SOGo 5.8.0, I already copiled and installed 
SOPE... but I don't know why is this error happening whole doing make on the 
SOGo source:  gobjc -shared \                 -Wl,--no-as-needed -lcurl     
-Wl,-z,relro  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld 
-shared-libgcc  -pthread  -fexceptions -rdynamic -o 
Appointments.SOGo/./Appointments \./obj/Appointments.obj/Product.m.o 
./obj/Appointments.obj/NSArray+Appointments.m.o 
./obj/Appointments.obj/iCalAlarm+SOGo.m.o 
./obj/Appointments.obj/iCalCalendar+SOGo.m.o 
./obj/Appointments.obj/iCalEntityObject+SOGo.m.o 
./obj/Appointments.obj/iCalRepeatableEntityObject+SOGo.m.o 
./obj/Appointments.obj/iCalEvent+SOGo.m.o 
./obj/Appointments.obj/iCalEventChanges+SOGo.m.o 
./obj/Appointments.obj/iCalPerson+SOGo.m.o 
./obj/Appointments.obj/iCalToDo+SOGo.m.o 
./obj/Appointments.obj/SOGoCalendarComponent.m.o 
./obj/Appointments.obj/SOGoAppointmentObject.m.o 
./obj/Appointments.obj/SOGoTaskObject.m.o 
./obj/Appointments.obj/SOGoComponentOccurence.m.o 
./obj/Appointments.obj/SOGoAppointmentOccurence.m.o 
./obj/Appointments.obj/SOGoTaskOccurence.m.o 
./obj/Appointments.obj/SOGoAppointmentFolder.m.o 
./obj/Appointments.obj/SOGoAppointmentFolderICS.m.o 
./obj/Appointments.obj/SOGoAppointmentFolderObject.m.o 
./obj/Appointments.obj/SOGoAppointmentFolderXML.m.o 
./obj/Appointments.obj/SOGoAppointmentInboxFolder.m.o 
./obj/Appointments.obj/SOGoWebAppointmentFolder.m.o 
./obj/Appointments.obj/SOGoAppointmentFolders.m.o 
./obj/Appointments.obj/SOGoFreeBusyObject.m.o 
./obj/Appointments.obj/SOGoUser+Appointments.m.o 
./obj/Appointments.obj/SOGoUserFolder+Appointments.m.o 
./obj/Appointments.obj/SOGoCalendarProxy.m.o 
./obj/Appointments.obj/SOGoAptMailNotification.m.o 
./obj/Appointments.obj/SOGoAptMailInvitation.m.o 
./obj/Appointments.obj/SOGoAptMailDeletion.m.o 
./obj/Appointments.obj/SOGoAptMailICalReply.m.o 
./obj/Appointments.obj/SOGoAptMailUpdate.m.o 
./obj/Appointments.obj/SOGoAptMailReceipt.m.o 
./obj/Appointments.obj/SOGoAptMailReminder.m.o 
./obj/Appointments.obj/SOGoEMailAlarmsManager.m.o 
./obj/Appointments.obj/MSExchangeFreeBusySOAPRequest.m.o 
./obj/Appointments.obj/MSExchangeFreeBusy.m.o \                  
-L../SOGo/SOGo.framework/Versions/Current/sogo/ -lSOGo -L../../SOGo/./obj/ 
-L../../SOPE/NGCards/./obj/ -lNGCards -L../../SOPE/GDLContentStore/./obj/ 
-lGDLContentStore -L/usr/local/lib -Wl,-rpath,/usr/lib64/sogo 
-L../../SOPE/GDLContentStore/obj/    -L/root/GNUstep/Library/Libraries 
-L/usr/local/lib64 -L/usr/lib64     -lNGObjWeb -lNGMime -lNGStreams 
-lNGExtensions         -lGDLAccess -lNGObjWeb -lNGMime -lNGLdap -lNGStreams 
-lNGExtensions -lEOControl -lDOM -lSaxObjC -lSBJson   -lgnustep-base    -lobjc  
 -lm/usr/bin/ld: cannot find -lSOGocollect2: error: ld returned 1 exit 
statusgmake[3]: *** [/usr/lib64/GNUstep/Makefiles/wobundle.make:173: 
Appointments.SOGo/./Appointments] Error 1gmake[2]: *** 
[/usr/lib64/GNUstep/Makefiles/Master/rules.make:297: 
Appointments.all.wobundle.variables] Error 2gmake[1]: *** 
[/usr/lib64/GNUstep/Makefiles/Master/serial-subdirectories.make:53: 
internal-all] Error 2make: *** 
[/usr/lib64/GNUstep/Makefiles/Master/serial-subdirectories.make:53: 
internal-all] Error 2 Any idea? Well, it says what the error is. Are you sure 
you want to link SOGo to itself? The  '/usr/bin/ld: cannot find -lSOGo' seems 
to suggest that, or maybe you should remove it. And why compile manually 
though?  --Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254 7 3200 0004/+254 7 2274 3223
"Oh, the cruft.", egrep -v '^$|^.*#' ¯\_(ツ)_/¯ :-)

 


Re: [SOGo] Error compiling SOGo 5.8.0

2023-01-02 Thread Jose David Bravo A
For some reason the Makefile provided is doing that , I just downloaded it, ran ./configure and make and it’s trying to link the library.I’m compiling it to try to fix a bug that is causing me a bunch of problems.JoseSent from my iPhoneOn 2/01/2023, at 7:51 AM, Odhiambo Washington  wrote:On Sun, Jan 1, 2023 at 10:57 PM Jose David Bravo A  wrote:HiI'm trying to build from source SOGo 5.8.0, I already copiled and installed SOPE... but I don't know why is this error happening whole doing make on the SOGo source:gobjc -shared \                 -Wl,--no-as-needed -lcurl     -Wl,-z,relro  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared-libgcc  -pthread  -fexceptions -rdynamic -o Appointments.SOGo/./Appointments \		./obj/Appointments.obj/Product.m.o ./obj/Appointments.obj/NSArray+Appointments.m.o ./obj/Appointments.obj/iCalAlarm+SOGo.m.o ./obj/Appointments.obj/iCalCalendar+SOGo.m.o ./obj/Appointments.obj/iCalEntityObject+SOGo.m.o ./obj/Appointments.obj/iCalRepeatableEntityObject+SOGo.m.o ./obj/Appointments.obj/iCalEvent+SOGo.m.o ./obj/Appointments.obj/iCalEventChanges+SOGo.m.o ./obj/Appointments.obj/iCalPerson+SOGo.m.o ./obj/Appointments.obj/iCalToDo+SOGo.m.o ./obj/Appointments.obj/SOGoCalendarComponent.m.o ./obj/Appointments.obj/SOGoAppointmentObject.m.o ./obj/Appointments.obj/SOGoTaskObject.m.o ./obj/Appointments.obj/SOGoComponentOccurence.m.o ./obj/Appointments.obj/SOGoAppointmentOccurence.m.o ./obj/Appointments.obj/SOGoTaskOccurence.m.o ./obj/Appointments.obj/SOGoAppointmentFolder.m.o ./obj/Appointments.obj/SOGoAppointmentFolderICS.m.o ./obj/Appointments.obj/SOGoAppointmentFolderObject.m.o ./obj/Appointments.obj/SOGoAppointmentFolderXML.m.o ./obj/Appointments.obj/SOGoAppointmentInboxFolder.m.o ./obj/Appointments.obj/SOGoWebAppointmentFolder.m.o ./obj/Appointments.obj/SOGoAppointmentFolders.m.o ./obj/Appointments.obj/SOGoFreeBusyObject.m.o ./obj/Appointments.obj/SOGoUser+Appointments.m.o ./obj/Appointments.obj/SOGoUserFolder+Appointments.m.o ./obj/Appointments.obj/SOGoCalendarProxy.m.o ./obj/Appointments.obj/SOGoAptMailNotification.m.o ./obj/Appointments.obj/SOGoAptMailInvitation.m.o ./obj/Appointments.obj/SOGoAptMailDeletion.m.o ./obj/Appointments.obj/SOGoAptMailICalReply.m.o ./obj/Appointments.obj/SOGoAptMailUpdate.m.o ./obj/Appointments.obj/SOGoAptMailReceipt.m.o ./obj/Appointments.obj/SOGoAptMailReminder.m.o ./obj/Appointments.obj/SOGoEMailAlarmsManager.m.o ./obj/Appointments.obj/MSExchangeFreeBusySOAPRequest.m.o ./obj/Appointments.obj/MSExchangeFreeBusy.m.o \                  -L../SOGo/SOGo.framework/Versions/Current/sogo/ -lSOGo -L../../SOGo/./obj/ -L../../SOPE/NGCards/./obj/ -lNGCards -L../../SOPE/GDLContentStore/./obj/ -lGDLContentStore -L/usr/local/lib -Wl,-rpath,/usr/lib64/sogo -L../../SOPE/GDLContentStore/obj/    -L/root/GNUstep/Library/Libraries -L/usr/local/lib64 -L/usr/lib64     -lNGObjWeb -lNGMime -lNGStreams -lNGExtensions         -lGDLAccess -lNGObjWeb -lNGMime -lNGLdap -lNGStreams -lNGExtensions -lEOControl -lDOM -lSaxObjC -lSBJson   -lgnustep-base    -lobjc   -lm/usr/bin/ld: cannot find -lSOGocollect2: error: ld returned 1 exit statusgmake[3]: *** [/usr/lib64/GNUstep/Makefiles/wobundle.make:173: Appointments.SOGo/./Appointments] Error 1gmake[2]: *** [/usr/lib64/GNUstep/Makefiles/Master/rules.make:297: Appointments.all.wobundle.variables] Error 2gmake[1]: *** [/usr/lib64/GNUstep/Makefiles/Master/serial-subdirectories.make:53: internal-all] Error 2make: *** [/usr/lib64/GNUstep/Makefiles/Master/serial-subdirectories.make:53: internal-all] Error 2Any idea?Well, it says what the error is. Are you sure you want to link SOGo to itself? The  '/usr/bin/ld: cannot find -lSOGo' seems to suggest that, or maybe you should remove it.And why compile manually though?-- Best regards,Odhiambo WASHINGTON,Nairobi,KE+254 7 3200 0004/+254 7 2274 3223"Oh, the cruft.", egrep -v '^$|^.*#' ¯\_(ツ)_/¯ :-)


Re: [SOGo] Error compiling SOGo 5.8.0

2023-01-02 Thread Odhiambo Washington
On Sun, Jan 1, 2023 at 10:57 PM Jose David Bravo A  wrote:

> Hi
>
> I'm trying to build from source SOGo 5.8.0, I already copiled and
> installed SOPE... but I don't know why is this error happening whole doing
> make on the SOGo source:
>
>
> gobjc -shared \
>  -Wl,--no-as-needed -lcurl -Wl,-z,relro  -Wl,-z,now
> -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared-libgcc  -pthread
> -fexceptions -rdynamic -o Appointments.SOGo/./Appointments \
> ./obj/Appointments.obj/Product.m.o
> ./obj/Appointments.obj/NSArray+Appointments.m.o
> ./obj/Appointments.obj/iCalAlarm+SOGo.m.o
> ./obj/Appointments.obj/iCalCalendar+SOGo.m.o
> ./obj/Appointments.obj/iCalEntityObject+SOGo.m.o
> ./obj/Appointments.obj/iCalRepeatableEntityObject+SOGo.m.o
> ./obj/Appointments.obj/iCalEvent+SOGo.m.o
> ./obj/Appointments.obj/iCalEventChanges+SOGo.m.o
> ./obj/Appointments.obj/iCalPerson+SOGo.m.o
> ./obj/Appointments.obj/iCalToDo+SOGo.m.o
> ./obj/Appointments.obj/SOGoCalendarComponent.m.o
> ./obj/Appointments.obj/SOGoAppointmentObject.m.o
> ./obj/Appointments.obj/SOGoTaskObject.m.o
> ./obj/Appointments.obj/SOGoComponentOccurence.m.o
> ./obj/Appointments.obj/SOGoAppointmentOccurence.m.o
> ./obj/Appointments.obj/SOGoTaskOccurence.m.o
> ./obj/Appointments.obj/SOGoAppointmentFolder.m.o
> ./obj/Appointments.obj/SOGoAppointmentFolderICS.m.o
> ./obj/Appointments.obj/SOGoAppointmentFolderObject.m.o
> ./obj/Appointments.obj/SOGoAppointmentFolderXML.m.o
> ./obj/Appointments.obj/SOGoAppointmentInboxFolder.m.o
> ./obj/Appointments.obj/SOGoWebAppointmentFolder.m.o
> ./obj/Appointments.obj/SOGoAppointmentFolders.m.o
> ./obj/Appointments.obj/SOGoFreeBusyObject.m.o
> ./obj/Appointments.obj/SOGoUser+Appointments.m.o
> ./obj/Appointments.obj/SOGoUserFolder+Appointments.m.o
> ./obj/Appointments.obj/SOGoCalendarProxy.m.o
> ./obj/Appointments.obj/SOGoAptMailNotification.m.o
> ./obj/Appointments.obj/SOGoAptMailInvitation.m.o
> ./obj/Appointments.obj/SOGoAptMailDeletion.m.o
> ./obj/Appointments.obj/SOGoAptMailICalReply.m.o
> ./obj/Appointments.obj/SOGoAptMailUpdate.m.o
> ./obj/Appointments.obj/SOGoAptMailReceipt.m.o
> ./obj/Appointments.obj/SOGoAptMailReminder.m.o
> ./obj/Appointments.obj/SOGoEMailAlarmsManager.m.o
> ./obj/Appointments.obj/MSExchangeFreeBusySOAPRequest.m.o
> ./obj/Appointments.obj/MSExchangeFreeBusy.m.o \
>   -L../SOGo/SOGo.framework/Versions/Current/sogo/ -lSOGo
> -L../../SOGo/./obj/ -L../../SOPE/NGCards/./obj/ -lNGCards
> -L../../SOPE/GDLContentStore/./obj/ -lGDLContentStore -L/usr/local/lib
> -Wl,-rpath,/usr/lib64/sogo -L../../SOPE/GDLContentStore/obj/
> -L/root/GNUstep/Library/Libraries -L/usr/local/lib64 -L/usr/lib64
>  -lNGObjWeb -lNGMime -lNGStreams -lNGExtensions -lGDLAccess
> -lNGObjWeb -lNGMime -lNGLdap -lNGStreams -lNGExtensions -lEOControl -lDOM
> -lSaxObjC -lSBJson   -lgnustep-base-lobjc   -lm
> */usr/bin/ld: cannot find -lSOGo*
> collect2: error: ld returned 1 exit status
> gmake[3]: *** [/usr/lib64/GNUstep/Makefiles/wobundle.make:173:
> Appointments.SOGo/./Appointments] Error 1
> gmake[2]: *** [/usr/lib64/GNUstep/Makefiles/Master/rules.make:297:
> Appointments.all.wobundle.variables] Error 2
> gmake[1]: ***
> [/usr/lib64/GNUstep/Makefiles/Master/serial-subdirectories.make:53:
> internal-all] Error 2
> make: ***
> [/usr/lib64/GNUstep/Makefiles/Master/serial-subdirectories.make:53:
> internal-all] Error 2
>
> Any idea?
>

Well, it says what the error is. Are you sure you want to link SOGo to
itself? The  '/usr/bin/ld: cannot find -lSOGo' seems to suggest that, or
maybe you should remove it.
And why compile manually though?


-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254 7 3200 0004/+254 7 2274 3223
"Oh, the cruft.", egrep -v '^$|^.*#' ¯\_(ツ)_/¯ :-)


[SOGo] Error compiling SOGo 5.8.0

2023-01-01 Thread Jose David Bravo A
Hi 

I'm trying to build from source SOGo 5.8.0, I already copiled and installed 
SOPE... but I don't know why is this error happening whole doing make on the 
SOGo source: 


gobjc -shared \ 
-Wl,--no-as-needed -lcurl -Wl,-z,relro -Wl,-z,now 
-specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared-libgcc -pthread 
-fexceptions -rdynamic -o Appointments.SOGo/./Appointments \ 
./obj/Appointments.obj/Product.m.o 
./obj/Appointments.obj/NSArray+Appointments.m.o 
./obj/Appointments.obj/iCalAlarm+SOGo.m.o 
./obj/Appointments.obj/iCalCalendar+SOGo.m.o 
./obj/Appointments.obj/iCalEntityObject+SOGo.m.o 
./obj/Appointments.obj/iCalRepeatableEntityObject+SOGo.m.o 
./obj/Appointments.obj/iCalEvent+SOGo.m.o 
./obj/Appointments.obj/iCalEventChanges+SOGo.m.o 
./obj/Appointments.obj/iCalPerson+SOGo.m.o 
./obj/Appointments.obj/iCalToDo+SOGo.m.o 
./obj/Appointments.obj/SOGoCalendarComponent.m.o 
./obj/Appointments.obj/SOGoAppointmentObject.m.o 
./obj/Appointments.obj/SOGoTaskObject.m.o 
./obj/Appointments.obj/SOGoComponentOccurence.m.o 
./obj/Appointments.obj/SOGoAppointmentOccurence.m.o 
./obj/Appointments.obj/SOGoTaskOccurence.m.o 
./obj/Appointments.obj/SOGoAppointmentFolder.m.o 
./obj/Appointments.obj/SOGoAppointmentFolderICS.m.o 
./obj/Appointments.obj/SOGoAppointmentFolderObject.m.o 
./obj/Appointments.obj/SOGoAppointmentFolderXML.m.o 
./obj/Appointments.obj/SOGoAppointmentInboxFolder.m.o 
./obj/Appointments.obj/SOGoWebAppointmentFolder.m.o 
./obj/Appointments.obj/SOGoAppointmentFolders.m.o 
./obj/Appointments.obj/SOGoFreeBusyObject.m.o 
./obj/Appointments.obj/SOGoUser+Appointments.m.o 
./obj/Appointments.obj/SOGoUserFolder+Appointments.m.o 
./obj/Appointments.obj/SOGoCalendarProxy.m.o 
./obj/Appointments.obj/SOGoAptMailNotification.m.o 
./obj/Appointments.obj/SOGoAptMailInvitation.m.o 
./obj/Appointments.obj/SOGoAptMailDeletion.m.o 
./obj/Appointments.obj/SOGoAptMailICalReply.m.o 
./obj/Appointments.obj/SOGoAptMailUpdate.m.o 
./obj/Appointments.obj/SOGoAptMailReceipt.m.o 
./obj/Appointments.obj/SOGoAptMailReminder.m.o 
./obj/Appointments.obj/SOGoEMailAlarmsManager.m.o 
./obj/Appointments.obj/MSExchangeFreeBusySOAPRequest.m.o 
./obj/Appointments.obj/MSExchangeFreeBusy.m.o \ 
-L../SOGo/SOGo.framework/Versions/Current/sogo/ -lSOGo -L../../SOGo/./obj/ 
-L../../SOPE/NGCards/./obj/ -lNGCards -L../../SOPE/GDLContentStore/./obj/ 
-lGDLContentStore -L/usr/local/lib -Wl,-rpath,/usr/lib64/sogo 
-L../../SOPE/GDLContentStore/obj/ -L/root/GNUstep/Library/Libraries 
-L/usr/local/lib64 -L/usr/lib64 -lNGObjWeb -lNGMime -lNGStreams -lNGExtensions 
-lGDLAccess -lNGObjWeb -lNGMime -lNGLdap -lNGStreams -lNGExtensions -lEOControl 
-lDOM -lSaxObjC -lSBJson -lgnustep-base -lobjc -lm 
/usr/bin/ld: cannot find -lSOGo 
collect2: error: ld returned 1 exit status 
gmake[3]: *** [/usr/lib64/GNUstep/Makefiles/wobundle.make:173: 
Appointments.SOGo/./Appointments] Error 1 
gmake[2]: *** [/usr/lib64/GNUstep/Makefiles/Master/rules.make:297: 
Appointments.all.wobundle.variables] Error 2 
gmake[1]: *** 
[/usr/lib64/GNUstep/Makefiles/Master/serial-subdirectories.make:53: 
internal-all] Error 2 
make: *** [/usr/lib64/GNUstep/Makefiles/Master/serial-subdirectories.make:53: 
internal-all] Error 2 

Any idea? 

Thanks! 


Jose David Bravo Álvarez