LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-31-2013, 05:32 AM   #1
carlitoco
Member
 
Registered: Jan 2008
Location: Berlin
Distribution: Slackware / Arch / Unix
Posts: 144

Rep: Reputation: 16
Zarafa on ARM Slackware14


The buildscript from slackbuilds.org doesn't want to do "make", I get an error:

here the config for check
Code:
Install prefix	:	/usr
Mapiconfig dir	:	/etc/mapi
Userscript dir	:	/etc/zarafa/userscripts
Quota dir	:	/etc/zarafa/quotamails
Search scripts dir	:	/etc/zarafa/searchscripts

Build host	:	arm-slackware-linux-gnu
Compile flags	:	-g -O2  -DBOOST_FILESYSTEM_VERSION=2  -g -rdynamic -Wall -Wno-write-strings  -DHAVE_CONFIG_H -pedantic -Wno-long-long -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-variadic-macros -pthread -fPIC -DUNICODE
Debug flags	:	
PHP version	:	5.4.17
PHP ext dir	:	/usr/lib/php/extensions
PHP config dir	:	/etc/php
PHP flags	:	-I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib
PHP libs	:	
gSOAP flags	:	-DWITH_OPENSSL -DWITH_GZIP
gSOAP libs	:	-lz
OpenSSL libs	:	 -lssl -lcrypto
MySQL flags	:	-I/usr/include/mysql
MySQL libs	:	-L/usr/lib -lmysqlclient -lpthread -lz -lm -lrt -lssl -lcrypto -ldl
VMime flags	:	-I/usr/include/vmime_zarafa
VMime libs	:	-L/usr/include/vmime_zarafa -R/usr/include/vmime_zarafa  -lvmime
XML2 flags	:	-I/usr/include/libxml2
XML2 libs	:	-lxml2 -lz -lm
ICal flags	:	-I/usr/include
ICal libs	:	-lical -licalss
clucene flags	:	-DLUCENE_DISABLE_MEMTRACKING -I/usr/lib -I/usr/include
clucene libs	:	
kyotocabinet libs	:	-lkyotocabinet  
ncurses libs	:	-L/usr/lib -lncursesw
Clients libs	:	-luuid   -lz  -lpthread -ldl -lm   -L/usr/lib -licui18n -licuuc -licudata  -lpthread -ldl -lm   
xmlto	 	:	/usr/bin/xmlto
LDAP support	:	yes
LDAP flags	:	-DLDAP_DEPRECATED=1
LDAP libs	:	-lldap
Curl libs	:	
Pam libs	:	
Krb5 libs	:	
TCMalloc lib	:	
Boost
 Flags		:	 -DBOOST_FILESYSTEM_VERSION=2
 FS ldflags	:	-L/usr/local/lib
 FS libs	:	-lboost_filesystem
