Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Trafodion has been built and tested with version 3.0. To determine if Bison is installed and is compatible:

 

    which bison

      bison --version

 

If a version older than 3.0 is returned, please download a later version. The source tar file can be downloaded from http://ftp.gnu.org/gnu/bison/bison-3.0.tar.gz (http://ftp.gnu.org/gnu/bison/). Save the bison-3.0.tar.gz file to your build system and then perform the following commands. 

...

Note:  the " make check" step may return errors like the following that can be ignored: 

make[3]: Entering directory `<mydir>/bison-3.0'

    YACC     examples/calc++/calc++-parser.stamp 

  CXX      examples/calc++/examples_calc___calc__-calc++-driver.o 

  LEX      examples/calc++/calc++-scanner.cc

    CXX      examples/calc++/examples_calc___calc__-calc++-scanner.o

 

g++: ./examples/calc++/calc++-scanner.cc: No such file or directory

 

g++: no input filesfile

 

 

Adjust your PATH if necessary to make sure the correct version is chosen: 

    which bison 

    bison – version 

Note: For more detailed instructions, see the INSTALL file that comes with the source. 

Udis86

 

Trafodion has been built and tested with version 1.7.2. The source tar file can be downloaded from http://sourceforge.net/projects/udis86/files/udis86/1.7/udis86-1.7.2.tar.gz (http://udis86.sourceforge.net).  Udis86 is a prerequisite to building the LLVM product. 

...

You may see the following errors from make check that can be ignored:

 

[All tests passed successfully...] 

Elapsed Time: 00:00:12.126 

make[2]: Leaving directory `/home/centos/icu/source/test/cintltst' 

---------------

 

ALL TESTS SUMMARY:

 

ok:  testdata iotest cintltst 

===== ERRS:  intltest

 

make[1]: *** [check-recursive] Error 1

 

make[1]: Leaving directory `/home/centos/icu/source/test'

 

make: *** [check-recursive] Error 2 

Zookeeper

...

Trafodion has been built and tested with version 3.4.5. Download a recent stable version of Zookeeper from https://archive.apache.org/dist/zookeeper/zookeeper-3.4.5/zookeeper-3.4.5.tar.gz.

...