You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@thrift.apache.org by Suhail Doshi <di...@gmail.com> on 2008/10/29 08:59:25 UTC

Thrift on OpenSolaris

I am having a problem install Thrift on OpenSolaris, might anyone be 
able to help with this error:

Making install in compiler/cpp
Regenerating version.h... No changes.
make  install-am
test -z "/usr/local/bin" || /opt/local/bin/gmkdir -p "/usr/local/bin"
  /bin/sh ../../libtool --mode=install /opt/local/bin/ginstall -c 'thrift' '/usr/local/bin/thrift'
/opt/local/bin/ginstall -c thrift /usr/local/bin/thrift
Making install in lib
Making install in cpp
/bin/sh ../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../..  -I/usr/local/include -I./src  -Wall -g -O2 -MT Thrift.lo -MD -MP -MF .deps/Thrift.Tpo -c -o Thrift.lo `test -f 'src/Thrift.cpp' || echo './'`src/Thrift.cpp
 g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include -I./src -Wall -g -O2 -MT Thrift.lo -MD -MP -MF .deps/Thrift.Tpo -c src/Thrift.cpp  -fPIC -DPIC -o .libs/Thrift.o
In file included from src/Thrift.cpp:10:
./src/protocol/TProtocol.h:34:4: #error "Cannot determine endianness"
*** Error code 1
make: Fatal error: Command failed for target `Thrift.lo'
Current working directory /home/gptkxeaa/thrift/lib/cpp
*** 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 install-recursive | sed s/-recursive//`; \
list='cpp   py  erl rb'; 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 `install-recursive'
Current working directory /home/gptkxeaa/thrift/lib
*** 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 install-recursive | sed s/-recursive//`; \
list='compiler/cpp lib if test'; 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 `install-recursive'



http://pastie.org/302981