[Orca-users] ORCA and Solaris 10

David Michaels dragon at raytheon.com
Thu Apr 12 09:00:14 PDT 2007


That looks pretty strange.  I have had probelms building rrd in the 
past, but not that particular one--usually syntactical Makefile errors.  
Your problem might be Solaris 10 specific -- I haven't tried building on 
it yet.  There are a number of messages in the mailing list archives 
regarding building Orca on Solaris 10 -- maybe one of those has a hint 
for you?

Have you tried running the offending command manually?  It may provide 
more details than the "make: Fatal error:" string is giving you.

Others using Solaris 10 have found reasons, possibly necessary ones, to 
use the latest rrdtool (see http://oss.oetiker.ch/rrdtool/pub/?M=D ).  
If you can't get 1.0.50 to work, you can try the new rrdtool.  But you 
might want to scan the orca list archives for more info on this -- I 
seem to remember there was a trick to it.

--Dragon nemo omnibus horis sapit


Theo.Rothermundt at fimat.com wrote:
> make (check) failed.
> ------------------------------------ snip ----------------------
> GEFWMIS04# make
> making all in packages
> cd rrdtool-1.0.50 && make CC='gcc' CFLAGS='-g -O2'
> make  all-recursive
> Making all in cgilib-0.4
> /bin/bash ../libtool --tag=CC --mode=link gcc  -g -O2 -Wall -pedantic 
> -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes 
> -Wmissing-declarations -Wnested-externs -Winline  -fPIC -DPIC    -o 
> librrd_cgi.la   cgi.lo  -lm
> false cru .libs/librrd_cgi.a  cgi.o
> *** Error code 1
> make: Fatal error: Command failed for target `librrd_cgi.la'
> Current working directory 
> /opt/orca-snapshot-r529/packages/rrdtool-1.0.50/cgilib-0.4
> *** 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='cgilib-0.4 gd1.3 zlib-1.1.4 libpng-1.0.9  src doc examples 
> contrib tcl'; 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'
> Current working directory /opt/orca-snapshot-r529/packages/rrdtool-1.0.50
> *** Error code 1
> make: Fatal error: Command failed for target `all'
> Current working directory /opt/orca-snapshot-r529/packages/rrdtool-1.0.50
> *** Error code 1
> make: Fatal error: Command failed for target `make_rrdtool'
> Current working directory /opt/orca-snapshot-r529/packages
> *** Error code 1
> The following command caused the error:
> for subdir in packages  lib  orca  data_gatherers  docs  contrib; do \
>   echo making all in $subdir; \
>   (cd $subdir && make CC='gcc' CFLAGS='-g -O2' all) || exit 1; \
> done
> make: Fatal error: Command failed for target `all'
>
> ------------------------- snip -----------------
>
> Could someome give me an idea where to start ?
> Many thanks in advanced
>
>  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/orca-users/attachments/20070412/3444df91/attachment-0002.html>


More information about the Orca-users mailing list