Evolutiondataserver (neko mips4)

From Nekoware

Jump to: navigation, search
neko_evolutiondataserver
Packaged by: Jeremy Meng void.foo@gmail dot com based on previous version byTobias Paprotta
Internal Version: 2
Download: neko_evolutiondataserver-1.4.2.1.tardist
Current release: 1.4.2.1 / February 3 2006
Use: Unknown
Licence: Unknown
Website: www.gnome.org/projects/evolution/


evolution-data-server provides a backend for evolution to store data and provides other core functionality.

For more information, see

http://www.gnome.org/projects/evolution/

Contents

[edit] Installing the package

Download and install the neko_evolutiondataserver-1.4.2.1 (version 2) tardist package from the Nekoware repository.

Installation of the precompiled binary package can be achieved using either Software Manager or inst: In the case of inst, all that's required is the command:

~ $ inst -f /path/to/neko_evolutiondataserver-1.4.2.1.tardist
install all
keep *.opt.src
go
quit

You will need "root" privileges to install the software.

A list of all files is installed by this package is available.

[edit] Package Dependencies

The following additional packages are required to run this software correctly:

  • No dependencies.

[edit] Package Incompatibilities

The following packages are marked as incompatible.

  • No incompatibilities.

[edit] Package Layout

Default indicates whether the subsystem will be installed if "install standard" (or similar) is used. Order is used if any given subsystem must be installed before others.

Name Size [Kbytes] Default Order Description
neko_evolutiondataserver.sw.eoe 5,407 Yes 9999 execution only env
neko_evolutiondataserver.sw.hdr 1,704 Yes 9999 header
neko_evolutiondataserver.sw.lib 7,912 Yes 9999 shared libraries
neko_evolutiondataserver.man.html 1,551 Yes 9999 html documentation
neko_evolutiondataserver.opt.relnotes 3 No 9999 release notes
neko_evolutiondataserver.opt.src 13,901 No 9999 original source code
neko_evolutiondataserver.opt.dist 192 No 9999 distribution files
neko_evolutiondataserver.opt.patches 3 No 9999 source code patches


[edit] Compiling

[edit] Environment

setenv CC 'c99'
  setenv CXX 'CC'
  setenv CPP ''
  setenv CFLAGS '-O3 -mips4 -I/usr/nekoware/include -OPT:Olimit=0:roundoff=3 -TARG:platform=IP27:proc=r10000 -Wl,-rpath -Wl,/usr/nekoware/lib -DNO_WARNINGS'
  setenv CPPFLAGS '-I/tmp/krb5/include -I/tmp/krb5/include/gssapi'
  setenv CXXFLAGS '-O3 -mips4 -I/usr/nekoware/include -OPT:Olimit=0:roundoff=3 -TARG:platform=IP27:proc=r10000 -Wl,-rpath -Wl,/usr/nekoware/lib'
  setenv LDFLAGS '-L/usr/nekoware/lib'
  setenv PKG_CONFIG '/usr/nekoware/bin/pkg-config'
  setenv PKG_CONFIG_PATH '/usr/nekoware/lib/pkgconfig'
  setenv PKG_CONFIG_LIBDIR '/usr/nekoware/lib'
  setenv LD_LIBRARY_PATH '/usr/nekoware/lib'
  setenv LD_LIBRARYN32_PATH '/usr/nekoware/lib:/usr/nekoware/lib/firefox-1.5'
  setenv LD_LIBRARY64_PATH '/usr/nekoware/lib64'


[edit] Patches

You may need to apply the following patches: evolution-data-server-1.4.2.1_irix.patch


[edit] Configure

$ ./configure --with-nspr-includes=/usr/nekoware/include/firefox-1.5/nspr --with-nspr-libs=/usr/nekoware/lib/firefox-1.5 --with-nss-includes=/usr/people/voidfoo/build/evolution/nss-3.10/mozilla/dist/public/nss --with-nss-libs=/usr/nekoware/lib/firefox-1.5 --enable-nss=yes --with-openldap=/usr/nekoware --with-krb5=/tmp/krb5 --with-krb5-libs=/usr/lib32 --enable-exchange --prefix=/usr/nekoware


[edit] Release Notes

Click on the "show" link to expand the contents of the package's 'relnotes' file.


[edit] Errors/Miscellaneous

1.

using nss.h from the downloaded package nss-3.10.tar.gz.

  need to run 

gmake USE_N32=1 BUILD_OPT=1 import gmake USE_N32=1 BUILD_OPT=1

  to generate headers under mozilla/dist/include

2.

nspr from neko_firefox.sw.hdr

3.

nss and nspr libs from neko_firefox.sw.lib

4.

krb5 headers, download from

http://web.mit.edu/kerberos/www/dist/krb5/1.3/krb5-1.3.1.tar

build it to /tmp/krb5 to use the header

./configure --prefix=/tmp/krb5 gmake install-headers

need to comment

       #include <com_err.h> 
  in krb5.h, and in some source .c files as well.

5.

modify camel/Makefile, the first two appearances of 'yes' should be

-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi


[edit] Older Versions


[edit] External Links

Personal tools