{ test ! -d "openais-1.1.0" || { find "openais-1.1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr "openais-1.1.0"; }; } test -d "openais-1.1.0" || mkdir "openais-1.1.0" (cd include && make top_distdir=../openais-1.1.0 distdir=../openais-1.1.0/include \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[1]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/include' make[1]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/include' (cd lib && make top_distdir=../openais-1.1.0 distdir=../openais-1.1.0/lib \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[1]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/lib' make[1]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/lib' (cd services && make top_distdir=../openais-1.1.0 distdir=../openais-1.1.0/services \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[1]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/services' make[1]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/services' (cd test && make top_distdir=../openais-1.1.0 distdir=../openais-1.1.0/test \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[1]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/test' make[1]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/test' (cd pkgconfig && make top_distdir=../openais-1.1.0 distdir=../openais-1.1.0/pkgconfig \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[1]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/pkgconfig' make[1]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/pkgconfig' (cd man && make top_distdir=../openais-1.1.0 distdir=../openais-1.1.0/man \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[1]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/man' make[1]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/man' (cd init && make top_distdir=../openais-1.1.0 distdir=../openais-1.1.0/init \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[1]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/init' make[1]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/init' test -n "" \ || find "openais-1.1.0" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/bash /home/fabbione/work/cluster/openais/openais/trunk/install-sh -c -m a+r {} {} \; \ || chmod -R a+r "openais-1.1.0" tardir=openais-1.1.0 && /bin/bash /home/fabbione/work/cluster/openais/openais/trunk/missing --run tar chof - "$tardir" | GZIP=--best gzip -c >openais-1.1.0.tar.gz { test ! -d "openais-1.1.0" || { find "openais-1.1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr "openais-1.1.0"; }; } case 'openais-1.1.0.tar.gz' in \ *.tar.gz*) \ GZIP=--best gunzip -c openais-1.1.0.tar.gz | /bin/bash /home/fabbione/work/cluster/openais/openais/trunk/missing --run tar xf - ;;\ *.tar.bz2*) \ bunzip2 -c openais-1.1.0.tar.bz2 | /bin/bash /home/fabbione/work/cluster/openais/openais/trunk/missing --run tar xf - ;;\ *.tar.lzma*) \ unlzma -c openais-1.1.0.tar.lzma | /bin/bash /home/fabbione/work/cluster/openais/openais/trunk/missing --run tar xf - ;;\ *.tar.xz*) \ xz -dc openais-1.1.0.tar.xz | /bin/bash /home/fabbione/work/cluster/openais/openais/trunk/missing --run tar xf - ;;\ *.tar.Z*) \ uncompress -c openais-1.1.0.tar.Z | /bin/bash /home/fabbione/work/cluster/openais/openais/trunk/missing --run tar xf - ;;\ *.shar.gz*) \ GZIP=--best gunzip -c openais-1.1.0.shar.gz | unshar ;;\ *.zip*) \ unzip openais-1.1.0.zip ;;\ esac chmod -R a-w openais-1.1.0; chmod a+w openais-1.1.0 mkdir openais-1.1.0/_build mkdir openais-1.1.0/_inst chmod a-w openais-1.1.0 test -d openais-1.1.0/_build || exit 0; \ dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd openais-1.1.0/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \ && am__cwd=`pwd` \ && CDPATH="${ZSH_VERSION+.}:" && cd openais-1.1.0/_build \ && ../configure --srcdir=.. --prefix="$dc_install_base" \ \ && make \ && make dvi \ && make check \ && make install \ && make installcheck \ && make uninstall \ && make distuninstallcheck_dir="$dc_install_base" \ distuninstallcheck \ && chmod -R a-w "$dc_install_base" \ && ({ \ (cd ../.. && umask 077 && mkdir "$dc_destdir") \ && make DESTDIR="$dc_destdir" install \ && make DESTDIR="$dc_destdir" uninstall \ && make DESTDIR="$dc_destdir" \ distuninstallcheck_dir="$dc_destdir" distuninstallcheck; \ } || { rm -rf "$dc_destdir"; exit 1; }) \ && rm -rf "$dc_destdir" \ && make dist \ && rm -rf openais-1.1.0.tar.gz \ && make distcleancheck \ && cd "$am__cwd" \ || exit 1 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for ranlib... ranlib checking for groff... groff checking for dlopen in -ldl... yes checking for pthread_create in -lpthread... yes checking for getpeereid in -lc... no checking for socket in -lsocket... no checking for t_open in -lnsl... no checking for sched_getscheduler in -lrt... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for working alloca.h... yes checking for alloca... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking for unistd.h... (cached) yes checking for sys/types.h... (cached) yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking sys/sockio.h usability... no checking sys/sockio.h presence... no checking for sys/sockio.h... no checking for an ANSI C-conforming const... yes checking for uid_t in sys/types.h... yes checking for inline... inline checking for int16_t... yes checking for int32_t... yes checking for int64_t... yes checking for int8_t... yes checking for size_t... yes checking for ssize_t... yes checking whether time.h and sys/time.h may both be included... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for uint8_t... yes checking for working volatile... yes checking whether closedir returns void... no checking for error_at_line... yes checking for mbstate_t... yes checking for working POSIX fnmatch... yes checking for pid_t... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking whether gcc needs -traditional... no checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for working memcmp... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking for sys/socket.h... (cached) yes checking types of arguments for select... int,fd_set *,struct timeval * checking return type of signal handlers... void checking for strftime... yes checking for vprintf... yes checking for _doprnt... no checking for alarm... yes checking for alphasort... yes checking for atexit... yes checking for bzero... yes checking for dup2... yes checking for endgrent... yes checking for endpwent... yes checking for fcntl... yes checking for getcwd... yes checking for getpeerucred... no checking for gettimeofday... yes checking for inet_ntoa... yes checking for memmove... yes checking for memset... yes checking for mkdir... yes checking for scandir... yes checking for select... yes checking for socket... yes checking for strcasecmp... yes checking for strchr... yes checking for strdup... yes checking for strerror... yes checking for strrchr... yes checking for strspn... yes checking for strstr... yes checking for pthread_spin_lock... yes checking for pthread_spin_unlock... yes configure: Sanitizing prefix: /home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst configure: Sanitizing exec_prefix: NONE checking for pkg-config... /home/fabbione/work/tools/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for corosync... yes checking for coroipcc... yes checking whether gcc supports "-Wall"... yes checking whether gcc supports "-Wmissing-prototypes"... yes checking whether gcc supports "-Wmissing-declarations"... yes checking whether gcc supports "-Wstrict-prototypes"... yes checking whether gcc supports "-Wdeclaration-after-statement"... yes checking whether gcc supports "-Wpointer-arith"... yes checking whether gcc supports "-Wwrite-strings"... yes checking whether gcc supports "-Wcast-align"... yes checking whether gcc supports "-Wbad-function-cast"... yes checking whether gcc supports "-Wmissing-format-attribute"... yes checking whether gcc supports "-Wformat=2"... yes checking whether gcc supports "-Wformat-security"... yes checking whether gcc supports "-Wformat-nonliteral"... yes checking whether gcc supports "-Wno-long-long"... yes checking whether gcc supports "-Wunsigned-char"... no checking whether gcc supports "-Wgnu89-inline"... no checking whether gcc supports "-Wno-strict-aliasing"... yes checking whether gcc supports "-Wshadow"... yes configure: creating ./config.status config.status: creating Makefile config.status: creating include/Makefile config.status: creating lib/Makefile config.status: creating man/Makefile config.status: creating pkgconfig/Makefile config.status: creating services/Makefile config.status: creating test/Makefile config.status: creating init/Makefile config.status: creating include/config.h config.status: creating include/oa_config.h config.status: executing depfiles commands openais configuration: Version = 1.1.0 Prefix = /home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst Executables = ${exec_prefix}/sbin Man pages = ${datarootdir}/man Doc dir = ${datarootdir}/doc/${PACKAGE_TARNAME} Libraries = ${exec_prefix}/lib Header files = ${prefix}/include Arch-independent files = ${datarootdir} State information = ${prefix}/var System configuration = ${prefix}/etc corosync config dir = ${prefix}/etc/corosync LCRSO = ${exec_prefix}/libexec/lcrso Features = openais build info: Library SONAME = 3.0.0 Default optimization = -O3 Default debug options = Extra compiler warnings = Env. defined CFLAG = -g -O2 Env. defined CPPFLAGS = Env. defined LDFLAGS = OS defined CFLAGS = OS defined CPPFLAGS = OS defined LDFLAGS = OS defined DYFLAGS = -rdynamic Coverage CFLAGS = Coverage LDFLAGS = Fatal War. CFLAGS = Final CFLAGS = -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow Final CPPFLAGS = Final LDFLAGS = make[1]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build' Making all in include make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/include' make all-am make[3]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/include' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/include' make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/include' Making all in lib make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/lib' gcc -DHAVE_CONFIG_H -I. -I../../lib -I../include -I../include -I../../include -fPIC -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o ../../lib/util.c mv -f .deps/util.Tpo .deps/util.Po gcc -DHAVE_CONFIG_H -I. -I../../lib -I../include -I../include -I../../include -fPIC -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -MT amf.o -MD -MP -MF .deps/amf.Tpo -c -o amf.o ../../lib/amf.c mv -f .deps/amf.Tpo .deps/amf.Po rm -f libSaAmf.a ar cru libSaAmf.a util.o amf.o ranlib libSaAmf.a gcc -DHAVE_CONFIG_H -I. -I../../lib -I../include -I../include -I../../include -fPIC -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -MT ckpt.o -MD -MP -MF .deps/ckpt.Tpo -c -o ckpt.o ../../lib/ckpt.c ../../lib/ckpt.c: In function ‘saCkptCheckpointOpenAsync’: ../../lib/ckpt.c:688: warning: passing argument 2 of ‘marshall_to_mar_ckpt_checkpoint_creation_attributes_t’ discards qualifiers from pointer target type ../../lib/ckpt.c: In function ‘saCkptCheckpointOpen’: ../../lib/ckpt.c:560: warning: passing argument 2 of ‘marshall_to_mar_ckpt_checkpoint_creation_attributes_t’ discards qualifiers from pointer target type mv -f .deps/ckpt.Tpo .deps/ckpt.Po rm -f libSaCkpt.a ar cru libSaCkpt.a util.o ckpt.o ranlib libSaCkpt.a gcc -DHAVE_CONFIG_H -I. -I../../lib -I../include -I../include -I../../include -fPIC -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -MT clm.o -MD -MP -MF .deps/clm.Tpo -c -o clm.o ../../lib/clm.c mv -f .deps/clm.Tpo .deps/clm.Po rm -f libSaClm.a ar cru libSaClm.a util.o clm.o ranlib libSaClm.a gcc -DHAVE_CONFIG_H -I. -I../../lib -I../include -I../include -I../../include -fPIC -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -MT evt.o -MD -MP -MF .deps/evt.Tpo -c -o evt.o ../../lib/evt.c mv -f .deps/evt.Tpo .deps/evt.Po rm -f libSaEvt.a ar cru libSaEvt.a util.o evt.o ranlib libSaEvt.a gcc -DHAVE_CONFIG_H -I. -I../../lib -I../include -I../include -I../../include -fPIC -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -MT lck.o -MD -MP -MF .deps/lck.Tpo -c -o lck.o ../../lib/lck.c mv -f .deps/lck.Tpo .deps/lck.Po rm -f libSaLck.a ar cru libSaLck.a util.o lck.o ranlib libSaLck.a gcc -DHAVE_CONFIG_H -I. -I../../lib -I../include -I../include -I../../include -fPIC -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -MT msg.o -MD -MP -MF .deps/msg.Tpo -c -o msg.o ../../lib/msg.c ../../lib/msg.c: In function ‘saMsgMessageSendReceive’: ../../lib/msg.c:1801: warning: passing argument 2 of ‘marshall_to_mar_msg_message_t’ discards qualifiers from pointer target type ../../lib/msg.c: In function ‘saMsgMessageSendAsync’: ../../lib/msg.c:1515: warning: passing argument 2 of ‘marshall_to_mar_msg_message_t’ discards qualifiers from pointer target type ../../lib/msg.c: In function ‘saMsgMessageSend’: ../../lib/msg.c:1429: warning: passing argument 2 of ‘marshall_to_mar_msg_message_t’ discards qualifiers from pointer target type ../../lib/msg.c: In function ‘saMsgQueueOpenAsync’: ../../lib/msg.c:684: warning: passing argument 2 of ‘marshall_to_mar_msg_queue_creation_attributes_t’ discards qualifiers from pointer target type ../../lib/msg.c: In function ‘saMsgQueueOpen’: ../../lib/msg.c:540: warning: passing argument 2 of ‘marshall_to_mar_msg_queue_creation_attributes_t’ discards qualifiers from pointer target type ../../lib/msg.c: In function ‘saMsgQueueCapacityThresholdSet’: ../../lib/msg.c:2033: warning: passing argument 2 of ‘marshall_to_mar_msg_queue_thresholds_t’ discards qualifiers from pointer target type ../../lib/msg.c: In function ‘saMsgMessageReplyAsync’: ../../lib/msg.c:1967: warning: passing argument 2 of ‘marshall_to_mar_msg_message_t’ discards qualifiers from pointer target type ../../lib/msg.c: In function ‘saMsgMessageReply’: ../../lib/msg.c:1894: warning: passing argument 2 of ‘marshall_to_mar_msg_message_t’ discards qualifiers from pointer target type mv -f .deps/msg.Tpo .deps/msg.Po rm -f libSaMsg.a ar cru libSaMsg.a util.o msg.o ranlib libSaMsg.a gcc -DHAVE_CONFIG_H -I. -I../../lib -I../include -I../include -I../../include -fPIC -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -MT tmr.o -MD -MP -MF .deps/tmr.Tpo -c -o tmr.o ../../lib/tmr.c mv -f .deps/tmr.Tpo .deps/tmr.Po rm -f libSaTmr.a ar cru libSaTmr.a util.o tmr.o ranlib libSaTmr.a gcc -shared -o libSaAmf.so.3.0.0 \ -Wl,-soname=libSaAmf.so.3 \ -Wl,-version-script=../../lib/libSaAmf.versions \ util.o amf.o -lcoroipcc -lpthread ln -sf libSaAmf.so.3.0.0 libSaAmf.so ln -sf libSaAmf.so.3.0.0 libSaAmf.so.3 gcc -shared -o libSaCkpt.so.3.0.0 \ -Wl,-soname=libSaCkpt.so.3 \ -Wl,-version-script=../../lib/libSaCkpt.versions \ util.o ckpt.o -lcoroipcc -lpthread ln -sf libSaCkpt.so.3.0.0 libSaCkpt.so ln -sf libSaCkpt.so.3.0.0 libSaCkpt.so.3 gcc -shared -o libSaClm.so.3.0.0 \ -Wl,-soname=libSaClm.so.3 \ -Wl,-version-script=../../lib/libSaClm.versions \ util.o clm.o -lcoroipcc -lpthread ln -sf libSaClm.so.3.0.0 libSaClm.so ln -sf libSaClm.so.3.0.0 libSaClm.so.3 gcc -shared -o libSaEvt.so.3.0.0 \ -Wl,-soname=libSaEvt.so.3 \ -Wl,-version-script=../../lib/libSaEvt.versions \ util.o evt.o -lcoroipcc -lpthread ln -sf libSaEvt.so.3.0.0 libSaEvt.so ln -sf libSaEvt.so.3.0.0 libSaEvt.so.3 gcc -shared -o libSaLck.so.3.0.0 \ -Wl,-soname=libSaLck.so.3 \ -Wl,-version-script=../../lib/libSaLck.versions \ util.o lck.o -lcoroipcc -lpthread ln -sf libSaLck.so.3.0.0 libSaLck.so ln -sf libSaLck.so.3.0.0 libSaLck.so.3 gcc -shared -o libSaMsg.so.3.0.0 \ -Wl,-soname=libSaMsg.so.3 \ -Wl,-version-script=../../lib/libSaMsg.versions \ util.o msg.o -lcoroipcc -lpthread ln -sf libSaMsg.so.3.0.0 libSaMsg.so ln -sf libSaMsg.so.3.0.0 libSaMsg.so.3 gcc -shared -o libSaTmr.so.3.0.0 \ -Wl,-soname=libSaTmr.so.3 \ -Wl,-version-script=../../lib/libSaTmr.versions \ util.o tmr.o -lcoroipcc -lpthread ln -sf libSaTmr.so.3.0.0 libSaTmr.so ln -sf libSaTmr.so.3.0.0 libSaTmr.so.3 Built shared libs make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/lib' Making all in services make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/services' gcc -fPIC -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -I../include -I../../include -c -o openais-instantiate.o ../../services/openais-instantiate.c gcc -fPIC -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -o openais-instantiate openais-instantiate.o -lrt -lpthread -ldl gcc -fPIC -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -I../include -I../../include -c -o clm.o ../../services/clm.c gcc -fPIC -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -I../include -I../../include -c -o ckpt.o ../../services/ckpt.c gcc -fPIC -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -I../include -I../../include -c -o evt.o ../../services/evt.c gcc -fPIC -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -I../include -I../../include -c -o lck.o ../../services/lck.c gcc -fPIC -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -I../include -I../../include -c -o msg.o ../../services/msg.c gcc -fPIC -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -I../include -I../../include -c -o tmr.o ../../services/tmr.c gcc -fPIC -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -I../include -I../../include -c -o amfapp.o ../../services/amfapp.c gcc -fPIC -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -I../include -I../../include -c -o amfcluster.o ../../services/amfcluster.c gcc -fPIC -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -I../include -I../../include -c -o amfnode.o ../../services/amfnode.c gcc -fPIC -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -I../include -I../../include -c -o amfsi.o ../../services/amfsi.c gcc -fPIC -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -I../include -I../../include -c -o amfutil.o ../../services/amfutil.c gcc -fPIC -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -I../include -I../../include -c -o amf.o ../../services/amf.c gcc -fPIC -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -I../include -I../../include -c -o amfcomp.o ../../services/amfcomp.c gcc -fPIC -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -I../include -I../../include -c -o amfsg.o ../../services/amfsg.c gcc -fPIC -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -I../include -I../../include -c -o amfsu.o ../../services/amfsu.c gcc -fPIC -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -I../include -I../../include -c -o openaisserviceenable.o ../../services/openaisserviceenable.c gcc -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -shared -Wl,-soname=service_clm.lcrso clm.o -o service_clm.lcrso gcc -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -shared -Wl,-soname=service_ckpt.lcrso ckpt.o -o service_ckpt.lcrso gcc -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -shared -Wl,-soname=service_evt.lcrso evt.o -o service_evt.lcrso gcc -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -shared -Wl,-soname=service_lck.lcrso lck.o -o service_lck.lcrso gcc -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -shared -Wl,-soname=service_msg.lcrso msg.o -o service_msg.lcrso gcc -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -shared -Wl,-soname=service_tmr.lcrso tmr.o -o service_tmr.lcrso gcc -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -shared -Wl,-soname=openaisserviceenable.lcrso openaisserviceenable.o -o openaisserviceenable.lcrso gcc -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -shared -Wl,-soname=service_amf.lcrso amfapp.o amfcluster.o amfnode.o amfsi.o amfutil.o amf.o amfcomp.o amfsg.o amfsu.o -o service_amf.lcrso Built Service Engines make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/services' Making all in test make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/test' gcc -DHAVE_CONFIG_H -I. -I../../test -I../include -I../include -I../../include -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -MT testckpt.o -MD -MP -MF .deps/testckpt.Tpo -c -o testckpt.o ../../test/testckpt.c mv -f .deps/testckpt.Tpo .deps/testckpt.Po gcc -DHAVE_CONFIG_H -I. -I../../test -I../include -I../include -I../../include -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -MT sa_error.o -MD -MP -MF .deps/sa_error.Tpo -c -o sa_error.o ../../test/sa_error.c mv -f .deps/sa_error.Tpo .deps/sa_error.Po gcc -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -L../lib -lcoroipcc -o testckpt testckpt.o sa_error.o -lSaCkpt -lrt -lpthread -ldl gcc -DHAVE_CONFIG_H -I. -I../../test -I../include -I../include -I../../include -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -MT testevt.o -MD -MP -MF .deps/testevt.Tpo -c -o testevt.o ../../test/testevt.c mv -f .deps/testevt.Tpo .deps/testevt.Po gcc -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -L../lib -lcoroipcc -o testevt testevt.o sa_error.o -lSaEvt -lrt -lpthread -ldl gcc -DHAVE_CONFIG_H -I. -I../../test -I../include -I../include -I../../include -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -MT testmsg.o -MD -MP -MF .deps/testmsg.Tpo -c -o testmsg.o ../../test/testmsg.c mv -f .deps/testmsg.Tpo .deps/testmsg.Po gcc -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -L../lib -lcoroipcc -o testmsg testmsg.o sa_error.o -lSaMsg -lrt -lpthread -ldl gcc -DHAVE_CONFIG_H -I. -I../../test -I../include -I../include -I../../include -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -MT testmsg2.o -MD -MP -MF .deps/testmsg2.Tpo -c -o testmsg2.o ../../test/testmsg2.c mv -f .deps/testmsg2.Tpo .deps/testmsg2.Po gcc -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -L../lib -lcoroipcc -o testmsg2 testmsg2.o sa_error.o -lSaMsg -lrt -lpthread -ldl gcc -DHAVE_CONFIG_H -I. -I../../test -I../include -I../include -I../../include -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -MT testmsg3.o -MD -MP -MF .deps/testmsg3.Tpo -c -o testmsg3.o ../../test/testmsg3.c mv -f .deps/testmsg3.Tpo .deps/testmsg3.Po gcc -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -L../lib -lcoroipcc -o testmsg3 testmsg3.o sa_error.o -lSaMsg -lrt -lpthread -ldl gcc -DHAVE_CONFIG_H -I. -I../../test -I../include -I../include -I../../include -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -MT testlck.o -MD -MP -MF .deps/testlck.Tpo -c -o testlck.o ../../test/testlck.c mv -f .deps/testlck.Tpo .deps/testlck.Po gcc -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -L../lib -lcoroipcc -o testlck testlck.o sa_error.o -lSaLck -lrt -lpthread -ldl gcc -DHAVE_CONFIG_H -I. -I../../test -I../include -I../include -I../../include -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -MT testlck2.o -MD -MP -MF .deps/testlck2.Tpo -c -o testlck2.o ../../test/testlck2.c mv -f .deps/testlck2.Tpo .deps/testlck2.Po gcc -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -L../lib -lcoroipcc -o testlck2 testlck2.o sa_error.o -lSaLck -lrt -lpthread -ldl gcc -DHAVE_CONFIG_H -I. -I../../test -I../include -I../include -I../../include -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -MT testclm.o -MD -MP -MF .deps/testclm.Tpo -c -o testclm.o ../../test/testclm.c mv -f .deps/testclm.Tpo .deps/testclm.Po gcc -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -L../lib -lcoroipcc -o testclm testclm.o sa_error.o -lSaClm -lrt -lpthread -ldl gcc -DHAVE_CONFIG_H -I. -I../../test -I../include -I../include -I../../include -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -MT testtmr.o -MD -MP -MF .deps/testtmr.Tpo -c -o testtmr.o ../../test/testtmr.c mv -f .deps/testtmr.Tpo .deps/testtmr.Po gcc -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -L../lib -lcoroipcc -o testtmr testtmr.o sa_error.o -lSaTmr -lrt -lpthread -ldl gcc -DHAVE_CONFIG_H -I. -I../../test -I../include -I../include -I../../include -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -MT ckptbench.o -MD -MP -MF .deps/ckptbench.Tpo -c -o ckptbench.o ../../test/ckptbench.c mv -f .deps/ckptbench.Tpo .deps/ckptbench.Po gcc -g -O2 -O3 -ggdb3 -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Wshadow -L../lib -lcoroipcc -o ckptbench ckptbench.o sa_error.o -lSaCkpt -lrt -lpthread -ldl make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/test' Making all in pkgconfig make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/pkgconfig' rm -f libSaAmf.pc-t libSaAmf.pc sed \ -e 's#@''PREFIX@#/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst#g' \ -e 's#@''LIBDIR@#/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/lib#g' \ -e 's#@''LIBVERSION@#1.1.0#g' \ -e 's#@''LIB@#'SaAmf'#g' \ ../../pkgconfig/libtemplate.pc.in > libSaAmf.pc-t chmod a-w libSaAmf.pc-t mv libSaAmf.pc-t libSaAmf.pc rm -f libSaCkpt.pc-t libSaCkpt.pc sed \ -e 's#@''PREFIX@#/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst#g' \ -e 's#@''LIBDIR@#/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/lib#g' \ -e 's#@''LIBVERSION@#1.1.0#g' \ -e 's#@''LIB@#'SaCkpt'#g' \ ../../pkgconfig/libtemplate.pc.in > libSaCkpt.pc-t chmod a-w libSaCkpt.pc-t mv libSaCkpt.pc-t libSaCkpt.pc rm -f libSaClm.pc-t libSaClm.pc sed \ -e 's#@''PREFIX@#/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst#g' \ -e 's#@''LIBDIR@#/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/lib#g' \ -e 's#@''LIBVERSION@#1.1.0#g' \ -e 's#@''LIB@#'SaClm'#g' \ ../../pkgconfig/libtemplate.pc.in > libSaClm.pc-t chmod a-w libSaClm.pc-t mv libSaClm.pc-t libSaClm.pc rm -f libSaEvt.pc-t libSaEvt.pc sed \ -e 's#@''PREFIX@#/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst#g' \ -e 's#@''LIBDIR@#/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/lib#g' \ -e 's#@''LIBVERSION@#1.1.0#g' \ -e 's#@''LIB@#'SaEvt'#g' \ ../../pkgconfig/libtemplate.pc.in > libSaEvt.pc-t chmod a-w libSaEvt.pc-t mv libSaEvt.pc-t libSaEvt.pc rm -f libSaLck.pc-t libSaLck.pc sed \ -e 's#@''PREFIX@#/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst#g' \ -e 's#@''LIBDIR@#/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/lib#g' \ -e 's#@''LIBVERSION@#1.1.0#g' \ -e 's#@''LIB@#'SaLck'#g' \ ../../pkgconfig/libtemplate.pc.in > libSaLck.pc-t chmod a-w libSaLck.pc-t mv libSaLck.pc-t libSaLck.pc rm -f libSaMsg.pc-t libSaMsg.pc sed \ -e 's#@''PREFIX@#/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst#g' \ -e 's#@''LIBDIR@#/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/lib#g' \ -e 's#@''LIBVERSION@#1.1.0#g' \ -e 's#@''LIB@#'SaMsg'#g' \ ../../pkgconfig/libtemplate.pc.in > libSaMsg.pc-t chmod a-w libSaMsg.pc-t mv libSaMsg.pc-t libSaMsg.pc rm -f libSaTmr.pc-t libSaTmr.pc sed \ -e 's#@''PREFIX@#/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst#g' \ -e 's#@''LIBDIR@#/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/lib#g' \ -e 's#@''LIBVERSION@#1.1.0#g' \ -e 's#@''LIB@#'SaTmr'#g' \ ../../pkgconfig/libtemplate.pc.in > libSaTmr.pc-t chmod a-w libSaTmr.pc-t mv libSaTmr.pc-t libSaTmr.pc make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/pkgconfig' Making all in man make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/man' groff -mandoc -Thtml ../../man/openais.conf.5 > openais.conf.5.html groff -mandoc -Thtml ../../man/amf.conf.5 > amf.conf.5.html ../../man/amf.conf.5:205: warning [p 1, 27,7i]: can't break line ../../man/amf.conf.5:208: warning [p 1, 28,3i]: can't break line groff -mandoc -Thtml ../../man/openais_overview.8 > openais_overview.8.html make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/man' Making all in init make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/init' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/init' make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build' make[1]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build' make[1]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build' Making dvi in include make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/include' make[2]: Nothing to be done for `dvi'. make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/include' Making dvi in lib make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/lib' make[2]: Nothing to be done for `dvi'. make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/lib' Making dvi in services make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/services' make[2]: Nothing to be done for `dvi'. make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/services' Making dvi in test make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/test' make[2]: Nothing to be done for `dvi'. make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/test' Making dvi in pkgconfig make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/pkgconfig' make[2]: Nothing to be done for `dvi'. make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/pkgconfig' Making dvi in man make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/man' make[2]: Nothing to be done for `dvi'. make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/man' Making dvi in init make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/init' make[2]: Nothing to be done for `dvi'. make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/init' make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build' make[2]: Nothing to be done for `dvi-am'. make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build' make[1]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build' make[1]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build' Making check in include make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/include' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/include' Making check in lib make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/lib' Built shared libs make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/lib' Making check in services make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/services' Built Service Engines make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/services' Making check in test make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/test' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/test' Making check in pkgconfig make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/pkgconfig' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/pkgconfig' Making check in man make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/man' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/man' Making check in init make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/init' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/init' make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build' make[2]: Nothing to be done for `check-am'. make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build' make[1]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build' make[1]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build' Making install in include make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/include' make[3]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/include' make[3]: Nothing to be done for `install-exec-am'. test -z "/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/include/openais" || /bin/mkdir -p "/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/include/openais" /usr/bin/install -c -m 644 ../../include/saAis.h ../../include/saAmf.h ../../include/saCkpt.h ../../include/saClm.h ../../include/saEvt.h ../../include/saLck.h ../../include/saMsg.h ../../include/saTmr.h '/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/include/openais' make[3]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/include' make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/include' Making install in lib make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/lib' Built shared libs make[3]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/lib' /usr/bin/install -c -d //home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/lib /usr/bin/install -c -m 755 libSaAmf.so.3.0.0 libSaCkpt.so.3.0.0 libSaClm.so.3.0.0 libSaEvt.so.3.0.0 libSaLck.so.3.0.0 libSaMsg.so.3.0.0 libSaTmr.so.3.0.0 //home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/lib cp -a libSaAmf.so libSaCkpt.so libSaClm.so libSaEvt.so libSaLck.so libSaMsg.so libSaTmr.so libSaAmf.so.3 libSaCkpt.so.3 libSaClm.so.3 libSaEvt.so.3 libSaLck.so.3 libSaMsg.so.3 libSaTmr.so.3 //home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/lib test -z "/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/lib" || /bin/mkdir -p "/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/lib" /usr/bin/install -c -m 644 libSaAmf.a libSaCkpt.a libSaClm.a libSaEvt.a libSaLck.a libSaMsg.a libSaTmr.a '/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/lib' ( cd '/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/lib' && ranlib libSaAmf.a ) ( cd '/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/lib' && ranlib libSaCkpt.a ) ( cd '/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/lib' && ranlib libSaClm.a ) ( cd '/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/lib' && ranlib libSaEvt.a ) ( cd '/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/lib' && ranlib libSaLck.a ) ( cd '/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/lib' && ranlib libSaMsg.a ) ( cd '/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/lib' && ranlib libSaTmr.a ) make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/lib' make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/lib' Making install in services make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/services' Built Service Engines make[3]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/services' /usr/bin/install -c -d //home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/libexec/lcrso /usr/bin/install -c -m 755 service_clm.lcrso service_ckpt.lcrso service_evt.lcrso service_lck.lcrso service_msg.lcrso service_tmr.lcrso openaisserviceenable.lcrso service_amf.lcrso //home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/libexec/lcrso test -z "/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/sbin" || /bin/mkdir -p "/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/sbin" /usr/bin/install -c openais-instantiate '/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/sbin' test -z "/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/sbin" || /bin/mkdir -p "/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/sbin" /usr/bin/install -c ../../services/aisexec '/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/sbin' make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/services' make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/services' Making install in test make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/test' make[3]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/test' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/test' make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/test' Making install in pkgconfig make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/pkgconfig' make[3]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/pkgconfig' /usr/bin/install -c -d //home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/lib/pkgconfig /usr/bin/install -c -m 644 libSaAmf.pc libSaCkpt.pc libSaClm.pc libSaEvt.pc libSaLck.pc libSaMsg.pc libSaTmr.pc //home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/lib/pkgconfig make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/pkgconfig' make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/pkgconfig' Making install in man make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/man' make[3]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/man' make[3]: Nothing to be done for `install-exec-am'. /usr/bin/install -c -d //home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/share/doc/openais/html /usr/bin/install -c -m644 ../../man/index.html openais.conf.5.html amf.conf.5.html openais_overview.8.html //home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/share/doc/openais/html/ test -z "/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/share/man/man5" || /bin/mkdir -p "/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/share/man/man5" /usr/bin/install -c -m 644 ../../man/openais.conf.5 ../../man/amf.conf.5 '/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/share/man/man5' test -z "/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/share/man/man8" || /bin/mkdir -p "/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/share/man/man8" /usr/bin/install -c -m 644 ../../man/openais_overview.8 '/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/share/man/man8' make[3]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/man' make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/man' Making install in init make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/init' make[3]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/init' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/init' make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/init' make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build' make[3]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build' make[3]: Nothing to be done for `install-exec-am'. test -z "/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/etc/corosync" || /bin/mkdir -p "/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/etc/corosync" /usr/bin/install -c -m 644 ../conf/amf.conf.example '/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/etc/corosync' test -z "/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/share/doc/openais" || /bin/mkdir -p "/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/share/doc/openais" /usr/bin/install -c -m 644 ../LICENSE ../README.amf ../AUTHORS '/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/share/doc/openais' make[3]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build' make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build' make[1]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build' make[1]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build' Making installcheck in include make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/include' make[2]: Nothing to be done for `installcheck'. make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/include' Making installcheck in lib make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/lib' make[2]: Nothing to be done for `installcheck'. make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/lib' Making installcheck in services make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/services' make[2]: Nothing to be done for `installcheck'. make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/services' Making installcheck in test make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/test' make[2]: Nothing to be done for `installcheck'. make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/test' Making installcheck in pkgconfig make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/pkgconfig' make[2]: Nothing to be done for `installcheck'. make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/pkgconfig' Making installcheck in man make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/man' make[2]: Nothing to be done for `installcheck'. make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/man' Making installcheck in init make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/init' make[2]: Nothing to be done for `installcheck'. make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/init' make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build' make[2]: Nothing to be done for `installcheck-am'. make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build' make[1]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build' make[1]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build' Making uninstall in include make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/include' ( cd '/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/include/openais' && rm -f saAis.h saAmf.h saCkpt.h saClm.h saEvt.h saLck.h saMsg.h saTmr.h ) make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/include' Making uninstall in lib make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/lib' ( cd '/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/lib' && rm -f libSaAmf.a libSaCkpt.a libSaClm.a libSaEvt.a libSaLck.a libSaMsg.a libSaTmr.a ) cd //home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/lib/ && \ rm -f libSaAmf.so.3.0.0 libSaCkpt.so.3.0.0 libSaClm.so.3.0.0 libSaEvt.so.3.0.0 libSaLck.so.3.0.0 libSaMsg.so.3.0.0 libSaTmr.so.3.0.0 libSaAmf.so libSaCkpt.so libSaClm.so libSaEvt.so libSaLck.so libSaMsg.so libSaTmr.so libSaAmf.so.3 libSaCkpt.so.3 libSaClm.so.3 libSaEvt.so.3 libSaLck.so.3 libSaMsg.so.3 libSaTmr.so.3 make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/lib' Making uninstall in services make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/services' cd //home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/libexec/lcrso && \ rm -f service_clm.lcrso service_ckpt.lcrso service_evt.lcrso service_lck.lcrso service_msg.lcrso service_tmr.lcrso openaisserviceenable.lcrso service_amf.lcrso ( cd '/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/sbin' && rm -f openais-instantiate ) ( cd '/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/sbin' && rm -f aisexec ) make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/services' Making uninstall in test make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/test' make[2]: Nothing to be done for `uninstall'. make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/test' Making uninstall in pkgconfig make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/pkgconfig' cd //home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/lib/pkgconfig && rm -f libSaAmf.pc libSaCkpt.pc libSaClm.pc libSaEvt.pc libSaLck.pc libSaMsg.pc libSaTmr.pc rmdir //home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/lib/pkgconfig 2> /dev/null || : make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/pkgconfig' Making uninstall in man make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/man' cd //home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/share/doc/openais/html && rm -f index.html openais.conf.5.html amf.conf.5.html openais_overview.8.html rmdir //home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/share/doc/openais/html 2> /dev/null || : ( cd '/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/share/man/man5' && rm -f openais.conf.5 amf.conf.5 ) ( cd '/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/share/man/man8' && rm -f openais_overview.8 ) make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/man' Making uninstall in init make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/init' make[2]: Nothing to be done for `uninstall'. make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/init' make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build' ( cd '/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/etc/corosync' && rm -f amf.conf.example ) ( cd '/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/share/doc/openais' && rm -f LICENSE README.amf AUTHORS ) make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build' make[1]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build' make[1]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build' make[1]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build' make[1]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build' Making install in include make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/include' make[3]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/include' make[3]: Nothing to be done for `install-exec-am'. test -z "/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/include/openais" || /bin/mkdir -p "/tmp/am-dc-6202//home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/include/openais" /usr/bin/install -c -m 644 ../../include/saAis.h ../../include/saAmf.h ../../include/saCkpt.h ../../include/saClm.h ../../include/saEvt.h ../../include/saLck.h ../../include/saMsg.h ../../include/saTmr.h '/tmp/am-dc-6202//home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/include/openais' make[3]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/include' make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/include' Making install in lib make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/lib' Built shared libs make[3]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/lib' /usr/bin/install -c -d /tmp/am-dc-6202///home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/lib /usr/bin/install -c -m 755 libSaAmf.so.3.0.0 libSaCkpt.so.3.0.0 libSaClm.so.3.0.0 libSaEvt.so.3.0.0 libSaLck.so.3.0.0 libSaMsg.so.3.0.0 libSaTmr.so.3.0.0 /tmp/am-dc-6202///home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/lib cp -a libSaAmf.so libSaCkpt.so libSaClm.so libSaEvt.so libSaLck.so libSaMsg.so libSaTmr.so libSaAmf.so.3 libSaCkpt.so.3 libSaClm.so.3 libSaEvt.so.3 libSaLck.so.3 libSaMsg.so.3 libSaTmr.so.3 /tmp/am-dc-6202///home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/lib test -z "/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/lib" || /bin/mkdir -p "/tmp/am-dc-6202//home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/lib" /usr/bin/install -c -m 644 libSaAmf.a libSaCkpt.a libSaClm.a libSaEvt.a libSaLck.a libSaMsg.a libSaTmr.a '/tmp/am-dc-6202//home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/lib' ( cd '/tmp/am-dc-6202//home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/lib' && ranlib libSaAmf.a ) ( cd '/tmp/am-dc-6202//home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/lib' && ranlib libSaCkpt.a ) ( cd '/tmp/am-dc-6202//home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/lib' && ranlib libSaClm.a ) ( cd '/tmp/am-dc-6202//home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/lib' && ranlib libSaEvt.a ) ( cd '/tmp/am-dc-6202//home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/lib' && ranlib libSaLck.a ) ( cd '/tmp/am-dc-6202//home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/lib' && ranlib libSaMsg.a ) ( cd '/tmp/am-dc-6202//home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/lib' && ranlib libSaTmr.a ) make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/lib' make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/lib' Making install in services make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/services' Built Service Engines make[3]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/services' /usr/bin/install -c -d /tmp/am-dc-6202///home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/libexec/lcrso /usr/bin/install -c -m 755 service_clm.lcrso service_ckpt.lcrso service_evt.lcrso service_lck.lcrso service_msg.lcrso service_tmr.lcrso openaisserviceenable.lcrso service_amf.lcrso /tmp/am-dc-6202///home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/libexec/lcrso test -z "/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/sbin" || /bin/mkdir -p "/tmp/am-dc-6202//home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/sbin" /usr/bin/install -c openais-instantiate '/tmp/am-dc-6202//home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/sbin' test -z "/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/sbin" || /bin/mkdir -p "/tmp/am-dc-6202//home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/sbin" /usr/bin/install -c ../../services/aisexec '/tmp/am-dc-6202//home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/sbin' make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/services' make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/services' Making install in test make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/test' make[3]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/test' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/test' make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/test' Making install in pkgconfig make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/pkgconfig' make[3]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/pkgconfig' /usr/bin/install -c -d /tmp/am-dc-6202///home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/lib/pkgconfig /usr/bin/install -c -m 644 libSaAmf.pc libSaCkpt.pc libSaClm.pc libSaEvt.pc libSaLck.pc libSaMsg.pc libSaTmr.pc /tmp/am-dc-6202///home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/lib/pkgconfig make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/pkgconfig' make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/pkgconfig' Making install in man make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/man' make[3]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/man' make[3]: Nothing to be done for `install-exec-am'. /usr/bin/install -c -d /tmp/am-dc-6202///home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/share/doc/openais/html /usr/bin/install -c -m644 ../../man/index.html openais.conf.5.html amf.conf.5.html openais_overview.8.html /tmp/am-dc-6202///home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/share/doc/openais/html/ test -z "/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/share/man/man5" || /bin/mkdir -p "/tmp/am-dc-6202//home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/share/man/man5" /usr/bin/install -c -m 644 ../../man/openais.conf.5 ../../man/amf.conf.5 '/tmp/am-dc-6202//home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/share/man/man5' test -z "/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/share/man/man8" || /bin/mkdir -p "/tmp/am-dc-6202//home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/share/man/man8" /usr/bin/install -c -m 644 ../../man/openais_overview.8 '/tmp/am-dc-6202//home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/share/man/man8' make[3]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/man' make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/man' Making install in init make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/init' make[3]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/init' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/init' make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/init' make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build' make[3]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build' make[3]: Nothing to be done for `install-exec-am'. test -z "/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/etc/corosync" || /bin/mkdir -p "/tmp/am-dc-6202//home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/etc/corosync" /usr/bin/install -c -m 644 ../conf/amf.conf.example '/tmp/am-dc-6202//home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/etc/corosync' test -z "/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/share/doc/openais" || /bin/mkdir -p "/tmp/am-dc-6202//home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/share/doc/openais" /usr/bin/install -c -m 644 ../LICENSE ../README.amf ../AUTHORS '/tmp/am-dc-6202//home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/share/doc/openais' make[3]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build' make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build' make[1]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build' make[1]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build' Making uninstall in include make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/include' ( cd '/tmp/am-dc-6202//home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/include/openais' && rm -f saAis.h saAmf.h saCkpt.h saClm.h saEvt.h saLck.h saMsg.h saTmr.h ) make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/include' Making uninstall in lib make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/lib' ( cd '/tmp/am-dc-6202//home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/lib' && rm -f libSaAmf.a libSaCkpt.a libSaClm.a libSaEvt.a libSaLck.a libSaMsg.a libSaTmr.a ) cd /tmp/am-dc-6202///home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/lib/ && \ rm -f libSaAmf.so.3.0.0 libSaCkpt.so.3.0.0 libSaClm.so.3.0.0 libSaEvt.so.3.0.0 libSaLck.so.3.0.0 libSaMsg.so.3.0.0 libSaTmr.so.3.0.0 libSaAmf.so libSaCkpt.so libSaClm.so libSaEvt.so libSaLck.so libSaMsg.so libSaTmr.so libSaAmf.so.3 libSaCkpt.so.3 libSaClm.so.3 libSaEvt.so.3 libSaLck.so.3 libSaMsg.so.3 libSaTmr.so.3 make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/lib' Making uninstall in services make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/services' cd /tmp/am-dc-6202///home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/libexec/lcrso && \ rm -f service_clm.lcrso service_ckpt.lcrso service_evt.lcrso service_lck.lcrso service_msg.lcrso service_tmr.lcrso openaisserviceenable.lcrso service_amf.lcrso ( cd '/tmp/am-dc-6202//home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/sbin' && rm -f openais-instantiate ) ( cd '/tmp/am-dc-6202//home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/sbin' && rm -f aisexec ) make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/services' Making uninstall in test make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/test' make[2]: Nothing to be done for `uninstall'. make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/test' Making uninstall in pkgconfig make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/pkgconfig' cd /tmp/am-dc-6202///home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/lib/pkgconfig && rm -f libSaAmf.pc libSaCkpt.pc libSaClm.pc libSaEvt.pc libSaLck.pc libSaMsg.pc libSaTmr.pc rmdir /tmp/am-dc-6202///home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/lib/pkgconfig 2> /dev/null || : make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/pkgconfig' Making uninstall in man make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/man' cd /tmp/am-dc-6202///home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/share/doc/openais/html && rm -f index.html openais.conf.5.html amf.conf.5.html openais_overview.8.html rmdir /tmp/am-dc-6202///home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/share/doc/openais/html 2> /dev/null || : ( cd '/tmp/am-dc-6202//home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/share/man/man5' && rm -f openais.conf.5 amf.conf.5 ) ( cd '/tmp/am-dc-6202//home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/share/man/man8' && rm -f openais_overview.8 ) make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/man' Making uninstall in init make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/init' make[2]: Nothing to be done for `uninstall'. make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/init' make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build' ( cd '/tmp/am-dc-6202//home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/etc/corosync' && rm -f amf.conf.example ) ( cd '/tmp/am-dc-6202//home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_inst/share/doc/openais' && rm -f LICENSE README.amf AUTHORS ) make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build' make[1]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build' make[1]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build' make[1]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build' make[1]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build' { test ! -d "openais-1.1.0" || { find "openais-1.1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr "openais-1.1.0"; }; } test -d "openais-1.1.0" || mkdir "openais-1.1.0" (cd include && make top_distdir=../openais-1.1.0 distdir=../openais-1.1.0/include \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/include' make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/include' (cd lib && make top_distdir=../openais-1.1.0 distdir=../openais-1.1.0/lib \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/lib' make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/lib' (cd services && make top_distdir=../openais-1.1.0 distdir=../openais-1.1.0/services \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/services' make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/services' (cd test && make top_distdir=../openais-1.1.0 distdir=../openais-1.1.0/test \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/test' make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/test' (cd pkgconfig && make top_distdir=../openais-1.1.0 distdir=../openais-1.1.0/pkgconfig \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/pkgconfig' make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/pkgconfig' (cd man && make top_distdir=../openais-1.1.0 distdir=../openais-1.1.0/man \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/man' make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/man' (cd init && make top_distdir=../openais-1.1.0 distdir=../openais-1.1.0/init \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/init' make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/init' test -n "" \ || find "openais-1.1.0" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/bash /home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/install-sh -c -m a+r {} {} \; \ || chmod -R a+r "openais-1.1.0" tardir=openais-1.1.0 && /bin/bash /home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/missing --run tar chof - "$tardir" | GZIP=--best gzip -c >openais-1.1.0.tar.gz { test ! -d "openais-1.1.0" || { find "openais-1.1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr "openais-1.1.0"; }; } make[1]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build' make[1]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build' Making distclean in init make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/init' test -z "" || rm -f test . = "../../init" || test -z "" || rm -f rm -f Makefile make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/init' Making distclean in man make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/man' rm -rf openais.conf.5.html amf.conf.5.html openais_overview.8.html test -z "" || rm -f test . = "../../man" || test -z "" || rm -f rm -f Makefile make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/man' Making distclean in pkgconfig make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/pkgconfig' test -z "libSaAmf.pc libSaCkpt.pc libSaClm.pc libSaEvt.pc libSaLck.pc libSaMsg.pc libSaTmr.pc" || rm -f libSaAmf.pc libSaCkpt.pc libSaClm.pc libSaEvt.pc libSaLck.pc libSaMsg.pc libSaTmr.pc test -z "" || rm -f test . = "../../pkgconfig" || test -z "" || rm -f rm -f Makefile make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/pkgconfig' Making distclean in test make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/test' test -z "testckpt testevt testmsg testmsg2 testmsg3 testlck testlck2 testclm testtmr ckptbench" || rm -f testckpt testevt testmsg testmsg2 testmsg3 testlck testlck2 testclm testtmr ckptbench rm -f *.o rm -f *.tab.c test -z "" || rm -f test . = "../../test" || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/test' Making distclean in services make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/services' rm -f *.o *.a *.so* *.da *.bb *.bbg *.lcrso test -z "openais-instantiate" || rm -f openais-instantiate rm -f *.o rm -f *.tab.c test -z "" || rm -f test . = "../../services" || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/services' Making distclean in lib make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/lib' test -z "libSaAmf.a libSaCkpt.a libSaClm.a libSaEvt.a libSaLck.a libSaMsg.a libSaTmr.a" || rm -f libSaAmf.a libSaCkpt.a libSaClm.a libSaEvt.a libSaLck.a libSaMsg.a libSaTmr.a rm -f *.o *.a *.so* *.da *.bb *.bbg rm -f *.o rm -f *.tab.c test -z "" || rm -f test . = "../../lib" || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/lib' Making distclean in include make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/include' test -z "" || rm -f test . = "../../include" || test -z "" || rm -f rm -f config.h stamp-h1 oa_config.h stamp-h2 rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build/include' Making distclean in . make[2]: Entering directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build' rm -rf doc/api openais.spec openais-1.1.0.tar.gz test -z "" || rm -f test . = ".." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[2]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build' rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -f Makefile make[1]: Leaving directory `/home/fabbione/work/cluster/openais/openais/trunk/openais-1.1.0/_build' { test ! -d "openais-1.1.0" || { find "openais-1.1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr "openais-1.1.0"; }; } =============================================== openais-1.1.0 archives ready for distribution: openais-1.1.0.tar.gz ===============================================