# Thread ldflags	:	
# Thread libs	:	
ICU libs	:	 -lpthread -ldl -lm   -L/usr/lib -licui18n -licuuc -licudata  -lpthread -ldl -lm   
Swig 		:	no
Python module	:	yes
make
Code:
make  all-recursive
make[1]: Entering directory `/tmp/SBo/zarafa-7.1.0'
Making all in common
make[2]: Entering directory `/tmp/SBo/zarafa-7.1.0/common'
make  all-am
make[3]: Entering directory `/tmp/SBo/zarafa-7.1.0/common'
  CXX    platform.lo
In file included from platform.h:69:0,
                 from platform.cpp:50:
platform.linux.h:103:12: note: the mangling of 'va_list' has changed in GCC 4.4
  CXX    platform.linux.lo
In file included from platform.h:69:0,
                 from platform.linux.cpp:50:
platform.linux.h:103:12: note: the mangling of 'va_list' has changed in GCC 4.4
  CXX    md5.lo
In file included from platform.h:69:0,
                 from md5.cpp:50:
platform.linux.h:103:12: note: the mangling of 'va_list' has changed in GCC 4.4
  CXX    base64.lo
In file included from platform.h:69:0,
                 from base64.cpp:50:
platform.linux.h:103:12: note: the mangling of 'va_list' has changed in GCC 4.4
  CXX    ECLogger.lo
In file included from platform.h:69:0,
                 from ECLogger.cpp:50:
platform.linux.h:103:12: note: the mangling of 'va_list' has changed in GCC 4.4
  CXX    ECConfig.lo
In file included from platform.h:69:0,
                 from ECConfig.cpp:50:
platform.linux.h:103:12: note: the mangling of 'va_list' has changed in GCC 4.4
  CXX    ECConfigImpl.lo
In file included from platform.h:69:0,
                 from ECConfigImpl.cpp:50:
platform.linux.h:103:12: note: the mangling of 'va_list' has changed in GCC 4.4
ECConfigImpl.cpp: In member function 'void ECConfigImpl::InsertOrReplace(settingmap_t*, const settingkey_t&, const char*, bool)':
ECConfigImpl.cpp:218:53: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t {aka unsigned int}' [-Wformat]
ECConfigImpl.cpp:218:53: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t {aka unsigned int}' [-Wformat]
ECConfigImpl.cpp: In member function 'bool ECConfigImpl::ReadConfigFile(const path_type&, unsigned int, unsigned int)':
ECConfigImpl.cpp:417:78: warning: narrowing conversion of 'ulGroup' from 'unsigned int' to 'short unsigned int' inside { } is ill-formed in C++11 [-Wnarrowing]
  CXX    ECFifoBuffer.lo
In file included from platform.h:69:0,
                 from ECFifoBuffer.cpp:50:
platform.linux.h:103:12: note: the mangling of 'va_list' has changed in GCC 4.4
  CXX    ECSerializer.lo
In file included from platform.h:69:0,
                 from ECSerializer.cpp:50:
platform.linux.h:103:12: note: the mangling of 'va_list' has changed in GCC 4.4
ECSerializer.cpp: In member function 'virtual ECRESULT ECStreamSerializer::Write(const void*, size_t, size_t)':
ECSerializer.cpp:95:20: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
ECSerializer.cpp:101:18: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
ECSerializer.cpp:107:24: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
ECSerializer.cpp: In member function 'virtual ECRESULT ECFifoSerializer::Write(const void*, size_t, size_t)':
ECSerializer.cpp:254:20: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
ECSerializer.cpp:260:18: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
ECSerializer.cpp:266:24: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  CXX    ECCache.lo
In file included from ./platform.h:69:0,
                 from ECCache.cpp:50:
./platform.linux.h:103:12: note: the mangling of 'va_list' has changed in GCC 4.4
  CXX    my_getopt.lo
In file included from platform.h:69:0,
                 from my_getopt.cpp:1:
platform.linux.h:103:12: note: the mangling of 'va_list' has changed in GCC 4.4
  CXX    ECScheduler.lo
In file included from platform.h:69:0,
                 from ECScheduler.cpp:50:
platform.linux.h:103:12: note: the mangling of 'va_list' has changed in GCC 4.4
  CXX    stringutil.lo
In file included from platform.h:69:0,
                 from stringutil.cpp:50:
platform.linux.h:103:12: note: the mangling of 'va_list' has changed in GCC 4.4
  CXX    Trace.lo
In file included from platform.h:69:0,
                 from Trace.cpp:50:
platform.linux.h:103:12: note: the mangling of 'va_list' has changed in GCC 4.4
Trace.cpp: In function 'void TraceMsg(char*, int, char*, char*, va_list)':
Trace.cpp:129:16: error: invalid operands of types 'va_list {aka __va_list}' and 'int' to binary 'operator!='
Trace.cpp:142:16: error: invalid operands of types 'va_list {aka __va_list}' and 'int' to binary 'operator!='
make[3]: *** [Trace.lo] Error 1
make[3]: Leaving directory `/tmp/SBo/zarafa-7.1.0/common'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/tmp/SBo/zarafa-7.1.0/common'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/SBo/zarafa-7.1.0'
make: *** [all] Error 2
 
Old 07-31-2013, 05:39 AM   #2
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,109

Rep: Reputation: 4179Reputation: 4179Reputation: 4179Reputation: 4179Reputation: 4179Reputation: 4179Reputation: 4179Reputation: 4179Reputation: 4179Reputation: 4179Reputation: 4179
sorry, I haven't looked to it and BTW I hope you'll find some help, but consider that only i486 and x86_64 platform are officially supported (and tested) for SBo scripts.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] next problem zarafa 7.1 on slackcurrent carlitoco Slackware 12 03-07-2013 02:50 AM
Zarafa 7.1 carlitoco Slackware 5 08-24-2012 01:38 PM
LXer: Zarafa Catalyses Software Development Collaboration by Launching git.zarafa.com LXer Syndicated Linux News 0 02-03-2012 03:50 PM
LXer: Zarafa Launches Z-Admin 1.0 LXer Syndicated Linux News 0 11-18-2011 05:20 AM
Compiling debian arm for NSLU2 - arm-linux-gnueabi-objdump not found ergosteur Linux - Kernel 3 10-30-2010 11:24 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 01:36 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration