Skip to Content.
Sympa Menu

perfsonar-user - [perfsonar-user] OWAMP Installation in Solaris 5.10

Subject: perfSONAR User Q&A and Other Discussion

List archive

[perfsonar-user] OWAMP Installation in Solaris 5.10


Chronological Thread 
  • From: Anton Setiawan <>
  • To:
  • Subject: [perfsonar-user] OWAMP Installation in Solaris 5.10
  • Date: Mon, 18 Aug 2014 12:16:07 +0700

Dear Owamp author,

My name is Anton Setiawan, I interest to learn about owamp.
I have seen your owamp open source in http://software.internet2.edu/owamp/

and I tried to install the owamp package in solaris:

bash-3.2# uname -a
SunOS unknown 5.10 Generic_147148-26 i86pc i386 i86pc


After successfully extract the package and run ./configure,

I continue to run "make", but i got fatal error like below...


bash-3.2# make
Making all in I2util
Making all in I2util
make  all-am
Making all in aespasswd
Making all in pfstore
Making all in test
Making all in doc
Making all in owamp
make  all-am
source='api.c' object='api.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../config/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I. -I..      -I/owamp/owamp-3.3rc1/I2util -g -c api.c
"api.c", line 1310: warning:  attribute "unused" is unknown, ignored
"api.c", line 2415: identifier redeclared: _OWPWriteDataHeaderFinished
        current : function(pointer to struct OWPContextRec {int lib_eh, pointer to void eh, pointer to struct I2Table {..} table, pointer to struct I2RandomSourceRec {..} rand_src, unsigned int pbkdf2_count, pointer to struct OWPControlRec {..} cntrl_list}, pointer to struct __FILE {int _cnt, pointer to unsigned char _ptr, pointer to unsigned char _base, unsigned char _flag, unsigned char _file, unsigned int __orientation :2, unsigned int __ionolock :1, unsigned int __seekable :1, unsigned int __extendedfd :1, unsigned int __xf_nocheck :1, unsigned int __filler :10}, enum  {OWP_SESSION_FINISHED_INCOMPLETE(2), OWP_SESSION_FINISHED_NORMAL(1), OWP_SESSION_FINISHED_ERROR(0)}, unsigned int) returning int
        previous: function(pointer to struct OWPContextRec {int lib_eh, pointer to void eh, pointer to struct I2Table {..} table, pointer to struct I2RandomSourceRec {..} rand_src, unsigned int pbkdf2_count, pointer to struct OWPControlRec {..} cntrl_list}, pointer to struct __FILE {int _cnt, pointer to unsigned char _ptr, pointer to unsigned char _base, unsigned char _flag, unsigned char _file, unsigned int __orientation :2, unsigned int __ionolock :1, unsigned int __seekable :1, unsigned int __extendedfd :1, unsigned int __xf_nocheck :1, unsigned int __filler :10}, unsigned int, unsigned int) returning int : "owampP.h", line 432
cc: acomp failed for api.c
*** Error code 2
make: Fatal error: Command failed for target `api.o'
Current working directory /owamp/owamp-3.3rc1/owamp
*** Error code 1
make: Fatal error: Command failed for target `all'
Current working directory /owamp/owamp-3.3rc1/owamp
*** Error code 1
The following command caused the error:
failcom='exit 1'; \
for f in x $MAKEFLAGS; do \
  case $f in \
    *=* | --[!k]*);; \
    *k*) failcom='fail=yes';; \
  esac; \
done; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='I2util  owamp owampd owping conf powstream test doc'; for subdir in $list; do \
  echo "Making $target in $subdir"; \
  if test "$subdir" = "."; then \
    dot_seen=yes; \
    local_target="$target-am"; \
  else \
    local_target="$target"; \
  fi; \
  (cd $subdir && make  $local_target) \
  || eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
  make  "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'


Would you like to guide me how to solve this problem, please?

Many Thanks In Advance,
Anton Setiawan
http://id.linkedin.com/in/antonsetiawanid



Archive powered by MHonArc 2.6.16.

Top of Page