>----------------------------------------------------------------------

>Date:    Thu, 17 Jun 2010 12:38:48 -0600
>From:    Mark Post <[email protected]>
>Subject: Re: Compiling ingres 9.3 on SLES 10 sp3
>
>>> On 6/17/2010 at 09:36 AM, <[email protected]> wrote:=20
> Hello,
>=20
> I have never posted to the list before so sorry for any style errors I
> make.
>
>Welcome.

> We have been running the CA proprietary version Ingres 2.6 for many =
years
> on SLES8 31 bit on Zvm 5.3
>=20
> We are in the process of moving to Zvm 6.1 and would like to go to =
SLES10
> 64bit
>=20
> It would appear that CA no longer provide Zvm binaries

>CA spun off Ingres as a separate company back in 2005, and then had a =
>falling out with the new company.  Legal action seems to have ended in =
>November of 2009.

> So I have downloaded the open source ingres 9.3 code, in an attempt to
> build this version myself,
>=20
> but it does not have any architecture definitions in it for S390 or =
S390x
>=20
> has anybody compiled this and if so could you provide any hints or tips
> about the process

>Not yet, but I would be willing to try.  Where did you get the source
>from?


>Mark Post



The source code for ingres 9.3 build 151 which seems to be the latest
stable version, is available from
http://esd.ingres.com/product/Community_Projects/Ingres_Database

the actual link is
http://esd.ingres.com/product/Community_Projects/Ingres_Database/Source_Code/Ingres_9.3/ingres-9.3.0-151-gpl-src.tgz/http


you may have to register before you can get access to the files

You also need to install jam which is used to build ingres I got jam from
ftp://ftp.perforce.com/jam/jam-2.5.tar

there is an ingres build faq at
http://community.ingres.com/wiki/Building_Ingres_FAQ

we have ended up with a build script containing

export ING_ROOT=`pwd`
source src/tools/port/jam/bldenv
cd $ING_SRC/tools/port/jam
jam
mkjams
cd $ING_SRC
jam >& jam.out &



all the compilations appear to fail on the same thing

Cc /usr/local/src/ingres-9.3.0-151-gpl-src/src/cl/clf/er_unix_win/ercomp.o
In file included
from /usr/local/src/ingres-9.3.0-151-gpl-src/src/cl/hdr/hdr_unix/cscl.h:713,
                 from 
/usr/local/src/ingres-9.3.0-151-gpl-src/src/gl/hdr/hdr/cs.h:7,

                 from 
/usr/local/src/ingres-9.3.0-151-gpl-src/src/cl/clf/er_unix_win/ercomp.c:14:
/usr/local/src/ingres-9.3.0-151-gpl-src/src/cl/hdr/hdr/csnormal.h:3032:4:
error: #error : must define an atomic clear
/usr/local/src/ingres-9.3.0-151-gpl-src/src/cl/hdr/hdr/csnormal.h:3140:3:
error: #error "BUILD ERROR: Need to provide Compare & Swap
Routines"


any help gratefully received

Tim


--------------------------------------------------------------------
This email and any files transmitted with it is confidential and
intended solely for the person or organisation to whom it is
addressed.  If you are not the intended recipient, you must not
read, copy or disseminate the information or take any action in
reliance on it and it would be appreciated if you would also notify
the sender by reply email and then delete this email immediately.
All messages passing out of this gateway are checked for
viruses but Dundee City Council strongly recommends that you
check for viruses using your own virus scanner as the Council
will not take responsibility for any damage caused as a result of
virus infection.
--------------------------------------------------------------------

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
----------------------------------------------------------------------
For more information on Linux on System z, visit
http://wiki.linuxvm.org/

Reply via email to