Legend

user typing computer response

tester@capt-january cca $ ls -l
total 4
drwxr-xr-x    6 tester   users         688 Oct 19 11:44 cca-spec-babel
drwxr-xr-x    9 tester   users         440 Oct 19 11:44 cca-spec-classic
drwxr-xr-x   22 tester   users        1640 Oct 19 11:43 ccafe
tester@capt-january cca $ cd cca-spec-classic/
tester@capt-january cca-spec-classic $ ./configure
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for gawk... gawk
checking whether ln -s works... yes
checking whether make sets ${MAKE}... yes
checking for ranlib... ranlib
checking for a BSD compatible install... /bin/install -c
checking whether gcc and cc understand -c and -o together... yes
checking for c++... g++
checking whether the C++ compiler (g++  ) works... yes
checking whether the C++ compiler (g++  ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether g++ accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking how to run the C++ preprocessor... g++ -E
checking if the C++ compiler does virtual stdarg... no
checking for jdk 1.2... checking for javac... /opt/blackdown-jdk-1.4.1/bin/javacfound /opt/blackdown-jdk-1.4.1/bin/javac.
checking for gmake... gmake
checking C++ for namespaces... yes
checking for tclsh... tclsh
checking for doxygen... doxygen
checking for sin... no
checking for main in -lieee... yes
checking for main in -ldl... yes
checking for ANSI C header files... yes
checking for fcntl.h... yes
checking for strings.h... yes
checking for sys/file.h... yes
checking for sys/time.h... yes
checking for unistd.h... yes
checking for working const... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for connect... yes
checking for gethostbyname... yes
checking whether setvbuf arguments are reversed... no
checking for vprintf... yes
checking for select... yes
checking for socket... yes
checking for strdup... yes
checking for strerror... yes
checking for strstr... yes
checking for strtol... yes
checking how to build libraries... shared
checking if 64bit support is requested... no
checking if 64bit Sparc VIS support is requested... no
checking system version (for dynamic loading)... Linux-2.4.21-rob1
checking for dlopen in -ldl... yes
checking for ar... ar
checking for build with symbols... no
creating ./config.status
creating Makefile
creating Makefile.install
creating doc/DoxyConfig
creating src/MakeIncl.CCA_Component
creating src/ccaConfig.sh
creating src/ccaConfigTemporary.sh
creating src/cca-spec-classic-config
creating java/Makefile
creating cxx/src/Makefile
creating cxx/doc/Makefile
creating cxx/include/cca.h
creating cxx/src/cca.cpp
creating cxx/src/varlist
tester@capt-january cca-spec-classic $ make
make[1]: Entering directory `/home/tester/cca/cca-spec-classic/cxx/src'
rm -f *.o *.a *.so
rm -f libclassic.so *.o
g++ -c -g -O2  -fPIC -I../include cca.cpp
g++ -shared cca.o  -o ../lib/libclassic.so
rm -f libclassic.a cca.o
g++ -c -g -O2  -I../include cca.cpp
ar ruv ../lib/libclassic.a cca.o
a - cca.o
ranlib ../lib/libclassic.a
#==============================================
BUILT CLASSIC c++ CCA libs successfully.
#==============================================
make[1]: Leaving directory `/home/tester/cca/cca-spec-classic/cxx/src'
make[1]: Entering directory `/home/tester/cca/cca-spec-classic/java'
(cd gov/cca; make JAVAC=/opt/blackdown-jdk-1.4.1/bin/javac JAVADOC=/opt/blackdown-jdk-1.4.1/bin/javadoc)
make[2]: Entering directory `/home/tester/cca/cca-spec-classic/java/gov/cca'
/opt/blackdown-jdk-1.4.1/bin/javac -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../.. Component.java
/opt/blackdown-jdk-1.4.1/bin/javac -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../.. ConnectionInfo.java
make[2]: Leaving directory `/home/tester/cca/cca-spec-classic/java/gov/cca'
(cd gov/cca/ports; make JAVAC=/opt/blackdown-jdk-1.4.1/bin/javac JAVADOC=/opt/blackdown-jdk-1.4.1/bin/javadoc)
make[2]: Entering directory `/home/tester/cca/cca-spec-classic/java/gov/cca/ports'
/opt/blackdown-jdk-1.4.1/bin/javac -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../.. ConnectionEvent.java
/opt/blackdown-jdk-1.4.1/bin/javac -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../.. ConnectionEventListener.java
/opt/blackdown-jdk-1.4.1/bin/javac -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../.. ConnectionEventService.java
/opt/blackdown-jdk-1.4.1/bin/javac -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../.. FrameworkConnectionEventService.java
/opt/blackdown-jdk-1.4.1/bin/javac -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../.. GoPort.java
/opt/blackdown-jdk-1.4.1/bin/javac -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../.. KeyValuePort.java
/opt/blackdown-jdk-1.4.1/bin/javac -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../.. PrintfPort.java
make[2]: Leaving directory `/home/tester/cca/cca-spec-classic/java/gov/cca/ports'
(cd gov/cca/eg/port; make JAVAC=/opt/blackdown-jdk-1.4.1/bin/javac JAVADOC=/opt/blackdown-jdk-1.4.1/bin/javadoc)
make[2]: Entering directory `/home/tester/cca/cca-spec-classic/java/gov/cca/eg/port'
/opt/blackdown-jdk-1.4.1/bin/javac -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../.. StringConsumerPort.java
/opt/blackdown-jdk-1.4.1/bin/javac -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../.. TimeProducerPort.java
make[2]: Leaving directory `/home/tester/cca/cca-spec-classic/java/gov/cca/eg/port'
(cd gov/cca/eg/component; make JAVAC=/opt/blackdown-jdk-1.4.1/bin/javac JAVADOC=/opt/blackdown-jdk-1.4.1/bin/javadoc)
make[2]: Entering directory `/home/tester/cca/cca-spec-classic/java/gov/cca/eg/component'
/opt/blackdown-jdk-1.4.1/bin/javac -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../.. TimeStamper.java
make[2]: Leaving directory `/home/tester/cca/cca-spec-classic/java/gov/cca/eg/component'
#==========================================
# Java binding built.
#==========================================
/opt/blackdown-jdk-1.4.1/bin/jar cf ccaSpecClassic.jar gov
make[1]: Leaving directory `/home/tester/cca/cca-spec-classic/java'
#=====================================================
 All configured bindings (cxx/src java) built.
#=====================================================
#======================================
Building documentation in java/doc
#======================================
make[1]: Entering directory `/home/tester/cca/cca-spec-classic/java/doc'
/opt/blackdown-jdk-1.4.1/bin/javadoc -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:.. -d . gov.cca gov.cca.ports gov.cca.eg.component gov.cca.eg.port
Loading source files for package gov.cca...
Loading source files for package gov.cca.ports...
Loading source files for package gov.cca.eg.component...
Loading source files for package gov.cca.eg.port...
Constructing Javadoc information...
Standard Doclet version 1.4.1
 
Generating ./constant-values.html...
Building tree for all the packages and classes...
Building index for all the packages and classes...
Generating ./overview-tree.html...
Generating ./index-all.html...
Generating ./deprecated-list.html...
Building index for all classes...
Generating ./allclasses-frame.html...
Generating ./allclasses-noframe.html...
Generating ./index.html...
Generating ./packages.html...
Generating ./overview-summary.html...
Generating ./overview-frame.html...
Generating ./gov/cca/package-frame.html...
Generating ./gov/cca/package-summary.html...
Generating ./gov/cca/package-tree.html...
Generating ./gov/cca/eg/component/package-frame.html...
Generating ./gov/cca/eg/component/package-summary.html...
Generating ./gov/cca/eg/component/package-tree.html...
Generating ./gov/cca/eg/port/package-frame.html...
Generating ./gov/cca/eg/port/package-summary.html...
Generating ./gov/cca/eg/port/package-tree.html...
Generating ./gov/cca/ports/package-frame.html...
Generating ./gov/cca/ports/package-summary.html...
Generating ./gov/cca/ports/package-tree.html...
Generating ./gov/cca/Component.html...
Generating ./gov/cca/ComponentID.html...
Generating ./gov/cca/ConnectionInfo.html...
Generating ./gov/cca/Port.html...
Generating ./gov/cca/PortInfo.html...
Generating ./gov/cca/Services.html...
Generating ./gov/cca/ports/ConnectionEvent.html...
Generating ./gov/cca/ports/ConnectionEventListener.html...
Generating ./gov/cca/ports/ConnectionEventService.html...
Generating ./gov/cca/ports/FrameworkConnectionEventService.html...
Generating ./gov/cca/ports/GoPort.html...
Generating ./gov/cca/ports/KeyValuePort.html...
Generating ./gov/cca/ports/PrintfPort.html...
Generating ./gov/cca/ports/StandardEventType.html...
Generating ./gov/cca/eg/component/TimeStamper.html...
Generating ./gov/cca/eg/port/StringConsumerPort.html...
Generating ./gov/cca/eg/port/TimeProducerPort.html...
Generating ./serialized-form.html...
Generating ./package-list...
Generating ./help-doc.html...
Generating ./stylesheet.css...
make[1]: Leaving directory `/home/tester/cca/cca-spec-classic/java/doc'
#======================================
Building documentation in cxx/doc
#======================================
make[1]: Entering directory `/home/tester/cca/cca-spec-classic/cxx/doc'
if [ ! -d ../dox ] ; then mkdir ../dox; fi
/usr/bin/doxygen ../../doc/DoxyConfig
Searching for include files...
Searching for example files...
Searching for images...
Searching for dot files...
Searching for files to exclude
Reading input files...
Reading and parsing tag files
Preprocessing /home/tester/cca/cca-spec-classic/cxx/eg/ccaComponent/SimpleStamper.h...
Preprocessing /home/tester/cca/cca-spec-classic/cxx/eg/ccaComponent/StringConsumerPort.h...
Preprocessing /home/tester/cca/cca-spec-classic/cxx/eg/ccaComponent/TimeProducerPort.h...
Preprocessing /home/tester/cca/cca-spec-classic/cxx/eg/include/EG.h...
Preprocessing /home/tester/cca/cca-spec-classic/cxx/include/cca.h...
Preprocessing /home/tester/cca/cca-spec-classic/cxx/include/ports/AllEvents.h...Preprocessing /home/tester/cca/cca-spec-classic/cxx/include/ports/AllPorts.h...
Preprocessing /home/tester/cca/cca-spec-classic/cxx/include/ports/ArgvInterface.h...
Preprocessing /home/tester/cca/cca-spec-classic/cxx/include/ports/ConnectionEvent.h...
Preprocessing /home/tester/cca/cca-spec-classic/cxx/include/ports/ConnectionEventListener.h...
Preprocessing /home/tester/cca/cca-spec-classic/cxx/include/ports/ConnectionEventService.h...
Preprocessing /home/tester/cca/cca-spec-classic/cxx/include/ports/GoPort.h...
Preprocessing /home/tester/cca/cca-spec-classic/cxx/include/ports/JPrintfPort.h...
Preprocessing /home/tester/cca/cca-spec-classic/cxx/include/ports/KeyValueEnumerated.h...
Preprocessing /home/tester/cca/cca-spec-classic/cxx/include/ports/KeyValuePort.h...
Preprocessing /home/tester/cca/cca-spec-classic/cxx/include/ports/KeyValueTyped.h...
Preprocessing /home/tester/cca/cca-spec-classic/cxx/include/ports/MPIBorrow.h...Preprocessing /home/tester/cca/cca-spec-classic/cxx/include/ports/MPIService.h...
Preprocessing /home/tester/cca/cca-spec-classic/cxx/include/ports/PrintfPort.h...
Preprocessing /home/tester/cca/cca-spec-classic/cxx/include/ports/RawData.h...
Preprocessing /home/tester/cca/cca-spec-classic/cxx/include/ports/StringConsumerPort.h...
Preprocessing /home/tester/cca/cca-spec-classic/cxx/include/ports/TimeProducerPort.h...
Preprocessing /home/tester/cca/cca-spec-classic/cxx/include/stdPorts.h...
Read 43897 bytes
Parsing input...
Parsing file /home/tester/cca/cca-spec-classic/cxx/eg/ccaComponent/SimpleStamper.h...
Parsing file /home/tester/cca/cca-spec-classic/cxx/eg/ccaComponent/StringConsumerPort.h...
Parsing file /home/tester/cca/cca-spec-classic/cxx/eg/ccaComponent/TimeProducerPort.h...
Parsing file /home/tester/cca/cca-spec-classic/cxx/eg/include/EG.h...
Parsing file /home/tester/cca/cca-spec-classic/cxx/include/cca.h...
Parsing file /home/tester/cca/cca-spec-classic/cxx/include/ports/AllEvents.h...
Parsing file /home/tester/cca/cca-spec-classic/cxx/include/ports/AllPorts.h...
Parsing file /home/tester/cca/cca-spec-classic/cxx/include/ports/ArgvInterface.h...
Parsing file /home/tester/cca/cca-spec-classic/cxx/include/ports/ConnectionEvent.h...
Parsing file /home/tester/cca/cca-spec-classic/cxx/include/ports/ConnectionEventListener.h...
Parsing file /home/tester/cca/cca-spec-classic/cxx/include/ports/ConnectionEventService.h...
Parsing file /home/tester/cca/cca-spec-classic/cxx/include/ports/GoPort.h...
Parsing file /home/tester/cca/cca-spec-classic/cxx/include/ports/JPrintfPort.h...
Parsing file /home/tester/cca/cca-spec-classic/cxx/include/ports/KeyValueEnumerated.h...
Parsing file /home/tester/cca/cca-spec-classic/cxx/include/ports/KeyValuePort.h...
Parsing file /home/tester/cca/cca-spec-classic/cxx/include/ports/KeyValueTyped.h...
Parsing file /home/tester/cca/cca-spec-classic/cxx/include/ports/MPIBorrow.h...
Parsing file /home/tester/cca/cca-spec-classic/cxx/include/ports/MPIService.h...Parsing file /home/tester/cca/cca-spec-classic/cxx/include/ports/PrintfPort.h...Parsing file /home/tester/cca/cca-spec-classic/cxx/include/ports/RawData.h...
Parsing file /home/tester/cca/cca-spec-classic/cxx/include/ports/StringConsumerPort.h...
Parsing file /home/tester/cca/cca-spec-classic/cxx/include/ports/TimeProducerPort.h...
Parsing file /home/tester/cca/cca-spec-classic/cxx/include/stdPorts.h...
Freeing input...
Building group list...
Building namespace list...
/home/tester/cca/cca-spec-classic/cxx/include/cca.h:44: Warning: namespace classic already has a brief description. Skipping the documentation found here.
Building file list...
Searching for included using directives...
Building class list...
/home/tester/cca/cca-spec-classic/cxx/include/ports/StringConsumerPort.h:16: Warning: class classic::gov::cca::StringConsumerPort already has a detailed description. Skipping the one found here.
/home/tester/cca/cca-spec-classic/cxx/include/ports/StringConsumerPort.h:16: Warning: class classic::gov::cca::StringConsumerPort already has a brief description
         skipping the one found here.
/home/tester/cca/cca-spec-classic/cxx/include/ports/TimeProducerPort.h:12: Warning: class classic::gov::cca::TimeProducerPort already has a brief description
         skipping the one found here.
Building example list...
Searching for documented variables...
Building member list...
Searching for friends...
Searching for documented defines...
Computing template instances...
Creating members for template instances...
Computing class relations...
Searching for enumerations...
Searching for member function documentation...
Searching for members imported via using declarations...
Building page list...
Search for main page...
Sorting lists...
Freeing entry tree
Determining which enums are documented
Computing member relations...
Building full member lists recursively...
Adding members to member groups.
Computing member references...
Inheriting documentation...
Adding source references...
Adding todo/test/bug list items...
Counting data structures...
Generating disk names...
Resolving user defined references...
Finding anchors and sections in the documentation...
Generating index page...
:1: Warning: Found unknown command `\CLASSIC_VERSION'
Generating file index...
Generating example documentation...
Generating file sources...
Generating code for file AllEvents.h...
Generating code for file AllPorts.h...
Generating code for file ArgvInterface.h...
Generating code for file cca.h...
Generating code for file ConnectionEvent.h...
Generating code for file ConnectionEventListener.h...
Generating code for file ConnectionEventService.h...
Generating code for file EG.h...
Generating code for file GoPort.h...
Generating code for file JPrintfPort.h...
Generating code for file KeyValueEnumerated.h...
Generating code for file KeyValuePort.h...
Generating code for file KeyValueTyped.h...
Generating code for file MPIBorrow.h...
Generating code for file MPIService.h...
Generating code for file PrintfPort.h...
Generating code for file RawData.h...
Generating code for file SimpleStamper.h...
Generating code for file stdPorts.h...
Generating code for file StringConsumerPort.h...
Generating code for file StringConsumerPort.h...
Generating code for file TimeProducerPort.h...
Generating code for file TimeProducerPort.h...
Generating file documentation...
Generating class documentation...
Generating annotated compound index...
Generating hierarchical class index...
Generating member index...
Generating page documentation...
Generating group documentation...
Generating namespace index...
Generating docs for namespace classic
Generating docs for namespace classic::gov::cca
Generating docs for compound classic::gov::cca::StringConsumerPort...
Generating docs for compound classic::gov::cca::TimeProducerPort...
Generating docs for compound classic::gov::cca::Version...
Generating docs for compound classic::gov::cca::Port...
Generating docs for compound classic::gov::cca::PortInfo...
Generating docs for compound classic::gov::cca::ComponentID...
Generating docs for compound classic::gov::cca::Services...
Generating docs for compound classic::gov::cca::Component...
Generating docs for compound classic::gov::cca::ConnectionEvent...
Generating docs for compound classic::gov::cca::ConnectionEventListener...
Generating docs for compound classic::gov::cca::ConnectionEventService...
Generating docs for compound classic::gov::cca::GoPort...
Generating docs for compound classic::gov::cca::JPrintfPort...
Generating docs for compound classic::gov::cca::KeyValueEnumerated...
/home/tester/cca/cca-spec-classic/cxx/include/ports/KeyValueEnumerated.h:23: Warning: expected whitespace after em command
/home/tester/cca/cca-spec-classic/cxx/include/ports/KeyValueEnumerated.h:54: Warning: end of comment block while expecting command 
Generating docs for compound classic::gov::cca::KeyValuePort...
Generating docs for compound classic::gov::cca::KeyValueTyped...
Generating docs for compound classic::gov::cca::MPIBorrow...
Generating docs for compound classic::gov::cca::MPIService...
Generating docs for compound classic::gov::cca::RawData...
Generating docs for compound classic::gov::cca::eg::SimpleStamper...
Generating docs for compound esi::Argv...
Generating group index...
Generating example index...
Generating file member index...
Generating namespace member index...
Generating page index...
Generating graph info page...
Generating search index...
Generating style sheet...
Generating graphical class hierarchy...
make[1]: Leaving directory `/home/tester/cca/cca-spec-classic/cxx/doc'
#======================================
Done with our best shot at everything.
#======================================
tester@capt-january cca-spec-classic $ make install
make -f Makefile.install install
make[1]: Entering directory `/home/tester/cca/cca-spec-classic'
Creating /home/tester/cca/cca-spec-classic already done.
chmod 755 /home/tester/cca/cca-spec-classic
Creating /home/tester/cca/cca-spec-classic/bin
Creating /home/tester/cca/cca-spec-classic/lib
Creating /home/tester/cca/cca-spec-classic/include
Creating /home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6
Creating /home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6/ports
Creating /home/tester/cca/cca-spec-classic/lib/cca-spec-classic-0.5.6
Creating /home/tester/cca/cca-spec-classic/share
Creating /home/tester/cca/cca-spec-classic/share/doc
Creating /home/tester/cca/cca-spec-classic/share/cca-spec-classic-0.5.6
Creating /home/tester/cca/cca-spec-classic/share/doc/cca-spec-classic-0.5.6
Creating /home/tester/cca/cca-spec-classic/share/doc/cca-spec-classic-0.5.6/javaCreating /home/tester/cca/cca-spec-classic/share/doc/cca-spec-classic-0.5.6/c++
Installing src/MakeIncl.CCA_Component
Installing src/ccaConfig.sh
Installing cca-spec-classic-config as cca-spec-classic-config_0_5_6
Creating sym-link/home/tester/cca/cca-spec-classic/bin/cca-spec-classic-config
~/cca/cca-spec-classic/bin ~/cca/cca-spec-classic
~/cca/cca-spec-classic
Installing cxx/include/cca.h
Installing cxx/include/stdPorts.h
Installing cxx/include/ports/AllEvents.h
Installing cxx/include/ports/AllPorts.h
Installing cxx/include/ports/ArgvInterface.h
Installing cxx/include/ports/ConnectionEvent.h
Installing cxx/include/ports/ConnectionEventListener.h
Installing cxx/include/ports/ConnectionEventService.h
Installing cxx/include/ports/GoPort.h
Installing cxx/include/ports/JPrintfPort.h
Installing cxx/include/ports/KeyValueEnumerated.h
Installing cxx/include/ports/KeyValuePort.h
Installing cxx/include/ports/KeyValueTyped.h
Installing cxx/include/ports/MPIBorrow.h
Installing cxx/include/ports/MPIService.h
Installing cxx/include/ports/PrintfPort.h
Installing cxx/include/ports/RawData.h
Installing cxx/include/ports/StringConsumerPort.h
Installing cxx/include/ports/TimeProducerPort.h
/bin/install -c cxx/lib/libclassic.so /home/tester/cca/cca-spec-classic/lib/libclassic_0_5_6.so
/bin/install -c -m 644 cxx/lib/libclassic.a /home/tester/cca/cca-spec-classic/lib/libclassic_0_5_6.a
Creating sym-link /home/tester/cca/cca-spec-classic/lib/cca-spec-classic-0.5.6/libclassic.so
~/cca/cca-spec-classic/lib/cca-spec-classic-0.5.6 ~/cca/cca-spec-classic
~/cca/cca-spec-classic
Creating sym-link /home/tester/cca/cca-spec-classic/lib/cca-spec-classic-0.5.6/libclassic.a
~/cca/cca-spec-classic/lib/cca-spec-classic-0.5.6 ~/cca/cca-spec-classic
~/cca/cca-spec-classic
Installing cxx doc
Installing cxx doc done.
(cd java ; make CCA_INSTALL_ROOT=/home/tester/cca/cca-spec-classic install.local)
make[2]: Entering directory `/home/tester/cca/cca-spec-classic/java'
Creating /home/tester/cca/cca-spec-classic/cca
Creating /home/tester/cca/cca-spec-classic/cca/cca-spec-classic-0.5.6
Creating /home/tester/cca/cca-spec-classic/cca/cca-spec-classic-0.5.6/java
Creating /home/tester/cca/cca-spec-classic/cca/cca-spec-classic-0.5.6/java/gov
Creating /home/tester/cca/cca-spec-classic/cca/cca-spec-classic-0.5.6/java/gov/cca
Creating /home/tester/cca/cca-spec-classic/cca/cca-spec-classic-0.5.6/java/gov/cca/ports
Creating /home/tester/cca/cca-spec-classic/cca/cca-spec-classic-0.5.6/java/gov/cca/eg
Creating /home/tester/cca/cca-spec-classic/cca/cca-spec-classic-0.5.6/java/gov/cca/eg/port
Creating /home/tester/cca/cca-spec-classic/cca/cca-spec-classic-0.5.6/java/gov/cca/eg/component
Installing gov/cca/eg/component/TimeStamper.class
Installing gov/cca/eg/port/StringConsumerPort.class
Installing gov/cca/eg/port/TimeProducerPort.class
Installing gov/cca/ports/GoPort.class
Installing gov/cca/ports/ConnectionEvent.class
Installing gov/cca/ports/StandardEventType.class
Installing gov/cca/ports/ConnectionEventListener.class
Installing gov/cca/ports/ConnectionEventService.class
Installing gov/cca/ports/FrameworkConnectionEventService.class
Installing gov/cca/ports/KeyValuePort.class
Installing gov/cca/ports/PrintfPort.class
Installing gov/cca/Component.class
Installing gov/cca/Services.class
Installing gov/cca/Port.class
Installing gov/cca/PortInfo.class
Installing gov/cca/ComponentID.class
Installing gov/cca/ConnectionInfo.class
Installing javadoc dir
make[2]: Leaving directory `/home/tester/cca/cca-spec-classic/java'
make[1]: Leaving directory `/home/tester/cca/cca-spec-classic'
tester@capt-january cca-spec-classic $ cd ../cca-spec-babel/
tester@capt-january cca-spec-babel $ ./configure  --with-babel=/usr/local/babel --with-babel-python
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking whether make sets ${MAKE}... yes
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for working const... yes
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for a BSD compatible install... /bin/install -c
checking babel...  /usr/local/babel
checking if c compiler understands -DPIC... yes
checking if c++ compiler understands -DPIC... yes
checking if c compiler understands -fPIC... yes
checking if c++ compiler understands -fPIC... yes
checking if c compiler understands -shared... yes
checking if c++ compiler understands -shared... yes
Using java configured when building BABEL
creating ./config.status
creating Makefile
creating Makefile.babel
creating src/cca-spec-babel-config
creating src/CCA_Babel_Vars.sh
creating src/MakeIncl_CCA_Babel_Vars
creating src/test-babel-config
creating cca.sidl
creating babel_compat.hh
tester@capt-january cca-spec-babel $ make && make install
mkdir server
mkdir client
touch .dirs-made
Copying babel_compat.hh
AllCCA.hh
Makefile.babel  to server/
touch .babel-copy
PATH=/usr/local/babel-0.8.6/bin:/opt/blackdown-jdk-1.4.1/bin:$PATH /usr/local/babel-0.8.6/bin/babel -sC++ --output-directory=server --vpath=`pwd` cca.sidl
Babel: Parsing URL "file:/home/tester/cca/cca-spec-babel/cca.sidl"...
PATH=/usr/local/babel-0.8.6/bin:/opt/blackdown-jdk-1.4.1/bin:$PATH /usr/local/babel-0.8.6/bin/babel --text=xml --output-directory=server cca.sidl
Babel: Parsing URL "file:/home/tester/cca/cca-spec-babel/cca.sidl"...
make unstamp
make[1]: Entering directory `/home/tester/cca/cca-spec-babel'
./bin/implUnstamper.sh gov_cca_CCAException_Impl.cc gov_cca_CCAException_Impl.hh gov_cca_TypeMismatchException_Impl.cc gov_cca_TypeMismatchException_Impl.hh
make[1]: Leaving directory `/home/tester/cca/cca-spec-babel'
touch .gen-babel
touch .uncruft
(cd server;make -f Makefile.babel)
make[1]: Entering directory `/home/tester/cca/cca-spec-babel/server'
/usr/bin/g++ -DPIC -fPIC -shared    -I/usr/local/babel-0.8.6/include -c gov_cca_CCAException_Impl.cc
/usr/bin/g++ -DPIC -fPIC -shared    -I/usr/local/babel-0.8.6/include -c gov_cca_TypeMismatchException_Impl.cc
/usr/bin/gcc -g -O2   -DPIC -fPIC -shared   -I/usr/local/babel-0.8.6/include -c gov_cca_AbstractFramework_IOR.c
/usr/bin/gcc -g -O2   -DPIC -fPIC -shared   -I/usr/local/babel-0.8.6/include -c gov_cca_CCAExceptionType_IOR.c
/usr/bin/gcc -g -O2   -DPIC -fPIC -shared   -I/usr/local/babel-0.8.6/include -c gov_cca_CCAException_IOR.c
/usr/bin/gcc -g -O2   -DPIC -fPIC -shared   -I/usr/local/babel-0.8.6/include -c gov_cca_ComponentClassDescription_IOR.c
/usr/bin/gcc -g -O2   -DPIC -fPIC -shared   -I/usr/local/babel-0.8.6/include -c gov_cca_ComponentID_IOR.c
/usr/bin/gcc -g -O2   -DPIC -fPIC -shared   -I/usr/local/babel-0.8.6/include -c gov_cca_ComponentRelease_IOR.c
/usr/bin/gcc -g -O2   -DPIC -fPIC -shared   -I/usr/local/babel-0.8.6/include -c gov_cca_Component_IOR.c
/usr/bin/gcc -g -O2   -DPIC -fPIC -shared   -I/usr/local/babel-0.8.6/include -c gov_cca_ConnectionID_IOR.c
/usr/bin/gcc -g -O2   -DPIC -fPIC -shared   -I/usr/local/babel-0.8.6/include -c gov_cca_Port_IOR.c
/usr/bin/gcc -g -O2   -DPIC -fPIC -shared   -I/usr/local/babel-0.8.6/include -c gov_cca_Services_IOR.c
/usr/bin/gcc -g -O2   -DPIC -fPIC -shared   -I/usr/local/babel-0.8.6/include -c gov_cca_TypeMap_IOR.c
/usr/bin/gcc -g -O2   -DPIC -fPIC -shared   -I/usr/local/babel-0.8.6/include -c gov_cca_TypeMismatchException_IOR.c
/usr/bin/gcc -g -O2   -DPIC -fPIC -shared   -I/usr/local/babel-0.8.6/include -c gov_cca_Type_IOR.c
/usr/bin/gcc -g -O2   -DPIC -fPIC -shared   -I/usr/local/babel-0.8.6/include -c gov_cca_ports_BasicParameterPort_IOR.c
/usr/bin/gcc -g -O2   -DPIC -fPIC -shared   -I/usr/local/babel-0.8.6/include -c gov_cca_ports_BuilderService_IOR.c
/usr/bin/gcc -g -O2   -DPIC -fPIC -shared   -I/usr/local/babel-0.8.6/include -c gov_cca_ports_ComponentRepository_IOR.c
/usr/bin/gcc -g -O2   -DPIC -fPIC -shared   -I/usr/local/babel-0.8.6/include -c gov_cca_ports_ConnectionEventListener_IOR.c
/usr/bin/gcc -g -O2   -DPIC -fPIC -shared   -I/usr/local/babel-0.8.6/include -c gov_cca_ports_ConnectionEventService_IOR.c
/usr/bin/gcc -g -O2   -DPIC -fPIC -shared   -I/usr/local/babel-0.8.6/include -c gov_cca_ports_ConnectionEvent_IOR.c
/usr/bin/gcc -g -O2   -DPIC -fPIC -shared   -I/usr/local/babel-0.8.6/include -c gov_cca_ports_EventType_IOR.c
/usr/bin/gcc -g -O2   -DPIC -fPIC -shared   -I/usr/local/babel-0.8.6/include -c gov_cca_ports_GoPort_IOR.c
/usr/bin/gcc -g -O2   -DPIC -fPIC -shared   -I/usr/local/babel-0.8.6/include -c gov_cca_ports_ParameterGetListener_IOR.c
/usr/bin/gcc -g -O2   -DPIC -fPIC -shared   -I/usr/local/babel-0.8.6/include -c gov_cca_ports_ParameterPortFactory_IOR.c
/usr/bin/gcc -g -O2   -DPIC -fPIC -shared   -I/usr/local/babel-0.8.6/include -c gov_cca_ports_ParameterPort_IOR.c
/usr/bin/gcc -g -O2   -DPIC -fPIC -shared   -I/usr/local/babel-0.8.6/include -c gov_cca_ports_ParameterSetListener_IOR.c
/usr/bin/g++ -DPIC -fPIC -shared    -I/usr/local/babel-0.8.6/include -c gov_cca_CCAException_Skel.cc
/usr/bin/g++ -DPIC -fPIC -shared    -I/usr/local/babel-0.8.6/include -c gov_cca_TypeMismatchException_Skel.cc
/usr/bin/g++ -DPIC -fPIC -shared    -I/usr/local/babel-0.8.6/include -c SIDL_BaseClass.cc
/usr/bin/g++ -DPIC -fPIC -shared    -I/usr/local/babel-0.8.6/include -c SIDL_BaseException.cc
/usr/bin/g++ -DPIC -fPIC -shared    -I/usr/local/babel-0.8.6/include -c SIDL_BaseInterface.cc
/usr/bin/g++ -DPIC -fPIC -shared    -I/usr/local/babel-0.8.6/include -c SIDL_ClassInfo.cc
/usr/bin/g++ -DPIC -fPIC -shared    -I/usr/local/babel-0.8.6/include -c SIDL_ClassInfoI.cc
/usr/bin/g++ -DPIC -fPIC -shared    -I/usr/local/babel-0.8.6/include -c SIDL_DLL.cc
/usr/bin/g++ -DPIC -fPIC -shared    -I/usr/local/babel-0.8.6/include -c SIDL_Loader.cc
/usr/bin/g++ -DPIC -fPIC -shared    -I/usr/local/babel-0.8.6/include -c gov_cca_AbstractFramework.cc
/usr/bin/g++ -DPIC -fPIC -shared    -I/usr/local/babel-0.8.6/include -c gov_cca_CCAException.cc
/usr/bin/g++ -DPIC -fPIC -shared    -I/usr/local/babel-0.8.6/include -c gov_cca_Component.cc
/usr/bin/g++ -DPIC -fPIC -shared    -I/usr/local/babel-0.8.6/include -c gov_cca_ComponentClassDescription.cc
/usr/bin/g++ -DPIC -fPIC -shared    -I/usr/local/babel-0.8.6/include -c gov_cca_ComponentID.cc
/usr/bin/g++ -DPIC -fPIC -shared    -I/usr/local/babel-0.8.6/include -c gov_cca_ComponentRelease.cc
/usr/bin/g++ -DPIC -fPIC -shared    -I/usr/local/babel-0.8.6/include -c gov_cca_ConnectionID.cc
/usr/bin/g++ -DPIC -fPIC -shared    -I/usr/local/babel-0.8.6/include -c gov_cca_Port.cc
/usr/bin/g++ -DPIC -fPIC -shared    -I/usr/local/babel-0.8.6/include -c gov_cca_Services.cc
/usr/bin/g++ -DPIC -fPIC -shared    -I/usr/local/babel-0.8.6/include -c gov_cca_TypeMap.cc
/usr/bin/g++ -DPIC -fPIC -shared    -I/usr/local/babel-0.8.6/include -c gov_cca_TypeMismatchException.cc
/usr/bin/g++ -DPIC -fPIC -shared    -I/usr/local/babel-0.8.6/include -c gov_cca_ports_BasicParameterPort.cc
/usr/bin/g++ -DPIC -fPIC -shared    -I/usr/local/babel-0.8.6/include -c gov_cca_ports_BuilderService.cc
/usr/bin/g++ -DPIC -fPIC -shared    -I/usr/local/babel-0.8.6/include -c gov_cca_ports_ComponentRepository.cc
/usr/bin/g++ -DPIC -fPIC -shared    -I/usr/local/babel-0.8.6/include -c gov_cca_ports_ConnectionEvent.cc
/usr/bin/g++ -DPIC -fPIC -shared    -I/usr/local/babel-0.8.6/include -c gov_cca_ports_ConnectionEventListener.cc
/usr/bin/g++ -DPIC -fPIC -shared    -I/usr/local/babel-0.8.6/include -c gov_cca_ports_ConnectionEventService.cc
/usr/bin/g++ -DPIC -fPIC -shared    -I/usr/local/babel-0.8.6/include -c gov_cca_ports_GoPort.cc
/usr/bin/g++ -DPIC -fPIC -shared    -I/usr/local/babel-0.8.6/include -c gov_cca_ports_ParameterGetListener.cc
/usr/bin/g++ -DPIC -fPIC -shared    -I/usr/local/babel-0.8.6/include -c gov_cca_ports_ParameterPort.cc
/usr/bin/g++ -DPIC -fPIC -shared    -I/usr/local/babel-0.8.6/include -c gov_cca_ports_ParameterPortFactory.cc
/usr/bin/g++ -DPIC -fPIC -shared    -I/usr/local/babel-0.8.6/include -c gov_cca_ports_ParameterSetListener.cc
/usr/bin/g++    -DPIC -fPIC -shared      -o libcca.so  gov_cca_CCAException_Impl.o gov_cca_TypeMismatchException_Impl.o gov_cca_AbstractFramework_IOR.o gov_cca_CCAExceptionType_IOR.o gov_cca_CCAException_IOR.o gov_cca_ComponentClassDescription_IOR.o gov_cca_ComponentID_IOR.o gov_cca_ComponentRelease_IOR.o gov_cca_Component_IOR.o gov_cca_ConnectionID_IOR.o gov_cca_Port_IOR.o gov_cca_Services_IOR.o gov_cca_TypeMap_IOR.o gov_cca_TypeMismatchException_IOR.o gov_cca_Type_IOR.o gov_cca_ports_BasicParameterPort_IOR.o gov_cca_ports_BuilderService_IOR.o gov_cca_ports_ComponentRepository_IOR.o gov_cca_ports_ConnectionEventListener_IOR.o gov_cca_ports_ConnectionEventService_IOR.o gov_cca_ports_ConnectionEvent_IOR.o gov_cca_ports_EventType_IOR.o gov_cca_ports_GoPort_IOR.o gov_cca_ports_ParameterGetListener_IOR.o gov_cca_ports_ParameterPortFactory_IOR.o gov_cca_ports_ParameterPort_IOR.o gov_cca_ports_ParameterSetListener_IOR.o gov_cca_CCAException_Skel.o gov_cca_TypeMismatchException_Skel.o SIDL_BaseClass.o SIDL_BaseException.o SIDL_BaseInterface.o SIDL_ClassInfo.o SIDL_ClassInfoI.o SIDL_DLL.o SIDL_Loader.o gov_cca_AbstractFramework.o gov_cca_CCAException.o gov_cca_Component.o gov_cca_ComponentClassDescription.o gov_cca_ComponentID.o gov_cca_ComponentRelease.o gov_cca_ConnectionID.o gov_cca_Port.o gov_cca_Services.o gov_cca_TypeMap.o gov_cca_TypeMismatchException.o gov_cca_ports_BasicParameterPort.o gov_cca_ports_BuilderService.o gov_cca_ports_ComponentRepository.o gov_cca_ports_ConnectionEvent.o gov_cca_ports_ConnectionEventListener.o gov_cca_ports_ConnectionEventService.o gov_cca_ports_GoPort.o gov_cca_ports_ParameterGetListener.o gov_cca_ports_ParameterPort.o gov_cca_ports_ParameterPortFactory.o gov_cca_ports_ParameterSetListener.o
rm -f libcca.a
ar ruv libcca.a gov_cca_CCAException_Impl.o gov_cca_TypeMismatchException_Impl.o gov_cca_AbstractFramework_IOR.o gov_cca_CCAExceptionType_IOR.o gov_cca_CCAException_IOR.o gov_cca_ComponentClassDescription_IOR.o gov_cca_ComponentID_IOR.o gov_cca_ComponentRelease_IOR.o gov_cca_Component_IOR.o gov_cca_ConnectionID_IOR.o gov_cca_Port_IOR.o gov_cca_Services_IOR.o gov_cca_TypeMap_IOR.o gov_cca_TypeMismatchException_IOR.o gov_cca_Type_IOR.o gov_cca_ports_BasicParameterPort_IOR.o gov_cca_ports_BuilderService_IOR.o gov_cca_ports_ComponentRepository_IOR.o gov_cca_ports_ConnectionEventListener_IOR.o gov_cca_ports_ConnectionEventService_IOR.o gov_cca_ports_ConnectionEvent_IOR.o gov_cca_ports_EventType_IOR.o gov_cca_ports_GoPort_IOR.o gov_cca_ports_ParameterGetListener_IOR.o gov_cca_ports_ParameterPortFactory_IOR.o gov_cca_ports_ParameterPort_IOR.o gov_cca_ports_ParameterSetListener_IOR.o gov_cca_CCAException_Skel.o gov_cca_TypeMismatchException_Skel.o SIDL_BaseClass.o SIDL_BaseException.o SIDL_BaseInterface.o SIDL_ClassInfo.o SIDL_ClassInfoI.o SIDL_DLL.o SIDL_Loader.o gov_cca_AbstractFramework.o gov_cca_CCAException.o gov_cca_Component.o gov_cca_ComponentClassDescription.o gov_cca_ComponentID.o gov_cca_ComponentRelease.o gov_cca_ConnectionID.o gov_cca_Port.o gov_cca_Services.o gov_cca_TypeMap.o gov_cca_TypeMismatchException.o gov_cca_ports_BasicParameterPort.o gov_cca_ports_BuilderService.o gov_cca_ports_ComponentRepository.o gov_cca_ports_ConnectionEvent.o gov_cca_ports_ConnectionEventListener.o gov_cca_ports_ConnectionEventService.o gov_cca_ports_GoPort.o gov_cca_ports_ParameterGetListener.o gov_cca_ports_ParameterPort.o gov_cca_ports_ParameterPortFactory.o gov_cca_ports_ParameterSetListener.o
a - gov_cca_CCAException_Impl.o
a - gov_cca_TypeMismatchException_Impl.o
a - gov_cca_AbstractFramework_IOR.o
a - gov_cca_CCAExceptionType_IOR.o
a - gov_cca_CCAException_IOR.o
a - gov_cca_ComponentClassDescription_IOR.o
a - gov_cca_ComponentID_IOR.o
a - gov_cca_ComponentRelease_IOR.o
a - gov_cca_Component_IOR.o
a - gov_cca_ConnectionID_IOR.o
a - gov_cca_Port_IOR.o
a - gov_cca_Services_IOR.o
a - gov_cca_TypeMap_IOR.o
a - gov_cca_TypeMismatchException_IOR.o
a - gov_cca_Type_IOR.o
a - gov_cca_ports_BasicParameterPort_IOR.o
a - gov_cca_ports_BuilderService_IOR.o
a - gov_cca_ports_ComponentRepository_IOR.o
a - gov_cca_ports_ConnectionEventListener_IOR.o
a - gov_cca_ports_ConnectionEventService_IOR.o
a - gov_cca_ports_ConnectionEvent_IOR.o
a - gov_cca_ports_EventType_IOR.o
a - gov_cca_ports_GoPort_IOR.o
a - gov_cca_ports_ParameterGetListener_IOR.o
a - gov_cca_ports_ParameterPortFactory_IOR.o
a - gov_cca_ports_ParameterPort_IOR.o
a - gov_cca_ports_ParameterSetListener_IOR.o
a - gov_cca_CCAException_Skel.o
a - gov_cca_TypeMismatchException_Skel.o
a - SIDL_BaseClass.o
a - SIDL_BaseException.o
a - SIDL_BaseInterface.o
a - SIDL_ClassInfo.o
a - SIDL_ClassInfoI.o
a - SIDL_DLL.o
a - SIDL_Loader.o
a - gov_cca_AbstractFramework.o
a - gov_cca_CCAException.o
a - gov_cca_Component.o
a - gov_cca_ComponentClassDescription.o
a - gov_cca_ComponentID.o
a - gov_cca_ComponentRelease.o
a - gov_cca_ConnectionID.o
a - gov_cca_Port.o
a - gov_cca_Services.o
a - gov_cca_TypeMap.o
a - gov_cca_TypeMismatchException.o
a - gov_cca_ports_BasicParameterPort.o
a - gov_cca_ports_BuilderService.o
a - gov_cca_ports_ComponentRepository.o
a - gov_cca_ports_ConnectionEvent.o
a - gov_cca_ports_ConnectionEventListener.o
a - gov_cca_ports_ConnectionEventService.o
a - gov_cca_ports_GoPort.o
a - gov_cca_ports_ParameterGetListener.o
a - gov_cca_ports_ParameterPort.o
a - gov_cca_ports_ParameterPortFactory.o
a - gov_cca_ports_ParameterSetListener.o
ranlib libcca.a
make[1]: Leaving directory `/home/tester/cca/cca-spec-babel/server'
touch .make-babel
if ! [ -d py-client ]; then mkdir py-client;fi
(cd py-client;PATH=/usr/local/babel-0.8.6/bin:/opt/blackdown-jdk-1.4.1/bin:$PATH /usr/local/babel-0.8.6/bin/babel --override-installpath  -cpython \
        ../cca.sidl )
Babel: Parsing URL "file:/home/tester/cca/cca-spec-babel/py-client/../cca.sidl"...
(cd py-client; python setup.py \
  --include-dirs=/usr/include/python2.2 \
  --include-dirs=/usr/local/babel-0.8.6/include \
  --include-dirs=.      \
  --include-dirs=/usr/local/babel-0.8.6/include/python2.2/babel \
  --library-dirs=/usr/local/babel-0.8.6/lib \
  build_ext --inplace --force )
running build_ext
building 'gov.cca.AbstractFramework' extension
creating build
creating build/temp.linux-i686-2.2
gcc -DNDEBUG -fPIC -I. -I/usr/include/python2.2 -I/usr/local/babel-0.8.6/include -I. -I/usr/local/babel-0.8.6/include/python2.2/babel -I/usr/include/python2.2 -c gov/cca/AbstractFramework_Module.c -o build/temp.linux-i686-2.2/AbstractFramework_Module.o
In file included from gov_cca_AbstractFramework_Module.h:36,
                 from gov/cca/AbstractFramework_Module.c:86:
/usr/local/babel-0.8.6/include/babel_config.h:120:1: warning: "HAVE_LONG_LONG" redefined
In file included from /usr/include/python2.2/pyport.h:4,
                 from /usr/include/python2.2/Python.h:62,
                 from gov_cca_AbstractFramework_Module.h:35,
                 from gov/cca/AbstractFramework_Module.c:86:
/usr/include/python2.2/pyconfig.h:157:1: warning: this is the location of the previous definition
gcc -shared build/temp.linux-i686-2.2/AbstractFramework_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o gov/cca/AbstractFramework.so
building 'gov.cca.ComponentID' extension
gcc -DNDEBUG -fPIC -I. -I/usr/include/python2.2 -I/usr/local/babel-0.8.6/include -I. -I/usr/local/babel-0.8.6/include/python2.2/babel -I/usr/include/python2.2 -c gov/cca/ComponentID_Module.c -o build/temp.linux-i686-2.2/ComponentID_Module.oIn file included from gov_cca_ComponentID_Module.h:36,
                 from gov/cca/ComponentID_Module.c:34:
/usr/local/babel-0.8.6/include/babel_config.h:120:1: warning: "HAVE_LONG_LONG" redefined
In file included from /usr/include/python2.2/pyport.h:4,
                 from /usr/include/python2.2/Python.h:62,
                 from gov_cca_ComponentID_Module.h:35,
                 from gov/cca/ComponentID_Module.c:34:
/usr/include/python2.2/pyconfig.h:157:1: warning: this is the location of the previous definition
gcc -shared build/temp.linux-i686-2.2/ComponentID_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o gov/cca/ComponentID.so
building 'gov.cca.ports.ParameterPort' extension
gcc -DNDEBUG -fPIC -I. -I/usr/include/python2.2 -I/usr/local/babel-0.8.6/include -I. -I/usr/local/babel-0.8.6/include/python2.2/babel -I/usr/include/python2.2 -c gov/cca/ports/ParameterPort_Module.c -o build/temp.linux-i686-2.2/ParameterPort_Module.o
In file included from gov_cca_ports_ParameterPort_Module.h:36,
                 from gov/cca/ports/ParameterPort_Module.c:74:
/usr/local/babel-0.8.6/include/babel_config.h:120:1: warning: "HAVE_LONG_LONG" redefined
In file included from /usr/include/python2.2/pyport.h:4,
                 from /usr/include/python2.2/Python.h:62,
                 from gov_cca_ports_ParameterPort_Module.h:35,
                 from gov/cca/ports/ParameterPort_Module.c:74:
/usr/include/python2.2/pyconfig.h:157:1: warning: this is the location of the previous definition
gcc -shared build/temp.linux-i686-2.2/ParameterPort_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o gov/cca/ports/ParameterPort.so
building 'gov.cca.ports.ComponentRepository' extension
gcc -DNDEBUG -fPIC -I. -I/usr/include/python2.2 -I/usr/local/babel-0.8.6/include -I. -I/usr/local/babel-0.8.6/include/python2.2/babel -I/usr/include/python2.2 -c gov/cca/ports/ComponentRepository_Module.c -o build/temp.linux-i686-2.2/ComponentRepository_Module.o
In file included from gov_cca_ports_ComponentRepository_Module.h:36,
                 from gov/cca/ports/ComponentRepository_Module.c:40:
/usr/local/babel-0.8.6/include/babel_config.h:120:1: warning: "HAVE_LONG_LONG" redefined
In file included from /usr/include/python2.2/pyport.h:4,
                 from /usr/include/python2.2/Python.h:62,
                 from gov_cca_ports_ComponentRepository_Module.h:35,
                 from gov/cca/ports/ComponentRepository_Module.c:40:
/usr/include/python2.2/pyconfig.h:157:1: warning: this is the location of the previous definition
gcc -shared build/temp.linux-i686-2.2/ComponentRepository_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o gov/cca/ports/ComponentRepository.so
building 'gov.cca.CCAException' extension
gcc -DNDEBUG -fPIC -I. -I/usr/include/python2.2 -I/usr/local/babel-0.8.6/include -I. -I/usr/local/babel-0.8.6/include/python2.2/babel -I/usr/include/python2.2 -c gov/cca/CCAException_Module.c -o build/temp.linux-i686-2.2/CCAException_Module.o
In file included from gov_cca_CCAException_Module.h:45,
                 from gov/cca/CCAException_Module.c:34:
/usr/local/babel-0.8.6/include/babel_config.h:120:1: warning: "HAVE_LONG_LONG" redefined
In file included from /usr/include/python2.2/pyport.h:4,
                 from /usr/include/python2.2/Python.h:62,
                 from gov_cca_CCAException_Module.h:44,
                 from gov/cca/CCAException_Module.c:34:
/usr/include/python2.2/pyconfig.h:157:1: warning: this is the location of the previous definition
gcc -shared build/temp.linux-i686-2.2/CCAException_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o gov/cca/CCAException.so
building 'gov.cca.ports.GoPort' extension
gcc -DNDEBUG -fPIC -I. -I/usr/include/python2.2 -I/usr/local/babel-0.8.6/include -I. -I/usr/local/babel-0.8.6/include/python2.2/babel -I/usr/include/python2.2 -c gov/cca/ports/GoPort_Module.c -o build/temp.linux-i686-2.2/GoPort_Module.o
In file included from gov_cca_ports_GoPort_Module.h:36,
                 from gov/cca/ports/GoPort_Module.c:34:
/usr/local/babel-0.8.6/include/babel_config.h:120:1: warning: "HAVE_LONG_LONG" redefined
In file included from /usr/include/python2.2/pyport.h:4,
                 from /usr/include/python2.2/Python.h:62,
                 from gov_cca_ports_GoPort_Module.h:35,
                 from gov/cca/ports/GoPort_Module.c:34:
/usr/include/python2.2/pyconfig.h:157:1: warning: this is the location of the previous definition
gcc -shared build/temp.linux-i686-2.2/GoPort_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o gov/cca/ports/GoPort.so
building 'gov.cca.ports.ParameterPortFactory' extension
gcc -DNDEBUG -fPIC -I. -I/usr/include/python2.2 -I/usr/local/babel-0.8.6/include -I. -I/usr/local/babel-0.8.6/include/python2.2/babel -I/usr/include/python2.2 -c gov/cca/ports/ParameterPortFactory_Module.c -o build/temp.linux-i686-2.2/ParameterPortFactory_Module.o
In file included from gov_cca_ports_ParameterPortFactory_Module.h:36,
                 from gov/cca/ports/ParameterPortFactory_Module.c:58:
/usr/local/babel-0.8.6/include/babel_config.h:120:1: warning: "HAVE_LONG_LONG" redefined
In file included from /usr/include/python2.2/pyport.h:4,
                 from /usr/include/python2.2/Python.h:62,
                 from gov_cca_ports_ParameterPortFactory_Module.h:35,
                 from gov/cca/ports/ParameterPortFactory_Module.c:58:
/usr/include/python2.2/pyconfig.h:157:1: warning: this is the location of the previous definition
gcc -shared build/temp.linux-i686-2.2/ParameterPortFactory_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o gov/cca/ports/ParameterPortFactory.so
building 'gov.cca.ports.BuilderService' extension
gcc -DNDEBUG -fPIC -I. -I/usr/include/python2.2 -I/usr/local/babel-0.8.6/include -I. -I/usr/local/babel-0.8.6/include/python2.2/babel -I/usr/include/python2.2 -c gov/cca/ports/BuilderService_Module.c -o build/temp.linux-i686-2.2/BuilderService_Module.o
In file included from gov_cca_ports_BuilderService_Module.h:36,
                 from gov/cca/ports/BuilderService_Module.c:63:
/usr/local/babel-0.8.6/include/babel_config.h:120:1: warning: "HAVE_LONG_LONG" redefined
In file included from /usr/include/python2.2/pyport.h:4,
                 from /usr/include/python2.2/Python.h:62,
                 from gov_cca_ports_BuilderService_Module.h:35,
                 from gov/cca/ports/BuilderService_Module.c:63:
/usr/include/python2.2/pyconfig.h:157:1: warning: this is the location of the previous definition
gcc -shared build/temp.linux-i686-2.2/BuilderService_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o gov/cca/ports/BuilderService.so
building 'gov.cca.ports.ConnectionEvent' extension
gcc -DNDEBUG -fPIC -I. -I/usr/include/python2.2 -I/usr/local/babel-0.8.6/include -I. -I/usr/local/babel-0.8.6/include/python2.2/babel -I/usr/include/python2.2 -c gov/cca/ports/ConnectionEvent_Module.c -o build/temp.linux-i686-2.2/ConnectionEvent_Module.o
In file included from gov_cca_ports_ConnectionEvent_Module.h:36,
                 from gov/cca/ports/ConnectionEvent_Module.c:34:
/usr/local/babel-0.8.6/include/babel_config.h:120:1: warning: "HAVE_LONG_LONG" redefined
In file included from /usr/include/python2.2/pyport.h:4,
                 from /usr/include/python2.2/Python.h:62,
                 from gov_cca_ports_ConnectionEvent_Module.h:35,
                 from gov/cca/ports/ConnectionEvent_Module.c:34:
/usr/include/python2.2/pyconfig.h:157:1: warning: this is the location of the previous definition
gcc -shared build/temp.linux-i686-2.2/ConnectionEvent_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o gov/cca/ports/ConnectionEvent.so
building 'gov.cca.TypeMismatchException' extension
gcc -DNDEBUG -fPIC -I. -I/usr/include/python2.2 -I/usr/local/babel-0.8.6/include -I. -I/usr/local/babel-0.8.6/include/python2.2/babel -I/usr/include/python2.2 -c gov/cca/TypeMismatchException_Module.c -o build/temp.linux-i686-2.2/TypeMismatchException_Module.o
In file included from gov_cca_TypeMismatchException_Module.h:45,
                 from gov/cca/TypeMismatchException_Module.c:32:
/usr/local/babel-0.8.6/include/babel_config.h:120:1: warning: "HAVE_LONG_LONG" redefined
In file included from /usr/include/python2.2/pyport.h:4,
                 from /usr/include/python2.2/Python.h:62,
                 from gov_cca_TypeMismatchException_Module.h:44,
                 from gov/cca/TypeMismatchException_Module.c:32:
/usr/include/python2.2/pyconfig.h:157:1: warning: this is the location of the previous definition
gcc -shared build/temp.linux-i686-2.2/TypeMismatchException_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o gov/cca/TypeMismatchException.so
building 'gov.cca.ports.BasicParameterPort' extension
gcc -DNDEBUG -fPIC -I. -I/usr/include/python2.2 -I/usr/local/babel-0.8.6/include -I. -I/usr/local/babel-0.8.6/include/python2.2/babel -I/usr/include/python2.2 -c gov/cca/ports/BasicParameterPort_Module.c -o build/temp.linux-i686-2.2/BasicParameterPort_Module.o
In file included from gov_cca_ports_BasicParameterPort_Module.h:36,
                 from gov/cca/ports/BasicParameterPort_Module.c:39:
/usr/local/babel-0.8.6/include/babel_config.h:120:1: warning: "HAVE_LONG_LONG" redefined
In file included from /usr/include/python2.2/pyport.h:4,
                 from /usr/include/python2.2/Python.h:62,
                 from gov_cca_ports_BasicParameterPort_Module.h:35,
                 from gov/cca/ports/BasicParameterPort_Module.c:39:
/usr/include/python2.2/pyconfig.h:157:1: warning: this is the location of the previous definition
gcc -shared build/temp.linux-i686-2.2/BasicParameterPort_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o gov/cca/ports/BasicParameterPort.so
building 'gov.cca.Port' extension
gcc -DNDEBUG -fPIC -I. -I/usr/include/python2.2 -I/usr/local/babel-0.8.6/include -I. -I/usr/local/babel-0.8.6/include/python2.2/babel -I/usr/include/python2.2 -c gov/cca/Port_Module.c -o build/temp.linux-i686-2.2/Port_Module.o
In file included from gov_cca_Port_Module.h:36,
                 from gov/cca/Port_Module.c:34:
/usr/local/babel-0.8.6/include/babel_config.h:120:1: warning: "HAVE_LONG_LONG" redefined
In file included from /usr/include/python2.2/pyport.h:4,
                 from /usr/include/python2.2/Python.h:62,
                 from gov_cca_Port_Module.h:35,
                 from gov/cca/Port_Module.c:34:
/usr/include/python2.2/pyconfig.h:157:1: warning: this is the location of the previous definition
gcc -shared build/temp.linux-i686-2.2/Port_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o gov/cca/Port.so
building 'gov.cca.ComponentClassDescription' extension
gcc -DNDEBUG -fPIC -I. -I/usr/include/python2.2 -I/usr/local/babel-0.8.6/include -I. -I/usr/local/babel-0.8.6/include/python2.2/babel -I/usr/include/python2.2 -c gov/cca/ComponentClassDescription_Module.c -o build/temp.linux-i686-2.2/ComponentClassDescription_Module.o
In file included from gov_cca_ComponentClassDescription_Module.h:36,
                 from gov/cca/ComponentClassDescription_Module.c:35:
/usr/local/babel-0.8.6/include/babel_config.h:120:1: warning: "HAVE_LONG_LONG" redefined
In file included from /usr/include/python2.2/pyport.h:4,
                 from /usr/include/python2.2/Python.h:62,
                 from gov_cca_ComponentClassDescription_Module.h:35,
                 from gov/cca/ComponentClassDescription_Module.c:35:
/usr/include/python2.2/pyconfig.h:157:1: warning: this is the location of the previous definition
gcc -shared build/temp.linux-i686-2.2/ComponentClassDescription_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o gov/cca/ComponentClassDescription.so
building 'gov.cca.ports.ParameterGetListener' extension
gcc -DNDEBUG -fPIC -I. -I/usr/include/python2.2 -I/usr/local/babel-0.8.6/include -I. -I/usr/local/babel-0.8.6/include/python2.2/babel -I/usr/include/python2.2 -c gov/cca/ports/ParameterGetListener_Module.c -o build/temp.linux-i686-2.2/ParameterGetListener_Module.o
In file included from gov_cca_ports_ParameterGetListener_Module.h:36,
                 from gov/cca/ports/ParameterGetListener_Module.c:67:
/usr/local/babel-0.8.6/include/babel_config.h:120:1: warning: "HAVE_LONG_LONG" redefined
In file included from /usr/include/python2.2/pyport.h:4,
                 from /usr/include/python2.2/Python.h:62,
                 from gov_cca_ports_ParameterGetListener_Module.h:35,
                 from gov/cca/ports/ParameterGetListener_Module.c:67:
/usr/include/python2.2/pyconfig.h:157:1: warning: this is the location of the previous definition
gcc -shared build/temp.linux-i686-2.2/ParameterGetListener_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o gov/cca/ports/ParameterGetListener.so
building 'gov.cca.ports.ConnectionEventService' extension
gcc -DNDEBUG -fPIC -I. -I/usr/include/python2.2 -I/usr/local/babel-0.8.6/include -I. -I/usr/local/babel-0.8.6/include/python2.2/babel -I/usr/include/python2.2 -c gov/cca/ports/ConnectionEventService_Module.c -o build/temp.linux-i686-2.2/ConnectionEventService_Module.o
In file included from gov_cca_ports_ConnectionEventService_Module.h:36,
                 from gov/cca/ports/ConnectionEventService_Module.c:34:
/usr/local/babel-0.8.6/include/babel_config.h:120:1: warning: "HAVE_LONG_LONG" redefined
In file included from /usr/include/python2.2/pyport.h:4,
                 from /usr/include/python2.2/Python.h:62,
                 from gov_cca_ports_ConnectionEventService_Module.h:35,
                 from gov/cca/ports/ConnectionEventService_Module.c:34:
/usr/include/python2.2/pyconfig.h:157:1: warning: this is the location of the previous definition
gcc -shared build/temp.linux-i686-2.2/ConnectionEventService_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o gov/cca/ports/ConnectionEventService.so
building 'gov.cca.TypeMap' extension
gcc -DNDEBUG -fPIC -I. -I/usr/include/python2.2 -I/usr/local/babel-0.8.6/include -I. -I/usr/local/babel-0.8.6/include/python2.2/babel -I/usr/include/python2.2 -c gov/cca/TypeMap_Module.c -o build/temp.linux-i686-2.2/TypeMap_Module.o
In file included from gov_cca_TypeMap_Module.h:36,
                 from gov/cca/TypeMap_Module.c:38:
/usr/local/babel-0.8.6/include/babel_config.h:120:1: warning: "HAVE_LONG_LONG" redefined
In file included from /usr/include/python2.2/pyport.h:4,
                 from /usr/include/python2.2/Python.h:62,
                 from gov_cca_TypeMap_Module.h:35,
                 from gov/cca/TypeMap_Module.c:38:
/usr/include/python2.2/pyconfig.h:157:1: warning: this is the location of the previous definition
gcc -shared build/temp.linux-i686-2.2/TypeMap_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o gov/cca/TypeMap.so
building 'gov.cca.ConnectionID' extension
gcc -DNDEBUG -fPIC -I. -I/usr/include/python2.2 -I/usr/local/babel-0.8.6/include -I. -I/usr/local/babel-0.8.6/include/python2.2/babel -I/usr/include/python2.2 -c gov/cca/ConnectionID_Module.c -o build/temp.linux-i686-2.2/ConnectionID_Module.o
In file included from gov_cca_ConnectionID_Module.h:36,
                 from gov/cca/ConnectionID_Module.c:39:
/usr/local/babel-0.8.6/include/babel_config.h:120:1: warning: "HAVE_LONG_LONG" redefined
In file included from /usr/include/python2.2/pyport.h:4,
                 from /usr/include/python2.2/Python.h:62,
                 from gov_cca_ConnectionID_Module.h:35,
                 from gov/cca/ConnectionID_Module.c:39:
/usr/include/python2.2/pyconfig.h:157:1: warning: this is the location of the previous definition
gcc -shared build/temp.linux-i686-2.2/ConnectionID_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o gov/cca/ConnectionID.so
building 'gov.cca.ComponentRelease' extension
gcc -DNDEBUG -fPIC -I. -I/usr/include/python2.2 -I/usr/local/babel-0.8.6/include -I. -I/usr/local/babel-0.8.6/include/python2.2/babel -I/usr/include/python2.2 -c gov/cca/ComponentRelease_Module.c -o build/temp.linux-i686-2.2/ComponentRelease_Module.o
In file included from gov_cca_ComponentRelease_Module.h:36,
                 from gov/cca/ComponentRelease_Module.c:32:
/usr/local/babel-0.8.6/include/babel_config.h:120:1: warning: "HAVE_LONG_LONG" redefined
In file included from /usr/include/python2.2/pyport.h:4,
                 from /usr/include/python2.2/Python.h:62,
                 from gov_cca_ComponentRelease_Module.h:35,
                 from gov/cca/ComponentRelease_Module.c:32:
/usr/include/python2.2/pyconfig.h:157:1: warning: this is the location of the previous definition
gcc -shared build/temp.linux-i686-2.2/ComponentRelease_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o gov/cca/ComponentRelease.so
building 'gov.cca.ports.ParameterSetListener' extension
gcc -DNDEBUG -fPIC -I. -I/usr/include/python2.2 -I/usr/local/babel-0.8.6/include -I. -I/usr/local/babel-0.8.6/include/python2.2/babel -I/usr/include/python2.2 -c gov/cca/ports/ParameterSetListener_Module.c -o build/temp.linux-i686-2.2/ParameterSetListener_Module.o
In file included from gov_cca_ports_ParameterSetListener_Module.h:36,
                 from gov/cca/ports/ParameterSetListener_Module.c:40:
/usr/local/babel-0.8.6/include/babel_config.h:120:1: warning: "HAVE_LONG_LONG" redefined
In file included from /usr/include/python2.2/pyport.h:4,
                 from /usr/include/python2.2/Python.h:62,
                 from gov_cca_ports_ParameterSetListener_Module.h:35,
                 from gov/cca/ports/ParameterSetListener_Module.c:40:
/usr/include/python2.2/pyconfig.h:157:1: warning: this is the location of the previous definition
gcc -shared build/temp.linux-i686-2.2/ParameterSetListener_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o gov/cca/ports/ParameterSetListener.so
building 'gov.cca.Services' extension
gcc -DNDEBUG -fPIC -I. -I/usr/include/python2.2 -I/usr/local/babel-0.8.6/include -I. -I/usr/local/babel-0.8.6/include/python2.2/babel -I/usr/include/python2.2 -c gov/cca/Services_Module.c -o build/temp.linux-i686-2.2/Services_Module.o
In file included from gov_cca_Services_Module.h:36,
                 from gov/cca/Services_Module.c:32:
/usr/local/babel-0.8.6/include/babel_config.h:120:1: warning: "HAVE_LONG_LONG" redefined
In file included from /usr/include/python2.2/pyport.h:4,
                 from /usr/include/python2.2/Python.h:62,
                 from gov_cca_Services_Module.h:35,
                 from gov/cca/Services_Module.c:32:
/usr/include/python2.2/pyconfig.h:157:1: warning: this is the location of the previous definition
gcc -shared build/temp.linux-i686-2.2/Services_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o gov/cca/Services.so
building 'gov.cca.Component' extension
gcc -DNDEBUG -fPIC -I. -I/usr/include/python2.2 -I/usr/local/babel-0.8.6/include -I. -I/usr/local/babel-0.8.6/include/python2.2/babel -I/usr/include/python2.2 -c gov/cca/Component_Module.c -o build/temp.linux-i686-2.2/Component_Module.o
In file included from gov_cca_Component_Module.h:36,
                 from gov/cca/Component_Module.c:34:
/usr/local/babel-0.8.6/include/babel_config.h:120:1: warning: "HAVE_LONG_LONG" redefined
In file included from /usr/include/python2.2/pyport.h:4,
                 from /usr/include/python2.2/Python.h:62,
                 from gov_cca_Component_Module.h:35,
                 from gov/cca/Component_Module.c:34:
/usr/include/python2.2/pyconfig.h:157:1: warning: this is the location of the previous definition
gcc -shared build/temp.linux-i686-2.2/Component_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o gov/cca/Component.so
building 'gov.cca.ports.ConnectionEventListener' extension
gcc -DNDEBUG -fPIC -I. -I/usr/include/python2.2 -I/usr/local/babel-0.8.6/include -I. -I/usr/local/babel-0.8.6/include/python2.2/babel -I/usr/include/python2.2 -c gov/cca/ports/ConnectionEventListener_Module.c -o build/temp.linux-i686-2.2/ConnectionEventListener_Module.o
In file included from gov_cca_ports_ConnectionEventListener_Module.h:36,
                 from gov/cca/ports/ConnectionEventListener_Module.c:35:
/usr/local/babel-0.8.6/include/babel_config.h:120:1: warning: "HAVE_LONG_LONG" redefined
In file included from /usr/include/python2.2/pyport.h:4,
                 from /usr/include/python2.2/Python.h:62,
                 from gov_cca_ports_ConnectionEventListener_Module.h:35,
                 from gov/cca/ports/ConnectionEventListener_Module.c:35:
/usr/include/python2.2/pyconfig.h:157:1: warning: this is the location of the previous definition
gcc -shared build/temp.linux-i686-2.2/ConnectionEventListener_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o gov/cca/ports/ConnectionEventListener.so
touch .gen-babel-py
Creating /home/tester/cca/cca-spec-babel/lib
Creating /home/tester/cca/cca-spec-babel/include
Creating /home/tester/cca/cca-spec-babel/share
Creating /home/tester/cca/cca-spec-babel/lib/cca-spec-babel-0_6_3-babel-0.8.6
Creating /home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6
Creating /home/tester/cca/cca-spec-babel/share/cca-spec-babel-0_6_3-babel-0.8.6
Creating /home/tester/cca/cca-spec-babel/share/cca-spec-babel-0_6_3-babel-0.8.6/xml
/bin/install -c server/libcca.so /home/tester/cca/cca-spec-babel/lib/libcca_0_6_3_b_0.8.6.so
Creating sym-link /home/tester/cca/cca-spec-babel/lib/cca-spec-babel-0_6_3-babel-0.8.6/libcca.so
~/cca/cca-spec-babel/lib/cca-spec-babel-0_6_3-babel-0.8.6 ~/cca/cca-spec-babel
~/cca/cca-spec-babel
/bin/install -c -m 644 server/libcca.a /home/tester/cca/cca-spec-babel/lib/libcca_0_6_3_b_0.8.6.a
Creating sym-link /home/tester/cca/cca-spec-babel/lib/cca-spec-babel-0_6_3-babel-0.8.6/libcca.a
~/cca/cca-spec-babel/lib/cca-spec-babel-0_6_3-babel-0.8.6 ~/cca/cca-spec-babel
~/cca/cca-spec-babel
Installing server/SIDL-v0.8.2.xml
Installing server/SIDL.BaseClass-v0.8.2.xml
Installing server/SIDL.BaseException-v0.8.2.xml
Installing server/SIDL.BaseInterface-v0.8.2.xml
Installing server/SIDL.ClassInfo-v0.8.2.xml
Installing server/SIDL.ClassInfoI-v0.8.2.xml
Installing server/SIDL.DLL-v0.8.2.xml
Installing server/SIDL.Loader-v0.8.2.xml
Installing server/gov-v0.xml
Installing server/gov.cca-v0.6.3.xml
Installing server/gov.cca.AbstractFramework-v0.6.3.xml
Installing server/gov.cca.CCAException-v0.6.3.xml
Installing server/gov.cca.CCAExceptionType-v0.6.3.xml
Installing server/gov.cca.Component-v0.6.3.xml
Installing server/gov.cca.ComponentClassDescription-v0.6.3.xml
Installing server/gov.cca.ComponentID-v0.6.3.xml
Installing server/gov.cca.ComponentRelease-v0.6.3.xml
Installing server/gov.cca.ConnectionID-v0.6.3.xml
Installing server/gov.cca.Port-v0.6.3.xml
Installing server/gov.cca.Services-v0.6.3.xml
Installing server/gov.cca.Type-v0.6.3.xml
Installing server/gov.cca.TypeMap-v0.6.3.xml
Installing server/gov.cca.TypeMismatchException-v0.6.3.xml
Installing server/gov.cca.ports-v0.6.3.xml
Installing server/gov.cca.ports.BasicParameterPort-v0.6.3.xml
Installing server/gov.cca.ports.BuilderService-v0.6.3.xml
Installing server/gov.cca.ports.ComponentRepository-v0.6.3.xml
Installing server/gov.cca.ports.ConnectionEvent-v0.6.3.xml
Installing server/gov.cca.ports.ConnectionEventListener-v0.6.3.xml
Installing server/gov.cca.ports.ConnectionEventService-v0.6.3.xml
Installing server/gov.cca.ports.EventType-v0.6.3.xml
Installing server/gov.cca.ports.GoPort-v0.6.3.xml
Installing server/gov.cca.ports.ParameterGetListener-v0.6.3.xml
Installing server/gov.cca.ports.ParameterPort-v0.6.3.xml
Installing server/gov.cca.ports.ParameterPortFactory-v0.6.3.xml
Installing server/gov.cca.ports.ParameterSetListener-v0.6.3.xml
Installing cca.sidl
Installing src/CCA_Babel_Vars.sh
Installing src/MakeIncl_CCA_Babel_Vars
Installing test-babel-config
Creating sym-link/home/tester/cca/cca-spec-babel/bin/test-babel-config
~/cca/cca-spec-babel/bin ~/cca/cca-spec-babel
~/cca/cca-spec-babel
Installing cca-spec-babel-config
Creating sym-link/home/tester/cca/cca-spec-babel/bin/cca-spec-babel-config
~/cca/cca-spec-babel/bin ~/cca/cca-spec-babel
~/cca/cca-spec-babel
Installing server/AllCCA.hh
Installing server/SIDL.hh
Installing server/SIDL_BaseClass.hh
Installing server/SIDL_BaseException.hh
Installing server/SIDL_BaseInterface.hh
Installing server/SIDL_ClassInfo.hh
Installing server/SIDL_ClassInfoI.hh
Installing server/SIDL_DLL.hh
Installing server/SIDL_Loader.hh
Installing server/babel_compat.hh
Installing server/gov.hh
Installing server/gov_IOR.h
Installing server/gov_cca.hh
Installing server/gov_cca_AbstractFramework.hh
Installing server/gov_cca_AbstractFramework_IOR.h
Installing server/gov_cca_CCAException.hh
Installing server/gov_cca_CCAExceptionType.hh
Installing server/gov_cca_CCAExceptionType_IOR.h
Installing server/gov_cca_CCAException_IOR.h
Installing server/gov_cca_Component.hh
Installing server/gov_cca_ComponentClassDescription.hh
Installing server/gov_cca_ComponentClassDescription_IOR.h
Installing server/gov_cca_ComponentID.hh
Installing server/gov_cca_ComponentID_IOR.h
Installing server/gov_cca_ComponentRelease.hh
Installing server/gov_cca_ComponentRelease_IOR.h
Installing server/gov_cca_Component_IOR.h
Installing server/gov_cca_ConnectionID.hh
Installing server/gov_cca_ConnectionID_IOR.h
Installing server/gov_cca_IOR.h
Installing server/gov_cca_Port.hh
Installing server/gov_cca_Port_IOR.h
Installing server/gov_cca_Services.hh
Installing server/gov_cca_Services_IOR.h
Installing server/gov_cca_Type.hh
Installing server/gov_cca_TypeMap.hh
Installing server/gov_cca_TypeMap_IOR.h
Installing server/gov_cca_TypeMismatchException.hh
Installing server/gov_cca_TypeMismatchException_IOR.h
Installing server/gov_cca_Type_IOR.h
Installing server/gov_cca_ports.hh
Installing server/gov_cca_ports_BasicParameterPort.hh
Installing server/gov_cca_ports_BasicParameterPort_IOR.h
Installing server/gov_cca_ports_BuilderService.hh
Installing server/gov_cca_ports_BuilderService_IOR.h
Installing server/gov_cca_ports_ComponentRepository.hh
Installing server/gov_cca_ports_ComponentRepository_IOR.h
Installing server/gov_cca_ports_ConnectionEvent.hh
Installing server/gov_cca_ports_ConnectionEventListener.hh
Installing server/gov_cca_ports_ConnectionEventListener_IOR.h
Installing server/gov_cca_ports_ConnectionEventService.hh
Installing server/gov_cca_ports_ConnectionEventService_IOR.h
Installing server/gov_cca_ports_ConnectionEvent_IOR.h
Installing server/gov_cca_ports_EventType.hh
Installing server/gov_cca_ports_EventType_IOR.h
Installing server/gov_cca_ports_GoPort.hh
Installing server/gov_cca_ports_GoPort_IOR.h
Installing server/gov_cca_ports_IOR.h
Installing server/gov_cca_ports_ParameterGetListener.hh
Installing server/gov_cca_ports_ParameterGetListener_IOR.h
Installing server/gov_cca_ports_ParameterPort.hh
Installing server/gov_cca_ports_ParameterPortFactory.hh
Installing server/gov_cca_ports_ParameterPortFactory_IOR.h
Installing server/gov_cca_ports_ParameterPort_IOR.h
Installing server/gov_cca_ports_ParameterSetListener.hh
Installing server/gov_cca_ports_ParameterSetListener_IOR.h
(cd py-client; python setup.py install --prefix=/home/tester/cca/cca-spec-babel --exec-prefix=/home/tester/cca/cca-spec-babel\
  --include-dirs=/usr/include/python2.2 \
  --include-dirs=/usr/local/babel-0.8.6/include \
  --include-dirs=.      \
  --include-dirs=/usr/local/babel-0.8.6/include/python2.2/babel \
  --library-dirs=/usr/local/babel-0.8.6/lib \
  --force \
                )
running install
running build
running build_py
creating build/lib.linux-i686-2.2
creating build/lib.linux-i686-2.2/gov
copying gov/__init__.py -> build/lib.linux-i686-2.2/gov
creating build/lib.linux-i686-2.2/gov/cca
copying gov/cca/CCAExceptionType.py -> build/lib.linux-i686-2.2/gov/cca
copying gov/cca/__init__.py -> build/lib.linux-i686-2.2/gov/cca
copying gov/cca/Type.py -> build/lib.linux-i686-2.2/gov/cca
creating build/lib.linux-i686-2.2/gov/cca/ports
copying gov/cca/ports/EventType.py -> build/lib.linux-i686-2.2/gov/cca/ports
copying gov/cca/ports/__init__.py -> build/lib.linux-i686-2.2/gov/cca/ports
running build_ext
building 'gov.cca.AbstractFramework' extension
skipping gov/cca/AbstractFramework_Module.c (build/temp.linux-i686-2.2/AbstractFramework_Module.o up-to-date)
gcc -shared build/temp.linux-i686-2.2/AbstractFramework_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o build/lib.linux-i686-2.2/gov/cca/AbstractFramework.so
building 'gov.cca.ComponentID' extension
skipping gov/cca/ComponentID_Module.c (build/temp.linux-i686-2.2/ComponentID_Module.o up-to-date)
gcc -shared build/temp.linux-i686-2.2/ComponentID_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o build/lib.linux-i686-2.2/gov/cca/ComponentID.so
building 'gov.cca.ports.ParameterPort' extension
skipping gov/cca/ports/ParameterPort_Module.c (build/temp.linux-i686-2.2/ParameterPort_Module.o up-to-date)
gcc -shared build/temp.linux-i686-2.2/ParameterPort_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o build/lib.linux-i686-2.2/gov/cca/ports/ParameterPort.so
building 'gov.cca.ports.ComponentRepository' extension
skipping gov/cca/ports/ComponentRepository_Module.c (build/temp.linux-i686-2.2/ComponentRepository_Module.o up-to-date)
gcc -shared build/temp.linux-i686-2.2/ComponentRepository_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o build/lib.linux-i686-2.2/gov/cca/ports/ComponentRepository.so
building 'gov.cca.CCAException' extension
skipping gov/cca/CCAException_Module.c (build/temp.linux-i686-2.2/CCAException_Module.o up-to-date)
gcc -shared build/temp.linux-i686-2.2/CCAException_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o build/lib.linux-i686-2.2/gov/cca/CCAException.so
building 'gov.cca.ports.GoPort' extension
skipping gov/cca/ports/GoPort_Module.c (build/temp.linux-i686-2.2/GoPort_Module.o up-to-date)
gcc -shared build/temp.linux-i686-2.2/GoPort_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o build/lib.linux-i686-2.2/gov/cca/ports/GoPort.so
building 'gov.cca.ports.ParameterPortFactory' extension
skipping gov/cca/ports/ParameterPortFactory_Module.c (build/temp.linux-i686-2.2/ParameterPortFactory_Module.o up-to-date)
gcc -shared build/temp.linux-i686-2.2/ParameterPortFactory_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o build/lib.linux-i686-2.2/gov/cca/ports/ParameterPortFactory.so
building 'gov.cca.ports.BuilderService' extension
skipping gov/cca/ports/BuilderService_Module.c (build/temp.linux-i686-2.2/BuilderService_Module.o up-to-date)
gcc -shared build/temp.linux-i686-2.2/BuilderService_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o build/lib.linux-i686-2.2/gov/cca/ports/BuilderService.so
building 'gov.cca.ports.ConnectionEvent' extension
skipping gov/cca/ports/ConnectionEvent_Module.c (build/temp.linux-i686-2.2/ConnectionEvent_Module.o up-to-date)
gcc -shared build/temp.linux-i686-2.2/ConnectionEvent_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o build/lib.linux-i686-2.2/gov/cca/ports/ConnectionEvent.so
building 'gov.cca.TypeMismatchException' extension
skipping gov/cca/TypeMismatchException_Module.c (build/temp.linux-i686-2.2/TypeMismatchException_Module.o up-to-date)
gcc -shared build/temp.linux-i686-2.2/TypeMismatchException_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o build/lib.linux-i686-2.2/gov/cca/TypeMismatchException.so
building 'gov.cca.ports.BasicParameterPort' extension
skipping gov/cca/ports/BasicParameterPort_Module.c (build/temp.linux-i686-2.2/BasicParameterPort_Module.o up-to-date)
gcc -shared build/temp.linux-i686-2.2/BasicParameterPort_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o build/lib.linux-i686-2.2/gov/cca/ports/BasicParameterPort.so
building 'gov.cca.Port' extension
skipping gov/cca/Port_Module.c (build/temp.linux-i686-2.2/Port_Module.o up-to-date)
gcc -shared build/temp.linux-i686-2.2/Port_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o build/lib.linux-i686-2.2/gov/cca/Port.so
building 'gov.cca.ComponentClassDescription' extension
skipping gov/cca/ComponentClassDescription_Module.c (build/temp.linux-i686-2.2/ComponentClassDescription_Module.o up-to-date)
gcc -shared build/temp.linux-i686-2.2/ComponentClassDescription_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o build/lib.linux-i686-2.2/gov/cca/ComponentClassDescription.so
building 'gov.cca.ports.ParameterGetListener' extension
skipping gov/cca/ports/ParameterGetListener_Module.c (build/temp.linux-i686-2.2/ParameterGetListener_Module.o up-to-date)
gcc -shared build/temp.linux-i686-2.2/ParameterGetListener_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o build/lib.linux-i686-2.2/gov/cca/ports/ParameterGetListener.so
building 'gov.cca.ports.ConnectionEventService' extension
skipping gov/cca/ports/ConnectionEventService_Module.c (build/temp.linux-i686-2.2/ConnectionEventService_Module.o up-to-date)
gcc -shared build/temp.linux-i686-2.2/ConnectionEventService_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o build/lib.linux-i686-2.2/gov/cca/ports/ConnectionEventService.so
building 'gov.cca.TypeMap' extension
skipping gov/cca/TypeMap_Module.c (build/temp.linux-i686-2.2/TypeMap_Module.o up-to-date)
gcc -shared build/temp.linux-i686-2.2/TypeMap_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o build/lib.linux-i686-2.2/gov/cca/TypeMap.so
building 'gov.cca.ConnectionID' extension
skipping gov/cca/ConnectionID_Module.c (build/temp.linux-i686-2.2/ConnectionID_Module.o up-to-date)
gcc -shared build/temp.linux-i686-2.2/ConnectionID_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o build/lib.linux-i686-2.2/gov/cca/ConnectionID.so
building 'gov.cca.ComponentRelease' extension
skipping gov/cca/ComponentRelease_Module.c (build/temp.linux-i686-2.2/ComponentRelease_Module.o up-to-date)
gcc -shared build/temp.linux-i686-2.2/ComponentRelease_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o build/lib.linux-i686-2.2/gov/cca/ComponentRelease.so
building 'gov.cca.ports.ParameterSetListener' extension
skipping gov/cca/ports/ParameterSetListener_Module.c (build/temp.linux-i686-2.2/ParameterSetListener_Module.o up-to-date)
gcc -shared build/temp.linux-i686-2.2/ParameterSetListener_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o build/lib.linux-i686-2.2/gov/cca/ports/ParameterSetListener.so
building 'gov.cca.Services' extension
skipping gov/cca/Services_Module.c (build/temp.linux-i686-2.2/Services_Module.o up-to-date)
gcc -shared build/temp.linux-i686-2.2/Services_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o build/lib.linux-i686-2.2/gov/cca/Services.so
building 'gov.cca.Component' extension
skipping gov/cca/Component_Module.c (build/temp.linux-i686-2.2/Component_Module.o up-to-date)
gcc -shared build/temp.linux-i686-2.2/Component_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o build/lib.linux-i686-2.2/gov/cca/Component.so
building 'gov.cca.ports.ConnectionEventListener' extension
skipping gov/cca/ports/ConnectionEventListener_Module.c (build/temp.linux-i686-2.2/ConnectionEventListener_Module.o up-to-date)
gcc -shared build/temp.linux-i686-2.2/ConnectionEventListener_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o build/lib.linux-i686-2.2/gov/cca/ports/ConnectionEventListener.so
running install_lib
creating /home/tester/cca/cca-spec-babel/lib/python2.2
creating /home/tester/cca/cca-spec-babel/lib/python2.2/site-packages
creating /home/tester/cca/cca-spec-babel/lib/python2.2/site-packages/gov
creating /home/tester/cca/cca-spec-babel/lib/python2.2/site-packages/gov/cca
copying build/lib.linux-i686-2.2/gov/cca/ConnectionID.so -> /home/tester/cca/cca-spec-babel/lib/python2.2/site-packages/gov/cca
copying build/lib.linux-i686-2.2/gov/cca/ComponentRelease.so -> /home/tester/cca/cca-spec-babel/lib/python2.2/site-packages/gov/cca
creating /home/tester/cca/cca-spec-babel/lib/python2.2/site-packages/gov/cca/ports
copying build/lib.linux-i686-2.2/gov/cca/ports/ParameterPort.so -> /home/tester/cca/cca-spec-babel/lib/python2.2/site-packages/gov/cca/ports
copying build/lib.linux-i686-2.2/gov/cca/ports/ParameterPortFactory.so -> /home/tester/cca/cca-spec-babel/lib/python2.2/site-packages/gov/cca/ports
copying build/lib.linux-i686-2.2/gov/cca/ports/ParameterSetListener.so -> /home/tester/cca/cca-spec-babel/lib/python2.2/site-packages/gov/cca/ports
copying build/lib.linux-i686-2.2/gov/cca/ports/ConnectionEventService.so -> /home/tester/cca/cca-spec-babel/lib/python2.2/site-packages/gov/cca/ports
copying build/lib.linux-i686-2.2/gov/cca/ports/BasicParameterPort.so -> /home/tester/cca/cca-spec-babel/lib/python2.2/site-packages/gov/cca/ports
copying build/lib.linux-i686-2.2/gov/cca/ports/EventType.py -> /home/tester/cca/cca-spec-babel/lib/python2.2/site-packages/gov/cca/ports
copying build/lib.linux-i686-2.2/gov/cca/ports/BuilderService.so -> /home/tester/cca/cca-spec-babel/lib/python2.2/site-packages/gov/cca/ports
copying build/lib.linux-i686-2.2/gov/cca/ports/ParameterGetListener.so -> /home/tester/cca/cca-spec-babel/lib/python2.2/site-packages/gov/cca/ports
copying build/lib.linux-i686-2.2/gov/cca/ports/ConnectionEventListener.so -> /home/tester/cca/cca-spec-babel/lib/python2.2/site-packages/gov/cca/ports
copying build/lib.linux-i686-2.2/gov/cca/ports/ComponentRepository.so -> /home/tester/cca/cca-spec-babel/lib/python2.2/site-packages/gov/cca/ports
copying build/lib.linux-i686-2.2/gov/cca/ports/ConnectionEvent.so -> /home/tester/cca/cca-spec-babel/lib/python2.2/site-packages/gov/cca/ports
copying build/lib.linux-i686-2.2/gov/cca/ports/__init__.py -> /home/tester/cca/cca-spec-babel/lib/python2.2/site-packages/gov/cca/ports
copying build/lib.linux-i686-2.2/gov/cca/ports/GoPort.so -> /home/tester/cca/cca-spec-babel/lib/python2.2/site-packages/gov/cca/ports
copying build/lib.linux-i686-2.2/gov/cca/TypeMap.so -> /home/tester/cca/cca-spec-babel/lib/python2.2/site-packages/gov/cca
copying build/lib.linux-i686-2.2/gov/cca/Port.so -> /home/tester/cca/cca-spec-babel/lib/python2.2/site-packages/gov/cca
copying build/lib.linux-i686-2.2/gov/cca/ComponentID.so -> /home/tester/cca/cca-spec-babel/lib/python2.2/site-packages/gov/cca
copying build/lib.linux-i686-2.2/gov/cca/CCAExceptionType.py -> /home/tester/cca/cca-spec-babel/lib/python2.2/site-packages/gov/cca
copying build/lib.linux-i686-2.2/gov/cca/AbstractFramework.so -> /home/tester/cca/cca-spec-babel/lib/python2.2/site-packages/gov/cca
copying build/lib.linux-i686-2.2/gov/cca/TypeMismatchException.so -> /home/tester/cca/cca-spec-babel/lib/python2.2/site-packages/gov/cca
copying build/lib.linux-i686-2.2/gov/cca/Services.so -> /home/tester/cca/cca-spec-babel/lib/python2.2/site-packages/gov/cca
copying build/lib.linux-i686-2.2/gov/cca/CCAException.so -> /home/tester/cca/cca-spec-babel/lib/python2.2/site-packages/gov/cca
copying build/lib.linux-i686-2.2/gov/cca/Component.so -> /home/tester/cca/cca-spec-babel/lib/python2.2/site-packages/gov/cca
copying build/lib.linux-i686-2.2/gov/cca/__init__.py -> /home/tester/cca/cca-spec-babel/lib/python2.2/site-packages/gov/cca
copying build/lib.linux-i686-2.2/gov/cca/ComponentClassDescription.so -> /home/tester/cca/cca-spec-babel/lib/python2.2/site-packages/gov/cca
copying build/lib.linux-i686-2.2/gov/cca/Type.py -> /home/tester/cca/cca-spec-babel/lib/python2.2/site-packages/gov/cca
copying build/lib.linux-i686-2.2/gov/__init__.py -> /home/tester/cca/cca-spec-babel/lib/python2.2/site-packages/gov
byte-compiling /home/tester/cca/cca-spec-babel/lib/python2.2/site-packages/gov/cca/ports/EventType.py to EventType.pyc
byte-compiling /home/tester/cca/cca-spec-babel/lib/python2.2/site-packages/gov/cca/ports/__init__.py to __init__.pyc
byte-compiling /home/tester/cca/cca-spec-babel/lib/python2.2/site-packages/gov/cca/CCAExceptionType.py to CCAExceptionType.pyc
byte-compiling /home/tester/cca/cca-spec-babel/lib/python2.2/site-packages/gov/cca/__init__.py to __init__.pyc
byte-compiling /home/tester/cca/cca-spec-babel/lib/python2.2/site-packages/gov/cca/Type.py to Type.pyc
byte-compiling /home/tester/cca/cca-spec-babel/lib/python2.2/site-packages/gov/__init__.py to __init__.pyc
running install_headers
creating /home/tester/cca/cca-spec-babel/include/python2.2
creating /home/tester/cca/cca-spec-babel/include/python2.2/babel
copying gov_cca_AbstractFramework_Module.h -> /home/tester/cca/cca-spec-babel/include/python2.2/babel
copying gov_cca_CCAException_Module.h -> /home/tester/cca/cca-spec-babel/include/python2.2/babel
copying gov_cca_ComponentClassDescription_Module.h -> /home/tester/cca/cca-spec-babel/include/python2.2/babel
copying gov_cca_ComponentID_Module.h -> /home/tester/cca/cca-spec-babel/include/python2.2/babel
copying gov_cca_ComponentRelease_Module.h -> /home/tester/cca/cca-spec-babel/include/python2.2/babel
copying gov_cca_Component_Module.h -> /home/tester/cca/cca-spec-babel/include/python2.2/babel
copying gov_cca_ConnectionID_Module.h -> /home/tester/cca/cca-spec-babel/include/python2.2/babel
copying gov_cca_Port_Module.h -> /home/tester/cca/cca-spec-babel/include/python2.2/babel
copying gov_cca_Services_Module.h -> /home/tester/cca/cca-spec-babel/include/python2.2/babel
copying gov_cca_TypeMap_Module.h -> /home/tester/cca/cca-spec-babel/include/python2.2/babel
copying gov_cca_TypeMismatchException_Module.h -> /home/tester/cca/cca-spec-babel/include/python2.2/babel
copying gov_cca_ports_BasicParameterPort_Module.h -> /home/tester/cca/cca-spec-babel/include/python2.2/babel
copying gov_cca_ports_BuilderService_Module.h -> /home/tester/cca/cca-spec-babel/include/python2.2/babel
copying gov_cca_ports_ComponentRepository_Module.h -> /home/tester/cca/cca-spec-babel/include/python2.2/babel
copying gov_cca_ports_ConnectionEventListener_Module.h -> /home/tester/cca/cca-spec-babel/include/python2.2/babel
copying gov_cca_ports_ConnectionEventService_Module.h -> /home/tester/cca/cca-spec-babel/include/python2.2/babel
copying gov_cca_ports_ConnectionEvent_Module.h -> /home/tester/cca/cca-spec-babel/include/python2.2/babel
copying gov_cca_ports_GoPort_Module.h -> /home/tester/cca/cca-spec-babel/include/python2.2/babel
copying gov_cca_ports_ParameterGetListener_Module.h -> /home/tester/cca/cca-spec-babel/include/python2.2/babel
copying gov_cca_ports_ParameterPortFactory_Module.h -> /home/tester/cca/cca-spec-babel/include/python2.2/babel
copying gov_cca_ports_ParameterPort_Module.h -> /home/tester/cca/cca-spec-babel/include/python2.2/babel
copying gov_cca_ports_ParameterSetListener_Module.h -> /home/tester/cca/cca-spec-babel/include/python2.2/babel
warning: install: modules installed to '/home/tester/cca/cca-spec-babel/lib/python2.2/site-packages/', which is not in Python's module search path (sys.path) -- you'll have to change the search path yourself
touch .install-babel-py
tester@capt-january cca-spec-babel $ cd ../ccafe
tester@capt-january ccafe $ ./configure  --with-cca-babel=`pwd`/../cca-spec-babel --with-cca-classic=`pwd`/../cca-spec-classic --with-mpi=/usr/local/mpich --enable-spew --with-babel-python Checking for environment variables that may affect the configure/make:
checking environment for JAVA_HM... no. OK.
checking environment for CCA_ROOT... no. OK.
checking environment for TOMCAT_HOME... no. OK.
checking environment for WEBHOST... no. OK.
checking environment for EYES2_ROOT... no. OK.
checking environment for SNLCPP_ROOT... no. OK.
checking environment for ESI_ROOT... no. OK.
checking environment for ISIS_ROOT... no. OK.
checking environment for PVM_ROOT... no. OK.
checking environment for STV_ROOT... no. OK.
checking environment for EYES_ROOT... no. OK.
checking environment for EFENCE... no. OK.
checking environment for CCAFE_SPEW... no. OK.
checking environment for CCAFE_MAJOR_VERSION... no. OK.
checking environment for CCAFE_MINOR_VERSION... no. OK.
checking environment for CCAFE_PATCH_LEVEL... no. OK.
checking environment for CCAFE_VERSION... no. OK.
checking environment for VERSION... no. OK.
checking environment for CCAFE_FORCE... no. OK.
checking environment for CCAFE_ROOT... no. OK.
checking environment for CCAFE_CXX_ROOT... no. OK.
checking environment for CCAFE_JAVA_ROOT... no. OK.
checking environment for CCAFE_INSTALL_ROOT... no. OK.
checking environment for CCAFE_RPM_ROOT... no. OK.
checking environment for CFLAGS... no. OK.
checking environment for CFLAGS_DEBUG... no. OK.
checking environment for CFLAGS_OPTIMIZE... no. OK.
checking environment for CFLAGS_WARNING... no. OK.
checking environment for CPP... no. OK.
checking environment for CC... predefined. Hope it is correct.
checking environment for CXX... predefined. Hope it is correct.
checking environment for CXXFLAGS... no. OK.
checking environment for CXX_TEMPLATES... no. OK.
checking environment for CXXCPP... no. OK.
checking environment for FLIBS... no. OK.
checking environment for MATH_LIBS... no. OK.
checking environment for EFENCE_LIB... no. OK.
checking environment for PURIFY... no. OK.
checking environment for MPI... no. OK.
checking environment for MPI_HOME... no. OK.
checking environment for MPI_ARCH... no. OK.
checking environment for BROKEN_MPICC... no. OK.
checking environment for BROKEN_MPICXX... no. OK.
checking environment for MPICC... no. OK.
checking environment for MPICXX... no. OK.
checking environment for MPIRUN... no. OK.
checking environment for MPI_LDFLAGS... no. OK.
checking environment for MPILIB... no. OK.
checking environment for MPI_SO_LIBDIR... no. OK.
checking environment for MPILD_SO_FLAGS... no. OK.
checking environment for MPI_INC_ODD... no. OK.
checking environment for MPI_LIBDIR... no. OK.
checking environment for USEMPI... no. OK.
checking environment for MPIPRERUN... no. OK.
checking environment for MPIF77... no. OK.
checking environment for MPIF90... no. OK.
checking environment for MPI_INC... no. OK.
checking environment for MPI_BIN... no. OK.
checking environment for MPI_STATIC_LIBS... no. OK.
checking environment for MPI_STATIC_LDFLAGS... no. OK.
checking environment for MPI_SO_LIBS... no. OK.
checking environment for MPI_SO_LDFLAGS... no. OK.
checking environment for MPI_CFLAGS... no. OK.
checking environment for MPI_FFLAGS... no. OK.
checking environment for MPI_CXXFLAGS... no. OK.
checking environment for BABEL_ROOT... no. OK.
checking environment for BABEL_FLAGS... no. OK.
checking environment for HAVE_BABEL... no. OK.
checking environment for AWK... no. OK.
checking environment for LN_S... no. OK.
checking environment for RANLIB... no. OK.
checking environment for GNU_CP... no. OK.
checking environment for LEX... no. OK.
checking environment for YACC... no. OK.
checking environment for TCLSH... no. OK.
checking environment for BASH... predefined. Hope it is correct.
checking environment for RUBY... no. OK.
checking environment for SWIG... no. OK.
checking environment for SWIG_HOME... no. OK.
checking environment for INSTALL... no. OK.
checking environment for INSTALL_DATA... no. OK.
checking environment for CCAFE_DL_LIBS... no. OK.
checking environment for CCAFE_LD_FLAGS... no. OK.
checking environment for CCAFE_LD_SEARCH_FLAGS... no. OK.
checking environment for CCAFE_SHLIB_CFLAGS... no. OK.
checking environment for CCAFE_SHLIB_LD... no. OK.
checking environment for CCAFE_SHLIB_LD_LIBS... no. OK.
checking environment for CCAFE_SHLIB_SUFFIX... no. OK.
checking environment for HAVE_XML... no. OK.
checking environment for XMLLIB... no. OK.
checking environment for XMLINC... no. OK.
checking environment for GMAKE... no. OK.
checking environment for TARGET_OS... no. OK.
checking environment for TARGET_CPU... no. OK.
checking environment for TARGET_VENDOR... no. OK.
checking environment for HOST_OS... no. OK.
checking environment for HOST_CPU... no. OK.
checking environment for HOST_VENDOR... no. OK.
checking environment for TIME_WITH_SYS_TIME... no. OK.
checking environment for HAVE_SYS_TIME_H... no. OK.
checking environment for LIBS... no. OK.
checking environment for SETVBUF_REVERSED... no. OK.
checking environment for HAVE_VPRINTF... no. OK.
checking environment for HAVE_SYS_IOCTL_H... no. OK.
checking environment for HAVE_SYS_FILIO_H... no. OK.
checking environment for USE_FIONBIO... no. OK.
checking environment for TCL_STUB_LIB_FILE... no. OK.
checking environment for TCL_STUB_LIB_FLAG... no. OK.
checking environment for TCL_BUILD_STUB_LIB_SPEC... no. OK.
checking environment for TCL_STUB_LIB_SPEC... no. OK.
checking environment for TCL_BUILD_STUB_LIB_PATH... no. OK.
checking environment for TCL_STUB_LIB_PATH... no. OK.
checking environment for MAKE_STUB_LIB... no. OK.
checking environment for BUILD_DLTEST... no. OK.
checking environment for CFG_TCL_SHARED_LIB_SUFFIX... no. OK.
checking environment for CFG_TCL_UNSHARED_LIB_SUFFIX... no. OK.
checking environment for CFG_TCL_EXPORT_FILE_SUFFIX... no. OK.
checking environment for TCL_DBGX... no. OK.
checking environment for DL_LIBS... no. OK.
checking environment for DL_OBJS... no. OK.
checking environment for EXTRA_CFLAGS... no. OK.
checking environment for LD_FLAGS... no. OK.
checking environment for MAKE_LIB... no. OK.
checking environment for SHLIB_CFLAGS... no. OK.
checking environment for SHLIB_LD... no. OK.
checking environment for SHLIB_LD_LIBS... no. OK.
checking environment for SHLIB_SUFFIX... no. OK.
checking environment for TCL_BUILD_LIB_SPEC... no. OK.
checking environment for TCL_LD_SEARCH_FLAGS... no. OK.
checking environment for TCL_LIB_FILE... no. OK.
checking environment for TCL_LIB_FLAG... no. OK.
checking environment for TCL_NEEDS_EXP_FILE... no. OK.
checking environment for TCL_BUILD_EXP_FILE... no. OK.
checking environment for TCL_EXP_FILE... no. OK.
checking environment for TCL_LIB_SPEC... no. OK.
checking environment for TCL_LIB_VERSIONS_OK... no. OK.
checking environment for TCL_PACKAGE_PATH... no. OK.
checking environment for TCL_SHARED_LIB_SUFFIX... no. OK.
checking environment for TCL_SHARED_BUILD... no. OK.
checking environment for TCL_SHLIB_CFLAGS... no. OK.
checking environment for TCL_SRC_DIR... no. OK.
checking environment for TCL_UNSHARED_LIB_SUFFIX... no. OK.
checking environment for SIZEOF_SHORT_P... no. OK.
checking environment for SIZEOF_SHORT... no. OK.
checking environment for BABEL_CCA_ROOT... no. OK.
checking environment for BABEL_CCA_INSTALLED... no. OK.
checking environment for CLASSIC_CCA_INSTALLED... no. OK.
checking environment for BABEL_CCA_CONFIG... no. OK.
checking environment for CLASSIC_CCA_CONFIG... no. OK.
checking environment for CCA_JAVA_HM... no. OK.
checking environment for CCAFE_CONFIG_FILES... no. OK.
checking environment for CCAFE_SHLIB_LDFLAGS... no. OK.
checking environment for CLASSIC_CCA_ROOT... no. OK.
checking environment for MAKE_SERVLET... no. OK.
checking environment for OS_ARCH... no. OK.
checking environment for PYTHON_CPPFLAGS... no. OK.
checking environment for PYTHON_INCLUDE... no. OK.
checking environment for PYTHON_LDFLAGS... no. OK.
checking environment for PYTHON_SCRIPTING... no. OK.
checking environment for INSTALL_PYTHON... no. OK.
checking environment for SERVLET_JAR... no. OK.
checking environment for SET_MAKE... no. OK.
checking environment for TOMCAT_START_COMMAND... no. OK.
checking environment for TOMCAT_STOP_COMMAND... no. OK.
checking environment for CCASPEC_BABEL_BABEL... no. OK.
Done checking for environment variables.
checking host system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking cca-spec-babel... /home/tester/cca/ccafe/../cca-spec-babel
checking cca-spec-classic... /home/tester/cca/ccafe/../cca-spec-classic
checking for gawk... gawk
checking whether ln -s works... yes
checking whether make sets ${MAKE}... yes
checking for ranlib... ranlib
checking for a BSD compatible install... /bin/install -c
checking for gnu cp --parents... yes
checking for bash... /bin/bash
checking for g77... /usr/local/bin/g77
checking whether /usr/bin/gcc and cc understand -c and -o together... yes
checking for c++... g++
checking whether the C++ compiler (g++  ) works... yes
checking whether the C++ compiler (g++  ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether g++ accepts -g... yes
checking how to run the C preprocessor... /usr/bin/gcc -E
checking how to run the C++ preprocessor... g++ -E
checking size of short... 2
checking size of short *... 4
Running check for TOMCAT web server.
checking for common/lib/servlet.jar... no
checking for lib/servlet.jar... no
checking for common/lib/servlet.jar... no
checking for lib/servlet.jar... no
checking for common/lib/servlet.jar... no
checking for lib/servlet.jar... no
checking for common/lib/servlet.jar... no
checking for lib/servlet.jar... no
checking for common/lib/servlet.jar... no
checking for lib/servlet.jar... no
checking for common/lib/servlet.jar... no
checking for lib/servlet.jar... no
checking for common/lib/servlet.jar... no
checking for lib/servlet.jar... no
checking for common/lib/servlet.jar... no
checking for lib/servlet.jar... no
checking for common/lib/servlet.jar... no
checking for lib/servlet.jar... no
checking for common/lib/servlet.jar... no
checking for lib/servlet.jar... no
configure: warning: Cannot find TomCat...Not building web servlets. (that is ok)checking for jdk 1.2... Trying bin/javac in /opt/blackdown-jdk-1.4.1
checking for javac... /opt/blackdown-jdk-1.4.1/bin/javac
found /opt/blackdown-jdk-1.4.1/bin/javac.
checking for Python directories... found /usr/include/python2.2 and /usr/lib/python2.2.
checking for pvmd... pvmd not found. PVM-based components and tests disabled.
           --with-pvmd=/path/of/pvmd to enable them.
checking for efence... libefence not found. efence targets will fail.
           --with-efence=/path/of/libefence.a to enable them.
configure: warning: Without PVM, Eyes disabled. (this is ok.)
checking for gmake... gmake
checking for tclsh... tclsh
checking for ruby... ruby
checking for swig... swig
checking mpicc... yes
checking mpiCC... yes
checking mpi is mpd ... nope.
checking C++ for namespaces closed with ;... yes
checking for libblas.a... no
configure: warning: Cannot find libblas.a.
    Building CCAFFEINE without BLAS linked. Expect HPC numeric
        components to bomb.
    To specify a location for the blas library, run
    configure again with the argument:
            --with-blas=BLASLIB
    where BLASLIB is the full path to the blas library file.
checking for xml2-config... /usr/bin/xml2-config
checking for liblapack.a... no
configure: warning: Cannot find liblapack.a.
    Building CCAFFEINE without LAPACK linked. Expect HPC numeric
        components to bomb.
    To specify a location for the lapack library, run
    configure again with the argument:
            --with-lapack=LAPACKLIB
    where LAPACKLIB is the full path to the lapack library file,
        e.g. --with-lapack=/usr/lib/libcomplib.sgimath.a or
             --with-lapack=/usr/local/lib/libessl.a.
checking BOOST smart pointers... yes
checking for Chasm... no  use --with-chasm=CHASM_ROOT to enable
checking for sin... no
checking for main in -lieee... yes
checking for z_div in -lg2c... yes
checking for ANSI C header files... yes
checking for fcntl.h... yes
checking for strings.h... yes
checking for sys/file.h... yes
checking for sys/time.h... yes
checking for unistd.h... yes
checking for working const... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for connect... yes
checking for gethostbyname... yes
checking whether setvbuf arguments are reversed... no
checking for vprintf... yes
checking for select... yes
checking for socket... yes
checking for strdup... yes
checking for strerror... yes
checking for strstr... yes
checking for strtol... yes
checking how to build libraries... shared
checking if 64bit support is requested... no
checking if 64bit Sparc VIS support is requested... no
checking system version (for dynamic loading)... Linux-2.4.21-rob1
checking for dlopen in -ldl... yes
checking for ar... ar
checking for build with symbols... no
Configured with MPI. 'grep MPI ./varlist' for details.
creating ./config.status
creating varlist
creating Makefile
creating Makefile.dl
creating Makefile.conf.dl
creating Makefile.install
creating reconfigure
creating cxx/util/xlcdepinclude
creating cxx/util/xlcdepinclude_nosys
creating cxx/Makefile.Rules
creating cxx/Makefile.Vars
creating cxx/MakeIncl.CCAFE_MPI
creating cxx/dc/user_iface/ccacmd/Makefile
creating cxx/dc/user_iface/CcaffeineRC
creating cxx/scutil/detemplate.rb
creating cxx/dc/user_iface/ProgramSuffix.h
creating cxx/dc/export/config.hh
creating java/Makefile.Rules
creating java/gov/sandia/ccaffeine/dc/user_iface/runFromServletEg/Makefile
creating java/gov/sandia/ccaffeine/dc/user_iface/servlet/Makefile
creating java/gov/sandia/ccaffeine/dc/user_iface/servlet/ccaffeine/WEB-INF/classes/Makefile
creating java/gov/sandia/ccaffeine/dc/user_iface/servlet/ccaffeine/WEB-INF/classes/IpAndPort.java
creating java/gov/sandia/ccaffeine/dc/user_iface/Makefile
creating java/gov/sandia/ccaffeine/dc/user_iface/applet/Makefile
creating java/gov/sandia/ccaffeine/dc/user_iface/xcat/cca-builder/CcafeRC
creating java/gov/sandia/ccaffeine/dc/user_iface/xcat/cca-builder/runItBridge
creating java/gov/sandia/ccaffeine/dc/user_iface/xcat/cca-builder/runItCPPClientcreating java/gov/sandia/ccaffeine/dc/user_iface/xcat/cca-builder/runItClient
creating java/gov/sandia/ccaffeine/dc/user_iface/xcat/cca-builder/runItServer
creating java/gov/sandia/ccaffeine/dc/user_iface/xcat/cca-builder/runItCPPShell
creating java/gov/sandia/ccaffeine/dc/user_iface/xcat/cca-builder/builder/bld2bscreating scripts/simplify-bld
creating scripts/bld2rc
creating chez-rob/protoBS/Makefile
creating MakeIncl.CCAFE_Siloon
creating cxx/dc/babel/babel-cca/ccafe.sidl
creating cxx/dc/babel/component/PrinterComponent/PrinterComponent.sidl
creating cxx/dc/babel/component/PortTranslatorStarter/PortTranslatorStarter.sidlcreating cxx/dc/babel/component/StarterComponent/StarterComponent.sidl
creating cxx/dc/babel/component/ParameterDialogServiceTest/ParameterDialogServiceTest.sidl
creating src/DoxyConfig
creating src/MakeIncl.CCAFE
creating src/ccafe-config
creating src/ccafeConfig.sh
creating src/bkupFile.rb
creating src/namespchgr.rb
creating src/memtest
creating src/runGUI
creating src/runOneProcWGUI
creating src/runParallelLocal
creating src/simpleTests
creating src/testBabelFactoryService
creating src/testBabelParameterDialogServiceTest
creating src/testBabelPortTranslator
creating src/testRPMBatch
creating src/testRPMPortTranslator
creating src/test-python-bs
tester@capt-january ccafe $ make && make install
chmod a+x reconfigure
(cd cxx/util; chmod a+x xlcdepinclude xlcdepinclude_nosys)
(cd cxx; make depend)
make[1]: Entering directory `/home/tester/cca/ccafe/cxx'
find . -name Makefile.depends -print -exec rm {} \;
./dc/babel/component/ParameterPortFactoryTest/Makefile.depends
find . -name Makefile -print -exec util/newdepend {} \;
./dc/neo/Makefile
./dc/neo/Makefile.depends
./dc/neo/ccafe-bind/Makefile
./dc/neo/ccafe-bind/Makefile.depends
./dc/port/Makefile
./dc/port/Makefile.depends
./dc/framework/Makefile
./dc/framework/Makefile.depends
./dc/Makefile
./dc/Makefile.depends
./dc/babel/Makefile
./dc/babel/Makefile.depends
./dc/babel/component/Makefile
./dc/babel/component/Makefile.depends
./dc/babel/component/PortTranslatorStarter/Makefile
./dc/babel/component/PortTranslatorStarter/Makefile.depends
./dc/babel/component/StarterComponent/Makefile
./dc/babel/component/StarterComponent/Makefile.depends
./dc/babel/component/ParameterDialogServiceTest/Makefile
./dc/babel/component/ParameterDialogServiceTest/Makefile.depends
./dc/babel/component/ParameterPortFactoryTest/Makefile
./dc/babel/component/ParameterPortFactoryTest/Makefile.depends
./dc/babel/component/PrinterComponent/Makefile
./dc/babel/component/PrinterComponent/Makefile.depends
./dc/babel/babel-cca/Makefile
./dc/babel/babel-cca/Makefile.depends
./dc/babel/ccafe-bind/Makefile
./dc/babel/ccafe-bind/Makefile.depends
./dc/babel/ccafe-bind/FactorySvcComponent/Makefile
./dc/babel/ccafe-bind/FactorySvcComponent/Makefile.depends
./dc/chasm/Makefile
./dc/chasm/Makefile.depends
./dc/component/Makefile
./dc/component/Makefile.depends
./dc/component/retired/Makefile
./dc/component/retired/Makefile.depends
./dc/user_iface/Makefile
./dc/user_iface/Makefile.depends
./dc/user_iface/ccacmd/Makefile
./dc/user_iface/ccacmd/Makefile.depends
./dc/distributed/Makefile
./dc/distributed/Makefile.depends
./dc/services/gui/Makefile
./dc/services/gui/Makefile.depends
./dc/services/Makefile
./dc/services/Makefile.depends
./dc/services/dotcca/Makefile
./dc/services/dotcca/Makefile.depends
./dc/services/dotcca/dccore/Makefile
./dc/services/dotcca/dccore/Makefile.depends
./dc/services/dotcca/treeReader/Makefile
./dc/services/dotcca/treeReader/Makefile.depends
./dc/services/dotcca/examples/Makefile
./dc/services/dotcca/examples/Makefile.depends
./dc/std_iface/Makefile
./dc/std_iface/Makefile.depends
./dc/classic/Makefile
./dc/classic/Makefile.depends
./dc/classic/ccafe-bind/Makefile
./dc/classic/ccafe-bind/Makefile.depends
./cmd/Makefile
./cmd/Makefile.depends
./doc/Makefile
./doc/Makefile.depends
./esi/Makefile
./esi/Makefile.depends
./gnu/Makefile
./gnu/Makefile.depends
./gnu/getopt/Makefile
./gnu/getopt/Makefile.depends
./lib/Makefile
./lib/Makefile.depends
./jc++/io/Makefile
./jc++/io/Makefile.depends
./jc++/lang/Makefile
./jc++/lang/Makefile.depends
./jc++/test/Makefile
./jc++/test/Makefile.depends
./jc++/util/Makefile
./jc++/util/Makefile.depends
./jc++/Makefile
./jc++/Makefile.depends
./port/Makefile
./port/Makefile.depends
./port/data-interfaces/Makefile
./port/data-interfaces/Makefile.depends
./sc99/Makefile
./sc99/Makefile.depends
./util/test/Makefile
./util/test/Makefile.depends
./util/Makefile
./util/Makefile.depends
./Makefile
./Makefile.depends
./parameters/Makefile
./parameters/Makefile.depends
./scutil/Makefile
./scutil/Makefile.depends
./stovepipe/Makefile
./stovepipe/Makefile.depends
gmake[2]: Entering directory `/home/tester/cca/ccafe/cxx/jc++'
(cd lang; gmake depend)
gmake[3]: Entering directory `/home/tester/cca/ccafe/cxx/jc++/lang'
../../util/g++depinclude_nosys -E -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    Object.cxx FloatJC.cxx DoubleJC.cxx IntegerJC.cxx LongJC.cxx BooleanJC.cxx String.cxx
gmake[3]: Leaving directory `/home/tester/cca/ccafe/cxx/jc++/lang'
(cd util; gmake depend)
gmake[3]: Entering directory `/home/tester/cca/ccafe/cxx/jc++/util'
../../util/g++depinclude_nosys -E  -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086 -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    Vector.cc StringVector.cc VectEnum.cc HashEnum.cc StringVectEnum.cc StringHashEnum.cc HashBucket.cc ResourceBucket.cc StringHashBucket.cc Hashtable.cc StringHash.cc ResourceHash.cc GenericHashEnum.cc GenericHashBucket.cc GenericHashTable.cc StringBuffer.cc StringTokenizer.cc JString.cc
gmake[3]: Leaving directory `/home/tester/cca/ccafe/cxx/jc++/util'
(cd io; gmake depend)
gmake[3]: Entering directory `/home/tester/cca/ccafe/cxx/jc++/io'
../../util/g++depinclude_nosys -E  -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086 -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    StdReader.cc BufferedReader.cc NonblockingReader.cc
gmake[3]: Leaving directory `/home/tester/cca/ccafe/cxx/jc++/io'
gmake[2]: Leaving directory `/home/tester/cca/ccafe/cxx/jc++'
gmake[2]: Entering directory `/home/tester/cca/ccafe/cxx/parameters'
../util/g++depinclude_nosys -E -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    parametersDynamic.cxx BaseParameter.cxx BoolParameter.cxx DoubleParameter.cxx FloatParameter.cxx IntParameter.cxx LongParameter.cxx StringParameter.cxx
gmake[2]: Leaving directory `/home/tester/cca/ccafe/cxx/parameters'
gmake[2]: Entering directory `/home/tester/cca/ccafe/cxx/port'
done
gmake[2]: Leaving directory `/home/tester/cca/ccafe/cxx/port'
gmake[2]: Entering directory `/home/tester/cca/ccafe/cxx/util'
../util/g++depinclude_nosys -E  -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    TypeMap.cxx IO.cxx gdbWaitForAttach.cxx StringTools.cc
gmake[2]: Leaving directory `/home/tester/cca/ccafe/cxx/util'
gmake[2]: Entering directory `/home/tester/cca/ccafe/cxx/cmd'
../util/g++depinclude_nosys -E -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    CmdContext.cxx CmdActionExit.cxx CmdActionHelp.cxx CmdParse.cxx
gmake[2]: Leaving directory `/home/tester/cca/ccafe/cxx/cmd'
gmake[2]: Entering directory `/home/tester/cca/ccafe/cxx/stovepipe'
Manual dependencies written by Rob
gmake[2]: Leaving directory `/home/tester/cca/ccafe/cxx/stovepipe'
gmake[2]: Entering directory `/home/tester/cca/ccafe/cxx/dc'
for i in classic babel port services framework distributed component std_iface user_iface ; do if ! (cd $i;gmake depend);then exit -1;fi done
gmake[3]: Entering directory `/home/tester/cca/ccafe/cxx/dc/classic'
for i in ccafe-bind; do if ! (cd $i;gmake depend);then exit -1;fi done
gmake[4]: Entering directory `/home/tester/cca/ccafe/cxx/dc/classic/ccafe-bind'
../../../util/g++depinclude_nosys -E -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    ClassicOpaqueGoPort.cc ClassicServices.cc ClassicPortInfo.cc ClassicOpaquePort.cc ClassicServicesHelper.cc ClassicComponentWrapper.cc
touch .depend
gmake[4]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/classic/ccafe-bind'
gmake[3]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/classic'
gmake[3]: Entering directory `/home/tester/cca/ccafe/cxx/dc/babel'
for i in babel-cca component ccafe-bind; do if ! (cd $i;gmake depend);then exit -1;fi done
gmake[4]: Entering directory `/home/tester/cca/ccafe/cxx/dc/babel/babel-cca'
mkdir server
mkdir client
mkdir py-client
cp allCcaffeine.hh Makefile.babel server/
touch .dirs-made
touch .babel-symlink
PATH=/usr/local/babel-0.8.6/bin:/opt/blackdown-jdk-1.4.1/bin:$PATH /usr/local/babel-0.8.6/bin/babel --suppress-timestamp --override-installpath --exclude="gov.*" --exclude="SIDL.*" -sC++ \
        --output-directory=server --vpath=`pwd` \
        --repository-path=/home/tester/cca/cca-spec-babel/share/cca-spec-babel-0_6_3-babel-0.8.6/xml ccafe.sidl
Babel: Parsing URL "file:/home/tester/cca/ccafe/cxx/dc/babel/babel-cca/ccafe.sidl"...
PATH=/usr/local/babel-0.8.6/bin:/opt/blackdown-jdk-1.4.1/bin:$PATH /usr/local/babel-0.8.6/bin/babel --suppress-timestamp --override-installpath --exclude="gov.*" --exclude="SIDL.*" --text=xml \
        --output-directory=server --vpath=`pwd` \
        --repository-path=/home/tester/cca/cca-spec-babel/share/cca-spec-babel-0_6_3-babel-0.8.6/xml  ccafe.sidl
Babel: Parsing URL "file:/home/tester/cca/ccafe/cxx/dc/babel/babel-cca/ccafe.sidl"...
gmake unstamp
gmake[5]: Entering directory `/home/tester/cca/ccafe/cxx/dc/babel/babel-cca'
/home/tester/cca/ccafe/cxx/dc/babel/babel-cca/../bin/implUnstamper.sh ccaffeine_CCAException_Impl.cc ccaffeine_CCAException_Impl.hh ccaffeine_ComponentClassDescription_Impl.cc ccaffeine_ComponentClassDescription_Impl.hh ccaffeine_ComponentID_Impl.cc ccaffeine_ComponentID_Impl.hh ccaffeine_ConnectionEventService_Impl.cc ccaffeine_ConnectionEventService_Impl.hh ccaffeine_ConnectionID_Impl.cc ccaffeine_ConnectionID_Impl.hh ccaffeine_ports_BuilderService_Impl.cc ccaffeine_ports_BuilderService_Impl.hh ccaffeine_ports_ComponentRepository_Impl.cc ccaffeine_ports_ComponentRepository_Impl.hh ccaffeine_ports_ConnectionEvent_Impl.cc ccaffeine_ports_ConnectionEvent_Impl.hh ccaffeine_ports_PortTranslator_Impl.cc ccaffeine_ports_PortTranslator_Impl.hh ccaffeine_ports_ParameterDialogServiceWrap_Impl.cc ccaffeine_ports_ParameterDialogServiceWrap_Impl.hh ccaffeine_ports_ParameterPortWrap_Impl.cc ccaffeine_ports_ParameterPortWrap_Impl.hh ccaffeine_Services_Impl.cc ccaffeine_Services_Impl.hh ccaffeine_TypeMap_Impl.cc ccaffeine_TypeMap_Impl.hh ccaffeine_TypeMismatchException_Impl.cc ccaffeine_TypeMismatchException_Impl.hh ccaffeine_AbstractFramework_Impl.cc ccaffeine_AbstractFramework_Impl.hh
gmake[5]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/babel/babel-cca'
touch .gen-babel
(cd server; /usr/bin/ruby /home/tester/cca/ccafe/cxx/dc/babel/babel-cca/../bin/sidlUncrufter.rb --re-to-delete gov_cca --re-to-delete SIDL_ \
               --re-to-delete SIDL\.h )
touch .uncruft
touch server/Makefile.depends
(cd server;gmake -f Makefile.babel depend)
gmake[5]: Entering directory `/home/tester/cca/ccafe/cxx/dc/babel/babel-cca/server'
rm -f Makefile; ln -s Makefile.babel Makefile
../../../../util/g++depinclude_nosys -E -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6   -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. ccaffeine_AbstractFramework_IOR.c ccaffeine_CCAException_IOR.c ccaffeine_ComponentClassDescription_IOR.c ccaffeine_ComponentID_IOR.c ccaffeine_ConnectionEventService_IOR.c ccaffeine_ConnectionID_IOR.c ccaffeine_Services_IOR.c ccaffeine_TypeMap_IOR.c ccaffeine_TypeMismatchException_IOR.c ccaffeine_ports_BuilderService_IOR.c ccaffeine_ports_ComponentRepository_IOR.c ccaffeine_ports_ConnectionEvent_IOR.c ccaffeine_ports_ParameterDialogServiceWrap_IOR.c ccaffeine_ports_ParameterDialogService_IOR.c ccaffeine_ports_ParameterPortFactoryWrap_IOR.c ccaffeine_ports_ParameterPortWrap_IOR.c ccaffeine_ports_ParameterPort_IOR.c ccaffeine_ports_PortTranslator_IOR.c ccaffeine_ports_StringMapDialogServiceWrap_IOR.c ccaffeine_ports_StringMapDialogService_IOR.c ccaffeine_ports_StringMapGetListener_IOR.c ccaffeine_ports_StringMapPortWrap_IOR.c ccaffeine_ports_StringMapPort_IOR.c ccaffeine_ports_StringMapSetListener_IOR.c ccaffeine_AbstractFramework_Skel.cc ccaffeine_CCAException_Skel.cc ccaffeine_ComponentClassDescription_Skel.cc ccaffeine_ComponentID_Skel.cc ccaffeine_ConnectionEventService_Skel.cc ccaffeine_ConnectionID_Skel.cc ccaffeine_Services_Skel.cc ccaffeine_TypeMap_Skel.cc ccaffeine_TypeMismatchException_Skel.cc ccaffeine_ports_BuilderService_Skel.cc ccaffeine_ports_ComponentRepository_Skel.cc ccaffeine_ports_ConnectionEvent_Skel.cc ccaffeine_ports_ParameterDialogServiceWrap_Skel.cc ccaffeine_ports_ParameterPortFactoryWrap_Skel.cc ccaffeine_ports_ParameterPortWrap_Skel.cc ccaffeine_ports_PortTranslator_Skel.cc ccaffeine_ports_StringMapDialogServiceWrap_Skel.cc ccaffeine_ports_StringMapPortWrap_Skel.cc ccaffeine_AbstractFramework.cc ccaffeine_CCAException.cc ccaffeine_ComponentClassDescription.cc ccaffeine_ComponentID.cc ccaffeine_ConnectionEventService.cc ccaffeine_ConnectionID.cc ccaffeine_Services.cc ccaffeine_TypeMap.cc ccaffeine_TypeMismatchException.cc ccaffeine_ports_BuilderService.cc ccaffeine_ports_ComponentRepository.cc ccaffeine_ports_ConnectionEvent.cc ccaffeine_ports_ParameterDialogService.cc ccaffeine_ports_ParameterDialogServiceWrap.cc ccaffeine_ports_ParameterPort.cc ccaffeine_ports_ParameterPortFactoryWrap.cc ccaffeine_ports_ParameterPortWrap.cc ccaffeine_ports_PortTranslator.cc ccaffeine_ports_StringMapDialogService.cc ccaffeine_ports_StringMapDialogServiceWrap.cc ccaffeine_ports_StringMapGetListener.cc ccaffeine_ports_StringMapPort.cc ccaffeine_ports_StringMapPortWrap.cc ccaffeine_ports_StringMapSetListener.cc ccaffeine_AbstractFramework_Impl.cc ccaffeine_CCAException_Impl.cc ccaffeine_ComponentClassDescription_Impl.cc ccaffeine_ComponentID_Impl.cc ccaffeine_ConnectionEventService_Impl.cc ccaffeine_ConnectionID_Impl.cc ccaffeine_Services_Impl.cc ccaffeine_TypeMap_Impl.cc ccaffeine_TypeMismatchException_Impl.cc ccaffeine_ports_BuilderService_Impl.cc ccaffeine_ports_ComponentRepository_Impl.cc ccaffeine_ports_ConnectionEvent_Impl.cc ccaffeine_ports_ParameterDialogServiceWrap_Impl.cc ccaffeine_ports_ParameterPortFactoryWrap_Impl.cc ccaffeine_ports_ParameterPortWrap_Impl.cc ccaffeine_ports_PortTranslator_Impl.cc ccaffeine_ports_StringMapDialogServiceWrap_Impl.cc ccaffeine_ports_StringMapPortWrap_Impl.cc
rm -f Makefile
gmake[5]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/babel/babel-cca/server'
touch .depend
gmake[4]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/babel/babel-cca'
gmake[4]: Entering directory `/home/tester/cca/ccafe/cxx/dc/babel/component'
for i in ParameterDialogServiceTest PrinterComponent StarterComponent PortTranslatorStarter; do if ! (cd $i;gmake depend);then exit -1;fi done
gmake[5]: Entering directory `/home/tester/cca/ccafe/cxx/dc/babel/component/ParameterDialogServiceTest'
cp Makefile.babel ./server
touch .babel-symlink
PATH=/usr/local/babel-0.8.6/bin:/opt/blackdown-jdk-1.4.1/bin:$PATH /usr/local/babel-0.8.6/bin/babel --suppress-timestamp --override-installpath --exclude="gov.*" --exclude="SIDL.*" -sC++ \
        --output-directory=./server --vpath=`pwd` \
        --repository-path=/home/tester/cca/cca-spec-babel/share/cca-spec-babel-0_6_3-babel-0.8.6/xml ParameterDialogServiceTest.sidl
Babel: Parsing URL "file:/home/tester/cca/ccafe/cxx/dc/babel/component/ParameterDialogServiceTest/ParameterDialogServiceTest.sidl"...
PATH=/usr/local/babel-0.8.6/bin:/opt/blackdown-jdk-1.4.1/bin:$PATH /usr/local/babel-0.8.6/bin/babel --suppress-timestamp --override-installpath --exclude="gov.*" --exclude="SIDL.*" --text=xml \
        --output-directory=./server --vpath=`pwd` \
        --repository-path=/home/tester/cca/cca-spec-babel/share/cca-spec-babel-0_6_3-babel-0.8.6/xml  ParameterDialogServiceTest.sidl
Babel: Parsing URL "file:/home/tester/cca/ccafe/cxx/dc/babel/component/ParameterDialogServiceTest/ParameterDialogServiceTest.sidl"...
gmake unstamp
gmake[6]: Entering directory `/home/tester/cca/ccafe/cxx/dc/babel/component/ParameterDialogServiceTest'
/home/tester/cca/ccafe/cxx/dc/babel/bin/implUnstamper.sh ParameterDialogServiceTest_wrapper_Impl.cc ccafe1_ParameterDialogServiceTest_Impl.cc ccafe1_ParameterDialogServiceTest_Impl.hh
gmake[6]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/babel/component/ParameterDialogServiceTest'
(cd server; /usr/bin/ruby /home/tester/cca/ccafe/cxx/dc/babel/bin/sidlUncrufter.rb --re-to-delete gov_cca --re-to-delete SIDL_ \
        --re-to-delete SIDL\.h )
touch .uncruft
touch server/Makefile.depends
(cd server; gmake -f Makefile.babel depend)
gmake[6]: Entering directory `/home/tester/cca/ccafe/cxx/dc/babel/component/ParameterDialogServiceTest/server'
rm -f Makefile; ln -sf Makefile.babel Makefile
../../../../../util/g++depinclude_nosys -E -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -DBOOST_DISABLE_THREADS -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6 -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6  ccafe1_ParameterDialogServiceTest_IOR.c ccafe1_ParameterDialogServiceTest_Skel.cc ccafe1_ParameterDialogServiceTest.cc ccafe1_ParameterDialogServiceTest_Impl.cc
rm -f Makefile
gmake[6]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/babel/component/ParameterDialogServiceTest/server'
touch .depend
gmake[5]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/babel/component/ParameterDialogServiceTest'
gmake[5]: Entering directory `/home/tester/cca/ccafe/cxx/dc/babel/component/PrinterComponent'
mkdir server
mkdir client
cp Makefile.babel server/
touch .dirs-made
PATH=/usr/local/babel-0.8.6/bin:/opt/blackdown-jdk-1.4.1/bin:$PATH /usr/local/babel-0.8.6/bin/babel --suppress-timestamp --override-installpath --exclude="gov.*" --exclude="SIDL.*" -sC++ \
        --output-directory=server --vpath=`pwd` \
        --repository-path /home/tester/cca/cca-spec-babel/share/cca-spec-babel-0_6_3-babel-0.8.6/xml PrinterComponent.sidl
Babel: Parsing URL "file:/home/tester/cca/ccafe/cxx/dc/babel/component/PrinterComponent/PrinterComponent.sidl"...
PATH=/usr/local/babel-0.8.6/bin:/opt/blackdown-jdk-1.4.1/bin:$PATH /usr/local/babel-0.8.6/bin/babel --suppress-timestamp --override-installpath --exclude="gov.*" --exclude="SIDL.*" --text=xml \
        --output-directory=server --vpath=`pwd` \
        --repository-path /home/tester/cca/cca-spec-babel/share/cca-spec-babel-0_6_3-babel-0.8.6/xml  PrinterComponent.sidl
Babel: Parsing URL "file:/home/tester/cca/ccafe/cxx/dc/babel/component/PrinterComponent/PrinterComponent.sidl"...
gmake unstamp
gmake[6]: Entering directory `/home/tester/cca/ccafe/cxx/dc/babel/component/PrinterComponent'
/home/tester/cca/ccafe/cxx/dc/babel/bin/implUnstamper.sh ccafe0_PrinterComponent_Impl.cc ccafe0_PrinterComponent_Impl.hh
gmake[6]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/babel/component/PrinterComponent'
touch .gen-babel
(cd server; /usr/bin/ruby /home/tester/cca/ccafe/cxx/dc/babel/bin/sidlUncrufter.rb --re-to-delete gov_cca --re-to-delete SIDL_ \
               --re-to-delete SIDL\.h )
touch server/Makefile.depends
(cd server;gmake -f Makefile.babel depend)
gmake[6]: Entering directory `/home/tester/cca/ccafe/cxx/dc/babel/component/PrinterComponent/server'
rm -f Makefile; ln -sf Makefile.babel Makefile
../../../../../util/g++depinclude_nosys -E -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -DBOOST_DISABLE_THREADS -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6  -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    ccafe0_PrinterComponent_IOR.c ccafe0_StringConsumerPort_IOR.c ccafe0_PrinterComponent_Skel.cc ccafe0_PrinterComponent.cc ccafe0_StringConsumerPort.cc ccafe0_PrinterComponent_Impl.cc
rm -f Makefile
gmake[6]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/babel/component/PrinterComponent/server'
touch .depend
gmake[5]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/babel/component/PrinterComponent'
gmake[5]: Entering directory `/home/tester/cca/ccafe/cxx/dc/babel/component/StarterComponent'
mkdir server
mkdir client
cp Makefile.babel server/
touch .dirs-made
PATH=/usr/local/babel-0.8.6/bin:/opt/blackdown-jdk-1.4.1/bin:$PATH /usr/local/babel-0.8.6/bin/babel --suppress-timestamp --override-installpath --exclude="gov.*" --exclude="SIDL.*" -sC++ \
        --output-directory=server --vpath=`pwd` \
        --repository-path /home/tester/cca/cca-spec-babel/share/cca-spec-babel-0_6_3-babel-0.8.6/xml StarterComponent.sidl
Babel: Parsing URL "file:/home/tester/cca/ccafe/cxx/dc/babel/component/StarterComponent/StarterComponent.sidl"...
PATH=/usr/local/babel-0.8.6/bin:/opt/blackdown-jdk-1.4.1/bin:$PATH /usr/local/babel-0.8.6/bin/babel --suppress-timestamp --override-installpath --exclude="gov.*" --exclude="SIDL.*" --text=xml \
        --output-directory=server --vpath=`pwd` \
        --repository-path /home/tester/cca/cca-spec-babel/share/cca-spec-babel-0_6_3-babel-0.8.6/xml  StarterComponent.sidl
Babel: Parsing URL "file:/home/tester/cca/ccafe/cxx/dc/babel/component/StarterComponent/StarterComponent.sidl"...
gmake unstamp
gmake[6]: Entering directory `/home/tester/cca/ccafe/cxx/dc/babel/component/StarterComponent'
/home/tester/cca/ccafe/cxx/dc/babel/bin/implUnstamper.sh StarterComponent_wrapper_Impl.cc ccafe1_StarterComponent_Impl.cc ccafe1_StarterComponent_Impl.hh
gmake[6]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/babel/component/StarterComponent'
touch .gen-babel
(cd server; /usr/bin/ruby /home/tester/cca/ccafe/cxx/dc/babel/bin/sidlUncrufter.rb --re-to-delete gov_cca --re-to-delete SIDL_ \
       --re-to-delete SIDL\.h )
touch .uncruft
touch server/Makefile.depends
(cd server;gmake -f Makefile.babel depend)
gmake[6]: Entering directory `/home/tester/cca/ccafe/cxx/dc/babel/component/StarterComponent/server'
rm -f Makefile; ln -sf Makefile.babel Makefile
../../../../../util/g++depinclude_nosys -E -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -DBOOST_DISABLE_THREADS -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6 -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6 -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    ccafe1_StarterComponent_IOR.c ccafe1_StarterComponent_Skel.cc ccafe1_StarterComponent.cc ccafe1_StarterComponent_Impl.cc
rm -f Makefile
gmake[6]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/babel/component/StarterComponent/server'
touch .depend
gmake[5]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/babel/component/StarterComponent'
gmake[5]: Entering directory `/home/tester/cca/ccafe/cxx/dc/babel/component/PortTranslatorStarter'
mkdir client
mkdir server
cp Makefile.babel server/
touch .dirs-made
PATH=/usr/local/babel-0.8.6/bin:/opt/blackdown-jdk-1.4.1/bin:$PATH /usr/local/babel-0.8.6/bin/babel --suppress-timestamp --override-installpath --exclude="gov.*" --exclude="SIDL.*" -sC++ \
        --output-directory=server --vpath=`pwd` \
        --repository-path /home/tester/cca/cca-spec-babel/share/cca-spec-babel-0_6_3-babel-0.8.6/xml PortTranslatorStarter.sidl
Babel: Parsing URL "file:/home/tester/cca/ccafe/cxx/dc/babel/component/PortTranslatorStarter/PortTranslatorStarter.sidl"...
PATH=/usr/local/babel-0.8.6/bin:/opt/blackdown-jdk-1.4.1/bin:$PATH /usr/local/babel-0.8.6/bin/babel --suppress-timestamp --override-installpath --exclude="gov.*" --exclude="SIDL.*" --text=xml \
        --output-directory=server --vpath=`pwd` \
        --repository-path /home/tester/cca/cca-spec-babel/share/cca-spec-babel-0_6_3-babel-0.8.6/xml  PortTranslatorStarter.sidl
Babel: Parsing URL "file:/home/tester/cca/ccafe/cxx/dc/babel/component/PortTranslatorStarter/PortTranslatorStarter.sidl"...
gmake unstamp
gmake[6]: Entering directory `/home/tester/cca/ccafe/cxx/dc/babel/component/PortTranslatorStarter'
/home/tester/cca/ccafe/cxx/dc/babel/bin/implUnstamper.sh ccafe_eg_PortTranslatorStarter_Impl.cc ccafe_eg_PortTranslatorStarter_Impl.hh
gmake[6]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/babel/component/PortTranslatorStarter'
touch .gen-babel
(cd server; /usr/bin/ruby /home/tester/cca/ccafe/cxx/dc/babel/bin/sidlUncrufter.rb --re-to-delete gov_cca --re-to-delete SIDL_ \
               --re-to-delete SIDL\.h )
touch server/Makefile.depends
(cd server;gmake -f Makefile.babel depend)
gmake[6]: Entering directory `/home/tester/cca/ccafe/cxx/dc/babel/component/PortTranslatorStarter/server'
rm -f Makefile; ln -sf Makefile.babel Makefile
../../../../../util/g++depinclude_nosys -E -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -DBOOST_DISABLE_THREADS -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6 -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6 -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    ccafe_eg_PortTranslatorStarter_IOR.c ccafe_eg_PortTranslatorStarter_Skel.cc ccafe_eg_PortTranslatorStarter.cc ccafe_eg_PortTranslatorStarter_Impl.cc
rm -f Makefile
gmake[6]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/babel/component/PortTranslatorStarter/server'
touch .depend
gmake[5]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/babel/component/PortTranslatorStarter'
gmake[4]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/babel/component'
gmake[4]: Entering directory `/home/tester/cca/ccafe/cxx/dc/babel/ccafe-bind'
no subdirs to do for depend-subdirs.
../../../util/g++depinclude_nosys -E -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. BabelOpaqueTypeMap.cc BabelOpaqueGoPort.cc BabelComponentWrapper.cc BabelOpaquePort.cc BabelHelper.cc
touch .depend
gmake[4]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/babel/ccafe-bind'
gmake[3]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/babel'
gmake[3]: Entering directory `/home/tester/cca/ccafe/cxx/dc/port'
../../util/g++depinclude_nosys -E -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    DefaultGUIService.cxx DefaultParameterDialogService.cxx DefaultConfigurableParameterFactory.cxx DefaultParameterPort.cxx CCA_Block.cxx DefaultJPrintfPort.cxx DefaultPrintfPort.cxx DefaultKeyValuePort.cxx DefaultMPIService.cxx DefaultMPIBorrow.cxx Caffeine_Port_DynamicLink.cxx
gmake[3]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/port'
gmake[3]: Entering directory `/home/tester/cca/ccafe/cxx/dc/services'
gmake[4]: Entering directory `/home/tester/cca/ccafe/cxx/dc/services/dotcca'
(cd treeReader; gmake depend)
gmake[5]: Entering directory `/home/tester/cca/ccafe/cxx/dc/services/dotcca/treeReader'
../../../../util/g++depinclude_nosys -E -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6     -I/usr/include/libxml2 -DHAVE_XML=1 ComponentData.cpp PortData.cpp MetaDataParser.cpp Node.cpp Parser.cpp
gmake[5]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/services/dotcca/treeReader'
(cd dccore; gmake depend)
gmake[5]: Entering directory `/home/tester/cca/ccafe/cxx/dc/services/dotcca/dccore'
../../../../util/g++depinclude_nosys -E -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6   -I/usr/include/libxml2 -DHAVE_XML=1  DotCCAComponentCore.cpp
gmake[5]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/services/dotcca/dccore'
gmake[4]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/services/dotcca'
gmake[3]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/services'
gmake[3]: Entering directory `/home/tester/cca/ccafe/cxx/dc/framework'
../../util/g++depinclude_nosys -E -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I../../dc/babel/ccafe-cca/server   ComponentRecord_Impl.cxx ComponentFactory.cxx OpqAbstractFramework.cxx CmpBox.cxx ComponentFactory.cxx ServicesHelper.cxx ComponentInfo.cxx ConnectedConnectionEvent.cxx DisconnectingConnectionEvent.cxx UserPortData.cxx ProviderPortData.cxx PropertyStrings.cxx PropertiesHelper.cxx OpqPortInfo.cxx OpqBuilderService.cxx Gizzard.cxx ConnectionFramework.cxx ComponentChangedEvent.cxx GizzardComponentChangedEvent.cxx CcafeServiceFactoryContainer.cxx ComponentID.cxx ConnectionID.cxx GoThread.cxx  XService.cc
gmake[3]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/framework'
gmake[3]: Entering directory `/home/tester/cca/ccafe/cxx/dc/distributed'
../../util/g++depinclude_nosys -E -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    ClientServerSocket.cxx ProcessorInfo.cxx  ConnectionManager.cxx SocketConnectionManager.cxx LinewiseClient.cxx ServerMux.cxx DataCollectorFactory.cxx MessageData.cxx ServerOutOfBandListener.cxx
gmake[3]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/distributed'
gmake[3]: Entering directory `/home/tester/cca/ccafe/cxx/dc/component'
../../util/g++depinclude_nosys -E -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6     BSTest.cxx Timer.cxx StarterComponent.cxx PrinterComponent.cxx ComplicatedStarterComponent.cxx ComplicatedPrinterComponent.cxx GoThreadComponent.cxx TimeStamper.cxx RevalidateTest.cxx PDSTest.cxx
gmake[3]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/component'
gmake[3]: Entering directory `/home/tester/cca/ccafe/cxx/dc/std_iface'
done
gmake[3]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/std_iface'
gmake[3]: Entering directory `/home/tester/cca/ccafe/cxx/dc/user_iface'
(cd ccacmd; gmake depend)
gmake[4]: Entering directory `/home/tester/cca/ccafe/cxx/dc/user_iface/ccacmd'
../../../util/g++depinclude_nosys -E -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    CmdActionCCAPortProperties.cxx CmdActionCCAConnect.cxx CmdActionCCADisplay.cxx CmdActionCCAPallet.cxx CmdActionCCAArena.cxx CmdActionCCAGo.cxx CmdActionCCAConfig.cxx CmdActionCCAProperties.cxx CmdActionCCALinks.cxx CmdActionCCAInstantiate.cxx CmdActionCCARemove.cxx CmdActionCCARepository.cxx CmdActionCCAPath.cxx CmdActionCCAShell.cxx CmdContextCCA.cxx CmdContextCCAMPI.cxx CmdActionCCANuke.cxx CmdActionCCADisconnect.cxx CmdActionCCADebug.cxx CmdActionCCANoDebug.cxx
gmake[4]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/user_iface/ccacmd'
../../util/g++depinclude_nosys -E -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6     -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6  DefaultBuilderModel.cxx CmdLineBuilderViewMux.cxx  forceIsisBlasLapackLink.cxx CmdLineBuilderViewForHuman.cxx CmdLineBuilderViewForGUI.cxx CmdLineBuilderController2.cxx CmdLineClient.cxx
gmake[3]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/user_iface'
gmake[2]: Leaving directory `/home/tester/cca/ccafe/cxx/dc'
gmake[2]: Entering directory `/home/tester/cca/ccafe/cxx/lib'
dccafe/cxx/lib depends not checked.
gmake[2]: Leaving directory `/home/tester/cca/ccafe/cxx/lib'
make[1]: Leaving directory `/home/tester/cca/ccafe/cxx'
(cd cxx; make)
make[1]: Entering directory `/home/tester/cca/ccafe/cxx'
(cd gnu;gmake)
gmake[2]: Entering directory `/home/tester/cca/ccafe/cxx/gnu'
(cd getopt; gmake)
gmake[3]: Entering directory `/home/tester/cca/ccafe/cxx/gnu/getopt'
/usr/bin/gcc -c  getCCAFEopt.c
/usr/bin/gcc -c  getCCAFEopt1.c
ar ruv libgetCCAFEopt.a *.o
a - getCCAFEopt.o
a - getCCAFEopt1.o
ranlib libgetCCAFEopt.a
done getCCAFEopt.o getCCAFEopt1.o
gmake[3]: Leaving directory `/home/tester/cca/ccafe/cxx/gnu/getopt'
gmake[2]: Leaving directory `/home/tester/cca/ccafe/cxx/gnu'
(cd lib; gmake clean)
gmake[2]: Entering directory `/home/tester/cca/ccafe/cxx/lib'
rm -f scratch/*.a scratch/*.o
rm -f *.o *.a *.so *~ *.cca
rm -f -r babel-components  classic-components
gmake[2]: Leaving directory `/home/tester/cca/ccafe/cxx/lib'
for i in jc++ parameters port util cmd stovepipe dc lib; do \
        if [ -z "jc++ parameters port util cmd stovepipe dc lib" -a ! -d $i ] ; then \
                echo "*** You need to checkout/update -d $i"; \
                exit 1 ; \
        fi ; \
        rm -f $i/.allbuild.complete; \
    echo $i;(cd $i ; if ! gmake ; then exit -1;fi ); \
        if ! test -f $i/.allbuild.complete ; then \
                exit 1; \
        fi; \
        rm -f $i/.allbuild.complete; \
done
jc++
gmake[2]: Entering directory `/home/tester/cca/ccafe/cxx/jc++'
(cd util; gmake)
gmake[3]: Entering directory `/home/tester/cca/ccafe/cxx/jc++/util'
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -D_GNU_SOURCE -D_REENTRANT Vector.cc
Vector.cc:23: warning: `char id[56]' defined but not used
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -D_GNU_SOURCE -D_REENTRANT StringVector.cc
StringVector.cc:18: warning: `char id[62]' defined but not used
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -D_GNU_SOURCE -D_REENTRANT VectEnum.cc
VectEnum.cc:8: warning: `char id[57]' defined but not used
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -D_GNU_SOURCE -D_REENTRANT HashEnum.cc
HashEnum.cc:15: warning: `char id[57]' defined but not used
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -D_GNU_SOURCE -D_REENTRANT StringVectEnum.cc
StringVectEnum.cc:14: warning: `char id[63]' defined but not used
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -D_GNU_SOURCE -D_REENTRANT StringHashEnum.cc
StringHashEnum.cc:14: warning: `char id[63]' defined but not used
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -D_GNU_SOURCE -D_REENTRANT HashBucket.cc
HashBucket.cc:14: warning: `char id[59]' defined but not used
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -D_GNU_SOURCE -D_REENTRANT ResourceBucket.cc
ResourceBucket.cc:13: warning: `char id[63]' defined but not used
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -D_GNU_SOURCE -D_REENTRANT StringHashBucket.cc
StringHashBucket.cc:11: warning: `char id[65]' defined but not used
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -D_GNU_SOURCE -D_REENTRANT Hashtable.cc
Hashtable.cc:18: warning: `char id[58]' defined but not used
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -D_GNU_SOURCE -D_REENTRANT StringHash.cc
StringHash.cc:21: warning: `char id[60]' defined but not used
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -D_GNU_SOURCE -D_REENTRANT ResourceHash.cc
ResourceHash.cc:26: warning: `char id[62]' defined but not used
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -D_GNU_SOURCE -D_REENTRANT GenericHashEnum.cc
GenericHashEnum.cc:16: warning: `char id[64]' defined but not used
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -D_GNU_SOURCE -D_REENTRANT GenericHashBucket.cc
GenericHashBucket.cc:16: warning: `char id[66]' defined but not used
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -D_GNU_SOURCE -D_REENTRANT GenericHashTable.cc
GenericHashTable.cc:20: warning: `char id[65]' defined but not used
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -D_GNU_SOURCE -D_REENTRANT StringBuffer.cc
StringBuffer.cc:23: warning: `char id[62]' defined but not used
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -D_GNU_SOURCE -D_REENTRANT StringTokenizer.cc
StringTokenizer.cc:2: warning: `char id[64]' defined but not used
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -D_GNU_SOURCE -D_REENTRANT JString.ccJString.cc:2: warning: `char id[56]' defined but not used
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -D_GNU_SOURCE -D_REENTRANT Thread.cc
ar -rv libjc++util.a Vector.o StringVector.o VectEnum.o HashEnum.o StringVectEnum.o StringHashEnum.o HashBucket.o ResourceBucket.o StringHashBucket.o Hashtable.o StringHash.o ResourceHash.o GenericHashEnum.o GenericHashBucket.o GenericHashTable.o StringBuffer.o StringTokenizer.o JString.o Thread.o
a - Vector.o
a - StringVector.o
a - VectEnum.o
a - HashEnum.o
a - StringVectEnum.o
a - StringHashEnum.o
a - HashBucket.o
a - ResourceBucket.o
a - StringHashBucket.o
a - Hashtable.o
a - StringHash.o
a - ResourceHash.o
a - GenericHashEnum.o
a - GenericHashBucket.o
a - GenericHashTable.o
a - StringBuffer.o
a - StringTokenizer.o
a - JString.o
a - Thread.o
ranlib libjc++util.a
gmake[3]: Leaving directory `/home/tester/cca/ccafe/cxx/jc++/util'
(cd lang; gmake)
gmake[3]: Entering directory `/home/tester/cca/ccafe/cxx/jc++/lang'
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    Object.cxx
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    FloatJC.cxx
FloatJC.cxx:2: warning: `char id[57]' defined but not used
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    DoubleJC.cxx
DoubleJC.cxx:2: warning: `char id[58]' defined but not used
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    IntegerJC.cxx
IntegerJC.cxx:2: warning: `char id[59]' defined but not used
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    LongJC.cxx
LongJC.cxx:2: warning: `char id[56]' defined but not used
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    BooleanJC.cxx
BooleanJC.cxx:2: warning: `char id[59]' defined but not used
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    String.cxx
ar -rv libjexception.a Object.o FloatJC.o DoubleJC.o IntegerJC.o LongJC.o BooleanJC.o String.o
a - Object.o
a - FloatJC.o
a - DoubleJC.o
a - IntegerJC.o
a - LongJC.o
a - BooleanJC.o
a - String.o
ranlib libjexception.a
gmake[3]: Leaving directory `/home/tester/cca/ccafe/cxx/jc++/lang'
(cd io; gmake)
gmake[3]: Entering directory `/home/tester/cca/ccafe/cxx/jc++/io'
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -D_GNU_SOURCE -D_REENTRANT StdReader.cc
StdReader.cc:2: warning: `char id[54]' defined but not used
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -D_GNU_SOURCE -D_REENTRANT BufferedReader.cc
BufferedReader.cc:2: warning: `char id[63]' defined but not used
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -D_GNU_SOURCE -D_REENTRANT NonblockingReader.cc
NonblockingReader.cc:2: warning: `char id[66]' defined but not used
ar -rv libjc++io.a StdReader.o BufferedReader.o NonblockingReader.o
a - StdReader.o
a - BufferedReader.o
a - NonblockingReader.o
ranlib libjc++io.a
gmake[3]: Leaving directory `/home/tester/cca/ccafe/cxx/jc++/io'
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    jc++dynamic.cpp
ar ruv libjcpp.a */*.o jc++dynamic.o
a - io/BufferedReader.o
a - io/NonblockingReader.o
a - io/StdReader.o
a - lang/BooleanJC.o
a - lang/DoubleJC.o
a - lang/FloatJC.o
a - lang/IntegerJC.o
a - lang/LongJC.o
a - lang/Object.o
a - lang/String.o
a - util/GenericHashBucket.o
a - util/GenericHashEnum.o
a - util/GenericHashTable.o
a - util/HashBucket.o
a - util/HashEnum.o
a - util/Hashtable.o
a - util/JString.o
a - util/ResourceBucket.o
a - util/ResourceHash.o
a - util/StringBuffer.o
a - util/StringHash.o
a - util/StringHashBucket.o
a - util/StringHashEnum.o
a - util/StringTokenizer.o
a - util/StringVectEnum.o
a - util/StringVector.o
a - util/Thread.o
a - util/VectEnum.o
a - util/Vector.o
a - jc++dynamic.o
ranlib libjcpp.a
gmake[2]: Leaving directory `/home/tester/cca/ccafe/cxx/jc++'
parameters
gmake[2]: Entering directory `/home/tester/cca/ccafe/cxx/parameters'
CCAFE_HOME = ..
Make sure this is set properly!
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6     parametersDynamic.cxx
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6     BaseParameter.cxx
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6     BoolParameter.cxx
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6     DoubleParameter.cxx
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6     FloatParameter.cxx
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6     IntParameter.cxx
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6     LongParameter.cxx
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6     StringParameter.cxx
ar ruv libparameters.a *.o
a - BaseParameter.o
a - BoolParameter.o
a - DoubleParameter.o
a - FloatParameter.o
a - IntParameter.o
a - LongParameter.o
a - StringParameter.o
a - parametersDynamic.o
ranlib libparameters.a
done parametersDynamic.o BaseParameter.o BoolParameter.o DoubleParameter.o FloatParameter.o IntParameter.o LongParameter.o StringParameter.o
gmake[2]: Leaving directory `/home/tester/cca/ccafe/cxx/parameters'
port
gmake[2]: Entering directory `/home/tester/cca/ccafe/cxx/port'
done
gmake[2]: Leaving directory `/home/tester/cca/ccafe/cxx/port'
util
gmake[2]: Entering directory `/home/tester/cca/ccafe/cxx/util'
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -fPIC  TypeMap.cxx
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -fPIC  IO.cxx
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -fPIC  gdbWaitForAttach.cxx
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -fPIC  StringTools.cc
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -v ascDynaLoad.c
Reading specs from /usr/lib/gcc-lib/i486-pc-linux-gnu/3.2.3/specs
Configured with: /var/tmp/portage/gcc-3.2.3-r1/work/gcc-3.2.3/configure --prefix=/usr --bindir=/usr/i486-pc-linux-gnu/gcc-bin/3.2 --includedir=/usr/lib/gcc-lib/i486-pc-linux-gnu/3.2.3/include --datadir=/usr/share/gcc-data/i486-pc-linux-gnu/3.2 --mandir=/usr/share/gcc-data/i486-pc-linux-gnu/3.2/man --infodir=/usr/share/gcc-data/i486-pc-linux-gnu/3.2/info --enable-shared --host=i486-pc-linux-gnu --target=i486-pc-linux-gnu --with-system-zlib --enable-languages=c,c++,ada,f77,objc,java --enable-threads=posix --enable-long-long --disable-checking --enable-cstdio=stdio --enable-clocale=generic --enable-__cxa_atexit --enable-version-specific-runtime-libs --with-gxx-include-dir=/usr/lib/gcc-lib/i486-pc-linux-gnu/3.2.3/include/g++-v3 --with-local-prefix=/usr/local --enable-shared --enable-nls --without-included-gettext
Thread model: posix
gcc version 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r1, propolice)
 /usr/lib/gcc-lib/i486-pc-linux-gnu/3.2.3/cc1plus -v -I.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6 -D__GNUC__=3 -D__GNUC_MINOR__=2 -D__GNUC_PATCHLEVEL__=3 -D__GXX_ABI_VERSION=102 -D__ELF__ -Dunix -D__gnu_linux__ -Dlinux -D__ELF__ -D__unix__ -D__gnu_linux__ -D__linux__ -D__unix -D__linux -Asystem=posix -D__NO_INLINE__ -D__STDC_HOSTED__=1 -D_GNU_SOURCE -Acpu=i386 -Amachine=i386 -Di386 -D__i386 -D__i386__ -D__tune_i486__ -D__PIC__ -D__pic__ -DHAVE_PRINTFPORT=0 -DHAVE_BABEL=086 -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -D_EFENCE ascDynaLoad.c -D__GNUG__=3 -D__DEPRECATED -D__EXCEPTIONS -quiet -dumpbase ascDynaLoad.c -g -Wall -version -fPIC -o /tmp/ccur0WZZ.s
GNU CPP version 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r1, propolice) (cpplib) (i386 Linux/ELF)
GNU C++ version 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r1, propolice) (i486-pc-linux-gnu)
        compiled by GNU C version 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r1, propolice).
ignoring nonexistent directory "/usr/i486-pc-linux-gnu/include"
#include "..." search starts here:
#include <...> search starts here:
 ..
 /home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6
 /usr/lib/gcc-lib/i486-pc-linux-gnu/3.2.3/include/g++-v3
 /usr/lib/gcc-lib/i486-pc-linux-gnu/3.2.3/include/g++-v3/i486-pc-linux-gnu
 /usr/lib/gcc-lib/i486-pc-linux-gnu/3.2.3/include/g++-v3/backward
 /usr/local/include
 /usr/lib/gcc-lib/i486-pc-linux-gnu/3.2.3/include
 /usr/include
End of search list.
 /usr/lib/gcc-lib/i486-pc-linux-gnu/3.2.3/../../../../i486-pc-linux-gnu/bin/as -V -Qy -o ascDynaLoad.o /tmp/ccur0WZZ.s
GNU assembler version 2.14.90.0.2 (i486-pc-linux-gnu) using BFD version 2.14.90.0.2 20030515
done TypeMap.o IO.o gdbWaitForAttach.o StringTools.o
ar -rv libcafeutil.a TypeMap.o IO.o gdbWaitForAttach.o StringTools.o ascDynaLoad.o
a - TypeMap.o
a - IO.o
a - gdbWaitForAttach.o
a - StringTools.o
a - ascDynaLoad.o
ranlib libcafeutil.a
gmake[2]: Leaving directory `/home/tester/cca/ccafe/cxx/util'
cmd
gmake[2]: Entering directory `/home/tester/cca/ccafe/cxx/cmd'
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    CmdContext.cxx
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    CmdActionExit.cxx
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    CmdActionHelp.cxx
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    CmdParse.cxx
ar ruv libcmd.a CmdContext.o CmdActionExit.o CmdActionHelp.o CmdParse.o
a - CmdContext.o
a - CmdActionExit.o
a - CmdActionHelp.o
a - CmdParse.o
ranlib libcmd.a
gmake[2]: Leaving directory `/home/tester/cca/ccafe/cxx/cmd'
stovepipe
gmake[2]: Entering directory `/home/tester/cca/ccafe/cxx/stovepipe'
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I.. -I/home/tester/cca/ccafe/../cca-spec-classic/cxx/include -c -o stp_cxx.o stp_cxx.cxx
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I.. -I/home/tester/cca/ccafe/../cca-spec-classic/cxx/include -c -o StpMap.o StpMap.cxx
rm -f  libstovepipe.a
ar r libstovepipe.a stp_cxx.o StpMap.o
ranlib libstovepipe.a
gmake[2]: Leaving directory `/home/tester/cca/ccafe/cxx/stovepipe'
dc
gmake[2]: Entering directory `/home/tester/cca/ccafe/cxx/dc'
for i in classic babel port services framework distributed component std_iface user_iface ; do if ! (cd $i;gmake);then exit -1;fi done
gmake[3]: Entering directory `/home/tester/cca/ccafe/cxx/dc/classic'
for i in ccafe-bind; do if ! (cd $i;gmake);then exit -1;fi done
gmake[4]: Entering directory `/home/tester/cca/ccafe/cxx/dc/classic/ccafe-bind'
if [ -n "" ]; then mkdir ;fi
touch .dirs-made
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/mpich/include -D_CCAMPI ClassicOpaqueGoPort.cc
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/mpich/include -D_CCAMPI ClassicServices.cc
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/mpich/include -D_CCAMPI ClassicPortInfo.cc
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/mpich/include -D_CCAMPI ClassicOpaquePort.cc
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/mpich/include -D_CCAMPI ClassicServicesHelper.cc
ClassicServicesHelper.cc:2: warning: `char id[70]' defined but not used
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/mpich/include -D_CCAMPI ClassicComponentWrapper.cc
ar r libClsCcafe.a ClassicOpaqueGoPort.o ClassicServices.o ClassicPortInfo.o ClassicOpaquePort.o ClassicServicesHelper.o ClassicComponentWrapper.o
ranlib libClsCcafe.a
gmake[4]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/classic/ccafe-bind'
gmake[3]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/classic'
gmake[3]: Entering directory `/home/tester/cca/ccafe/cxx/dc/babel'
for i in babel-cca component ccafe-bind; do if ! (cd $i;gmake);then exit -1;fi done
gmake[4]: Entering directory `/home/tester/cca/ccafe/cxx/dc/babel/babel-cca'
(cd server;gmake -f Makefile.babel)
gmake[5]: Entering directory `/home/tester/cca/ccafe/cxx/dc/babel/babel-cca/server'
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_AbstractFramework_Impl.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_CCAException_Impl.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ComponentClassDescription_Impl.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ComponentID_Impl.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ConnectionEventService_Impl.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ConnectionID_Impl.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_Services_Impl.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_TypeMap_Impl.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_TypeMismatchException_Impl.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ports_BuilderService_Impl.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ports_ComponentRepository_Impl.cc
server/ccaffeine_ports_ComponentRepository_Impl.cc: In member function
   `SIDL::array
   ccaffeine::ports::ComponentRepository_impl::getAvailableComponentClasses()':
server/ccaffeine_ports_ComponentRepository_Impl.cc:60: warning: control reaches
   end of non-void function
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ports_ConnectionEvent_Impl.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ports_ParameterDialogServiceWrap_Impl.cc
server/ccaffeine_ports_ParameterDialogServiceWrap_Impl.cc: In member function
   `void* ccaffeine::ports::ParameterDialogServiceWrap_impl::getWrapped(const
   std::string&)':
server/ccaffeine_ports_ParameterDialogServiceWrap_Impl.cc:70: warning: control
   reaches end of non-void function
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ports_ParameterPortFactoryWrap_Impl.cc
ccaffeine_ports_ParameterPortFactoryWrap_Impl.cc: In member function `void*
   ccaffeine::ports::ParameterPortFactoryWrap_impl::getWrapped(const
   std::string&)':
ccaffeine_ports_ParameterPortFactoryWrap_Impl.cc:61: warning: control reaches
   end of non-void function
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ports_ParameterPortWrap_Impl.cc
server/ccaffeine_ports_ParameterPortWrap_Impl.cc: In member function `void*
   ccaffeine::ports::ParameterPortWrap_impl::getWrapped(const std::string&)':
server/ccaffeine_ports_ParameterPortWrap_Impl.cc:70: warning: control reaches
   end of non-void function
server/ccaffeine_ports_ParameterPortWrap_Impl.cc: In member function
   `gov::cca::TypeMap
   ccaffeine::ports::ParameterPortWrap_impl::readConfigurationMap()':
server/ccaffeine_ports_ParameterPortWrap_Impl.cc:88: warning: control reaches
   end of non-void function
server/ccaffeine_ports_ParameterPortWrap_Impl.cc: In member function
   `SIDL::array
   ccaffeine::ports::ParameterPortWrap_impl::readConfigurationKeys()':
server/ccaffeine_ports_ParameterPortWrap_Impl.cc:126: warning: control reaches
   end of non-void function
server/ccaffeine_ports_ParameterPortWrap_Impl.cc: In member function
   `std::string ccaffeine::ports::ParameterPortWrap_impl::readTitle()':
server/ccaffeine_ports_ParameterPortWrap_Impl.cc:142: warning: control reaches
   end of non-void function
server/ccaffeine_ports_ParameterPortWrap_Impl.cc: In member function
   `SIDL::array
   ccaffeine::ports::ParameterPortWrap_impl::readGroupNames()':
server/ccaffeine_ports_ParameterPortWrap_Impl.cc:159: warning: control reaches
   end of non-void function
server/ccaffeine_ports_ParameterPortWrap_Impl.cc: In member function
   `std::string ccaffeine::ports::ParameterPortWrap_impl::readGroupTitle(const
   std::string&)':
server/ccaffeine_ports_ParameterPortWrap_Impl.cc:178: warning: control reaches
   end of non-void function
server/ccaffeine_ports_ParameterPortWrap_Impl.cc: In member function
   `SIDL::array
   ccaffeine::ports::ParameterPortWrap_impl::readGroupKeys(const
   std::string&)':
server/ccaffeine_ports_ParameterPortWrap_Impl.cc:197: warning: control reaches
   end of non-void function
server/ccaffeine_ports_ParameterPortWrap_Impl.cc: In member function
   `std::string ccaffeine::ports::ParameterPortWrap_impl::readHelp(const
   std::string&)':
server/ccaffeine_ports_ParameterPortWrap_Impl.cc:214: warning: control reaches
   end of non-void function
server/ccaffeine_ports_ParameterPortWrap_Impl.cc: In member function
   `std::string ccaffeine::ports::ParameterPortWrap_impl::readPrompt(const
   std::string&)':
server/ccaffeine_ports_ParameterPortWrap_Impl.cc:231: warning: control reaches
   end of non-void function
server/ccaffeine_ports_ParameterPortWrap_Impl.cc: In member function `bool
   ccaffeine::ports::ParameterPortWrap_impl::hasBounds(const std::string&)':
server/ccaffeine_ports_ParameterPortWrap_Impl.cc:251: warning: control reaches
   end of non-void function
server/ccaffeine_ports_ParameterPortWrap_Impl.cc: In member function `bool
   ccaffeine::ports::ParameterPortWrap_impl::hasChoices(const std::string&)':
server/ccaffeine_ports_ParameterPortWrap_Impl.cc:271: warning: control reaches
   end of non-void function
server/ccaffeine_ports_ParameterPortWrap_Impl.cc: In member function `bool
   ccaffeine::ports::ParameterPortWrap_impl::readDefaultBoolean(const
   std::string&)':
server/ccaffeine_ports_ParameterPortWrap_Impl.cc:288: warning: control reaches
   end of non-void function
server/ccaffeine_ports_ParameterPortWrap_Impl.cc: In member function
   `std::string
   ccaffeine::ports::ParameterPortWrap_impl::readDefaultString(const
   std::string&)':
server/ccaffeine_ports_ParameterPortWrap_Impl.cc:305: warning: control reaches
   end of non-void function
server/ccaffeine_ports_ParameterPortWrap_Impl.cc: In member function `int32_t
   ccaffeine::ports::ParameterPortWrap_impl::readDefaultInt(const
   std::string&)':
server/ccaffeine_ports_ParameterPortWrap_Impl.cc:322: warning: control reaches
   end of non-void function
server/ccaffeine_ports_ParameterPortWrap_Impl.cc: In member function `int64_t
   ccaffeine::ports::ParameterPortWrap_impl::readDefaultLong(const
   std::string&)':
server/ccaffeine_ports_ParameterPortWrap_Impl.cc:339: warning: control reaches
   end of non-void function
server/ccaffeine_ports_ParameterPortWrap_Impl.cc: In member function `float
   ccaffeine::ports::ParameterPortWrap_impl::readDefaultFloat(const
   std::string&)':
server/ccaffeine_ports_ParameterPortWrap_Impl.cc:356: warning: control reaches
   end of non-void function
server/ccaffeine_ports_ParameterPortWrap_Impl.cc: In member function `double
   ccaffeine::ports::ParameterPortWrap_impl::readDefaultDouble(const
   std::string&)':
server/ccaffeine_ports_ParameterPortWrap_Impl.cc:373: warning: control reaches
   end of non-void function
server/ccaffeine_ports_ParameterPortWrap_Impl.cc: In member function
   `std::complex
   ccaffeine::ports::ParameterPortWrap_impl::readDefaultFcomplex(const
   std::string&)':
server/ccaffeine_ports_ParameterPortWrap_Impl.cc:390: warning: control reaches
   end of non-void function
server/ccaffeine_ports_ParameterPortWrap_Impl.cc: In member function
   `std::complex
   ccaffeine::ports::ParameterPortWrap_impl::readDefaultDcomplex(const
   std::string&)':
server/ccaffeine_ports_ParameterPortWrap_Impl.cc:407: warning: control reaches
   end of non-void function
server/ccaffeine_ports_ParameterPortWrap_Impl.cc: In member function
   `SIDL::array
   ccaffeine::ports::ParameterPortWrap_impl::readDefaultStringArray(const
   std::string&)':
server/ccaffeine_ports_ParameterPortWrap_Impl.cc:424: warning: control reaches
   end of non-void function
server/ccaffeine_ports_ParameterPortWrap_Impl.cc: In member function
   `SIDL::array
   ccaffeine::ports::ParameterPortWrap_impl::readDefaultBooleanArray(const
   std::string&)':
server/ccaffeine_ports_ParameterPortWrap_Impl.cc:441: warning: control reaches
   end of non-void function
server/ccaffeine_ports_ParameterPortWrap_Impl.cc: In member function
   `SIDL::array
   ccaffeine::ports::ParameterPortWrap_impl::readDefaultIntArray(const
   std::string&)':
server/ccaffeine_ports_ParameterPortWrap_Impl.cc:458: warning: control reaches
   end of non-void function
server/ccaffeine_ports_ParameterPortWrap_Impl.cc: In member function
   `SIDL::array
   ccaffeine::ports::ParameterPortWrap_impl::readDefaultLongArray(const
   std::string&)':
server/ccaffeine_ports_ParameterPortWrap_Impl.cc:475: warning: control reaches
   end of non-void function
server/ccaffeine_ports_ParameterPortWrap_Impl.cc: In member function
   `SIDL::array
   ccaffeine::ports::ParameterPortWrap_impl::readDefaultFloatArray(const
   std::string&)':
server/ccaffeine_ports_ParameterPortWrap_Impl.cc:492: warning: control reaches
   end of non-void function
server/ccaffeine_ports_ParameterPortWrap_Impl.cc: In member function
   `SIDL::array
   ccaffeine::ports::ParameterPortWrap_impl::readDefaultDoubleArray(const
   std::string&)':
server/ccaffeine_ports_ParameterPortWrap_Impl.cc:509: warning: control reaches
   end of non-void function
server/ccaffeine_ports_ParameterPortWrap_Impl.cc: In member function
   `SIDL::array
   ccaffeine::ports::ParameterPortWrap_impl::readDefaultFcomplexArray(const
   std::string&)':
server/ccaffeine_ports_ParameterPortWrap_Impl.cc:526: warning: control reaches
   end of non-void function
server/ccaffeine_ports_ParameterPortWrap_Impl.cc: In member function
   `SIDL::array
   ccaffeine::ports::ParameterPortWrap_impl::readDefaultDcomplexArray(const
   std::string&)':
server/ccaffeine_ports_ParameterPortWrap_Impl.cc:543: warning: control reaches
   end of non-void function
server/ccaffeine_ports_ParameterPortWrap_Impl.cc: In member function
   `SIDL::array
   ccaffeine::ports::ParameterPortWrap_impl::readChoicesString(const
   std::string&)':
server/ccaffeine_ports_ParameterPortWrap_Impl.cc:636: warning: control reaches
   end of non-void function
server/ccaffeine_ports_ParameterPortWrap_Impl.cc: In member function
   `SIDL::array
   ccaffeine::ports::ParameterPortWrap_impl::readChoicesInt(const
   std::string&)':
server/ccaffeine_ports_ParameterPortWrap_Impl.cc:653: warning: control reaches
   end of non-void function
server/ccaffeine_ports_ParameterPortWrap_Impl.cc: In member function
   `SIDL::array
   ccaffeine::ports::ParameterPortWrap_impl::readChoicesLong(const
   std::string&)':
server/ccaffeine_ports_ParameterPortWrap_Impl.cc:670: warning: control reaches
   end of non-void function
server/ccaffeine_ports_ParameterPortWrap_Impl.cc: In member function
   `SIDL::array
   ccaffeine::ports::ParameterPortWrap_impl::readChoicesFloat(const
   std::string&)':
server/ccaffeine_ports_ParameterPortWrap_Impl.cc:687: warning: control reaches
   end of non-void function
server/ccaffeine_ports_ParameterPortWrap_Impl.cc: In member function
   `SIDL::array
   ccaffeine::ports::ParameterPortWrap_impl::readChoicesDouble(const
   std::string&)':
server/ccaffeine_ports_ParameterPortWrap_Impl.cc:704: warning: control reaches
   end of non-void function
server/ccaffeine_ports_ParameterPortWrap_Impl.cc: In member function
   `SIDL::array
   ccaffeine::ports::ParameterPortWrap_impl::readChoicesFcomplex(const
   std::string&)':
server/ccaffeine_ports_ParameterPortWrap_Impl.cc:721: warning: control reaches
   end of non-void function
server/ccaffeine_ports_ParameterPortWrap_Impl.cc: In member function
   `SIDL::array
   ccaffeine::ports::ParameterPortWrap_impl::readChoicesDcomplex(const
   std::string&)':
server/ccaffeine_ports_ParameterPortWrap_Impl.cc:736: warning: control reaches
   end of non-void function
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ports_PortTranslator_Impl.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ports_StringMapDialogServiceWrap_Impl.cc
ccaffeine_ports_StringMapDialogServiceWrap_Impl.cc: In member function `void*
   ccaffeine::ports::StringMapDialogServiceWrap_impl::fetchWrapped(const
   std::string&)':
ccaffeine_ports_StringMapDialogServiceWrap_Impl.cc:61: warning: control reaches
   end of non-void function
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ports_StringMapPortWrap_Impl.cc
ccaffeine_ports_StringMapPortWrap_Impl.cc: In member function `void*
   ccaffeine::ports::StringMapPortWrap_impl::fetchWrapped(const std::string&)':
ccaffeine_ports_StringMapPortWrap_Impl.cc:61: warning: control reaches end of
   non-void function
ccaffeine_ports_StringMapPortWrap_Impl.cc: In member function
   `SIDL::array
   ccaffeine::ports::StringMapPortWrap_impl::fetchNamesOfMaps()':
ccaffeine_ports_StringMapPortWrap_Impl.cc:75: warning: control reaches end of
   non-void function
ccaffeine_ports_StringMapPortWrap_Impl.cc: In member function `void*
   ccaffeine::ports::StringMapPortWrap_impl::fetchMapPtr(const std::string&)':
ccaffeine_ports_StringMapPortWrap_Impl.cc:93: warning: control reaches end of
   non-void function
ccaffeine_ports_StringMapPortWrap_Impl.cc: In member function
   `SIDL::array
   ccaffeine::ports::StringMapPortWrap_impl::fetchKeys(const std::string&)':
ccaffeine_ports_StringMapPortWrap_Impl.cc:127: warning: control reaches end of
   non-void function
ccaffeine_ports_StringMapPortWrap_Impl.cc: In member function `std::string
   ccaffeine::ports::StringMapPortWrap_impl::fetchString(const std::string&,
   const std::string&)':
ccaffeine_ports_StringMapPortWrap_Impl.cc:156: warning: control reaches end of
   non-void function
/usr/bin/gcc  -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_AbstractFramework_IOR.c
/usr/bin/gcc  -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_CCAException_IOR.c
/usr/bin/gcc  -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ComponentClassDescription_IOR.c
/usr/bin/gcc  -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ComponentID_IOR.c
/usr/bin/gcc  -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ConnectionEventService_IOR.c
/usr/bin/gcc  -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ConnectionID_IOR.c
/usr/bin/gcc  -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_Services_IOR.c
/usr/bin/gcc  -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_TypeMap_IOR.c
/usr/bin/gcc  -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_TypeMismatchException_IOR.c
/usr/bin/gcc  -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ports_BuilderService_IOR.c
/usr/bin/gcc  -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ports_ComponentRepository_IOR.c
/usr/bin/gcc  -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ports_ConnectionEvent_IOR.c
/usr/bin/gcc  -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ports_ParameterDialogServiceWrap_IOR.c
/usr/bin/gcc  -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ports_ParameterDialogService_IOR.c
/usr/bin/gcc  -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ports_ParameterPortFactoryWrap_IOR.c
/usr/bin/gcc  -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ports_ParameterPortWrap_IOR.c
/usr/bin/gcc  -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ports_ParameterPort_IOR.c
/usr/bin/gcc  -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ports_PortTranslator_IOR.c
/usr/bin/gcc  -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ports_StringMapDialogServiceWrap_IOR.c
/usr/bin/gcc  -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ports_StringMapDialogService_IOR.c
/usr/bin/gcc  -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ports_StringMapGetListener_IOR.c
/usr/bin/gcc  -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ports_StringMapPortWrap_IOR.c
/usr/bin/gcc  -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ports_StringMapPort_IOR.c
/usr/bin/gcc  -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ports_StringMapSetListener_IOR.c
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_AbstractFramework_Skel.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_CCAException_Skel.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ComponentClassDescription_Skel.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ComponentID_Skel.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ConnectionEventService_Skel.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ConnectionID_Skel.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_Services_Skel.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_TypeMap_Skel.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_TypeMismatchException_Skel.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ports_BuilderService_Skel.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ports_ComponentRepository_Skel.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ports_ConnectionEvent_Skel.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ports_ParameterDialogServiceWrap_Skel.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ports_ParameterPortFactoryWrap_Skel.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ports_ParameterPortWrap_Skel.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ports_PortTranslator_Skel.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ports_StringMapDialogServiceWrap_Skel.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ports_StringMapPortWrap_Skel.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_AbstractFramework.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_CCAException.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ComponentClassDescription.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ComponentID.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ConnectionEventService.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ConnectionID.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_Services.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_TypeMap.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_TypeMismatchException.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ports_BuilderService.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ports_ComponentRepository.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ports_ConnectionEvent.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ports_ParameterDialogService.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ports_ParameterDialogServiceWrap.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ports_ParameterPort.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ports_ParameterPortFactoryWrap.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ports_ParameterPortWrap.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ports_PortTranslator.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ports_StringMapDialogService.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ports_StringMapDialogServiceWrap.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ports_StringMapGetListener.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ports_StringMapPort.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ports_StringMapPortWrap.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -c ccaffeine_ports_StringMapSetListener.cc
g++ -shared -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -o libccaffeine_0_4_3.so -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. ccaffeine_AbstractFramework_Impl.o ccaffeine_CCAException_Impl.o ccaffeine_ComponentClassDescription_Impl.o ccaffeine_ComponentID_Impl.o ccaffeine_ConnectionEventService_Impl.o ccaffeine_ConnectionID_Impl.o ccaffeine_Services_Impl.o ccaffeine_TypeMap_Impl.o ccaffeine_TypeMismatchException_Impl.o ccaffeine_ports_BuilderService_Impl.o ccaffeine_ports_ComponentRepository_Impl.o ccaffeine_ports_ConnectionEvent_Impl.o ccaffeine_ports_ParameterDialogServiceWrap_Impl.o ccaffeine_ports_ParameterPortFactoryWrap_Impl.o ccaffeine_ports_ParameterPortWrap_Impl.o ccaffeine_ports_PortTranslator_Impl.o ccaffeine_ports_StringMapDialogServiceWrap_Impl.o ccaffeine_ports_StringMapPortWrap_Impl.o ccaffeine_AbstractFramework_IOR.o ccaffeine_CCAException_IOR.o ccaffeine_ComponentClassDescription_IOR.o ccaffeine_ComponentID_IOR.o ccaffeine_ConnectionEventService_IOR.o ccaffeine_ConnectionID_IOR.o ccaffeine_Services_IOR.o ccaffeine_TypeMap_IOR.o ccaffeine_TypeMismatchException_IOR.o ccaffeine_ports_BuilderService_IOR.o ccaffeine_ports_ComponentRepository_IOR.o ccaffeine_ports_ConnectionEvent_IOR.o ccaffeine_ports_ParameterDialogServiceWrap_IOR.o ccaffeine_ports_ParameterDialogService_IOR.o ccaffeine_ports_ParameterPortFactoryWrap_IOR.o ccaffeine_ports_ParameterPortWrap_IOR.o ccaffeine_ports_ParameterPort_IOR.o ccaffeine_ports_PortTranslator_IOR.o ccaffeine_ports_StringMapDialogServiceWrap_IOR.o ccaffeine_ports_StringMapDialogService_IOR.o ccaffeine_ports_StringMapGetListener_IOR.o ccaffeine_ports_StringMapPortWrap_IOR.o ccaffeine_ports_StringMapPort_IOR.o ccaffeine_ports_StringMapSetListener_IOR.o ccaffeine_AbstractFramework_Skel.o ccaffeine_CCAException_Skel.o ccaffeine_ComponentClassDescription_Skel.o ccaffeine_ComponentID_Skel.o ccaffeine_ConnectionEventService_Skel.o ccaffeine_ConnectionID_Skel.o ccaffeine_Services_Skel.o ccaffeine_TypeMap_Skel.o ccaffeine_TypeMismatchException_Skel.o ccaffeine_ports_BuilderService_Skel.o ccaffeine_ports_ComponentRepository_Skel.o ccaffeine_ports_ConnectionEvent_Skel.o ccaffeine_ports_ParameterDialogServiceWrap_Skel.o ccaffeine_ports_ParameterPortFactoryWrap_Skel.o ccaffeine_ports_ParameterPortWrap_Skel.o ccaffeine_ports_PortTranslator_Skel.o ccaffeine_ports_StringMapDialogServiceWrap_Skel.o ccaffeine_ports_StringMapPortWrap_Skel.o ccaffeine_AbstractFramework.o ccaffeine_CCAException.o ccaffeine_ComponentClassDescription.o ccaffeine_ComponentID.o ccaffeine_ConnectionEventService.o ccaffeine_ConnectionID.o ccaffeine_Services.o ccaffeine_TypeMap.o ccaffeine_TypeMismatchException.o ccaffeine_ports_BuilderService.o ccaffeine_ports_ComponentRepository.o ccaffeine_ports_ConnectionEvent.o ccaffeine_ports_ParameterDialogService.o ccaffeine_ports_ParameterDialogServiceWrap.o ccaffeine_ports_ParameterPort.o ccaffeine_ports_ParameterPortFactoryWrap.o ccaffeine_ports_ParameterPortWrap.o ccaffeine_ports_PortTranslator.o ccaffeine_ports_StringMapDialogService.o ccaffeine_ports_StringMapDialogServiceWrap.o ccaffeine_ports_StringMapGetListener.o ccaffeine_ports_StringMapPort.o ccaffeine_ports_StringMapPortWrap.o ccaffeine_ports_StringMapSetListener.o  /home/tester/cca/cca-spec-babel/lib/libcca_0_6_3_b_0.8.6.a
ar crv libccaffeine_0_4_3.a ccaffeine_AbstractFramework_Impl.o ccaffeine_CCAException_Impl.o ccaffeine_ComponentClassDescription_Impl.o ccaffeine_ComponentID_Impl.o ccaffeine_ConnectionEventService_Impl.o ccaffeine_ConnectionID_Impl.o ccaffeine_Services_Impl.o ccaffeine_TypeMap_Impl.o ccaffeine_TypeMismatchException_Impl.o ccaffeine_ports_BuilderService_Impl.o ccaffeine_ports_ComponentRepository_Impl.o ccaffeine_ports_ConnectionEvent_Impl.o ccaffeine_ports_ParameterDialogServiceWrap_Impl.o ccaffeine_ports_ParameterPortFactoryWrap_Impl.o ccaffeine_ports_ParameterPortWrap_Impl.o ccaffeine_ports_PortTranslator_Impl.o ccaffeine_ports_StringMapDialogServiceWrap_Impl.o ccaffeine_ports_StringMapPortWrap_Impl.o ccaffeine_AbstractFramework_IOR.o ccaffeine_CCAException_IOR.o ccaffeine_ComponentClassDescription_IOR.o ccaffeine_ComponentID_IOR.o ccaffeine_ConnectionEventService_IOR.o ccaffeine_ConnectionID_IOR.o ccaffeine_Services_IOR.o ccaffeine_TypeMap_IOR.o ccaffeine_TypeMismatchException_IOR.o ccaffeine_ports_BuilderService_IOR.o ccaffeine_ports_ComponentRepository_IOR.o ccaffeine_ports_ConnectionEvent_IOR.o ccaffeine_ports_ParameterDialogServiceWrap_IOR.o ccaffeine_ports_ParameterDialogService_IOR.o ccaffeine_ports_ParameterPortFactoryWrap_IOR.o ccaffeine_ports_ParameterPortWrap_IOR.o ccaffeine_ports_ParameterPort_IOR.o ccaffeine_ports_PortTranslator_IOR.o ccaffeine_ports_StringMapDialogServiceWrap_IOR.o ccaffeine_ports_StringMapDialogService_IOR.o ccaffeine_ports_StringMapGetListener_IOR.o ccaffeine_ports_StringMapPortWrap_IOR.o ccaffeine_ports_StringMapPort_IOR.o ccaffeine_ports_StringMapSetListener_IOR.o ccaffeine_AbstractFramework_Skel.o ccaffeine_CCAException_Skel.o ccaffeine_ComponentClassDescription_Skel.o ccaffeine_ComponentID_Skel.o ccaffeine_ConnectionEventService_Skel.o ccaffeine_ConnectionID_Skel.o ccaffeine_Services_Skel.o ccaffeine_TypeMap_Skel.o ccaffeine_TypeMismatchException_Skel.o ccaffeine_ports_BuilderService_Skel.o ccaffeine_ports_ComponentRepository_Skel.o ccaffeine_ports_ConnectionEvent_Skel.o ccaffeine_ports_ParameterDialogServiceWrap_Skel.o ccaffeine_ports_ParameterPortFactoryWrap_Skel.o ccaffeine_ports_ParameterPortWrap_Skel.o ccaffeine_ports_PortTranslator_Skel.o ccaffeine_ports_StringMapDialogServiceWrap_Skel.o ccaffeine_ports_StringMapPortWrap_Skel.o ccaffeine_AbstractFramework.o ccaffeine_CCAException.o ccaffeine_ComponentClassDescription.o ccaffeine_ComponentID.o ccaffeine_ConnectionEventService.o ccaffeine_ConnectionID.o ccaffeine_Services.o ccaffeine_TypeMap.o ccaffeine_TypeMismatchException.o ccaffeine_ports_BuilderService.o ccaffeine_ports_ComponentRepository.o ccaffeine_ports_ConnectionEvent.o ccaffeine_ports_ParameterDialogService.o ccaffeine_ports_ParameterDialogServiceWrap.o ccaffeine_ports_ParameterPort.o ccaffeine_ports_ParameterPortFactoryWrap.o ccaffeine_ports_ParameterPortWrap.o ccaffeine_ports_PortTranslator.o ccaffeine_ports_StringMapDialogService.o ccaffeine_ports_StringMapDialogServiceWrap.o ccaffeine_ports_StringMapGetListener.o ccaffeine_ports_StringMapPort.o ccaffeine_ports_StringMapPortWrap.o ccaffeine_ports_StringMapSetListener.o
a - ccaffeine_AbstractFramework_Impl.o
a - ccaffeine_CCAException_Impl.o
a - ccaffeine_ComponentClassDescription_Impl.o
a - ccaffeine_ComponentID_Impl.o
a - ccaffeine_ConnectionEventService_Impl.o
a - ccaffeine_ConnectionID_Impl.o
a - ccaffeine_Services_Impl.o
a - ccaffeine_TypeMap_Impl.o
a - ccaffeine_TypeMismatchException_Impl.o
a - ccaffeine_ports_BuilderService_Impl.o
a - ccaffeine_ports_ComponentRepository_Impl.o
a - ccaffeine_ports_ConnectionEvent_Impl.o
a - ccaffeine_ports_ParameterDialogServiceWrap_Impl.o
a - ccaffeine_ports_ParameterPortFactoryWrap_Impl.o
a - ccaffeine_ports_ParameterPortWrap_Impl.o
a - ccaffeine_ports_PortTranslator_Impl.o
a - ccaffeine_ports_StringMapDialogServiceWrap_Impl.o
a - ccaffeine_ports_StringMapPortWrap_Impl.o
a - ccaffeine_AbstractFramework_IOR.o
a - ccaffeine_CCAException_IOR.o
a - ccaffeine_ComponentClassDescription_IOR.o
a - ccaffeine_ComponentID_IOR.o
a - ccaffeine_ConnectionEventService_IOR.o
a - ccaffeine_ConnectionID_IOR.o
a - ccaffeine_Services_IOR.o
a - ccaffeine_TypeMap_IOR.o
a - ccaffeine_TypeMismatchException_IOR.o
a - ccaffeine_ports_BuilderService_IOR.o
a - ccaffeine_ports_ComponentRepository_IOR.o
a - ccaffeine_ports_ConnectionEvent_IOR.o
a - ccaffeine_ports_ParameterDialogServiceWrap_IOR.o
a - ccaffeine_ports_ParameterDialogService_IOR.o
a - ccaffeine_ports_ParameterPortFactoryWrap_IOR.o
a - ccaffeine_ports_ParameterPortWrap_IOR.o
a - ccaffeine_ports_ParameterPort_IOR.o
a - ccaffeine_ports_PortTranslator_IOR.o
a - ccaffeine_ports_StringMapDialogServiceWrap_IOR.o
a - ccaffeine_ports_StringMapDialogService_IOR.o
a - ccaffeine_ports_StringMapGetListener_IOR.o
a - ccaffeine_ports_StringMapPortWrap_IOR.o
a - ccaffeine_ports_StringMapPort_IOR.o
a - ccaffeine_ports_StringMapSetListener_IOR.o
a - ccaffeine_AbstractFramework_Skel.o
a - ccaffeine_CCAException_Skel.o
a - ccaffeine_ComponentClassDescription_Skel.o
a - ccaffeine_ComponentID_Skel.o
a - ccaffeine_ConnectionEventService_Skel.o
a - ccaffeine_ConnectionID_Skel.o
a - ccaffeine_Services_Skel.o
a - ccaffeine_TypeMap_Skel.o
a - ccaffeine_TypeMismatchException_Skel.o
a - ccaffeine_ports_BuilderService_Skel.o
a - ccaffeine_ports_ComponentRepository_Skel.o
a - ccaffeine_ports_ConnectionEvent_Skel.o
a - ccaffeine_ports_ParameterDialogServiceWrap_Skel.o
a - ccaffeine_ports_ParameterPortFactoryWrap_Skel.o
a - ccaffeine_ports_ParameterPortWrap_Skel.o
a - ccaffeine_ports_PortTranslator_Skel.o
a - ccaffeine_ports_StringMapDialogServiceWrap_Skel.o
a - ccaffeine_ports_StringMapPortWrap_Skel.o
a - ccaffeine_AbstractFramework.o
a - ccaffeine_CCAException.o
a - ccaffeine_ComponentClassDescription.o
a - ccaffeine_ComponentID.o
a - ccaffeine_ConnectionEventService.o
a - ccaffeine_ConnectionID.o
a - ccaffeine_Services.o
a - ccaffeine_TypeMap.o
a - ccaffeine_TypeMismatchException.o
a - ccaffeine_ports_BuilderService.o
a - ccaffeine_ports_ComponentRepository.o
a - ccaffeine_ports_ConnectionEvent.o
a - ccaffeine_ports_ParameterDialogService.o
a - ccaffeine_ports_ParameterDialogServiceWrap.o
a - ccaffeine_ports_ParameterPort.o
a - ccaffeine_ports_ParameterPortFactoryWrap.o
a - ccaffeine_ports_ParameterPortWrap.o
a - ccaffeine_ports_PortTranslator.o
a - ccaffeine_ports_StringMapDialogService.o
a - ccaffeine_ports_StringMapDialogServiceWrap.o
a - ccaffeine_ports_StringMapGetListener.o
a - ccaffeine_ports_StringMapPort.o
a - ccaffeine_ports_StringMapPortWrap.o
a - ccaffeine_ports_StringMapSetListener.o
gmake[5]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/babel/babel-cca/server'
touch .make-babel
/bin/install -c server/libccaffeine_0_4_3.so ../../../lib
/bin/install -c -m 644 server/libccaffeine_0_4_3.a ../../../lib
touch .lib-local-installed
(cd py-client;PATH=/usr/local/babel-0.8.6/bin:/opt/blackdown-jdk-1.4.1/bin:$PATH /usr/local/babel-0.8.6/bin/babel --override-installpath -cpython \
        --repository-path /home/tester/cca/cca-spec-babel/share/cca-spec-babel-0_6_3-babel-0.8.6/xml --exclude='^gov.*' ../ccafe.sidl )
Babel: Parsing URL "file:/home/tester/cca/ccafe/cxx/dc/babel/babel-cca/py-client/../ccafe.sidl"...
(cd py-client; python setup.py \
  --include-dirs=/usr/include/python2.2 \
  --include-dirs=/usr/local/babel-0.8.6/include \
  --include-dirs=.      \
  --include-dirs=/usr/local/babel-0.8.6/include/python2.2/babel \
  --include-dirs=/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 \
  --include-dirs=/home/tester/cca/ccafe/../cca-spec-babel/include/python2.2/babel \
  --library-dirs=/usr/local/babel-0.8.6/lib \
  build_ext --inplace --force )
running build_ext
building 'ccaffeine.ports.ParameterDialogServiceWrap' extension
creating build
creating build/temp.linux-i686-2.2
gcc -DNDEBUG -fPIC -I. -I/usr/include/python2.2 -I/usr/local/babel-0.8.6/include -I. -I/usr/local/babel-0.8.6/include/python2.2/babel -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I/home/tester/cca/ccafe/../cca-spec-babel/include/python2.2/babel -I/usr/include/python2.2 -c ccaffeine/ports/ParameterDialogServiceWrap_Module.c -o build/temp.linux-i686-2.2/ParameterDialogServiceWrap_Module.o
In file included from ccaffeine_ports_ParameterDialogServiceWrap_Module.h:36,
                 from ccaffeine/ports/ParameterDialogServiceWrap_Module.c:37:
/usr/local/babel-0.8.6/include/babel_config.h:120:1: warning: "HAVE_LONG_LONG" redefined
In file included from /usr/include/python2.2/pyport.h:4,
                 from /usr/include/python2.2/Python.h:62,
                 from ccaffeine_ports_ParameterDialogServiceWrap_Module.h:35,
                 from ccaffeine/ports/ParameterDialogServiceWrap_Module.c:37:
/usr/include/python2.2/pyconfig.h:157:1: warning: this is the location of the previous definition
gcc -shared build/temp.linux-i686-2.2/ParameterDialogServiceWrap_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o ccaffeine/ports/ParameterDialogServiceWrap.so
building 'ccaffeine.Services' extension
gcc -DNDEBUG -fPIC -I. -I/usr/include/python2.2 -I/usr/local/babel-0.8.6/include -I. -I/usr/local/babel-0.8.6/include/python2.2/babel -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I/home/tester/cca/ccafe/../cca-spec-babel/include/python2.2/babel -I/usr/include/python2.2 -c ccaffeine/Services_Module.c -o build/temp.linux-i686-2.2/Services_Module.o
In file included from ccaffeine_Services_Module.h:36,
                 from ccaffeine/Services_Module.c:37:
/usr/local/babel-0.8.6/include/babel_config.h:120:1: warning: "HAVE_LONG_LONG" redefined
In file included from /usr/include/python2.2/pyport.h:4,
                 from /usr/include/python2.2/Python.h:62,
                 from ccaffeine_Services_Module.h:35,
                 from ccaffeine/Services_Module.c:37:
/usr/include/python2.2/pyconfig.h:157:1: warning: this is the location of the previous definition
gcc -shared build/temp.linux-i686-2.2/Services_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o ccaffeine/Services.so
building 'ccaffeine.ports.ParameterPortWrap' extension
gcc -DNDEBUG -fPIC -I. -I/usr/include/python2.2 -I/usr/local/babel-0.8.6/include -I. -I/usr/local/babel-0.8.6/include/python2.2/babel -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I/home/tester/cca/ccafe/../cca-spec-babel/include/python2.2/babel -I/usr/include/python2.2 -c ccaffeine/ports/ParameterPortWrap_Module.c -o build/temp.linux-i686-2.2/ParameterPortWrap_Module.o
In file included from ccaffeine_ports_ParameterPortWrap_Module.h:36,
                 from ccaffeine/ports/ParameterPortWrap_Module.c:37:
/usr/local/babel-0.8.6/include/babel_config.h:120:1: warning: "HAVE_LONG_LONG" redefined
In file included from /usr/include/python2.2/pyport.h:4,
                 from /usr/include/python2.2/Python.h:62,
                 from ccaffeine_ports_ParameterPortWrap_Module.h:35,
                 from ccaffeine/ports/ParameterPortWrap_Module.c:37:
/usr/include/python2.2/pyconfig.h:157:1: warning: this is the location of the previous definition
gcc -shared build/temp.linux-i686-2.2/ParameterPortWrap_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o ccaffeine/ports/ParameterPortWrap.so
building 'ccaffeine.AbstractFramework' extension
gcc -DNDEBUG -fPIC -I. -I/usr/include/python2.2 -I/usr/local/babel-0.8.6/include -I. -I/usr/local/babel-0.8.6/include/python2.2/babel -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I/home/tester/cca/ccafe/../cca-spec-babel/include/python2.2/babel -I/usr/include/python2.2 -c ccaffeine/AbstractFramework_Module.c -o build/temp.linux-i686-2.2/AbstractFramework_Module.o
In file included from ccaffeine_AbstractFramework_Module.h:36,
                 from ccaffeine/AbstractFramework_Module.c:37:
/usr/local/babel-0.8.6/include/babel_config.h:120:1: warning: "HAVE_LONG_LONG" redefined
In file included from /usr/include/python2.2/pyport.h:4,
                 from /usr/include/python2.2/Python.h:62,
                 from ccaffeine_AbstractFramework_Module.h:35,
                 from ccaffeine/AbstractFramework_Module.c:37:
/usr/include/python2.2/pyconfig.h:157:1: warning: this is the location of the previous definition
gcc -shared build/temp.linux-i686-2.2/AbstractFramework_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o ccaffeine/AbstractFramework.so
building 'ccaffeine.ConnectionEventService' extension
gcc -DNDEBUG -fPIC -I. -I/usr/include/python2.2 -I/usr/local/babel-0.8.6/include -I. -I/usr/local/babel-0.8.6/include/python2.2/babel -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I/home/tester/cca/ccafe/../cca-spec-babel/include/python2.2/babel -I/usr/include/python2.2 -c ccaffeine/ConnectionEventService_Module.c -o build/temp.linux-i686-2.2/ConnectionEventService_Module.o
In file included from ccaffeine_ConnectionEventService_Module.h:36,
                 from ccaffeine/ConnectionEventService_Module.c:35:
/usr/local/babel-0.8.6/include/babel_config.h:120:1: warning: "HAVE_LONG_LONG" redefined
In file included from /usr/include/python2.2/pyport.h:4,
                 from /usr/include/python2.2/Python.h:62,
                 from ccaffeine_ConnectionEventService_Module.h:35,
                 from ccaffeine/ConnectionEventService_Module.c:35:
/usr/include/python2.2/pyconfig.h:157:1: warning: this is the location of the previous definition
gcc -shared build/temp.linux-i686-2.2/ConnectionEventService_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o ccaffeine/ConnectionEventService.so
building 'ccaffeine.ports.StringMapGetListener' extension
gcc -DNDEBUG -fPIC -I. -I/usr/include/python2.2 -I/usr/local/babel-0.8.6/include -I. -I/usr/local/babel-0.8.6/include/python2.2/babel -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I/home/tester/cca/ccafe/../cca-spec-babel/include/python2.2/babel -I/usr/include/python2.2 -c ccaffeine/ports/StringMapGetListener_Module.c -o build/temp.linux-i686-2.2/StringMapGetListener_Module.o
In file included from ccaffeine_ports_StringMapGetListener_Module.h:36,
                 from ccaffeine/ports/StringMapGetListener_Module.c:66:
/usr/local/babel-0.8.6/include/babel_config.h:120:1: warning: "HAVE_LONG_LONG" redefined
In file included from /usr/include/python2.2/pyport.h:4,
                 from /usr/include/python2.2/Python.h:62,
                 from ccaffeine_ports_StringMapGetListener_Module.h:35,
                 from ccaffeine/ports/StringMapGetListener_Module.c:66:
/usr/include/python2.2/pyconfig.h:157:1: warning: this is the location of the previous definition
gcc -shared build/temp.linux-i686-2.2/StringMapGetListener_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o ccaffeine/ports/StringMapGetListener.so
building 'ccaffeine.CCAException' extension
gcc -DNDEBUG -fPIC -I. -I/usr/include/python2.2 -I/usr/local/babel-0.8.6/include -I. -I/usr/local/babel-0.8.6/include/python2.2/babel -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I/home/tester/cca/ccafe/../cca-spec-babel/include/python2.2/babel -I/usr/include/python2.2 -c ccaffeine/CCAException_Module.c -o build/temp.linux-i686-2.2/CCAException_Module.o
In file included from ccaffeine_CCAException_Module.h:45,
                 from ccaffeine/CCAException_Module.c:32:
/usr/local/babel-0.8.6/include/babel_config.h:120:1: warning: "HAVE_LONG_LONG" redefined
In file included from /usr/include/python2.2/pyport.h:4,
                 from /usr/include/python2.2/Python.h:62,
                 from ccaffeine_CCAException_Module.h:44,
                 from ccaffeine/CCAException_Module.c:32:
/usr/include/python2.2/pyconfig.h:157:1: warning: this is the location of the previous definition
gcc -shared build/temp.linux-i686-2.2/CCAException_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o ccaffeine/CCAException.so
building 'ccaffeine.ports.ParameterDialogService' extension
gcc -DNDEBUG -fPIC -I. -I/usr/include/python2.2 -I/usr/local/babel-0.8.6/include -I. -I/usr/local/babel-0.8.6/include/python2.2/babel -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I/home/tester/cca/ccafe/../cca-spec-babel/include/python2.2/babel -I/usr/include/python2.2 -c ccaffeine/ports/ParameterDialogService_Module.c -o build/temp.linux-i686-2.2/ParameterDialogService_Module.o
In file included from ccaffeine_ports_ParameterDialogService_Module.h:36,
                 from ccaffeine/ports/ParameterDialogService_Module.c:56:
/usr/local/babel-0.8.6/include/babel_config.h:120:1: warning: "HAVE_LONG_LONG" redefined
In file included from /usr/include/python2.2/pyport.h:4,
                 from /usr/include/python2.2/Python.h:62,
                 from ccaffeine_ports_ParameterDialogService_Module.h:35,
                 from ccaffeine/ports/ParameterDialogService_Module.c:56:
/usr/include/python2.2/pyconfig.h:157:1: warning: this is the location of the previous definition
gcc -shared build/temp.linux-i686-2.2/ParameterDialogService_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o ccaffeine/ports/ParameterDialogService.so
building 'ccaffeine.ports.ComponentRepository' extension
gcc -DNDEBUG -fPIC -I. -I/usr/include/python2.2 -I/usr/local/babel-0.8.6/include -I. -I/usr/local/babel-0.8.6/include/python2.2/babel -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I/home/tester/cca/ccafe/../cca-spec-babel/include/python2.2/babel -I/usr/include/python2.2 -c ccaffeine/ports/ComponentRepository_Module.c -o build/temp.linux-i686-2.2/ComponentRepository_Module.o
In file included from ccaffeine_ports_ComponentRepository_Module.h:36,
                 from ccaffeine/ports/ComponentRepository_Module.c:36:
/usr/local/babel-0.8.6/include/babel_config.h:120:1: warning: "HAVE_LONG_LONG" redefined
In file included from /usr/include/python2.2/pyport.h:4,
                 from /usr/include/python2.2/Python.h:62,
                 from ccaffeine_ports_ComponentRepository_Module.h:35,
                 from ccaffeine/ports/ComponentRepository_Module.c:36:
/usr/include/python2.2/pyconfig.h:157:1: warning: this is the location of the previous definition
gcc -shared build/temp.linux-i686-2.2/ComponentRepository_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o ccaffeine/ports/ComponentRepository.so
building 'ccaffeine.ports.StringMapPort' extension
gcc -DNDEBUG -fPIC -I. -I/usr/include/python2.2 -I/usr/local/babel-0.8.6/include -I. -I/usr/local/babel-0.8.6/include/python2.2/babel -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I/home/tester/cca/ccafe/../cca-spec-babel/include/python2.2/babel -I/usr/include/python2.2 -c ccaffeine/ports/StringMapPort_Module.c -o build/temp.linux-i686-2.2/StringMapPort_Module.o
In file included from ccaffeine_ports_StringMapPort_Module.h:36,
                 from ccaffeine/ports/StringMapPort_Module.c:41:
/usr/local/babel-0.8.6/include/babel_config.h:120:1: warning: "HAVE_LONG_LONG" redefined
In file included from /usr/include/python2.2/pyport.h:4,
                 from /usr/include/python2.2/Python.h:62,
                 from ccaffeine_ports_StringMapPort_Module.h:35,
                 from ccaffeine/ports/StringMapPort_Module.c:41:
/usr/include/python2.2/pyconfig.h:157:1: warning: this is the location of the previous definition
gcc -shared build/temp.linux-i686-2.2/StringMapPort_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o ccaffeine/ports/StringMapPort.so
building 'ccaffeine.ports.ConnectionEvent' extension
gcc -DNDEBUG -fPIC -I. -I/usr/include/python2.2 -I/usr/local/babel-0.8.6/include -I. -I/usr/local/babel-0.8.6/include/python2.2/babel -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I/home/tester/cca/ccafe/../cca-spec-babel/include/python2.2/babel -I/usr/include/python2.2 -c ccaffeine/ports/ConnectionEvent_Module.c -o build/temp.linux-i686-2.2/ConnectionEvent_Module.o
In file included from ccaffeine_ports_ConnectionEvent_Module.h:36,
                 from ccaffeine/ports/ConnectionEvent_Module.c:37:
/usr/local/babel-0.8.6/include/babel_config.h:120:1: warning: "HAVE_LONG_LONG" redefined
In file included from /usr/include/python2.2/pyport.h:4,
                 from /usr/include/python2.2/Python.h:62,
                 from ccaffeine_ports_ConnectionEvent_Module.h:35,
                 from ccaffeine/ports/ConnectionEvent_Module.c:37:
/usr/include/python2.2/pyconfig.h:157:1: warning: this is the location of the previous definition
gcc -shared build/temp.linux-i686-2.2/ConnectionEvent_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o ccaffeine/ports/ConnectionEvent.so
building 'ccaffeine.ports.StringMapDialogService' extension
gcc -DNDEBUG -fPIC -I. -I/usr/include/python2.2 -I/usr/local/babel-0.8.6/include -I. -I/usr/local/babel-0.8.6/include/python2.2/babel -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I/home/tester/cca/ccafe/../cca-spec-babel/include/python2.2/babel -I/usr/include/python2.2 -c ccaffeine/ports/StringMapDialogService_Module.c -o build/temp.linux-i686-2.2/StringMapDialogService_Module.o
In file included from ccaffeine_ports_StringMapDialogService_Module.h:36,
                 from ccaffeine/ports/StringMapDialogService_Module.c:57:
/usr/local/babel-0.8.6/include/babel_config.h:120:1: warning: "HAVE_LONG_LONG" redefined
In file included from /usr/include/python2.2/pyport.h:4,
                 from /usr/include/python2.2/Python.h:62,
                 from ccaffeine_ports_StringMapDialogService_Module.h:35,
                 from ccaffeine/ports/StringMapDialogService_Module.c:57:
/usr/include/python2.2/pyconfig.h:157:1: warning: this is the location of the previous definition
gcc -shared build/temp.linux-i686-2.2/StringMapDialogService_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o ccaffeine/ports/StringMapDialogService.so
building 'ccaffeine.TypeMismatchException' extension
gcc -DNDEBUG -fPIC -I. -I/usr/include/python2.2 -I/usr/local/babel-0.8.6/include -I. -I/usr/local/babel-0.8.6/include/python2.2/babel -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I/home/tester/cca/ccafe/../cca-spec-babel/include/python2.2/babel -I/usr/include/python2.2 -c ccaffeine/TypeMismatchException_Module.c -o build/temp.linux-i686-2.2/TypeMismatchException_Module.o
In file included from ccaffeine_TypeMismatchException_Module.h:45,
                 from ccaffeine/TypeMismatchException_Module.c:35:
/usr/local/babel-0.8.6/include/babel_config.h:120:1: warning: "HAVE_LONG_LONG" redefined
In file included from /usr/include/python2.2/pyport.h:4,
                 from /usr/include/python2.2/Python.h:62,
                 from ccaffeine_TypeMismatchException_Module.h:44,
                 from ccaffeine/TypeMismatchException_Module.c:35:
/usr/include/python2.2/pyconfig.h:157:1: warning: this is the location of the previous definition
gcc -shared build/temp.linux-i686-2.2/TypeMismatchException_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o ccaffeine/TypeMismatchException.so
building 'ccaffeine.ports.StringMapPortWrap' extension
gcc -DNDEBUG -fPIC -I. -I/usr/include/python2.2 -I/usr/local/babel-0.8.6/include -I. -I/usr/local/babel-0.8.6/include/python2.2/babel -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I/home/tester/cca/ccafe/../cca-spec-babel/include/python2.2/babel -I/usr/include/python2.2 -c ccaffeine/ports/StringMapPortWrap_Module.c -o build/temp.linux-i686-2.2/StringMapPortWrap_Module.o
In file included from ccaffeine_ports_StringMapPortWrap_Module.h:36,
                 from ccaffeine/ports/StringMapPortWrap_Module.c:37:
/usr/local/babel-0.8.6/include/babel_config.h:120:1: warning: "HAVE_LONG_LONG" redefined
In file included from /usr/include/python2.2/pyport.h:4,
                 from /usr/include/python2.2/Python.h:62,
                 from ccaffeine_ports_StringMapPortWrap_Module.h:35,
                 from ccaffeine/ports/StringMapPortWrap_Module.c:37:
/usr/include/python2.2/pyconfig.h:157:1: warning: this is the location of the previous definition
gcc -shared build/temp.linux-i686-2.2/StringMapPortWrap_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o ccaffeine/ports/StringMapPortWrap.so
building 'ccaffeine.ports.PortTranslator' extension
gcc -DNDEBUG -fPIC -I. -I/usr/include/python2.2 -I/usr/local/babel-0.8.6/include -I. -I/usr/local/babel-0.8.6/include/python2.2/babel -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I/home/tester/cca/ccafe/../cca-spec-babel/include/python2.2/babel -I/usr/include/python2.2 -c ccaffeine/ports/PortTranslator_Module.c -o build/temp.linux-i686-2.2/PortTranslator_Module.o
In file included from ccaffeine_ports_PortTranslator_Module.h:36,
                 from ccaffeine/ports/PortTranslator_Module.c:73:
/usr/local/babel-0.8.6/include/babel_config.h:120:1: warning: "HAVE_LONG_LONG" redefined
In file included from /usr/include/python2.2/pyport.h:4,
                 from /usr/include/python2.2/Python.h:62,
                 from ccaffeine_ports_PortTranslator_Module.h:35,
                 from ccaffeine/ports/PortTranslator_Module.c:73:
/usr/include/python2.2/pyconfig.h:157:1: warning: this is the location of the previous definition
gcc -shared build/temp.linux-i686-2.2/PortTranslator_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o ccaffeine/ports/PortTranslator.so
building 'ccaffeine.ConnectionID' extension
gcc -DNDEBUG -fPIC -I. -I/usr/include/python2.2 -I/usr/local/babel-0.8.6/include -I. -I/usr/local/babel-0.8.6/include/python2.2/babel -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I/home/tester/cca/ccafe/../cca-spec-babel/include/python2.2/babel -I/usr/include/python2.2 -c ccaffeine/ConnectionID_Module.c -o build/temp.linux-i686-2.2/ConnectionID_Module.o
In file included from ccaffeine_ConnectionID_Module.h:36,
                 from ccaffeine/ConnectionID_Module.c:37:
/usr/local/babel-0.8.6/include/babel_config.h:120:1: warning: "HAVE_LONG_LONG" redefined
In file included from /usr/include/python2.2/pyport.h:4,
                 from /usr/include/python2.2/Python.h:62,
                 from ccaffeine_ConnectionID_Module.h:35,
                 from ccaffeine/ConnectionID_Module.c:37:
/usr/include/python2.2/pyconfig.h:157:1: warning: this is the location of the previous definition
gcc -shared build/temp.linux-i686-2.2/ConnectionID_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o ccaffeine/ConnectionID.so
building 'ccaffeine.ports.ParameterPort' extension
gcc -DNDEBUG -fPIC -I. -I/usr/include/python2.2 -I/usr/local/babel-0.8.6/include -I. -I/usr/local/babel-0.8.6/include/python2.2/babel -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I/home/tester/cca/ccafe/../cca-spec-babel/include/python2.2/babel -I/usr/include/python2.2 -c ccaffeine/ports/ParameterPort_Module.c -o build/temp.linux-i686-2.2/ParameterPort_Module.o
In file included from ccaffeine_ports_ParameterPort_Module.h:36,
                 from ccaffeine/ports/ParameterPort_Module.c:37:
/usr/local/babel-0.8.6/include/babel_config.h:120:1: warning: "HAVE_LONG_LONG" redefined
In file included from /usr/include/python2.2/pyport.h:4,
                 from /usr/include/python2.2/Python.h:62,
                 from ccaffeine_ports_ParameterPort_Module.h:35,
                 from ccaffeine/ports/ParameterPort_Module.c:37:
/usr/include/python2.2/pyconfig.h:157:1: warning: this is the location of the previous definition
gcc -shared build/temp.linux-i686-2.2/ParameterPort_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o ccaffeine/ports/ParameterPort.so
building 'ccaffeine.ComponentID' extension
gcc -DNDEBUG -fPIC -I. -I/usr/include/python2.2 -I/usr/local/babel-0.8.6/include -I. -I/usr/local/babel-0.8.6/include/python2.2/babel -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I/home/tester/cca/ccafe/../cca-spec-babel/include/python2.2/babel -I/usr/include/python2.2 -c ccaffeine/ComponentID_Module.c -o build/temp.linux-i686-2.2/ComponentID_Module.o
In file included from ccaffeine_ComponentID_Module.h:36,
                 from ccaffeine/ComponentID_Module.c:37:
/usr/local/babel-0.8.6/include/babel_config.h:120:1: warning: "HAVE_LONG_LONG" redefined
In file included from /usr/include/python2.2/pyport.h:4,
                 from /usr/include/python2.2/Python.h:62,
                 from ccaffeine_ComponentID_Module.h:35,
                 from ccaffeine/ComponentID_Module.c:37:
/usr/include/python2.2/pyconfig.h:157:1: warning: this is the location of the previous definition
gcc -shared build/temp.linux-i686-2.2/ComponentID_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o ccaffeine/ComponentID.so
building 'ccaffeine.ports.ParameterPortFactoryWrap' extension
gcc -DNDEBUG -fPIC -I. -I/usr/include/python2.2 -I/usr/local/babel-0.8.6/include -I. -I/usr/local/babel-0.8.6/include/python2.2/babel -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I/home/tester/cca/ccafe/../cca-spec-babel/include/python2.2/babel -I/usr/include/python2.2 -c ccaffeine/ports/ParameterPortFactoryWrap_Module.c -o build/temp.linux-i686-2.2/ParameterPortFactoryWrap_Module.o
In file included from ccaffeine_ports_ParameterPortFactoryWrap_Module.h:36,
                 from ccaffeine/ports/ParameterPortFactoryWrap_Module.c:32:
/usr/local/babel-0.8.6/include/babel_config.h:120:1: warning: "HAVE_LONG_LONG" redefined
In file included from /usr/include/python2.2/pyport.h:4,
                 from /usr/include/python2.2/Python.h:62,
                 from ccaffeine_ports_ParameterPortFactoryWrap_Module.h:35,
                 from ccaffeine/ports/ParameterPortFactoryWrap_Module.c:32:
/usr/include/python2.2/pyconfig.h:157:1: warning: this is the location of the previous definition
gcc -shared build/temp.linux-i686-2.2/ParameterPortFactoryWrap_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o ccaffeine/ports/ParameterPortFactoryWrap.so
building 'ccaffeine.ComponentClassDescription' extension
gcc -DNDEBUG -fPIC -I. -I/usr/include/python2.2 -I/usr/local/babel-0.8.6/include -I. -I/usr/local/babel-0.8.6/include/python2.2/babel -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I/home/tester/cca/ccafe/../cca-spec-babel/include/python2.2/babel -I/usr/include/python2.2 -c ccaffeine/ComponentClassDescription_Module.c -o build/temp.linux-i686-2.2/ComponentClassDescription_Module.o
In file included from ccaffeine_ComponentClassDescription_Module.h:36,
                 from ccaffeine/ComponentClassDescription_Module.c:37:
/usr/local/babel-0.8.6/include/babel_config.h:120:1: warning: "HAVE_LONG_LONG" redefined
In file included from /usr/include/python2.2/pyport.h:4,
                 from /usr/include/python2.2/Python.h:62,
                 from ccaffeine_ComponentClassDescription_Module.h:35,
                 from ccaffeine/ComponentClassDescription_Module.c:37:
/usr/include/python2.2/pyconfig.h:157:1: warning: this is the location of the previous definition
gcc -shared build/temp.linux-i686-2.2/ComponentClassDescription_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o ccaffeine/ComponentClassDescription.so
building 'ccaffeine.ports.BuilderService' extension
gcc -DNDEBUG -fPIC -I. -I/usr/include/python2.2 -I/usr/local/babel-0.8.6/include -I. -I/usr/local/babel-0.8.6/include/python2.2/babel -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I/home/tester/cca/ccafe/../cca-spec-babel/include/python2.2/babel -I/usr/include/python2.2 -c ccaffeine/ports/BuilderService_Module.c -o build/temp.linux-i686-2.2/BuilderService_Module.o
In file included from ccaffeine_ports_BuilderService_Module.h:36,
                 from ccaffeine/ports/BuilderService_Module.c:38:
/usr/local/babel-0.8.6/include/babel_config.h:120:1: warning: "HAVE_LONG_LONG" redefined
In file included from /usr/include/python2.2/pyport.h:4,
                 from /usr/include/python2.2/Python.h:62,
                 from ccaffeine_ports_BuilderService_Module.h:35,
                 from ccaffeine/ports/BuilderService_Module.c:38:
/usr/include/python2.2/pyconfig.h:157:1: warning: this is the location of the previous definition
gcc -shared build/temp.linux-i686-2.2/BuilderService_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o ccaffeine/ports/BuilderService.so
building 'ccaffeine.ports.StringMapDialogServiceWrap' extension
gcc -DNDEBUG -fPIC -I. -I/usr/include/python2.2 -I/usr/local/babel-0.8.6/include -I. -I/usr/local/babel-0.8.6/include/python2.2/babel -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I/home/tester/cca/ccafe/../cca-spec-babel/include/python2.2/babel -I/usr/include/python2.2 -c ccaffeine/ports/StringMapDialogServiceWrap_Module.c -o build/temp.linux-i686-2.2/StringMapDialogServiceWrap_Module.o
In file included from ccaffeine_ports_StringMapDialogServiceWrap_Module.h:36,
                 from ccaffeine/ports/StringMapDialogServiceWrap_Module.c:37:
/usr/local/babel-0.8.6/include/babel_config.h:120:1: warning: "HAVE_LONG_LONG" redefined
In file included from /usr/include/python2.2/pyport.h:4,
                 from /usr/include/python2.2/Python.h:62,
                 from ccaffeine_ports_StringMapDialogServiceWrap_Module.h:35,
                 from ccaffeine/ports/StringMapDialogServiceWrap_Module.c:37:
/usr/include/python2.2/pyconfig.h:157:1: warning: this is the location of the previous definition
gcc -shared build/temp.linux-i686-2.2/StringMapDialogServiceWrap_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o ccaffeine/ports/StringMapDialogServiceWrap.so
building 'ccaffeine.TypeMap' extension
gcc -DNDEBUG -fPIC -I. -I/usr/include/python2.2 -I/usr/local/babel-0.8.6/include -I. -I/usr/local/babel-0.8.6/include/python2.2/babel -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I/home/tester/cca/ccafe/../cca-spec-babel/include/python2.2/babel -I/usr/include/python2.2 -c ccaffeine/TypeMap_Module.c -o build/temp.linux-i686-2.2/TypeMap_Module.o
In file included from ccaffeine_TypeMap_Module.h:36,
                 from ccaffeine/TypeMap_Module.c:38:
/usr/local/babel-0.8.6/include/babel_config.h:120:1: warning: "HAVE_LONG_LONG" redefined
In file included from /usr/include/python2.2/pyport.h:4,
                 from /usr/include/python2.2/Python.h:62,
                 from ccaffeine_TypeMap_Module.h:35,
                 from ccaffeine/TypeMap_Module.c:38:
/usr/include/python2.2/pyconfig.h:157:1: warning: this is the location of the previous definition
gcc -shared build/temp.linux-i686-2.2/TypeMap_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o ccaffeine/TypeMap.so
building 'ccaffeine.ports.StringMapSetListener' extension
gcc -DNDEBUG -fPIC -I. -I/usr/include/python2.2 -I/usr/local/babel-0.8.6/include -I. -I/usr/local/babel-0.8.6/include/python2.2/babel -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I/home/tester/cca/ccafe/../cca-spec-babel/include/python2.2/babel -I/usr/include/python2.2 -c ccaffeine/ports/StringMapSetListener_Module.c -o build/temp.linux-i686-2.2/StringMapSetListener_Module.o
In file included from ccaffeine_ports_StringMapSetListener_Module.h:36,
                 from ccaffeine/ports/StringMapSetListener_Module.c:40:
/usr/local/babel-0.8.6/include/babel_config.h:120:1: warning: "HAVE_LONG_LONG" redefined
In file included from /usr/include/python2.2/pyport.h:4,
                 from /usr/include/python2.2/Python.h:62,
                 from ccaffeine_ports_StringMapSetListener_Module.h:35,
                 from ccaffeine/ports/StringMapSetListener_Module.c:40:
/usr/include/python2.2/pyconfig.h:157:1: warning: this is the location of the previous definition
gcc -shared build/temp.linux-i686-2.2/StringMapSetListener_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o ccaffeine/ports/StringMapSetListener.so
touch .gen-babel-py
gmake[4]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/babel/babel-cca'
gmake[4]: Entering directory `/home/tester/cca/ccafe/cxx/dc/babel/component'
for i in ParameterDialogServiceTest PrinterComponent StarterComponent PortTranslatorStarter; do if ! (cd $i;gmake);then exit -1;fi done
gmake[5]: Entering directory `/home/tester/cca/ccafe/cxx/dc/babel/component/ParameterDialogServiceTest'
touch .babel-symlink
PATH=/usr/local/babel-0.8.6/bin:/opt/blackdown-jdk-1.4.1/bin:$PATH /usr/local/babel-0.8.6/bin/babel --suppress-timestamp --override-installpath --exclude="gov.*" --exclude="SIDL.*" -sC++ \
        --output-directory=./server --vpath=`pwd` \
        --repository-path=/home/tester/cca/cca-spec-babel/share/cca-spec-babel-0_6_3-babel-0.8.6/xml ParameterDialogServiceTest.sidl
Babel: Parsing URL "file:/home/tester/cca/ccafe/cxx/dc/babel/component/ParameterDialogServiceTest/ParameterDialogServiceTest.sidl"...
PATH=/usr/local/babel-0.8.6/bin:/opt/blackdown-jdk-1.4.1/bin:$PATH /usr/local/babel-0.8.6/bin/babel --suppress-timestamp --override-installpath --exclude="gov.*" --exclude="SIDL.*" --text=xml \
        --output-directory=./server --vpath=`pwd` \
        --repository-path=/home/tester/cca/cca-spec-babel/share/cca-spec-babel-0_6_3-babel-0.8.6/xml  ParameterDialogServiceTest.sidl
Babel: Parsing URL "file:/home/tester/cca/ccafe/cxx/dc/babel/component/ParameterDialogServiceTest/ParameterDialogServiceTest.sidl"...
gmake unstamp
gmake[6]: Entering directory `/home/tester/cca/ccafe/cxx/dc/babel/component/ParameterDialogServiceTest'
/home/tester/cca/ccafe/cxx/dc/babel/bin/implUnstamper.sh ParameterDialogServiceTest_wrapper_Impl.cc ccafe1_ParameterDialogServiceTest_Impl.cc ccafe1_ParameterDialogServiceTest_Impl.hh
gmake[6]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/babel/component/ParameterDialogServiceTest'
(cd server; /usr/bin/ruby /home/tester/cca/ccafe/cxx/dc/babel/bin/sidlUncrufter.rb --re-to-delete gov_cca --re-to-delete SIDL_ \
        --re-to-delete SIDL\.h )
touch .uncruft
touch server/Makefile.depends
(cd server; gmake -f Makefile.babel depend)
gmake[6]: Entering directory `/home/tester/cca/ccafe/cxx/dc/babel/component/ParameterDialogServiceTest/server'
rm -f Makefile; ln -sf Makefile.babel Makefile
../../../../../util/g++depinclude_nosys -E -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -DBOOST_DISABLE_THREADS -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6 -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6  ccafe1_ParameterDialogServiceTest_IOR.c ccafe1_ParameterDialogServiceTest_Skel.cc ccafe1_ParameterDialogServiceTest.cc ccafe1_ParameterDialogServiceTest_Impl.cc
rm -f Makefile
gmake[6]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/babel/component/ParameterDialogServiceTest/server'
touch .depend
(cd server; gmake -f Makefile.babel)
gmake[6]: Entering directory `/home/tester/cca/ccafe/cxx/dc/babel/component/ParameterDialogServiceTest/server'
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -DBOOST_DISABLE_THREADS -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6 -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6  -I/usr/local/babel-0.8.6/include -c ccafe1_ParameterDialogServiceTest_Impl.cc
/usr/bin/gcc  -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -DBOOST_DISABLE_THREADS -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6 -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6  -I/usr/local/babel-0.8.6/include -c ccafe1_ParameterDialogServiceTest_IOR.c
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -DBOOST_DISABLE_THREADS -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6 -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6  -I/usr/local/babel-0.8.6/include -c ccafe1_ParameterDialogServiceTest_Skel.cc
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -DBOOST_DISABLE_THREADS -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6 -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6  -I/usr/local/babel-0.8.6/include -c ccafe1_ParameterDialogServiceTest.cc
g++ -shared -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -DBOOST_DISABLE_THREADS -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6 -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6  -o libParameterDialogServiceTest_0_4_3.so -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. ccafe1_ParameterDialogServiceTest_Impl.o ccafe1_ParameterDialogServiceTest_IOR.o ccafe1_ParameterDialogServiceTest_Skel.o ccafe1_ParameterDialogServiceTest.o  -L'/home/tester/cca/cca-spec-babel/lib/cca-spec-babel-0_6_3-babel-0.8.6' -L/usr/local/babel-0.8.6/lib -Wl,-rpath,'/home/tester/cca/cca-spec-babel/lib/cca-spec-babel-0_6_3-babel-0.8.6' -Wl,-rpath,/home/tester/cca/ccafe/lib -Wl,-rpath,/home/tester/cca/ccafe/cca/lib -Wl,-rpath,/usr/local/babel-0.8.6/lib '-lcca' -lsidl
gmake[6]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/babel/component/ParameterDialogServiceTest/server'
/home/tester/cca/ccafe/cxx/util/genDLIndexXML libParameterDialogServiceTest_0_4_3.so dummy-create ccafe1.ParameterDialogServiceTest /home/tester/cca/ccafe/lib/ ccafe1.ParameterDialogServiceTest babel > ParameterDialogServiceTest.depl.cca
/home/tester/cca/ccafe/cxx/util/genDLIndex libParameterDialogServiceTest_0_4_3.so dummy-create ccafe1.ParameterDialogServiceTest /home/tester/cca/ccafe/lib/ ccafe1.ParameterDialogServiceTest babel > ParameterDialogServiceTest.cca
if ! [ -d ../../../../lib ]; then mkdir -p ../../../../lib; fi
/bin/install -c server/libParameterDialogServiceTest_0_4_3.so ../../../../lib
/bin/install -c -m 644 ParameterDialogServiceTest.depl.cca ../../../../lib
/bin/install -c -m 644 ParameterDialogServiceTest.cca ../../../../lib
touch .lib-local-installed
gmake[5]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/babel/component/ParameterDialogServiceTest'
gmake[5]: Entering directory `/home/tester/cca/ccafe/cxx/dc/babel/component/PrinterComponent'
(cd server; gmake -f Makefile.babel)
gmake[6]: Entering directory `/home/tester/cca/ccafe/cxx/dc/babel/component/PrinterComponent/server'
g++ -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -DBOOST_DISABLE_THREADS -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6  -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -c ccafe0_PrinterComponent_Impl.cc
/usr/bin/gcc -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -DBOOST_DISABLE_THREADS -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6  -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -c ccafe0_PrinterComponent_IOR.c
/usr/bin/gcc -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -DBOOST_DISABLE_THREADS -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6  -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -c ccafe0_StringConsumerPort_IOR.c
g++ -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -DBOOST_DISABLE_THREADS -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6  -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -c ccafe0_PrinterComponent_Skel.cc
g++ -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -DBOOST_DISABLE_THREADS -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6  -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -c ccafe0_PrinterComponent.cc
g++ -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -DBOOST_DISABLE_THREADS -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6  -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -c ccafe0_StringConsumerPort.cc
g++ -shared -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -DBOOST_DISABLE_THREADS -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6  -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -o libPrinterComponent_0_4_3.so -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. ccafe0_PrinterComponent_Impl.o ccafe0_PrinterComponent_IOR.o ccafe0_StringConsumerPort_IOR.o ccafe0_PrinterComponent_Skel.o ccafe0_PrinterComponent.o ccafe0_StringConsumerPort.o  -Wl,-rpath,'/home/tester/cca/cca-spec-babel/lib/cca-spec-babel-0_6_3-babel-0.8.6' -Wl,-rpath,'-lcca' -L/home/tester/cca/ccafe/lib -Wl,-rpath,/home/tester/cca/ccafe/lib -Wl,-rpath,/home/tester/cca/ccafe/cca/lib -L/usr/local/babel-0.8.6/lib -Wl,-rpath,/usr/local/babel-0.8.6/lib -lsidl -Wl,-rpath,'/home/tester/cca/cca-spec-babel/lib/cca-spec-babel-0_6_3-babel-0.8.6' -Wl,-rpath,'-lcca' -L/home/tester/cca/ccafe/lib -Wl,-rpath,/home/tester/cca/ccafe/lib -Wl,-rpath,/home/tester/cca/ccafe/cca/lib -L/usr/local/babel-0.8.6/lib -Wl,-rpath,/usr/local/babel-0.8.6/lib -lsidl ../../../../../util/libcafeutil.a -lpthread
gmake[6]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/babel/component/PrinterComponent/server'
touch .make-babel
if ! [ -d py-client ]; then mkdir py-client;fi
(cd py-client;PATH=/usr/local/babel-0.8.6/bin:/opt/blackdown-jdk-1.4.1/bin:$PATH /usr/local/babel-0.8.6/bin/babel  --override-installpath -cpython --exclude="^gov.*" --repository-path /home/tester/cca/cca-spec-babel/share/cca-spec-babel-0_6_3-babel-0.8.6/xml ../PrinterComponent.sidl)
Babel: Parsing URL "file:/home/tester/cca/ccafe/cxx/dc/babel/component/PrinterComponent/py-client/../PrinterComponent.sidl"...
(cd py-client; python setup.py \
  --include-dirs=/usr/include/python2.2 \
  --include-dirs=/usr/local/babel-0.8.6/include \
  --include-dirs=.      \
  --include-dirs=/usr/local/babel-0.8.6/include/python2.2/babel \
  --include-dirs=/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 \
  --include-dirs=/home/tester/cca/ccafe/../cca-spec-babel/include/python2.2/babel \
  --library-dirs=/usr/local/babel-0.8.6/lib \
  build_ext --inplace --force )
running build_ext
building 'ccafe0.PrinterComponent' extension
creating build
creating build/temp.linux-i686-2.2
gcc -DNDEBUG -fPIC -I. -I/usr/include/python2.2 -I/usr/local/babel-0.8.6/include -I. -I/usr/local/babel-0.8.6/include/python2.2/babel -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I/home/tester/cca/ccafe/../cca-spec-babel/include/python2.2/babel -I/usr/include/python2.2 -c ccafe0/PrinterComponent_Module.c -o build/temp.linux-i686-2.2/PrinterComponent_Module.o
In file included from ccafe0_PrinterComponent_Module.h:36,
                 from ccafe0/PrinterComponent_Module.c:34:
/usr/local/babel-0.8.6/include/babel_config.h:120:1: warning: "HAVE_LONG_LONG" redefined
In file included from /usr/include/python2.2/pyport.h:4,
                 from /usr/include/python2.2/Python.h:62,
                 from ccafe0_PrinterComponent_Module.h:35,
                 from ccafe0/PrinterComponent_Module.c:34:
/usr/include/python2.2/pyconfig.h:157:1: warning: this is the location of the previous definition
gcc -shared build/temp.linux-i686-2.2/PrinterComponent_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o ccafe0/PrinterComponent.so
building 'ccafe0.StringConsumerPort' extension
gcc -DNDEBUG -fPIC -I. -I/usr/include/python2.2 -I/usr/local/babel-0.8.6/include -I. -I/usr/local/babel-0.8.6/include/python2.2/babel -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I/home/tester/cca/ccafe/../cca-spec-babel/include/python2.2/babel -I/usr/include/python2.2 -c ccafe0/StringConsumerPort_Module.c -o build/temp.linux-i686-2.2/StringConsumerPort_Module.o
In file included from ccafe0_StringConsumerPort_Module.h:36,
                 from ccafe0/StringConsumerPort_Module.c:35:
/usr/local/babel-0.8.6/include/babel_config.h:120:1: warning: "HAVE_LONG_LONG" redefined
In file included from /usr/include/python2.2/pyport.h:4,
                 from /usr/include/python2.2/Python.h:62,
                 from ccafe0_StringConsumerPort_Module.h:35,
                 from ccafe0/StringConsumerPort_Module.c:35:
/usr/include/python2.2/pyconfig.h:157:1: warning: this is the location of the previous definition
gcc -shared build/temp.linux-i686-2.2/StringConsumerPort_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o ccafe0/StringConsumerPort.so
touch .gen-babel-py
/home/tester/cca/ccafe/cxx/util/genDLIndexXML libPrinterComponent_0_4_3.so dummy-create ccafe0.PrinterComponent /home/tester/cca/ccafe/lib/ ccafe0.PrinterComponent babel > PrinterComponent.depl.cca
/home/tester/cca/ccafe/cxx/util/genDLIndex libPrinterComponent_0_4_3.so dummy-create ccafe0.PrinterComponent /home/tester/cca/ccafe/lib/ ccafe0.PrinterComponent babel > PrinterComponent.cca
if ! [ -d ../../../../lib ]; then mkdir -p ../../../../lib; fi
/bin/install -c server/libPrinterComponent_0_4_3.so ../../../../lib
/bin/install -c -m 644 PrinterComponent.depl.cca ../../../../lib
/bin/install -c -m 644 PrinterComponent.cca ../../../../lib
touch .lib-local-installed
gmake[5]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/babel/component/PrinterComponent'
gmake[5]: Entering directory `/home/tester/cca/ccafe/cxx/dc/babel/component/StarterComponent'
(cd server;gmake -f Makefile.babel)
gmake[6]: Entering directory `/home/tester/cca/ccafe/cxx/dc/babel/component/StarterComponent/server'
g++  -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -DBOOST_DISABLE_THREADS -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6 -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6 -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -c ccafe1_StarterComponent_Impl.cc
/usr/bin/gcc   -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -DBOOST_DISABLE_THREADS -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6 -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6 -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -c ccafe1_StarterComponent_IOR.c
g++  -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -DBOOST_DISABLE_THREADS -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6 -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6 -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -c ccafe1_StarterComponent_Skel.cc
g++  -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -DBOOST_DISABLE_THREADS -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6 -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6 -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -c ccafe1_StarterComponent.cc
g++ -shared -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -DBOOST_DISABLE_THREADS -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6 -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6 -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -o libStarterComponent_0_4_3.so -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. ccafe1_StarterComponent_Impl.o ccafe1_StarterComponent_IOR.o ccafe1_StarterComponent_Skel.o ccafe1_StarterComponent.o  -L/home/tester/cca/ccafe/cxx/dc/babel/component/PrinterComponent/server -L'/home/tester/cca/cca-spec-babel/lib/cca-spec-babel-0_6_3-babel-0.8.6' -L/usr/local/babel-0.8.6/lib -Wl,-rpath,'/home/tester/cca/cca-spec-babel/lib/cca-spec-babel-0_6_3-babel-0.8.6' -Wl,-rpath,/home/tester/cca/ccafe/lib -Wl,-rpath,/home/tester/cca/ccafe/cca/lib -Wl,-rpath,/usr/local/babel-0.8.6/lib -lPrinterComponent_0_4_3 '-lcca' -lsidl
gmake[6]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/babel/component/StarterComponent/server'
touch .make-babel
/home/tester/cca/ccafe/cxx/util/genDLIndexXML libStarterComponent_0_4_3.so dummy-create ccafe1.StarterComponent /home/tester/cca/ccafe/lib/ ccafe1.StarterComponent babel > StarterComponent.depl.cca
/home/tester/cca/ccafe/cxx/util/genDLIndex libStarterComponent_0_4_3.so dummy-create ccafe1.StarterComponent /home/tester/cca/ccafe/lib/ ccafe1.StarterComponent babel > StarterComponent.cca
if ! [ -d ../../../../lib ]; then mkdir -p ../../../../lib; fi
/bin/install -c server/libStarterComponent_0_4_3.so ../../../../lib
/bin/install -c -m 644 StarterComponent.depl.cca ../../../../lib
/bin/install -c -m 644 StarterComponent.cca ../../../../lib
touch .lib-local-installed
gmake[5]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/babel/component/StarterComponent'
gmake[5]: Entering directory `/home/tester/cca/ccafe/cxx/dc/babel/component/PortTranslatorStarter'
(cd server;gmake -f Makefile.babel)
gmake[6]: Entering directory `/home/tester/cca/ccafe/cxx/dc/babel/component/PortTranslatorStarter/server'
g++ -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -DBOOST_DISABLE_THREADS -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6 -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6 -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -c ccafe_eg_PortTranslatorStarter_Impl.cc
/usr/bin/gcc -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -DBOOST_DISABLE_THREADS -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6 -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6 -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -c ccafe_eg_PortTranslatorStarter_IOR.c
g++ -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -DBOOST_DISABLE_THREADS -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6 -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6 -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -c ccafe_eg_PortTranslatorStarter_Skel.cc
g++ -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -DBOOST_DISABLE_THREADS -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6 -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6 -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -c ccafe_eg_PortTranslatorStarter.cc
g++ -shared -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. -DBOOST_DISABLE_THREADS -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6 -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6 -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -o libPortTranslatorStarter_0_4_3.so -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. ccafe_eg_PortTranslatorStarter_Impl.o ccafe_eg_PortTranslatorStarter_IOR.o ccafe_eg_PortTranslatorStarter_Skel.o ccafe_eg_PortTranslatorStarter.o -L/home/tester/cca/ccafe/cxx/dc/babel/component/PrinterComponent/server -L'/home/tester/cca/cca-spec-babel/lib/cca-spec-babel-0_6_3-babel-0.8.6' -L/usr/local/babel-0.8.6/lib -Wl,-rpath,'/home/tester/cca/cca-spec-babel/lib/cca-spec-babel-0_6_3-babel-0.8.6' -Wl,-rpath,/home/tester/cca/ccafe/lib -Wl,-rpath,/home/tester/cca/ccafe/cca/lib -Wl,-rpath,/usr/local/babel-0.8.6/lib -lPrinterComponent_0_4_3 '-lcca' -lsidl
gmake[6]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/babel/component/PortTranslatorStarter/server'
touch .make-babel
/home/tester/cca/ccafe/cxx/util/genDLIndexXML libPortTranslatorStarter_0_4_3.so dummy-create ccafe_eg.PortTranslatorStarter /home/tester/cca/ccafe/lib/ ccafe_eg.PortTranslatorStarter babel > PortTranslatorStarter.depl.cca
/home/tester/cca/ccafe/cxx/util/genDLIndex libPortTranslatorStarter_0_4_3.so dummy-create ccafe_eg.PortTranslatorStarter /home/tester/cca/ccafe/lib/ ccafe_eg.PortTranslatorStarter babel > PortTranslatorStarter.cca
if ! [ -d ../../../../lib ]; then mkdir -p ../../../../lib; fi
/bin/install -c server/libPortTranslatorStarter_0_4_3.so ../../../../lib
/bin/install -c -m 644 PortTranslatorStarter.cca ../../../../lib
/bin/install -c -m 644 PortTranslatorStarter.depl.cca ../../../../lib
touch .lib-local-installed
gmake[5]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/babel/component/PortTranslatorStarter'
gmake[4]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/babel/component'
gmake[4]: Entering directory `/home/tester/cca/ccafe/cxx/dc/babel/ccafe-bind'
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. BabelOpaqueTypeMap.cc
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. BabelOpaqueGoPort.cc
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. BabelComponentWrapper.cc
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. BabelOpaquePort.cc
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I. BabelHelper.cc
ar r libBblCcafe.a BabelOpaqueTypeMap.o BabelOpaqueGoPort.o BabelComponentWrapper.o BabelOpaquePort.o BabelHelper.o
ranlib libBblCcafe.a
no subdirs to do for all-subdirs.
gmake[4]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/babel/ccafe-bind'
gmake[3]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/babel'
gmake[3]: Entering directory `/home/tester/cca/ccafe/cxx/dc/port'
/usr/local/mpich/bin/mpiCC -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/mpich/include -D_CCAMPI DefaultGUIService.cxx
/usr/local/mpich/bin/mpiCC -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/mpich/include -D_CCAMPI DefaultParameterDialogService.cxx
/usr/local/mpich/bin/mpiCC -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/mpich/include -D_CCAMPI DefaultConfigurableParameterFactory.cxx
/usr/local/mpich/bin/mpiCC -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/mpich/include -D_CCAMPI DefaultParameterPort.cxx
/usr/local/mpich/bin/mpiCC -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/mpich/include -D_CCAMPI CCA_Block.cxx
/usr/local/mpich/bin/mpiCC -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/mpich/include -D_CCAMPI DefaultJPrintfPort.cxx
/usr/local/mpich/bin/mpiCC -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/mpich/include -D_CCAMPI DefaultPrintfPort.cxx
/usr/local/mpich/bin/mpiCC -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/mpich/include -D_CCAMPI DefaultKeyValuePort.cxx
/usr/local/mpich/bin/mpiCC -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/mpich/include -D_CCAMPI DefaultMPIService.cxx
/usr/local/mpich/bin/mpiCC -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/mpich/include -D_CCAMPI DefaultMPIBorrow.cxx
/usr/local/mpich/bin/mpiCC -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/mpich/include -D_CCAMPI Caffeine_Port_DynamicLink.cxx
ar ruv libports.a DefaultGUIService.o DefaultParameterDialogService.o DefaultConfigurableParameterFactory.o DefaultParameterPort.o CCA_Block.o DefaultJPrintfPort.o DefaultPrintfPort.o DefaultKeyValuePort.o DefaultMPIService.o DefaultMPIBorrow.o Caffeine_Port_DynamicLink.o
a - DefaultGUIService.o
a - DefaultParameterDialogService.o
a - DefaultConfigurableParameterFactory.o
a - DefaultParameterPort.o
a - CCA_Block.o
a - DefaultJPrintfPort.o
a - DefaultPrintfPort.o
a - DefaultKeyValuePort.o
a - DefaultMPIService.o
a - DefaultMPIBorrow.o
a - Caffeine_Port_DynamicLink.o
ranlib libports.a
done DefaultGUIService.o DefaultParameterDialogService.o DefaultConfigurableParameterFactory.o DefaultParameterPort.o CCA_Block.o DefaultJPrintfPort.o DefaultPrintfPort.o DefaultKeyValuePort.o DefaultMPIService.o DefaultMPIBorrow.o Caffeine_Port_DynamicLink.o
gmake[3]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/port'
gmake[3]: Entering directory `/home/tester/cca/ccafe/cxx/dc/services'
gmake[4]: Entering directory `/home/tester/cca/ccafe/cxx/dc/services/dotcca'
(cd treeReader; gmake all)
gmake[5]: Entering directory `/home/tester/cca/ccafe/cxx/dc/services/dotcca/treeReader'
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6      -I/usr/include/libxml2 -DHAVE_XML=1 ComponentData.cpp
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6      -I/usr/include/libxml2 -DHAVE_XML=1 PortData.cpp
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6      -I/usr/include/libxml2 -DHAVE_XML=1 MetaDataParser.cpp
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6      -I/usr/include/libxml2 -DHAVE_XML=1 Node.cpp
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6      -I/usr/include/libxml2 -DHAVE_XML=1 Parser.cpp
gmake[5]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/services/dotcca/treeReader'
(cd dccore; gmake all)
gmake[5]: Entering directory `/home/tester/cca/ccafe/cxx/dc/services/dotcca/dccore'
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/include/libxml2 -DHAVE_XML=1  -c DotCCAComponentCore.cpp
gmake[5]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/services/dotcca/dccore'
gmake[4]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/services/dotcca'
gmake[3]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/services'
gmake[3]: Entering directory `/home/tester/cca/ccafe/cxx/dc/framework'
/usr/local/mpich/bin/mpiCC -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I../../dc/babel/ccafe-cca/server   -DDSTRING='"sun 10/5-1"' -I/usr/local/mpich/include -D_CCAMPI ComponentRecord_Impl.cxx
echo CCA_PLLFLAGS = -I/usr/local/mpich/include -D_CCAMPI
CCA_PLLFLAGS = -I/usr/local/mpich/include -D_CCAMPI
/usr/local/mpich/bin/mpiCC -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I../../dc/babel/ccafe-cca/server   \
  \
 \
 \
-I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6 \
 \
 \
-I/usr/local/mpich/include -D_CCAMPI ComponentFactory.cxx
/usr/local/mpich/bin/mpiCC -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I../../dc/babel/ccafe-cca/server   -DDSTRING='"sun 10/5-1"' -I/usr/local/mpich/include -D_CCAMPI OpqAbstractFramework.cxx
/usr/local/mpich/bin/mpiCC -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I../../dc/babel/ccafe-cca/server   -DDSTRING='"sun 10/5-1"' -I/usr/local/mpich/include -D_CCAMPI CmpBox.cxx
/usr/local/mpich/bin/mpiCC -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I../../dc/babel/ccafe-cca/server   -DDSTRING='"sun 10/5-1"' -I/usr/local/mpich/include -D_CCAMPI ServicesHelper.cxx
/usr/local/mpich/bin/mpiCC -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I../../dc/babel/ccafe-cca/server   -DDSTRING='"sun 10/5-1"' -I/usr/local/mpich/include -D_CCAMPI ComponentInfo.cxx
/usr/local/mpich/bin/mpiCC -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I../../dc/babel/ccafe-cca/server   -DDSTRING='"sun 10/5-1"' -I/usr/local/mpich/include -D_CCAMPI ConnectedConnectionEvent.cxx
/usr/local/mpich/bin/mpiCC -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I../../dc/babel/ccafe-cca/server   -DDSTRING='"sun 10/5-1"' -I/usr/local/mpich/include -D_CCAMPI DisconnectingConnectionEvent.cxx
/usr/local/mpich/bin/mpiCC -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I../../dc/babel/ccafe-cca/server   -DDSTRING='"sun 10/5-1"' -I/usr/local/mpich/include -D_CCAMPI UserPortData.cxx
/usr/local/mpich/bin/mpiCC -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I../../dc/babel/ccafe-cca/server   -DDSTRING='"sun 10/5-1"' -I/usr/local/mpich/include -D_CCAMPI ProviderPortData.cxx
/usr/local/mpich/bin/mpiCC -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I../../dc/babel/ccafe-cca/server   -DDSTRING='"sun 10/5-1"' -I/usr/local/mpich/include -D_CCAMPI PropertyStrings.cxx
/usr/local/mpich/bin/mpiCC -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I../../dc/babel/ccafe-cca/server   -DDSTRING='"sun 10/5-1"' -I/usr/local/mpich/include -D_CCAMPI PropertiesHelper.cxx
/usr/local/mpich/bin/mpiCC -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I../../dc/babel/ccafe-cca/server   -DDSTRING='"sun 10/5-1"' -I/usr/local/mpich/include -D_CCAMPI OpqPortInfo.cxx
/usr/local/mpich/bin/mpiCC -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I../../dc/babel/ccafe-cca/server   -DDSTRING='"sun 10/5-1"' -I/usr/local/mpich/include -D_CCAMPI OpqBuilderService.cxx
/usr/local/mpich/bin/mpiCC -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I../../dc/babel/ccafe-cca/server   -DDSTRING='"sun 10/5-1"' -I/usr/local/mpich/include -D_CCAMPI Gizzard.cxx
/usr/local/mpich/bin/mpiCC -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I../../dc/babel/ccafe-cca/server   -DDSTRING='"sun 10/5-1"' -I/usr/local/mpich/include -D_CCAMPI ConnectionFramework.cxx
/usr/local/mpich/bin/mpiCC -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I../../dc/babel/ccafe-cca/server   -DDSTRING='"sun 10/5-1"' -I/usr/local/mpich/include -D_CCAMPI ComponentChangedEvent.cxx
/usr/local/mpich/bin/mpiCC -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I../../dc/babel/ccafe-cca/server   -DDSTRING='"sun 10/5-1"' -I/usr/local/mpich/include -D_CCAMPI GizzardComponentChangedEvent.cxx
/usr/local/mpich/bin/mpiCC -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I../../dc/babel/ccafe-cca/server   -DDSTRING='"sun 10/5-1"' -I/usr/local/mpich/include -D_CCAMPI CcafeServiceFactoryContainer.cxx
/usr/local/mpich/bin/mpiCC -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I../../dc/babel/ccafe-cca/server   -DDSTRING='"sun 10/5-1"' -I/usr/local/mpich/include -D_CCAMPI ComponentID.cxx
/usr/local/mpich/bin/mpiCC -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I../../dc/babel/ccafe-cca/server   -DDSTRING='"sun 10/5-1"' -I/usr/local/mpich/include -D_CCAMPI ConnectionID.cxx
/usr/local/mpich/bin/mpiCC -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 -I../../dc/babel/ccafe-cca/server   -DDSTRING='"sun 10/5-1"' -I/usr/local/mpich/include -D_CCAMPI GoThread.cxx
g++ -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6      -c -o XService.o XService.cc
ar ruv libdc_fwk.a ComponentRecord_Impl.o ComponentFactory.o OpqAbstractFramework.o CmpBox.o ComponentFactory.o ServicesHelper.o ComponentInfo.o ConnectedConnectionEvent.o DisconnectingConnectionEvent.o UserPortData.o ProviderPortData.o PropertyStrings.o PropertiesHelper.o OpqPortInfo.o OpqBuilderService.o Gizzard.o ConnectionFramework.o ComponentChangedEvent.o GizzardComponentChangedEvent.o CcafeServiceFactoryContainer.o ComponentID.o ConnectionID.o GoThread.o XService.o ../services/dotcca/dccore/DotCCAComponentCore.o ../services/dotcca/treeReader/*.o
a - ComponentRecord_Impl.o
a - ComponentFactory.o
a - OpqAbstractFramework.o
a - CmpBox.o
a - ComponentFactory.o
a - ServicesHelper.o
a - ComponentInfo.o
a - ConnectedConnectionEvent.o
a - DisconnectingConnectionEvent.o
a - UserPortData.o
a - ProviderPortData.o
a - PropertyStrings.o
a - PropertiesHelper.o
a - OpqPortInfo.o
a - OpqBuilderService.o
a - Gizzard.o
a - ConnectionFramework.o
a - ComponentChangedEvent.o
a - GizzardComponentChangedEvent.o
a - CcafeServiceFactoryContainer.o
a - ComponentID.o
a - ConnectionID.o
a - GoThread.o
a - XService.o
a - ../services/dotcca/dccore/DotCCAComponentCore.o
a - ../services/dotcca/treeReader/ComponentData.o
a - ../services/dotcca/treeReader/MetaDataParser.o
a - ../services/dotcca/treeReader/Node.o
a - ../services/dotcca/treeReader/Parser.o
a - ../services/dotcca/treeReader/PortData.o
ranlib libdc_fwk.a
done ComponentRecord_Impl.o ComponentFactory.o OpqAbstractFramework.o CmpBox.o ComponentFactory.o ServicesHelper.o ComponentInfo.o ConnectedConnectionEvent.o DisconnectingConnectionEvent.o UserPortData.o ProviderPortData.o PropertyStrings.o PropertiesHelper.o OpqPortInfo.o OpqBuilderService.o Gizzard.o ConnectionFramework.o ComponentChangedEvent.o GizzardComponentChangedEvent.o CcafeServiceFactoryContainer.o ComponentID.o ConnectionID.o GoThread.o XService.o
gmake[3]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/framework'
gmake[3]: Entering directory `/home/tester/cca/ccafe/cxx/dc/distributed'
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -D_GNU_SOURCE -D_REENTRANT ConnectionManager.cxx
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -D_GNU_SOURCE -D_REENTRANT SocketConnectionManager.cxx
SocketConnectionManager.cxx: In member function `virtual int
   SocketConnectionManager::notifyReconnect()':
SocketConnectionManager.cxx:253: warning: unused variable `socklen_t slen'
SocketConnectionManager.cxx:254: warning: unused variable `int ilen'
SocketConnectionManager.cxx: In member function `int
   SocketConnectionManager::acceptConnections(int)':
SocketConnectionManager.cxx:459: warning: unused variable `socklen_t slen'
SocketConnectionManager.cxx:460: warning: unused variable `int ilen'
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -D_GNU_SOURCE -D_REENTRANT LinewiseClient.cxx
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -D_GNU_SOURCE -D_REENTRANT ServerMux.cxx
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -D_GNU_SOURCE -D_REENTRANT DataCollectorFactory.cxx
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -D_GNU_SOURCE -D_REENTRANT MessageData.cxx
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -D_GNU_SOURCE -D_REENTRANT ServerOutOfBandListener.cxx
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    ClientServerSocket.cxx
ClientServerSocket.cxx: In member function `int
   ClientServerSocket::acceptConnections()':
ClientServerSocket.cxx:55: warning: unused variable `socklen_t slen'
ClientServerSocket.cxx:57: warning: unused variable `int ilen'
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    ProcessorInfo.cxx
ar -rv libdistributed.a ClientServerSocket.o ProcessorInfo.o
a - ClientServerSocket.o
a - ProcessorInfo.o
ranlib libdistributed.a
ar -rv libdistthreaded.a ConnectionManager.o SocketConnectionManager.o LinewiseClient.o ServerMux.o DataCollectorFactory.o MessageData.o ServerOutOfBandListener.o
a - ConnectionManager.o
a - SocketConnectionManager.o
a - LinewiseClient.o
a - ServerMux.o
a - DataCollectorFactory.o
a - MessageData.o
a - ServerOutOfBandListener.o
ranlib libdistthreaded.a
done ClientServerSocket.o ProcessorInfo.o
gmake[3]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/distributed'
gmake[3]: Entering directory `/home/tester/cca/ccafe/cxx/dc/component'
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6     BSTest.cxx
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6     Timer.cxx
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6     StarterComponent.cxx
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6     PrinterComponent.cxx
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6     ComplicatedStarterComponent.cxx
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6     ComplicatedPrinterComponent.cxx
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6     GoThreadComponent.cxx
GoThreadComponent.cxx:2: warning: `char id[63]' defined but not used
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6     TimeStamper.cxx
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6     RevalidateTest.cxx
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6     PDSTest.cxx
ar -rv libcomponent_0_4_3.a BSTest.o Timer.o StarterComponent.o PrinterComponent.o ComplicatedStarterComponent.o ComplicatedPrinterComponent.o GoThreadComponent.o TimeStamper.o RevalidateTest.o PDSTest.o
a - BSTest.o
a - Timer.o
a - StarterComponent.o
a - PrinterComponent.o
a - ComplicatedStarterComponent.o
a - ComplicatedPrinterComponent.o
a - GoThreadComponent.o
a - TimeStamper.o
a - RevalidateTest.o
a - PDSTest.o
ranlib libcomponent_0_4_3.a
rm -f libclassicBSTest_0_4_3.so BSTest.o BSTest_wrapper.cxx
/home/tester/cca/ccafe/cxx/util/genDLWrapperStrict BSTest > BSTest_wrapper.cxx
/home/tester/cca/ccafe/cxx/util/genDLIndex libclassicBSTest_0_4_3.so create_BSTest BSTest /home/tester/cca/ccafe/lib/ BSTest classic > BSTest.cca
/home/tester/cca/ccafe/cxx/util/genDLIndexXML libclassicBSTest_0_4_3.so create_BSTest BSTest /home/tester/cca/ccafe/lib/ BSTest classic > BSTest.depl.cca
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6     -fPIC BSTest.cxx
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6     -fPIC \
         BSTest_wrapper.cxx
g++ -shared  -o libclassicBSTest_0_4_3.so BSTest.o BSTest_wrapper.o \
        /home/tester/cca/ccafe/cxx/dc/port/libports.a /home/tester/cca/ccafe/cxx/parameters/libparameters.a /home/tester/cca/ccafe/cxx/cmd/libcmd.a /home/tester/cca/ccafe/cxx/jc++/libjcpp.a /home/tester/cca/ccafe/cxx/util/libcafeutil.a /home/tester/cca/ccafe/cxx/dc/component/libcomponent_0_4_3.a /home/tester/cca/ccafe/cxx/dc/framework/libdc_fwk.a /home/tester/cca/ccafe/cxx/dc/distributed/libdistributed.a /home/tester/cca/ccafe/cxx/jc++/libjcpp.a
rm -f BSTest.o BSTest_wrapper.o
rm -f libclassicTimer_0_4_3.so Timer.o Timer_wrapper.cxx
/home/tester/cca/ccafe/cxx/util/genDLWrapperStrict Timer > Timer_wrapper.cxx
/home/tester/cca/ccafe/cxx/util/genDLIndex libclassicTimer_0_4_3.so create_Timer Timer /home/tester/cca/ccafe/lib/ Timer classic > Timer.cca
/home/tester/cca/ccafe/cxx/util/genDLIndexXML libclassicTimer_0_4_3.so create_Timer Timer /home/tester/cca/ccafe/lib/ Timer classic > Timer.depl.cca
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6     -fPIC Timer.cxx
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6     -fPIC \
         Timer_wrapper.cxx
g++ -shared  -o libclassicTimer_0_4_3.so Timer.o Timer_wrapper.o \
        /home/tester/cca/ccafe/cxx/dc/port/libports.a /home/tester/cca/ccafe/cxx/parameters/libparameters.a /home/tester/cca/ccafe/cxx/cmd/libcmd.a /home/tester/cca/ccafe/cxx/jc++/libjcpp.a /home/tester/cca/ccafe/cxx/util/libcafeutil.a /home/tester/cca/ccafe/cxx/dc/component/libcomponent_0_4_3.a /home/tester/cca/ccafe/cxx/dc/framework/libdc_fwk.a /home/tester/cca/ccafe/cxx/dc/distributed/libdistributed.a /home/tester/cca/ccafe/cxx/jc++/libjcpp.a
rm -f Timer.o Timer_wrapper.o
rm -f libclassicStarterComponent_0_4_3.so StarterComponent.o StarterComponent_wrapper.cxx
/home/tester/cca/ccafe/cxx/util/genDLWrapperStrict StarterComponent > StarterComponent_wrapper.cxx
/home/tester/cca/ccafe/cxx/util/genDLIndex libclassicStarterComponent_0_4_3.so create_StarterComponent StarterComponent /home/tester/cca/ccafe/lib/ StarterComponent classic > StarterComponent.cca
/home/tester/cca/ccafe/cxx/util/genDLIndexXML libclassicStarterComponent_0_4_3.so create_StarterComponent StarterComponent /home/tester/cca/ccafe/lib/ StarterComponent classic > StarterComponent.depl.cca
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6     -fPIC StarterComponent.cxx
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6     -fPIC \
         StarterComponent_wrapper.cxx
g++ -shared  -o libclassicStarterComponent_0_4_3.so StarterComponent.o StarterComponent_wrapper.o \
        /home/tester/cca/ccafe/cxx/dc/port/libports.a /home/tester/cca/ccafe/cxx/parameters/libparameters.a /home/tester/cca/ccafe/cxx/cmd/libcmd.a /home/tester/cca/ccafe/cxx/jc++/libjcpp.a /home/tester/cca/ccafe/cxx/util/libcafeutil.a /home/tester/cca/ccafe/cxx/dc/component/libcomponent_0_4_3.a /home/tester/cca/ccafe/cxx/dc/framework/libdc_fwk.a /home/tester/cca/ccafe/cxx/dc/distributed/libdistributed.a /home/tester/cca/ccafe/cxx/jc++/libjcpp.a
rm -f StarterComponent.o StarterComponent_wrapper.o
rm -f libclassicPrinterComponent_0_4_3.so PrinterComponent.o PrinterComponent_wrapper.cxx
/home/tester/cca/ccafe/cxx/util/genDLWrapperStrict PrinterComponent > PrinterComponent_wrapper.cxx
/home/tester/cca/ccafe/cxx/util/genDLIndex libclassicPrinterComponent_0_4_3.so create_PrinterComponent PrinterComponent /home/tester/cca/ccafe/lib/ PrinterComponent classic > PrinterComponent.cca
/home/tester/cca/ccafe/cxx/util/genDLIndexXML libclassicPrinterComponent_0_4_3.so create_PrinterComponent PrinterComponent /home/tester/cca/ccafe/lib/ PrinterComponent classic > PrinterComponent.depl.cca
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6     -fPIC PrinterComponent.cxx
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6     -fPIC \
         PrinterComponent_wrapper.cxx
g++ -shared  -o libclassicPrinterComponent_0_4_3.so PrinterComponent.o PrinterComponent_wrapper.o \
        /home/tester/cca/ccafe/cxx/dc/port/libports.a /home/tester/cca/ccafe/cxx/parameters/libparameters.a /home/tester/cca/ccafe/cxx/cmd/libcmd.a /home/tester/cca/ccafe/cxx/jc++/libjcpp.a /home/tester/cca/ccafe/cxx/util/libcafeutil.a /home/tester/cca/ccafe/cxx/dc/component/libcomponent_0_4_3.a /home/tester/cca/ccafe/cxx/dc/framework/libdc_fwk.a /home/tester/cca/ccafe/cxx/dc/distributed/libdistributed.a /home/tester/cca/ccafe/cxx/jc++/libjcpp.a
rm -f PrinterComponent.o PrinterComponent_wrapper.o
rm -f libclassicComplicatedStarterComponent_0_4_3.so ComplicatedStarterComponent.o ComplicatedStarterComponent_wrapper.cxx
/home/tester/cca/ccafe/cxx/util/genDLWrapperStrict ComplicatedStarterComponent > ComplicatedStarterComponent_wrapper.cxx
/home/tester/cca/ccafe/cxx/util/genDLIndex libclassicComplicatedStarterComponent_0_4_3.so create_ComplicatedStarterComponent ComplicatedStarterComponent /home/tester/cca/ccafe/lib/ ComplicatedStarterComponent classic > ComplicatedStarterComponent.cca
/home/tester/cca/ccafe/cxx/util/genDLIndexXML libclassicComplicatedStarterComponent_0_4_3.so create_ComplicatedStarterComponent ComplicatedStarterComponent /home/tester/cca/ccafe/lib/ ComplicatedStarterComponent classic > ComplicatedStarterComponent.depl.cca
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6     -fPIC ComplicatedStarterComponent.cxx
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6     -fPIC \
         ComplicatedStarterComponent_wrapper.cxx
g++ -shared  -o libclassicComplicatedStarterComponent_0_4_3.so ComplicatedStarterComponent.o ComplicatedStarterComponent_wrapper.o \
        /home/tester/cca/ccafe/cxx/dc/port/libports.a /home/tester/cca/ccafe/cxx/parameters/libparameters.a /home/tester/cca/ccafe/cxx/cmd/libcmd.a /home/tester/cca/ccafe/cxx/jc++/libjcpp.a /home/tester/cca/ccafe/cxx/util/libcafeutil.a /home/tester/cca/ccafe/cxx/dc/component/libcomponent_0_4_3.a /home/tester/cca/ccafe/cxx/dc/framework/libdc_fwk.a /home/tester/cca/ccafe/cxx/dc/distributed/libdistributed.a /home/tester/cca/ccafe/cxx/jc++/libjcpp.a
rm -f ComplicatedStarterComponent.o ComplicatedStarterComponent_wrapper.o
rm -f libclassicComplicatedPrinterComponent_0_4_3.so ComplicatedPrinterComponent.o ComplicatedPrinterComponent_wrapper.cxx
/home/tester/cca/ccafe/cxx/util/genDLWrapperStrict ComplicatedPrinterComponent > ComplicatedPrinterComponent_wrapper.cxx
/home/tester/cca/ccafe/cxx/util/genDLIndex libclassicComplicatedPrinterComponent_0_4_3.so create_ComplicatedPrinterComponent ComplicatedPrinterComponent /home/tester/cca/ccafe/lib/ ComplicatedPrinterComponent classic > ComplicatedPrinterComponent.cca
/home/tester/cca/ccafe/cxx/util/genDLIndexXML libclassicComplicatedPrinterComponent_0_4_3.so create_ComplicatedPrinterComponent ComplicatedPrinterComponent /home/tester/cca/ccafe/lib/ ComplicatedPrinterComponent classic > ComplicatedPrinterComponent.depl.cca
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6     -fPIC ComplicatedPrinterComponent.cxx
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6     -fPIC \
         ComplicatedPrinterComponent_wrapper.cxx
g++ -shared  -o libclassicComplicatedPrinterComponent_0_4_3.so ComplicatedPrinterComponent.o ComplicatedPrinterComponent_wrapper.o \
        /home/tester/cca/ccafe/cxx/dc/port/libports.a /home/tester/cca/ccafe/cxx/parameters/libparameters.a /home/tester/cca/ccafe/cxx/cmd/libcmd.a /home/tester/cca/ccafe/cxx/jc++/libjcpp.a /home/tester/cca/ccafe/cxx/util/libcafeutil.a /home/tester/cca/ccafe/cxx/dc/component/libcomponent_0_4_3.a /home/tester/cca/ccafe/cxx/dc/framework/libdc_fwk.a /home/tester/cca/ccafe/cxx/dc/distributed/libdistributed.a /home/tester/cca/ccafe/cxx/jc++/libjcpp.a
rm -f ComplicatedPrinterComponent.o ComplicatedPrinterComponent_wrapper.o
rm -f libclassicGoThreadComponent_0_4_3.so GoThreadComponent.o GoThreadComponent_wrapper.cxx
/home/tester/cca/ccafe/cxx/util/genDLWrapperStrict GoThreadComponent > GoThreadComponent_wrapper.cxx
/home/tester/cca/ccafe/cxx/util/genDLIndex libclassicGoThreadComponent_0_4_3.so create_GoThreadComponent GoThreadComponent /home/tester/cca/ccafe/lib/ GoThreadComponent classic > GoThreadComponent.cca
/home/tester/cca/ccafe/cxx/util/genDLIndexXML libclassicGoThreadComponent_0_4_3.so create_GoThreadComponent GoThreadComponent /home/tester/cca/ccafe/lib/ GoThreadComponent classic > GoThreadComponent.depl.cca
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6     -fPIC GoThreadComponent.cxx
GoThreadComponent.cxx:2: warning: `char id[63]' defined but not used
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6     -fPIC \
         GoThreadComponent_wrapper.cxx
g++ -shared  -o libclassicGoThreadComponent_0_4_3.so GoThreadComponent.o GoThreadComponent_wrapper.o \
        /home/tester/cca/ccafe/cxx/dc/port/libports.a /home/tester/cca/ccafe/cxx/parameters/libparameters.a /home/tester/cca/ccafe/cxx/cmd/libcmd.a /home/tester/cca/ccafe/cxx/jc++/libjcpp.a /home/tester/cca/ccafe/cxx/util/libcafeutil.a /home/tester/cca/ccafe/cxx/dc/component/libcomponent_0_4_3.a /home/tester/cca/ccafe/cxx/dc/framework/libdc_fwk.a /home/tester/cca/ccafe/cxx/dc/distributed/libdistributed.a /home/tester/cca/ccafe/cxx/jc++/libjcpp.a
rm -f GoThreadComponent.o GoThreadComponent_wrapper.o
rm -f libclassicTimeStamper_0_4_3.so TimeStamper.o TimeStamper_wrapper.cxx
/home/tester/cca/ccafe/cxx/util/genDLWrapperSloppy TimeStamper > TimeStamper_wrapper.cxx
/home/tester/cca/ccafe/cxx/util/genDLIndex libclassicTimeStamper_0_4_3.so create_TimeStamper TimeStamper /home/tester/cca/ccafe/lib/ TimeStamper classic > TimeStamper.cca
/home/tester/cca/ccafe/cxx/util/genDLIndexXML libclassicTimeStamper_0_4_3.so create_TimeStamper TimeStamper /home/tester/cca/ccafe/lib/ TimeStamper classic > TimeStamper.depl.cca
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6     -fPIC TimeStamper.cxx
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6     -fPIC \
         TimeStamper_wrapper.cxx
g++ -shared  -o libclassicTimeStamper_0_4_3.so TimeStamper.o TimeStamper_wrapper.o \
        /home/tester/cca/ccafe/cxx/dc/port/libports.a /home/tester/cca/ccafe/cxx/parameters/libparameters.a /home/tester/cca/ccafe/cxx/cmd/libcmd.a /home/tester/cca/ccafe/cxx/jc++/libjcpp.a /home/tester/cca/ccafe/cxx/util/libcafeutil.a /home/tester/cca/ccafe/cxx/dc/component/libcomponent_0_4_3.a /home/tester/cca/ccafe/cxx/dc/framework/libdc_fwk.a /home/tester/cca/ccafe/cxx/dc/distributed/libdistributed.a /home/tester/cca/ccafe/cxx/jc++/libjcpp.a
rm -f TimeStamper.o TimeStamper_wrapper.o
rm -f libclassicRevalidateTest_0_4_3.so RevalidateTest.o RevalidateTest_wrapper.cxx
/home/tester/cca/ccafe/cxx/util/genDLWrapperSloppy RevalidateTest > RevalidateTest_wrapper.cxx
/home/tester/cca/ccafe/cxx/util/genDLIndex libclassicRevalidateTest_0_4_3.so create_RevalidateTest RevalidateTest /home/tester/cca/ccafe/lib/ RevalidateTest classic > RevalidateTest.cca
/home/tester/cca/ccafe/cxx/util/genDLIndexXML libclassicRevalidateTest_0_4_3.so create_RevalidateTest RevalidateTest /home/tester/cca/ccafe/lib/ RevalidateTest classic > RevalidateTest.depl.cca
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6     -fPIC RevalidateTest.cxx
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6     -fPIC \
         RevalidateTest_wrapper.cxx
g++ -shared  -o libclassicRevalidateTest_0_4_3.so RevalidateTest.o RevalidateTest_wrapper.o \
        /home/tester/cca/ccafe/cxx/dc/port/libports.a /home/tester/cca/ccafe/cxx/parameters/libparameters.a /home/tester/cca/ccafe/cxx/cmd/libcmd.a /home/tester/cca/ccafe/cxx/jc++/libjcpp.a /home/tester/cca/ccafe/cxx/util/libcafeutil.a /home/tester/cca/ccafe/cxx/dc/component/libcomponent_0_4_3.a /home/tester/cca/ccafe/cxx/dc/framework/libdc_fwk.a /home/tester/cca/ccafe/cxx/dc/distributed/libdistributed.a /home/tester/cca/ccafe/cxx/jc++/libjcpp.a
rm -f RevalidateTest.o RevalidateTest_wrapper.o
rm -f libclassicPDSTest_0_4_3.so PDSTest.o PDSTest_wrapper.cxx
/home/tester/cca/ccafe/cxx/util/genDLWrapperSloppy PDSTest > PDSTest_wrapper.cxx/home/tester/cca/ccafe/cxx/util/genDLIndex libclassicPDSTest_0_4_3.so create_PDSTest PDSTest /home/tester/cca/ccafe/lib/ PDSTest classic > PDSTest.cca
/home/tester/cca/ccafe/cxx/util/genDLIndexXML libclassicPDSTest_0_4_3.so create_PDSTest PDSTest /home/tester/cca/ccafe/lib/ PDSTest classic > PDSTest.depl.cca
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6     -fPIC PDSTest.cxx
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6     -fPIC \
         PDSTest_wrapper.cxx
g++ -shared  -o libclassicPDSTest_0_4_3.so PDSTest.o PDSTest_wrapper.o \
        /home/tester/cca/ccafe/cxx/dc/port/libports.a /home/tester/cca/ccafe/cxx/parameters/libparameters.a /home/tester/cca/ccafe/cxx/cmd/libcmd.a /home/tester/cca/ccafe/cxx/jc++/libjcpp.a /home/tester/cca/ccafe/cxx/util/libcafeutil.a /home/tester/cca/ccafe/cxx/dc/component/libcomponent_0_4_3.a /home/tester/cca/ccafe/cxx/dc/framework/libdc_fwk.a /home/tester/cca/ccafe/cxx/dc/distributed/libdistributed.a /home/tester/cca/ccafe/cxx/jc++/libjcpp.a
rm -f PDSTest.o PDSTest_wrapper.o
/bin/install -c lib*_0_4_3.so \
        ../../lib
/bin/install -c -m 644 lib*.a ../../lib
done BSTest.o Timer.o StarterComponent.o PrinterComponent.o ComplicatedStarterComponent.o ComplicatedPrinterComponent.o GoThreadComponent.o TimeStamper.o RevalidateTest.o PDSTest.o
gmake[3]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/component'
gmake[3]: Entering directory `/home/tester/cca/ccafe/cxx/dc/std_iface'
done
gmake[3]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/std_iface'
gmake[3]: Entering directory `/home/tester/cca/ccafe/cxx/dc/user_iface'
(cd ccacmd; gmake)
gmake[4]: Entering directory `/home/tester/cca/ccafe/cxx/dc/user_iface/ccacmd'
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    CmdActionCCAPortProperties.cxx
CmdActionCCAPortProperties.cxx:2: warning: `char id[76]' defined but not used
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    CmdActionCCAConnect.cxx
CmdActionCCAConnect.cxx:3: warning: `char id[70]' defined but not used
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    CmdActionCCADisplay.cxx
CmdActionCCADisplay.cxx:2: warning: `char id[70]' defined but not used
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    CmdActionCCAPallet.cxx
CmdActionCCAPallet.cxx:21: warning: `char id[69]' defined but not used
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    CmdActionCCAArena.cxx
CmdActionCCAArena.cxx:2: warning: `char id[68]' defined but not used
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    CmdActionCCAGo.cxx
CmdActionCCAGo.cxx:2: warning: `char id[65]' defined but not used
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    CmdActionCCAConfig.cxx
CmdActionCCAConfig.cxx:7: warning: `char id[69]' defined but not used
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    CmdActionCCAProperties.cxx
CmdActionCCAProperties.cxx:2: warning: `char id[72]' defined but not used
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    CmdActionCCALinks.cxx
CmdActionCCALinks.cxx:2: warning: `char id[67]' defined but not used
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    CmdActionCCAInstantiate.cxx
CmdActionCCAInstantiate.cxx:2: warning: `char id[74]' defined but not used
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    CmdActionCCARemove.cxx
CmdActionCCARemove.cxx:21: warning: `char id[65]' defined but not used
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    CmdActionCCARepository.cxx
CmdActionCCARepository.cxx:2: warning: `char id[73]' defined but not used
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    CmdActionCCAPath.cxx
CmdActionCCAPath.cxx:2: warning: `char id[67]' defined but not used
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    CmdActionCCAShell.cxx
CmdActionCCAShell.cxx:24: warning: `char id[67]' defined but not used
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -D_RCPATH=\"/home/tester/cca/ccafe/share/ccafe/cxx/dc/user_iface/CcaffeineRC\" -o CmdContextCCA.o CmdContextCCA.cxx
CmdContextCCA.cxx:2: warning: `char id[64]' defined but not used
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -D_CCAMPI -D_RCPATH=\"/home/tester/cca/ccafe/share/ccafe/cxx/dc/user_iface/CcaffeineRC\" -o CmdContextCCAMPI.o CmdContextCCAMPI.cxx
CmdContextCCAMPI.cxx:3: warning: `char id[62]' defined but not used
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    CmdActionCCANuke.cxx
CmdActionCCANuke.cxx:21: warning: `char id[67]' defined but not used
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    CmdActionCCADisconnect.cxx
CmdActionCCADisconnect.cxx:3: warning: `char id[72]' defined but not used
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    CmdActionCCADebug.cxx
CmdActionCCADebug.cxx:22: warning: `char id[67]' defined but not used
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    CmdActionCCANoDebug.cxx
CmdActionCCANoDebug.cxx:24: warning: `char id[69]' defined but not used
ar ruv libccacmd.a  CmdActionCCAPortProperties.o CmdActionCCAConnect.o CmdActionCCADisplay.o CmdActionCCAPallet.o CmdActionCCAArena.o CmdActionCCAGo.o CmdActionCCAConfig.o CmdActionCCAProperties.o CmdActionCCALinks.o CmdActionCCAInstantiate.o CmdActionCCARemove.o CmdActionCCARepository.o CmdActionCCAPath.o CmdActionCCAShell.o CmdContextCCA.o CmdContextCCAMPI.o CmdActionCCANuke.o CmdActionCCADisconnect.o CmdActionCCADebug.o CmdActionCCANoDebug.o
a - CmdActionCCAPortProperties.o
a - CmdActionCCAConnect.o
a - CmdActionCCADisplay.o
a - CmdActionCCAPallet.o
a - CmdActionCCAArena.o
a - CmdActionCCAGo.o
a - CmdActionCCAConfig.o
a - CmdActionCCAProperties.o
a - CmdActionCCALinks.o
a - CmdActionCCAInstantiate.o
a - CmdActionCCARemove.o
a - CmdActionCCARepository.o
a - CmdActionCCAPath.o
a - CmdActionCCAShell.o
a - CmdContextCCA.o
a - CmdContextCCAMPI.o
a - CmdActionCCANuke.o
a - CmdActionCCADisconnect.o
a - CmdActionCCADebug.o
a - CmdActionCCANoDebug.o
ranlib libccacmd.a
gmake[4]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/user_iface/ccacmd'
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6     -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6  DefaultBuilderModel.cxx
DefaultBuilderModel.cxx:2: warning: `char id[70]' defined but not used
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6     -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6  CmdLineBuilderViewMux.cxx
CmdLineBuilderViewMux.cxx:8: warning: `char id[72]' defined but not used
/usr/local/mpich/bin/mpiCC -c -DMAINCmdLineBuilderController2 -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    \
         -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6  -I/usr/local/mpich/include -D_CCAMPI   \
        forceIsisBlasLapackLink.cxx
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6     -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6  CmdLineBuilderViewForHuman.cxx
CmdLineBuilderViewForHuman.cxx:2: warning: `char id[77]' defined but not used
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6     -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6  CmdLineBuilderViewForGUI.cxx
CmdLineBuilderViewForGUI.cxx:15: warning: `char id[75]' defined but not used
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6     -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6  CmdLineBuilderController2.cxx
CmdLineBuilderController2.cxx:59: warning: `char id[94]' defined but not used
g++ -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6     -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6  CmdLineClient.cxx
CmdLineClient.cxx:2: warning: `char id[64]' defined but not used
rm -f libccafeBM.a
ar ruv libccafeBM.a DefaultBuilderModel.o CmdLineBuilderViewMux.o
a - DefaultBuilderModel.o
a - CmdLineBuilderViewMux.o
ranlib libccafeBM.a
make no longer by default builds binaries in this directory.
You must do 'make bins'. This is because the executables
depend on libraries not yet fully assembled.
gmake[3]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/user_iface'
gmake[2]: Leaving directory `/home/tester/cca/ccafe/cxx/dc'
lib
gmake[2]: Entering directory `/home/tester/cca/ccafe/cxx/lib'
/bin/cp ../dc/user_iface/libccafeBM.a ../dc/framework/libdc_fwk.a ../dc/component/libcomponent_0_4_3.a ../dc/port/libports.a ../parameters/libparameters.a ../jc++/libjcpp.a ../util/libcafeutil.a ../dc/babel/babel-cca/server/libccaffeine_0_4_3.a ../dc/babel/ccafe-bind/libBblCcafe.a ../dc/classic/ccafe-bind/libClsCcafe.a  scratch
Extracting Objects From libccafeBM.a
Extracting Objects From libdc_fwk.a
Extracting Objects From libcomponent_0_4_3.a
Extracting Objects From libports.a
Extracting Objects From libparameters.a
Extracting Objects From libjcpp.a
Extracting Objects From libcafeutil.a
Extracting Objects From libccaffeine_0_4_3.a
Extracting Objects From libBblCcafe.a
Extracting Objects From libClsCcafe.a
rm -f libccafeCore.a
ar crv libccafeCore.a scratch/*.o
a - scratch/BSTest.o
a - scratch/BabelComponentWrapper.o
a - scratch/BabelHelper.o
a - scratch/BabelOpaqueGoPort.o
a - scratch/BabelOpaquePort.o
a - scratch/BabelOpaqueTypeMap.o
a - scratch/BaseParameter.o
a - scratch/BoolParameter.o
a - scratch/BooleanJC.o
a - scratch/BufferedReader.o
a - scratch/CCA_Block.o
a - scratch/Caffeine_Port_DynamicLink.o
a - scratch/CcafeServiceFactoryContainer.o
a - scratch/ClassicComponentWrapper.o
a - scratch/ClassicOpaqueGoPort.o
a - scratch/ClassicOpaquePort.o
a - scratch/ClassicPortInfo.o
a - scratch/ClassicServices.o
a - scratch/ClassicServicesHelper.o
a - scratch/CmdLineBuilderViewMux.o
a - scratch/CmpBox.o
a - scratch/ComplicatedPrinterComponent.o
a - scratch/ComplicatedStarterComponent.o
a - scratch/ComponentChangedEvent.o
a - scratch/ComponentData.o
a - scratch/ComponentFactory.o
a - scratch/ComponentID.o
a - scratch/ComponentInfo.o
a - scratch/ComponentRecord_Impl.o
a - scratch/ConnectedConnectionEvent.o
a - scratch/ConnectionFramework.o
a - scratch/ConnectionID.o
a - scratch/DefaultBuilderModel.o
a - scratch/DefaultConfigurableParameterFactory.o
a - scratch/DefaultGUIService.o
a - scratch/DefaultJPrintfPort.o
a - scratch/DefaultKeyValuePort.o
a - scratch/DefaultMPIBorrow.o
a - scratch/DefaultMPIService.o
a - scratch/DefaultParameterDialogService.o
a - scratch/DefaultParameterPort.o
a - scratch/DefaultPrintfPort.o
a - scratch/DisconnectingConnectionEvent.o
a - scratch/DotCCAComponentCore.o
a - scratch/DoubleJC.o
a - scratch/DoubleParameter.o
a - scratch/FloatJC.o
a - scratch/FloatParameter.o
a - scratch/GenericHashBucket.o
a - scratch/GenericHashEnum.o
a - scratch/GenericHashTable.o
a - scratch/Gizzard.o
a - scratch/GizzardComponentChangedEvent.o
a - scratch/GoThread.o
a - scratch/GoThreadComponent.o
a - scratch/HashBucket.o
a - scratch/HashEnum.o
a - scratch/Hashtable.o
a - scratch/IO.o
a - scratch/IntParameter.o
a - scratch/IntegerJC.o
a - scratch/JString.o
a - scratch/LongJC.o
a - scratch/LongParameter.o
a - scratch/MetaDataParser.o
a - scratch/Node.o
a - scratch/NonblockingReader.o
a - scratch/Object.o
a - scratch/OpqAbstractFramework.o
a - scratch/OpqBuilderService.o
a - scratch/OpqPortInfo.o
a - scratch/PDSTest.o
a - scratch/Parser.o
a - scratch/PortData.o
a - scratch/PrinterComponent.o
a - scratch/PropertiesHelper.o
a - scratch/PropertyStrings.o
a - scratch/ProviderPortData.o
a - scratch/ResourceBucket.o
a - scratch/ResourceHash.o
a - scratch/RevalidateTest.o
a - scratch/ServicesHelper.o
a - scratch/StarterComponent.o
a - scratch/StdReader.o
a - scratch/String.o
a - scratch/StringBuffer.o
a - scratch/StringHash.o
a - scratch/StringHashBucket.o
a - scratch/StringHashEnum.o
a - scratch/StringParameter.o
a - scratch/StringTokenizer.o
a - scratch/StringTools.o
a - scratch/StringVectEnum.o
a - scratch/StringVector.o
a - scratch/Thread.o
a - scratch/TimeStamper.o
a - scratch/Timer.o
a - scratch/TypeMap.o
a - scratch/UserPortData.o
a - scratch/VectEnum.o
a - scratch/Vector.o
a - scratch/XService.o
a - scratch/ascDynaLoad.o
a - scratch/ccaffeine_AbstractFramework.o
a - scratch/ccaffeine_AbstractFramework_IOR.o
a - scratch/ccaffeine_AbstractFramework_Impl.o
a - scratch/ccaffeine_AbstractFramework_Skel.o
a - scratch/ccaffeine_CCAException.o
a - scratch/ccaffeine_CCAException_IOR.o
a - scratch/ccaffeine_CCAException_Impl.o
a - scratch/ccaffeine_CCAException_Skel.o
a - scratch/ccaffeine_ComponentClassDescription.o
a - scratch/ccaffeine_ComponentClassDescription_IOR.o
a - scratch/ccaffeine_ComponentClassDescription_Impl.o
a - scratch/ccaffeine_ComponentClassDescription_Skel.o
a - scratch/ccaffeine_ComponentID.o
a - scratch/ccaffeine_ComponentID_IOR.o
a - scratch/ccaffeine_ComponentID_Impl.o
a - scratch/ccaffeine_ComponentID_Skel.o
a - scratch/ccaffeine_ConnectionEventService.o
a - scratch/ccaffeine_ConnectionEventService_IOR.o
a - scratch/ccaffeine_ConnectionEventService_Impl.o
a - scratch/ccaffeine_ConnectionEventService_Skel.o
a - scratch/ccaffeine_ConnectionID.o
a - scratch/ccaffeine_ConnectionID_IOR.o
a - scratch/ccaffeine_ConnectionID_Impl.o
a - scratch/ccaffeine_ConnectionID_Skel.o
a - scratch/ccaffeine_Services.o
a - scratch/ccaffeine_Services_IOR.o
a - scratch/ccaffeine_Services_Impl.o
a - scratch/ccaffeine_Services_Skel.o
a - scratch/ccaffeine_TypeMap.o
a - scratch/ccaffeine_TypeMap_IOR.o
a - scratch/ccaffeine_TypeMap_Impl.o
a - scratch/ccaffeine_TypeMap_Skel.o
a - scratch/ccaffeine_TypeMismatchException.o
a - scratch/ccaffeine_TypeMismatchException_IOR.o
a - scratch/ccaffeine_TypeMismatchException_Impl.o
a - scratch/ccaffeine_TypeMismatchException_Skel.o
a - scratch/ccaffeine_ports_BuilderService.o
a - scratch/ccaffeine_ports_BuilderService_IOR.o
a - scratch/ccaffeine_ports_BuilderService_Impl.o
a - scratch/ccaffeine_ports_BuilderService_Skel.o
a - scratch/ccaffeine_ports_ComponentRepository.o
a - scratch/ccaffeine_ports_ComponentRepository_IOR.o
a - scratch/ccaffeine_ports_ComponentRepository_Impl.o
a - scratch/ccaffeine_ports_ComponentRepository_Skel.o
a - scratch/ccaffeine_ports_ConnectionEvent.o
a - scratch/ccaffeine_ports_ConnectionEvent_IOR.o
a - scratch/ccaffeine_ports_ConnectionEvent_Impl.o
a - scratch/ccaffeine_ports_ConnectionEvent_Skel.o
a - scratch/ccaffeine_ports_ParameterDialogService.o
a - scratch/ccaffeine_ports_ParameterDialogServiceWrap.o
a - scratch/ccaffeine_ports_ParameterDialogServiceWrap_IOR.o
a - scratch/ccaffeine_ports_ParameterDialogServiceWrap_Impl.o
a - scratch/ccaffeine_ports_ParameterDialogServiceWrap_Skel.o
a - scratch/ccaffeine_ports_ParameterDialogService_IOR.o
a - scratch/ccaffeine_ports_ParameterPort.o
a - scratch/ccaffeine_ports_ParameterPortFactoryWrap.o
a - scratch/ccaffeine_ports_ParameterPortFactoryWrap_IOR.o
a - scratch/ccaffeine_ports_ParameterPortFactoryWrap_Impl.o
a - scratch/ccaffeine_ports_ParameterPortFactoryWrap_Skel.o
a - scratch/ccaffeine_ports_ParameterPortWrap.o
a - scratch/ccaffeine_ports_ParameterPortWrap_IOR.o
a - scratch/ccaffeine_ports_ParameterPortWrap_Impl.o
a - scratch/ccaffeine_ports_ParameterPortWrap_Skel.o
a - scratch/ccaffeine_ports_ParameterPort_IOR.o
a - scratch/ccaffeine_ports_PortTranslator.o
a - scratch/ccaffeine_ports_PortTranslator_IOR.o
a - scratch/ccaffeine_ports_PortTranslator_Impl.o
a - scratch/ccaffeine_ports_PortTranslator_Skel.o
a - scratch/ccaffeine_ports_StringMapDialogService.o
a - scratch/ccaffeine_ports_StringMapDialogServiceWrap.o
a - scratch/ccaffeine_ports_StringMapDialogServiceWrap_IOR.o
a - scratch/ccaffeine_ports_StringMapDialogServiceWrap_Impl.o
a - scratch/ccaffeine_ports_StringMapDialogServiceWrap_Skel.o
a - scratch/ccaffeine_ports_StringMapDialogService_IOR.o
a - scratch/ccaffeine_ports_StringMapGetListener.o
a - scratch/ccaffeine_ports_StringMapGetListener_IOR.o
a - scratch/ccaffeine_ports_StringMapPort.o
a - scratch/ccaffeine_ports_StringMapPortWrap.o
a - scratch/ccaffeine_ports_StringMapPortWrap_IOR.o
a - scratch/ccaffeine_ports_StringMapPortWrap_Impl.o
a - scratch/ccaffeine_ports_StringMapPortWrap_Skel.o
a - scratch/ccaffeine_ports_StringMapPort_IOR.o
a - scratch/ccaffeine_ports_StringMapSetListener.o
a - scratch/ccaffeine_ports_StringMapSetListener_IOR.o
a - scratch/gdbWaitForAttach.o
a - scratch/jc++dynamic.o
a - scratch/parametersDynamic.o
ranlib libccafeCore.a
g++ -shared  \
-o libccafeCore.so scratch/*.o /usr/local/mpich/lib/shared/libmpich.so \
        /home/tester/cca/cca-spec-babel/lib/libcca_0_6_3_b_0.8.6.so -L/usr/local/babel-0.8.6/lib -Wl,-rpath,/usr/local/babel-0.8.6/lib -lsidl -lpthread
rm -f scratch/*.a scratch/*.o
gmake[2]: Leaving directory `/home/tester/cca/ccafe/cxx/lib'
make[1]: Leaving directory `/home/tester/cca/ccafe/cxx'
(cd cxx; make bins)
make[1]: Entering directory `/home/tester/cca/ccafe/cxx'
for i in jc++ parameters port util cmd stovepipe dc lib; do \
        if [ -z "jc++ parameters port util cmd stovepipe dc lib" -a ! -d $i ] ; then \
                echo "*** You need to checkout/update -d $i"; \
                exit 1 ; \
        fi ; \
        rm -f $i/.binbuild.complete; \
        echo $i;(cd $i ; if ! gmake bins; then exit -1;fi ); \
        if ! test -f $i/.binbuild.complete ; then \
                exit 1; \
        fi; \
        rm -f $i/.binbuild.complete; \
done
jc++
gmake[2]: Entering directory `/home/tester/cca/ccafe/cxx/jc++'
gmake[2]: Leaving directory `/home/tester/cca/ccafe/cxx/jc++'
parameters
gmake[2]: Entering directory `/home/tester/cca/ccafe/cxx/parameters'
gmake[2]: Leaving directory `/home/tester/cca/ccafe/cxx/parameters'
port
gmake[2]: Entering directory `/home/tester/cca/ccafe/cxx/port'
gmake[2]: Leaving directory `/home/tester/cca/ccafe/cxx/port'
util
gmake[2]: Entering directory `/home/tester/cca/ccafe/cxx/util'
gmake[2]: Leaving directory `/home/tester/cca/ccafe/cxx/util'
cmd
gmake[2]: Entering directory `/home/tester/cca/ccafe/cxx/cmd'
gmake[2]: Leaving directory `/home/tester/cca/ccafe/cxx/cmd'
stovepipe
gmake[2]: Entering directory `/home/tester/cca/ccafe/cxx/stovepipe'
gmake[2]: Leaving directory `/home/tester/cca/ccafe/cxx/stovepipe'
dc
gmake[2]: Entering directory `/home/tester/cca/ccafe/cxx/dc'
(cd user_iface; gmake bins)
gmake[3]: Entering directory `/home/tester/cca/ccafe/cxx/dc/user_iface'
=============================================================
= building ccafe-batch
=============================================================
/usr/local/mpich/bin/mpiCC -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    -D_INTERACTIVE \
         -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6  -I/usr/local/mpich/include -D_CCAMPI  \
        CmdLineBuilderController2.cxx
CmdLineBuilderController2.cxx:56: warning: `char id[91]' defined but not used
/usr/local/mpich/bin/mpiCC -c -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6     -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6  \
-I/usr/local/mpich/include -D_CCAMPI  \
CmdLineClientMain.cxx
CmdLineClientMain.cxx:2: warning: `char id[90]' defined but not used
rm -f -f ccafe-client
rm -f -f CmdLineClient.exe ccafe-client demo-client
(BFLFLAGS=`echo -g   "-DHAVE_PRINTFPORT=0" -DHAVE_BABEL=086  -DOS_LINUX -DCCAFE_SPEW=1 -DBOOST_DISABLE_THREADS -Wall -fPIC -D_EFENCE  -I../.. -I/home/tester/cca/cca-spec-classic/include/cca-spec-classic-0.5.6    |sed -e 's; -G ; ;'` ; \
 /usr/local/mpich/bin/mpiCC $BFLFLAGS  -I/usr/local/babel-0.8.6/include -I/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6         \
        CmdLineClientMain.o DefaultBuilderModel.o CmdLineBuilderViewMux.o forceIsisBlasLapackLink.o CmdLineBuilderViewForHuman.o CmdLineBuilderViewForGUI.o CmdLineBuilderController2.o CmdLineClient.o   ../../cmd/libcmd.a ../../dc/user_iface/ccacmd/libccacmd.a ../../dc/classic/ccafe-bind/libClsCcafe.a -L../../lib -Wl,-rpath,../../lib -Wl,-rpath,/home/tester/cca/ccafe/lib -Wl,-rpath,/home/tester/cca/ccafe/lib -lccaffeine_0_4_3 ../../dc/framework/libdc_fwk.a ../../dc/distributed/libdistributed.a ../../dc/component/libcomponent_0_4_3.a ../../dc/port/libports.a ../../parameters/libparameters.a  /home/tester/cca/cca-spec-classic/lib/libclassic_0_5_6.so ../../gnu/getopt/libgetCCAFEopt.a ../../dc/babel/ccafe-bind/libBblCcafe.a ../../dc/classic/ccafe-bind/libClsCcafe.a ../../jc++/libjcpp.a ../../util/libcafeutil.a ../../stovepipe/libstovepipe.a -Wl,-rpath,/usr/local/babel-0.8.6/lib /home/tester/cca/cca-spec-babel/lib/libcca_0_6_3_b_0.8.6.so /usr/local/babel-0.8.6/lib/libsidl.so ../../cmd/libcmd.a ../../dc/user_iface/ccacmd/libccacmd.a ../../dc/classic/ccafe-bind/libClsCcafe.a -L../../lib -Wl,-rpath,../../lib -Wl,-rpath,/home/tester/cca/ccafe/lib -Wl,-rpath,/home/tester/cca/ccafe/lib -lccaffeine_0_4_3 ../../dc/framework/libdc_fwk.a ../../dc/distributed/libdistributed.a ../../dc/component/libcomponent_0_4_3.a ../../dc/port/libports.a ../../parameters/libparameters.a  /home/tester/cca/cca-spec-classic/lib/libclassic_0_5_6.so ../../gnu/getopt/libgetCCAFEopt.a ../../dc/babel/ccafe-bind/libBblCcafe.a ../../dc/classic/ccafe-bind/libClsCcafe.a ../../jc++/libjcpp.a ../../util/libcafeutil.a ../../stovepipe/libstovepipe.a -Wl,-rpath,/usr/local/babel-0.8.6/lib /home/tester/cca/cca-spec-babel/lib/libcca_0_6_3_b_0.8.6.so /usr/local/babel-0.8.6/lib/libsidl.so \
          \
        -g /usr/local/mpich/lib/libmpich.a /usr/local/mpich/lib/libpmpich.a /usr/local/mpich/lib/libmpich.a /usr/local/mpich/lib/libpmpich.a        \
        -lieee   -lm -Wl,-rpath,/home/tester/cca/ccafe/cxx/dc/component \
        -rdynamic -ldl \
        -lg2c    -L/usr/lib -lxml2 -lz -lpthread -lm \
        -o ccafe-client )
ln -s ccafe-client CmdLineClient.exe
ln -s ccafe-client demo-client
rm -f ccafe-batch
ln -s ccafe-client ccafe-batch
=============================================================
= building ccafe-client
=============================================================
=============================================================
= building ccafe-single
=============================================================
rm -f ccafe-single
ln -s ccafe-client ccafe-single
gmake[3]: Leaving directory `/home/tester/cca/ccafe/cxx/dc/user_iface'
gmake[2]: Leaving directory `/home/tester/cca/ccafe/cxx/dc'
lib
gmake[2]: Entering directory `/home/tester/cca/ccafe/cxx/lib'
gmake[2]: Leaving directory `/home/tester/cca/ccafe/cxx/lib'
make[1]: Leaving directory `/home/tester/cca/ccafe/cxx'
(cd java; make)
make[1]: Entering directory `/home/tester/cca/ccafe/java'
rm -f cmd dc parameters port util esi
ln -s gov/sandia/ccaffeine/cmd .
ln -s gov/sandia/ccaffeine/dc .
ln -s gov/sandia/ccaffeine/esi .
ln -s gov/sandia/ccaffeine/parameters .
ln -s gov/sandia/ccaffeine/port .
ln -s gov/sandia/ccaffeine/util .
make[2]: Entering directory `/home/tester/cca/ccafe/java/gnu'
(cd getopt; make)
make[3]: Entering directory `/home/tester/cca/ccafe/java/gnu/getopt'
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar LongOpt.java
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar Getopt.java
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar GetoptDemo.java
make[3]: Leaving directory `/home/tester/cca/ccafe/java/gnu/getopt'
done.
make[2]: Leaving directory `/home/tester/cca/ccafe/java/gnu'
make[2]: Entering directory `/home/tester/cca/ccafe/java/gov/sandia/ccaffeine/cmd'
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar CmdContext.java
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar CmdAction.java
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar CmdActionExit.java
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar CmdActionHelp.java
make[2]: Leaving directory `/home/tester/cca/ccafe/java/gov/sandia/ccaffeine/cmd'
make[2]: Entering directory `/home/tester/cca/ccafe/java/gov/sandia/ccaffeine/dc'
(cd user_iface;make)
make[3]: Entering directory `/home/tester/cca/ccafe/java/gov/sandia/ccaffeine/dc/user_iface'
(cd ccacmd; make )
make[4]: Entering directory `/home/tester/cca/ccafe/java/gov/sandia/ccaffeine/dc/user_iface/ccacmd'
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar CmdContextCCA.java
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar CmdActionCCAConnect.java
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar CmdActionCCADisconnect.java
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar CmdActionCCAConfig.java
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar CmdActionCCALinks.java
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar CmdActionCCADebug.java
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar CmdActionCCADisplay.java
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar CmdActionCCAPallet.java
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar CmdActionCCAArena.java
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar CmdActionCCAGo.java
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar CmdActionCCAInstantiate.java
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar CmdActionCCANoDebug.java
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar CmdActionCCARemove.java
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar CmdActionCCAProperties.java
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar CmdActionCCANuke.java
make[4]: Leaving directory `/home/tester/cca/ccafe/java/gov/sandia/ccaffeine/dc/user_iface/ccacmd'
(cd gui; make )
make[4]: Entering directory `/home/tester/cca/ccafe/java/gov/sandia/ccaffeine/dc/user_iface/gui'
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar ActionsPanel.java
Note: ../../../../../../gov/sandia/ccaffeine/dc/distributed/ServerMux.java uses or overrides a deprecated API.
Note: Recompile with -deprecation for details.
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar AppFrame.java
echo "aboutBoxPath=$(pwd)/about.html" >ccafeGUI.properties
make[4]: Leaving directory `/home/tester/cca/ccafe/java/gov/sandia/ccaffeine/dc/user_iface/gui'
(cd gui/guicmd; make  )
make[4]: Entering directory `/home/tester/cca/ccafe/java/gov/sandia/ccaffeine/dc/user_iface/gui/guicmd'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/tester/cca/ccafe/java/gov/sandia/ccaffeine/dc/user_iface/gui/guicmd'
(cd applet; make )
make[4]: Entering directory `/home/tester/cca/ccafe/java/gov/sandia/ccaffeine/dc/user_iface/applet'
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:/home/tester/cca/ccafe/java:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar BuilderApplet.java
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:/home/tester/cca/ccafe/java:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar FileSearch.java
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:/home/tester/cca/ccafe/java:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar AppletFileSearch.java
echo '#!/bin/sh' >runFromServlet
echo export PVM_ROOT=\"$PVM_ROOT\" >>runFromServlet
echo export STV_ROOT=\"$STV_ROOT\" >>runFromServlet
echo export MPI_HOST=\"$MPI_HOST\" >>runFromServlet
echo export MPI_HOME=\"$MPI_HOME\" >>runFromServlet
echo export JAVA_HOME=\"$JAVA_HOME\" >>runFromServlet
echo "cd /home/tester/cca/ccafe" >>runFromServlet
echo "make runCxxSide >runFromServlet.out 2>&1 &" >>runFromServlet
echo >>runFromServlet
chmod a+rx runFromServlet
make[4]: Leaving directory `/home/tester/cca/ccafe/java/gov/sandia/ccaffeine/dc/user_iface/applet'
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar BuilderController.java
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar BuilderServer.java
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar BuilderClient.java
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar CmdLineBuilderController2.java
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar CmdLineBuilderController3.java
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar CmdLineBuilderApplet.java
Note: ../../../../../gov/sandia/ccaffeine/dc/user_iface/AWTConsole.java uses or overrides a deprecated API.
Note: Recompile with -deprecation for details.
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar JConsole.java
(cd xcat; make)
make[4]: Entering directory `/home/tester/cca/ccafe/java/gov/sandia/ccaffeine/dc/user_iface/xcat'
(cd guicmd; make )
make[5]: Entering directory `/home/tester/cca/ccafe/java/gov/sandia/ccaffeine/dc/user_iface/xcat/guicmd'
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../../../../../../java:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar CmdActionGUIAddComponentClass.java
make[5]: Leaving directory `/home/tester/cca/ccafe/java/gov/sandia/ccaffeine/dc/user_iface/xcat/guicmd'
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar Args.java
(cd specFromSIDL; make )
make[5]: Entering directory `/home/tester/cca/ccafe/java/gov/sandia/ccaffeine/dc/user_iface/xcat/specFromSIDL'
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar AbstractFramework.java
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar Component.java
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar ConnectionEvent.java
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar ConnectionEventListener.java
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar ConnectionEventService.java
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar ConnectionEventType.java
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar GoPort.java
make[5]: Leaving directory `/home/tester/cca/ccafe/java/gov/sandia/ccaffeine/dc/user_iface/xcat/specFromSIDL'
(cd implFromSIDL; make )
make[5]: Entering directory `/home/tester/cca/ccafe/java/gov/sandia/ccaffeine/dc/user_iface/xcat/implFromSIDL'
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar ComponentRepositoryImpl.java
make[5]: Leaving directory `/home/tester/cca/ccafe/java/gov/sandia/ccaffeine/dc/user_iface/xcat/implFromSIDL'
(cd cca-builder; make )
make[5]: Entering directory `/home/tester/cca/ccafe/java/gov/sandia/ccaffeine/dc/user_iface/xcat/cca-builder'
(cd builder; make app)
make[6]: Entering directory `/home/tester/cca/ccafe/java/gov/sandia/ccaffeine/dc/user_iface/xcat/cca-builder/builder'
chmod a+x bld2bs
./bld2bs runH2AirReal.scr > runH2AirRealscr.java
make[6]: Leaving directory `/home/tester/cca/ccafe/java/gov/sandia/ccaffeine/dc/user_iface/xcat/cca-builder/builder'
/opt/blackdown-jdk-1.4.1/bin/javac -classpath .:./lib/xsoap_1_2_18b.jar:/home/tester/cca/ccafe/java ./builder/*.java
make[5]: Leaving directory `/home/tester/cca/ccafe/java/gov/sandia/ccaffeine/dc/user_iface/xcat/cca-builder'
make[4]: Leaving directory `/home/tester/cca/ccafe/java/gov/sandia/ccaffeine/dc/user_iface/xcat'
make[3]: Leaving directory `/home/tester/cca/ccafe/java/gov/sandia/ccaffeine/dc/user_iface'
(cd component;make)
make[3]: Entering directory `/home/tester/cca/ccafe/java/gov/sandia/ccaffeine/dc/component'
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar PrinterComponent.java
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar StarterComponent.java
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar TimeStamper.java
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar Timer.java
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar LinearSystemIsis.java
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar RevalidateTest.java
make[3]: Leaving directory `/home/tester/cca/ccafe/java/gov/sandia/ccaffeine/dc/component'
(cd distributed;make)
make[3]: Entering directory `/home/tester/cca/ccafe/java/gov/sandia/ccaffeine/dc/distributed'
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar TestClientServer.java
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar MessageBasedDataCollector.java
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar RunMuxer.java
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar TimeDelayDataCollector.java
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar EchoAllDataCollector.java
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar MuxingProcess.java
Note: MuxingProcess.java uses or overrides a deprecated API.
Note: Recompile with -deprecation for details.
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar LineMessageDataCollector.java
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar FrameTestHeartbeatMonitor.java
echo "killMpiNodes.sh = /home/tester/cca/ccafe/java/dc/distributed/KillMpiNodes.sh" > muxer.properties
make[3]: Leaving directory `/home/tester/cca/ccafe/java/gov/sandia/ccaffeine/dc/distributed'
make[2]: Leaving directory `/home/tester/cca/ccafe/java/gov/sandia/ccaffeine/dc'make[2]: Entering directory `/home/tester/cca/ccafe/java/gov/sandia/ccaffeine/parameters'
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar FloatParameter.java
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar LongParameter.java
/opt/blackdown-jdk-1.4.1/bin/java  -Djava.compiler=NONE -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:/home/tester/cca/ccafe/java:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar gov.sandia.ccaffeine.parameters.BoolParameter
BOOL&p&true&which word didn't you understand?&enter true or false&true
p
true
newParamField dummyI dummyP  BOOL  p
paramCurrent dummyI dummyP p true
paramHelp dummyI dummyP p which word didn't you understand?
paramPrompt dummyI dummyP p enter true or false
paramDefault dummyI dummyP p true
 
make[2]: Leaving directory `/home/tester/cca/ccafe/java/gov/sandia/ccaffeine/parameters'
make[2]: Entering directory `/home/tester/cca/ccafe/java/gov/sandia/ccaffeine/esi'
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar ESI_Vector.java
/opt/blackdown-jdk-1.4.1/bin/javac -g -target 1.2 -classpath /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar:.:../../../..:/home/tester/cca/cca-spec-classic/lib/ccaSpecClassic.jar esi_Vector_snl.java
make[2]: Leaving directory `/home/tester/cca/ccafe/java/gov/sandia/ccaffeine/esi'
make[2]: Entering directory `/home/tester/cca/ccafe/java/gov/sandia/ccaffeine/port'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/tester/cca/ccafe/java/gov/sandia/ccaffeine/port'
make[2]: Entering directory `/home/tester/cca/ccafe/java/gov/sandia/ccaffeine/util'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/tester/cca/ccafe/java/gov/sandia/ccaffeine/util'
java build done.
make[1]: Leaving directory `/home/tester/cca/ccafe/java'
MAIN BUILD COMPLETED. You should have a runnable framework.
touch .main
Now please 'make install' to install and run tests.
Installation will be put in /home/tester/cca/ccafe.
Installation is not optional.
make -f Makefile.install install
make[1]: Entering directory `/home/tester/cca/ccafe'
Creating /home/tester/cca/ccafe already done.
(cd /home/tester/cca/ccafe/cxx/dc/babel/babel-cca/py-client; python setup.py install --prefix=/home/tester/cca/ccafe --exec-prefix=/home/tester/cca/ccafe\
  --include-dirs=/usr/include/python2.2 \
  --include-dirs=/usr/local/babel-0.8.6/include \
  --include-dirs=.      \
  --include-dirs=/usr/local/babel-0.8.6/include/python2.2/babel \
  --library-dirs=/usr/local/babel-0.8.6/lib \
  --force \
                )
running install
running build
running build_py
creating build/lib.linux-i686-2.2
creating build/lib.linux-i686-2.2/ccaffeine
copying ccaffeine/__init__.py -> build/lib.linux-i686-2.2/ccaffeine
creating build/lib.linux-i686-2.2/ccaffeine/ports
copying ccaffeine/ports/__init__.py -> build/lib.linux-i686-2.2/ccaffeine/ports
running build_ext
building 'ccaffeine.ports.ParameterDialogServiceWrap' extension
skipping ccaffeine/ports/ParameterDialogServiceWrap_Module.c (build/temp.linux-i686-2.2/ParameterDialogServiceWrap_Module.o up-to-date)
gcc -shared build/temp.linux-i686-2.2/ParameterDialogServiceWrap_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o build/lib.linux-i686-2.2/ccaffeine/ports/ParameterDialogServiceWrap.so
building 'ccaffeine.Services' extension
skipping ccaffeine/Services_Module.c (build/temp.linux-i686-2.2/Services_Module.o up-to-date)
gcc -shared build/temp.linux-i686-2.2/Services_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o build/lib.linux-i686-2.2/ccaffeine/Services.so
building 'ccaffeine.ports.ParameterPortWrap' extension
skipping ccaffeine/ports/ParameterPortWrap_Module.c (build/temp.linux-i686-2.2/ParameterPortWrap_Module.o up-to-date)
gcc -shared build/temp.linux-i686-2.2/ParameterPortWrap_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o build/lib.linux-i686-2.2/ccaffeine/ports/ParameterPortWrap.so
building 'ccaffeine.AbstractFramework' extension
skipping ccaffeine/AbstractFramework_Module.c (build/temp.linux-i686-2.2/AbstractFramework_Module.o up-to-date)
gcc -shared build/temp.linux-i686-2.2/AbstractFramework_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o build/lib.linux-i686-2.2/ccaffeine/AbstractFramework.so
building 'ccaffeine.ConnectionEventService' extension
skipping ccaffeine/ConnectionEventService_Module.c (build/temp.linux-i686-2.2/ConnectionEventService_Module.o up-to-date)
gcc -shared build/temp.linux-i686-2.2/ConnectionEventService_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o build/lib.linux-i686-2.2/ccaffeine/ConnectionEventService.so
building 'ccaffeine.ports.StringMapGetListener' extension
skipping ccaffeine/ports/StringMapGetListener_Module.c (build/temp.linux-i686-2.2/StringMapGetListener_Module.o up-to-date)
gcc -shared build/temp.linux-i686-2.2/StringMapGetListener_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o build/lib.linux-i686-2.2/ccaffeine/ports/StringMapGetListener.so
building 'ccaffeine.CCAException' extension
skipping ccaffeine/CCAException_Module.c (build/temp.linux-i686-2.2/CCAException_Module.o up-to-date)
gcc -shared build/temp.linux-i686-2.2/CCAException_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o build/lib.linux-i686-2.2/ccaffeine/CCAException.so
building 'ccaffeine.ports.ParameterDialogService' extension
skipping ccaffeine/ports/ParameterDialogService_Module.c (build/temp.linux-i686-2.2/ParameterDialogService_Module.o up-to-date)
gcc -shared build/temp.linux-i686-2.2/ParameterDialogService_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o build/lib.linux-i686-2.2/ccaffeine/ports/ParameterDialogService.so
building 'ccaffeine.ports.ComponentRepository' extension
skipping ccaffeine/ports/ComponentRepository_Module.c (build/temp.linux-i686-2.2/ComponentRepository_Module.o up-to-date)
gcc -shared build/temp.linux-i686-2.2/ComponentRepository_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o build/lib.linux-i686-2.2/ccaffeine/ports/ComponentRepository.so
building 'ccaffeine.ports.StringMapPort' extension
skipping ccaffeine/ports/StringMapPort_Module.c (build/temp.linux-i686-2.2/StringMapPort_Module.o up-to-date)
gcc -shared build/temp.linux-i686-2.2/StringMapPort_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o build/lib.linux-i686-2.2/ccaffeine/ports/StringMapPort.so
building 'ccaffeine.ports.ConnectionEvent' extension
skipping ccaffeine/ports/ConnectionEvent_Module.c (build/temp.linux-i686-2.2/ConnectionEvent_Module.o up-to-date)
gcc -shared build/temp.linux-i686-2.2/ConnectionEvent_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o build/lib.linux-i686-2.2/ccaffeine/ports/ConnectionEvent.so
building 'ccaffeine.ports.StringMapDialogService' extension
skipping ccaffeine/ports/StringMapDialogService_Module.c (build/temp.linux-i686-2.2/StringMapDialogService_Module.o up-to-date)
gcc -shared build/temp.linux-i686-2.2/StringMapDialogService_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o build/lib.linux-i686-2.2/ccaffeine/ports/StringMapDialogService.so
building 'ccaffeine.TypeMismatchException' extension
skipping ccaffeine/TypeMismatchException_Module.c (build/temp.linux-i686-2.2/TypeMismatchException_Module.o up-to-date)
gcc -shared build/temp.linux-i686-2.2/TypeMismatchException_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o build/lib.linux-i686-2.2/ccaffeine/TypeMismatchException.so
building 'ccaffeine.ports.StringMapPortWrap' extension
skipping ccaffeine/ports/StringMapPortWrap_Module.c (build/temp.linux-i686-2.2/StringMapPortWrap_Module.o up-to-date)
gcc -shared build/temp.linux-i686-2.2/StringMapPortWrap_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o build/lib.linux-i686-2.2/ccaffeine/ports/StringMapPortWrap.so
building 'ccaffeine.ports.PortTranslator' extension
skipping ccaffeine/ports/PortTranslator_Module.c (build/temp.linux-i686-2.2/PortTranslator_Module.o up-to-date)
gcc -shared build/temp.linux-i686-2.2/PortTranslator_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o build/lib.linux-i686-2.2/ccaffeine/ports/PortTranslator.so
building 'ccaffeine.ConnectionID' extension
skipping ccaffeine/ConnectionID_Module.c (build/temp.linux-i686-2.2/ConnectionID_Module.o up-to-date)
gcc -shared build/temp.linux-i686-2.2/ConnectionID_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o build/lib.linux-i686-2.2/ccaffeine/ConnectionID.so
building 'ccaffeine.ports.ParameterPort' extension
skipping ccaffeine/ports/ParameterPort_Module.c (build/temp.linux-i686-2.2/ParameterPort_Module.o up-to-date)
gcc -shared build/temp.linux-i686-2.2/ParameterPort_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o build/lib.linux-i686-2.2/ccaffeine/ports/ParameterPort.so
building 'ccaffeine.ComponentID' extension
skipping ccaffeine/ComponentID_Module.c (build/temp.linux-i686-2.2/ComponentID_Module.o up-to-date)
gcc -shared build/temp.linux-i686-2.2/ComponentID_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o build/lib.linux-i686-2.2/ccaffeine/ComponentID.so
building 'ccaffeine.ports.ParameterPortFactoryWrap' extension
skipping ccaffeine/ports/ParameterPortFactoryWrap_Module.c (build/temp.linux-i686-2.2/ParameterPortFactoryWrap_Module.o up-to-date)
gcc -shared build/temp.linux-i686-2.2/ParameterPortFactoryWrap_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o build/lib.linux-i686-2.2/ccaffeine/ports/ParameterPortFactoryWrap.so
building 'ccaffeine.ComponentClassDescription' extension
skipping ccaffeine/ComponentClassDescription_Module.c (build/temp.linux-i686-2.2/ComponentClassDescription_Module.o up-to-date)
gcc -shared build/temp.linux-i686-2.2/ComponentClassDescription_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o build/lib.linux-i686-2.2/ccaffeine/ComponentClassDescription.so
building 'ccaffeine.ports.BuilderService' extension
skipping ccaffeine/ports/BuilderService_Module.c (build/temp.linux-i686-2.2/BuilderService_Module.o up-to-date)
gcc -shared build/temp.linux-i686-2.2/BuilderService_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o build/lib.linux-i686-2.2/ccaffeine/ports/BuilderService.so
building 'ccaffeine.ports.StringMapDialogServiceWrap' extension
skipping ccaffeine/ports/StringMapDialogServiceWrap_Module.c (build/temp.linux-i686-2.2/StringMapDialogServiceWrap_Module.o up-to-date)
gcc -shared build/temp.linux-i686-2.2/StringMapDialogServiceWrap_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o build/lib.linux-i686-2.2/ccaffeine/ports/StringMapDialogServiceWrap.so
building 'ccaffeine.TypeMap' extension
skipping ccaffeine/TypeMap_Module.c (build/temp.linux-i686-2.2/TypeMap_Module.o up-to-date)
gcc -shared build/temp.linux-i686-2.2/TypeMap_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o build/lib.linux-i686-2.2/ccaffeine/TypeMap.so
building 'ccaffeine.ports.StringMapSetListener' extension
skipping ccaffeine/ports/StringMapSetListener_Module.c (build/temp.linux-i686-2.2/StringMapSetListener_Module.o up-to-date)
gcc -shared build/temp.linux-i686-2.2/StringMapSetListener_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o build/lib.linux-i686-2.2/ccaffeine/ports/StringMapSetListener.so
running install_lib
creating /home/tester/cca/ccafe/lib/python2.2
creating /home/tester/cca/ccafe/lib/python2.2/site-packages
creating /home/tester/cca/ccafe/lib/python2.2/site-packages/ccaffeine
copying build/lib.linux-i686-2.2/ccaffeine/ConnectionID.so -> /home/tester/cca/ccafe/lib/python2.2/site-packages/ccaffeine
creating /home/tester/cca/ccafe/lib/python2.2/site-packages/ccaffeine/ports
copying build/lib.linux-i686-2.2/ccaffeine/ports/ParameterPort.so -> /home/tester/cca/ccafe/lib/python2.2/site-packages/ccaffeine/ports
copying build/lib.linux-i686-2.2/ccaffeine/ports/StringMapDialogService.so -> /home/tester/cca/ccafe/lib/python2.2/site-packages/ccaffeine/ports
copying build/lib.linux-i686-2.2/ccaffeine/ports/ParameterPortFactoryWrap.so -> /home/tester/cca/ccafe/lib/python2.2/site-packages/ccaffeine/ports
copying build/lib.linux-i686-2.2/ccaffeine/ports/StringMapPort.so -> /home/tester/cca/ccafe/lib/python2.2/site-packages/ccaffeine/ports
copying build/lib.linux-i686-2.2/ccaffeine/ports/BuilderService.so -> /home/tester/cca/ccafe/lib/python2.2/site-packages/ccaffeine/ports
copying build/lib.linux-i686-2.2/ccaffeine/ports/PortTranslator.so -> /home/tester/cca/ccafe/lib/python2.2/site-packages/ccaffeine/ports
copying build/lib.linux-i686-2.2/ccaffeine/ports/StringMapDialogServiceWrap.so -> /home/tester/cca/ccafe/lib/python2.2/site-packages/ccaffeine/ports
copying build/lib.linux-i686-2.2/ccaffeine/ports/StringMapSetListener.so -> /home/tester/cca/ccafe/lib/python2.2/site-packages/ccaffeine/ports
copying build/lib.linux-i686-2.2/ccaffeine/ports/ComponentRepository.so -> /home/tester/cca/ccafe/lib/python2.2/site-packages/ccaffeine/ports
copying build/lib.linux-i686-2.2/ccaffeine/ports/ConnectionEvent.so -> /home/tester/cca/ccafe/lib/python2.2/site-packages/ccaffeine/ports
copying build/lib.linux-i686-2.2/ccaffeine/ports/ParameterDialogService.so -> /home/tester/cca/ccafe/lib/python2.2/site-packages/ccaffeine/ports
copying build/lib.linux-i686-2.2/ccaffeine/ports/__init__.py -> /home/tester/cca/ccafe/lib/python2.2/site-packages/ccaffeine/ports
copying build/lib.linux-i686-2.2/ccaffeine/ports/ParameterPortWrap.so -> /home/tester/cca/ccafe/lib/python2.2/site-packages/ccaffeine/ports
copying build/lib.linux-i686-2.2/ccaffeine/ports/ParameterDialogServiceWrap.so -> /home/tester/cca/ccafe/lib/python2.2/site-packages/ccaffeine/ports
copying build/lib.linux-i686-2.2/ccaffeine/ports/StringMapGetListener.so -> /home/tester/cca/ccafe/lib/python2.2/site-packages/ccaffeine/ports
copying build/lib.linux-i686-2.2/ccaffeine/ports/StringMapPortWrap.so -> /home/tester/cca/ccafe/lib/python2.2/site-packages/ccaffeine/ports
copying build/lib.linux-i686-2.2/ccaffeine/TypeMap.so -> /home/tester/cca/ccafe/lib/python2.2/site-packages/ccaffeine
copying build/lib.linux-i686-2.2/ccaffeine/ConnectionEventService.so -> /home/tester/cca/ccafe/lib/python2.2/site-packages/ccaffeine
copying build/lib.linux-i686-2.2/ccaffeine/ComponentID.so -> /home/tester/cca/ccafe/lib/python2.2/site-packages/ccaffeine
copying build/lib.linux-i686-2.2/ccaffeine/AbstractFramework.so -> /home/tester/cca/ccafe/lib/python2.2/site-packages/ccaffeine
copying build/lib.linux-i686-2.2/ccaffeine/TypeMismatchException.so -> /home/tester/cca/ccafe/lib/python2.2/site-packages/ccaffeine
copying build/lib.linux-i686-2.2/ccaffeine/Services.so -> /home/tester/cca/ccafe/lib/python2.2/site-packages/ccaffeine
copying build/lib.linux-i686-2.2/ccaffeine/CCAException.so -> /home/tester/cca/ccafe/lib/python2.2/site-packages/ccaffeine
copying build/lib.linux-i686-2.2/ccaffeine/__init__.py -> /home/tester/cca/ccafe/lib/python2.2/site-packages/ccaffeine
copying build/lib.linux-i686-2.2/ccaffeine/ComponentClassDescription.so -> /home/tester/cca/ccafe/lib/python2.2/site-packages/ccaffeine
byte-compiling /home/tester/cca/ccafe/lib/python2.2/site-packages/ccaffeine/ports/__init__.py to __init__.pyc
byte-compiling /home/tester/cca/ccafe/lib/python2.2/site-packages/ccaffeine/__init__.py to __init__.pyc
running install_headers
creating /home/tester/cca/ccafe/include
creating /home/tester/cca/ccafe/include/python2.2
creating /home/tester/cca/ccafe/include/python2.2/babel
copying ccaffeine_AbstractFramework_Module.h -> /home/tester/cca/ccafe/include/python2.2/babel
copying ccaffeine_CCAException_Module.h -> /home/tester/cca/ccafe/include/python2.2/babel
copying ccaffeine_ComponentClassDescription_Module.h -> /home/tester/cca/ccafe/include/python2.2/babel
copying ccaffeine_ComponentID_Module.h -> /home/tester/cca/ccafe/include/python2.2/babel
copying ccaffeine_ConnectionEventService_Module.h -> /home/tester/cca/ccafe/include/python2.2/babel
copying ccaffeine_ConnectionID_Module.h -> /home/tester/cca/ccafe/include/python2.2/babel
copying ccaffeine_Services_Module.h -> /home/tester/cca/ccafe/include/python2.2/babel
copying ccaffeine_TypeMap_Module.h -> /home/tester/cca/ccafe/include/python2.2/babel
copying ccaffeine_TypeMismatchException_Module.h -> /home/tester/cca/ccafe/include/python2.2/babel
copying ccaffeine_ports_BuilderService_Module.h -> /home/tester/cca/ccafe/include/python2.2/babel
copying ccaffeine_ports_ComponentRepository_Module.h -> /home/tester/cca/ccafe/include/python2.2/babel
copying ccaffeine_ports_ConnectionEvent_Module.h -> /home/tester/cca/ccafe/include/python2.2/babel
copying ccaffeine_ports_ParameterDialogServiceWrap_Module.h -> /home/tester/cca/ccafe/include/python2.2/babel
copying ccaffeine_ports_ParameterDialogService_Module.h -> /home/tester/cca/ccafe/include/python2.2/babel
copying ccaffeine_ports_ParameterPortFactoryWrap_Module.h -> /home/tester/cca/ccafe/include/python2.2/babel
copying ccaffeine_ports_ParameterPortWrap_Module.h -> /home/tester/cca/ccafe/include/python2.2/babel
copying ccaffeine_ports_ParameterPort_Module.h -> /home/tester/cca/ccafe/include/python2.2/babel
copying ccaffeine_ports_PortTranslator_Module.h -> /home/tester/cca/ccafe/include/python2.2/babel
copying ccaffeine_ports_StringMapDialogServiceWrap_Module.h -> /home/tester/cca/ccafe/include/python2.2/babel
copying ccaffeine_ports_StringMapDialogService_Module.h -> /home/tester/cca/ccafe/include/python2.2/babel
copying ccaffeine_ports_StringMapGetListener_Module.h -> /home/tester/cca/ccafe/include/python2.2/babel
copying ccaffeine_ports_StringMapPortWrap_Module.h -> /home/tester/cca/ccafe/include/python2.2/babel
copying ccaffeine_ports_StringMapPort_Module.h -> /home/tester/cca/ccafe/include/python2.2/babel
copying ccaffeine_ports_StringMapSetListener_Module.h -> /home/tester/cca/ccafe/include/python2.2/babel
warning: install: modules installed to '/home/tester/cca/ccafe/lib/python2.2/site-packages/', which is not in Python's module search path (sys.path) -- you'll have to change the search path yourself
(cd /home/tester/cca/ccafe/cxx/dc/babel/component/PrinterComponent/py-client; python setup.py install --prefix=/home/tester/cca/ccafe --exec-prefix=/home/tester/cca/ccafe\
  --include-dirs=/usr/include/python2.2 \
  --include-dirs=/usr/local/babel-0.8.6/include \
  --include-dirs=.      \
  --include-dirs=/usr/local/babel-0.8.6/include/python2.2/babel \
  --include-dirs=/home/tester/cca/cca-spec-babel/include/cca-spec-babel-0_6_3-babel-0.8.6 \
  --include-dirs=/home/tester/cca/ccafe/cxx/dc/babel/babel-cca/py-client \
  --library-dirs=/usr/local/babel-0.8.6/lib \
  --force \
                )
running install
running build
running build_py
creating build/lib.linux-i686-2.2
creating build/lib.linux-i686-2.2/ccafe0
copying ccafe0/__init__.py -> build/lib.linux-i686-2.2/ccafe0
running build_ext
building 'ccafe0.PrinterComponent' extension
skipping ccafe0/PrinterComponent_Module.c (build/temp.linux-i686-2.2/PrinterComponent_Module.o up-to-date)
gcc -shared build/temp.linux-i686-2.2/PrinterComponent_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o build/lib.linux-i686-2.2/ccafe0/PrinterComponent.so
building 'ccafe0.StringConsumerPort' extension
skipping ccafe0/StringConsumerPort_Module.c (build/temp.linux-i686-2.2/StringConsumerPort_Module.o up-to-date)
gcc -shared build/temp.linux-i686-2.2/StringConsumerPort_Module.o -L/usr/local/babel-0.8.6/lib -lsidl -o build/lib.linux-i686-2.2/ccafe0/StringConsumerPort.so
running install_lib
creating /home/tester/cca/ccafe/lib/python2.2/site-packages/ccafe0
copying build/lib.linux-i686-2.2/ccafe0/StringConsumerPort.so -> /home/tester/cca/ccafe/lib/python2.2/site-packages/ccafe0
copying build/lib.linux-i686-2.2/ccafe0/PrinterComponent.so -> /home/tester/cca/ccafe/lib/python2.2/site-packages/ccafe0
copying build/lib.linux-i686-2.2/ccafe0/__init__.py -> /home/tester/cca/ccafe/lib/python2.2/site-packages/ccafe0
byte-compiling /home/tester/cca/ccafe/lib/python2.2/site-packages/ccafe0/__init__.py to __init__.pyc
running install_headers
copying ccafe0_PrinterComponent_Module.h -> /home/tester/cca/ccafe/include/python2.2/babel
copying ccafe0_StringConsumerPort_Module.h -> /home/tester/cca/ccafe/include/python2.2/babel
warning: install: modules installed to '/home/tester/cca/ccafe/lib/python2.2/site-packages/', which is not in Python's module search path (sys.path) -- you'll have to change the search path yourself
make -f Makefile.install install-dirs
make[2]: Entering directory `/home/tester/cca/ccafe'
Creating /home/tester/cca/ccafe/bin already done.
Creating /home/tester/cca/ccafe/cca
Creating /home/tester/cca/ccafe/cca/ccafe-0.4.3
Creating /home/tester/cca/ccafe/lib already done.
Creating /home/tester/cca/ccafe/include already done.
Creating /home/tester/cca/ccafe/share already done.
Creating /home/tester/cca/ccafe/lib/ccafe-0.4.3
Creating /home/tester/cca/ccafe/share/ccafe-0.4.3
Creating /home/tester/cca/ccafe/share/ccafe-0.4.3/bin
Creating /home/tester/cca/ccafe/share/ccafe-0.4.3/components
Creating /home/tester/cca/ccafe/share/ccafe-0.4.3/xml
Creating /home/tester/cca/ccafe/include/ccafe-0.4.3/cmd
Creating /home/tester/cca/ccafe/include/ccafe-0.4.3/dc
Creating /home/tester/cca/ccafe/include/ccafe-0.4.3/dc/classic
Creating /home/tester/cca/ccafe/include/ccafe-0.4.3/dc/classic/ccafe-bind
Creating /home/tester/cca/ccafe/include/ccafe-0.4.3/dc/component
Creating /home/tester/cca/ccafe/include/ccafe-0.4.3/dc/distributed
Creating /home/tester/cca/ccafe/include/ccafe-0.4.3/dc/export
Creating /home/tester/cca/ccafe/include/ccafe-0.4.3/dc/framework
Creating /home/tester/cca/ccafe/include/ccafe-0.4.3/dc/services
Creating /home/tester/cca/ccafe/include/ccafe-0.4.3/dc/services/gui
Creating /home/tester/cca/ccafe/include/ccafe-0.4.3/dc/port
Creating /home/tester/cca/ccafe/include/ccafe-0.4.3/dc/user_iface
Creating /home/tester/cca/ccafe/include/ccafe-0.4.3/dc/user_iface/ccacmd
Creating /home/tester/cca/ccafe/include/ccafe-0.4.3/gnu
Creating /home/tester/cca/ccafe/include/ccafe-0.4.3/gnu/getopt
Creating /home/tester/cca/ccafe/include/ccafe-0.4.3/jc++
Creating /home/tester/cca/ccafe/include/ccafe-0.4.3/jc++/util
Creating /home/tester/cca/ccafe/include/ccafe-0.4.3/jc++/lang
Creating /home/tester/cca/ccafe/include/ccafe-0.4.3/jc++/io
Creating /home/tester/cca/ccafe/include/ccafe-0.4.3/parameters
Creating /home/tester/cca/ccafe/include/ccafe-0.4.3/port
Creating /home/tester/cca/ccafe/include/ccafe-0.4.3/scutil
Creating /home/tester/cca/ccafe/include/ccafe-0.4.3/stovepipe
Creating /home/tester/cca/ccafe/include/ccafe-0.4.3/util
Creating /home/tester/cca/ccafe/include/ccafe-0.4.3/dc/babel
Creating /home/tester/cca/ccafe/include/ccafe-0.4.3/dc/babel/ccafe-bind
Creating /home/tester/cca/ccafe/include/ccafe-0.4.3/dc/babel/component
Creating /home/tester/cca/ccafe/include/ccafe-0.4.3/dc/babel/component/PrinterComponent
Creating /home/tester/cca/ccafe/include/ccafe-0.4.3/dc/babel/component/StarterComponent
Creating /home/tester/cca/ccafe/include/ccafe-0.4.3/dc/babel/component/PortTranslatorStarter
Creating /home/tester/cca/ccafe/include/ccafe-0.4.3/dc/babel/component/ParameterDialogServiceTest
Creating /home/tester/cca/ccafe/include/ccafe-0.4.3/dc/babel/babel-cca
Creating /home/tester/cca/ccafe/include/ccafe-0.4.3/dc/babel/babel-cca/server
make[2]: Leaving directory `/home/tester/cca/ccafe'
make -f Makefile.install install-files
make[2]: Entering directory `/home/tester/cca/ccafe'
Installing in /home/tester/cca/ccafe/include/ccafe-0.4.3/cmd
Installing in /home/tester/cca/ccafe/include/ccafe-0.4.3/dc/classic/ccafe-bind
Installing in /home/tester/cca/ccafe/include/ccafe-0.4.3/dc/component
Installing in /home/tester/cca/ccafe/include/ccafe-0.4.3/dc/distributed
Installing in /home/tester/cca/ccafe/include/ccafe-0.4.3/dc/export
Installing in /home/tester/cca/ccafe/include/ccafe-0.4.3/dc/framework
Installing in /home/tester/cca/ccafe/include/ccafe-0.4.3/dc/services/gui
Installing in /home/tester/cca/ccafe/include/ccafe-0.4.3/dc/port
Installing in /home/tester/cca/ccafe/include/ccafe-0.4.3/dc/user_iface
Installing in /home/tester/cca/ccafe/include/ccafe-0.4.3/dc/user_iface/ccacmd
Installing in /home/tester/cca/ccafe/include/ccafe-0.4.3/gnu/getopt
Installing in /home/tester/cca/ccafe/include/ccafe-0.4.3/jc++
Installing in /home/tester/cca/ccafe/include/ccafe-0.4.3/jc++/util
Installing in /home/tester/cca/ccafe/include/ccafe-0.4.3/jc++/lang
Installing in /home/tester/cca/ccafe/include/ccafe-0.4.3/jc++/io
Installing in /home/tester/cca/ccafe/include/ccafe-0.4.3/parameters
Installing in /home/tester/cca/ccafe/include/ccafe-0.4.3/port
Installing in /home/tester/cca/ccafe/include/ccafe-0.4.3/scutil
Installing in /home/tester/cca/ccafe/include/ccafe-0.4.3/stovepipe
Installing in /home/tester/cca/ccafe/include/ccafe-0.4.3/util
Installing in /home/tester/cca/ccafe/include/ccafe-0.4.3/dc/babel/ccafe-bind
Installing in /home/tester/cca/ccafe/include/ccafe-0.4.3/dc/babel/component/PrinterComponent
Installing in /home/tester/cca/ccafe/include/ccafe-0.4.3/dc/babel/component/StarterComponent
Installing in /home/tester/cca/ccafe/include/ccafe-0.4.3/dc/babel/component/PortTranslatorStarter
Installing in /home/tester/cca/ccafe/include/ccafe-0.4.3/dc/babel/component/ParameterDialogServiceTest
Installing in /home/tester/cca/ccafe/include/ccafe-0.4.3/dc/babel/babel-cca
Installing in /home/tester/cca/ccafe/include/ccafe-0.4.3/dc/babel/babel-cca/server
Installing in /home/tester/cca/ccafe/lib
/bin/install -c cxx/lib/libccafeCore.so /home/tester/cca/ccafe/lib/libccafeCore_0_4_3.so
/bin/install -c -m 644 cxx/lib/libccafeCore.a /home/tester/cca/ccafe/lib/libccafeCore_0_4_3.a
Creating sym-link /home/tester/cca/ccafe/lib/ccafe-0.4.3/libccafeCore.so
~/cca/ccafe/lib/ccafe-0.4.3 ~/cca/ccafe
~/cca/ccafe
Creating sym-link /home/tester/cca/ccafe/lib/ccafe-0.4.3/libccafeCore.a
~/cca/ccafe/lib/ccafe-0.4.3 ~/cca/ccafe
~/cca/ccafe
Installing in /home/tester/cca/ccafe/share/ccafe-0.4.3/xml
Installing in /home/tester/cca/ccafe/share/ccafe-0.4.3/components
Installing components in /home/tester/cca/ccafe/lib
Installing sidl in /home/tester/cca/ccafe/share/ccafe-0.4.3
Installing in /home/tester/cca/ccafe/bin
Leaving prior file or link /home/tester/cca/ccafe/bin/ccafe-config unchanged.
~/cca/ccafe/bin ~/cca/ccafe
-rwxr-xr-x    1 tester   users        1573 Oct 19 14:21 ccafe-config
~/cca/ccafe
Leaving prior file or link /home/tester/cca/ccafe/bin/bld2rc unchanged.
~/cca/ccafe/bin ~/cca/ccafe
-rwxr-xr-x    1 tester   users         743 Oct 19 14:21 bld2rc
~/cca/ccafe
Leaving prior file or link /home/tester/cca/ccafe/bin/bld2rc.tcl unchanged.
~/cca/ccafe/bin ~/cca/ccafe
-rwxr-xr-x    1 tester   users        3340 Oct 19 14:21 bld2rc.tcl
~/cca/ccafe
Leaving prior file or link /home/tester/cca/ccafe/bin/simplify-bld unchanged.
~/cca/ccafe/bin ~/cca/ccafe
-rwxr-xr-x    1 tester   users         791 Oct 19 14:21 simplify-bld
~/cca/ccafe
Leaving prior file or link /home/tester/cca/ccafe/bin/simplify-bld.tcl unchanged.
~/cca/ccafe/bin ~/cca/ccafe
-rwxr-xr-x    1 tester   users        2972 Oct 19 14:21 simplify-bld.tcl
~/cca/ccafe
Leaving prior file or link /home/tester/cca/ccafe/bin/ccafe-single unchanged.
~/cca/ccafe/bin ~/cca/ccafe
-rwxr-xr-x    1 tester   users     8157496 Oct 19 14:21 ccafe-single
~/cca/ccafe
Leaving prior file or link /home/tester/cca/ccafe/bin/ccafe-client unchanged.
~/cca/ccafe/bin ~/cca/ccafe
-rwxr-xr-x    1 tester   users     8157496 Oct 19 14:21 ccafe-client
~/cca/ccafe
Leaving prior file or link /home/tester/cca/ccafe/bin/ccafe-batch unchanged.
~/cca/ccafe/bin ~/cca/ccafe
-rwxr-xr-x    1 tester   users     8157496 Oct 19 14:21 ccafe-batch
~/cca/ccafe
Leaving prior file or link /home/tester/cca/ccafe/bin/setupMPD unchanged.
~/cca/ccafe/bin ~/cca/ccafe
-rwxr-xr-x    1 tester   users         535 Oct 19 14:21 setupMPD
~/cca/ccafe
Leaving prior file or link /home/tester/cca/ccafe/bin/simpleTests unchanged.
~/cca/ccafe/bin ~/cca/ccafe
-rwxr-xr-x    1 tester   users        3554 Oct 19 14:21 simpleTests
~/cca/ccafe
Leaving prior file or link /home/tester/cca/ccafe/bin/runGUI unchanged.
~/cca/ccafe/bin ~/cca/ccafe
-rwxr-xr-x    1 tester   users         463 Oct 19 14:21 runGUI
~/cca/ccafe
Leaving prior file or link /home/tester/cca/ccafe/bin/runOneProcWGUI unchanged.
~/cca/ccafe/bin ~/cca/ccafe
-rwxr-xr-x    1 tester   users        1749 Oct 19 14:21 runOneProcWGUI
~/cca/ccafe
Leaving prior file or link /home/tester/cca/ccafe/bin/runParallelLocal unchanged.
~/cca/ccafe/bin ~/cca/ccafe
-rwxr-xr-x    1 tester   users        5884 Oct 19 14:21 runParallelLocal
~/cca/ccafe
Leaving prior file or link /home/tester/cca/ccafe/bin/test-python-bs unchanged.
~/cca/ccafe/bin ~/cca/ccafe
-rwxr-xr-x    1 tester   users        2621 Oct 19 14:21 test-python-bs
~/cca/ccafe
Leaving prior file or link /home/tester/cca/ccafe/bin/testBatch unchanged.
~/cca/ccafe/bin ~/cca/ccafe
-rwxr-xr-x    1 tester   users        4763 Oct 19 14:21 testBatch
~/cca/ccafe
Leaving prior file or link /home/tester/cca/ccafe/bin/testPortTranslator unchanged.
~/cca/ccafe/bin ~/cca/ccafe
-rwxr-xr-x    1 tester   users        2533 Oct 19 14:21 testPortTranslator
~/cca/ccafe
Installing src/ccafeConfig.sh src/MakeIncl.CCAFE src/EmptyRC cxx/dc/user_iface/CcaffeineRC in /home/tester/cca/ccafe/share/ccafe-0.4.3
Installing in /home/tester/cca/ccafe/share/ccafe-0.4.3/bin
Installing java cruft to  /home/tester/cca/ccafe/cca/ccafe-0.4.3
make[2]: Leaving directory `/home/tester/cca/ccafe'
make -f Makefile.install install-exclude
make[2]: Entering directory `/home/tester/cca/ccafe'
rm -f /home/tester/cca/ccafe/include/dc/user_iface/ccafe-batch /home/tester/cca/ccafe/cca/ccafe/java/gov/sandia/ccaffeine/dc/user_iface/runFromServletEg/Makefile.rob
make[2]: Leaving directory `/home/tester/cca/ccafe'
make[1]: Leaving directory `/home/tester/cca/ccafe'
/home/tester/cca/ccafe/bin/simpleTests
=====================================================================
                  Testing the Ccaffeine build ...
proceeding with env vars:
# LD_LIBRARY_PATH=
# SIDL_DLL_PATH=/home/tester/cca/ccafe/lib
didn't crash or hang up early ...  looks like it is working.
Looks like CLASSIC dccafe is working.
Looks like BABEL dccafe is working.
done with Ccaffeine tests.
simpleTests: output is in simpleTests.out.
=====================================================================
ctester@capt-january ccafe $ bin/ThreadedGoPortTest
=====================================================================
       Testing the Threaded GoPort in the Ccaffeine build ...
proceeding with env vars:
# LD_LIBRARY_PATH=
# SIDL_DLL_PATH=/home/tester/cca/ccafe/lib
Please wait for about 10 seconds ...
didn't crash or hang up early ...  Got correct output from the spawned thread,
looks like it is working.
=====================================================================
tester@capt-january ccafe $