[Orca-users] Problems installing orca under Solaris 10

Ross, Brian Brian.Ross at dec.wa.gov.au
Thu Dec 18 20:49:21 PST 2008


Thanks for the help.

I have added /usr/ccs/bin to my PATH.  Make still fails:
___________________________________________
[root at kens-dmz-042 ~/orca-snapshot-r535/packages/rrdtool-1.0.50]# make
make  all-recursive
Making all in cgilib-0.4
Making all in gd1.3
Making all in zlib-1.1.4
Making all in libpng-1.0.9
Making all in src
Making all in doc
/usr/bin/nroff -man -Tlp rrdtool.1 > rrdtool.txt || echo /usr/bin/nroff failed > rrdtool.txt
pod2man --release=1.0.50 --center=RRDtool rrdlast.pod  > rrdlast.1
bash: pod2man: command not found
*** Error code 127
make: Fatal error: Command failed for target `rrdlast.1'
Current working directory /root/orca-snapshot-r535/packages/rrdtool-1.0.50/doc
*** 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 /root/orca-snapshot-r535/packages/rrdtool-1.0.50
*** Error code 1
make: Fatal error: Command failed for target `all'
___________________________________________


Cheers

Brian
  


-----Original Message-----
From: orca-users-bounces+brian.ross=dec.wa.gov.au at orcaware.com [mailto:orca-users-bounces+brian.ross=dec.wa.gov.au at orcaware.com] On Behalf Of Kovacs, Shalom
Sent: Thursday, 18 December 2008 11:43 PM
To: David Michaels; Ross, Brian
Cc: orca-users at orcaware.com
Subject: Re: [Orca-users] Problems installing orca under Solaris 10

Hi Brian,

Make sure that you have /usr/ccs/bin in your $PATH and try again.


-----Original Message-----
From: orca-users-bounces+shalom.kovacs=ssa.gov at orcaware.com
[mailto:orca-users-bounces+shalom.kovacs=ssa.gov at orcaware.com] On Behalf
Of David Michaels
Sent: Thursday, December 18, 2008 4:40 AM
To: Ross, Brian
Cc: orca-users at orcaware.com
Subject: Re: [Orca-users] Problems installing orca under Solaris 10

I don't have a Solaris 10 machine to try this on.  Anyone out there have
one that we can try repeating this with?  Looks like he's using build
r535 ..

--Dragon

Ross, Brian wrote:
> I'm having some problems installing orca on a server running solaris
10.
>
> I have got the command "sh configure" to work OK or so I believe...
>
> However, when I attempt the command "make" it states:
>
> [root ~/orca-snapshot-r535/packages/rrdtool-1.0.50]# make make  
> all-recursive Making all in cgilib-0.4 source='cgi.c' object='cgi.lo' 
> libtool=yes \ DEPDIR=.deps depmode=none /bin/bash ../config/depcomp \
> /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H  -I.
-I. -I..      -g -O2 -Wall -pedantic -Wshadow -Wpointer-arith
-Wcast-align -Wmissing-prototypes -Wmissing-declarations
-Wnested-externs -Winline  -fPIC -DPIC -c -o cgi.lo cgi.c
>  gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -pedantic -Wshadow 
> -Wpointer-arith -Wcast-align -Wmissing-prototypes 
> -Wmissing-declarations -Wnested-externs -Winline -fPIC -DPIC -c cgi.c 
> -o cgi.o
> cgi.c:30: warning: no previous prototype for 'cgiHeader'
> cgi.c:47: warning: no previous prototype for 'cgiDecodeString'
> cgi.c:76: warning: no previous prototype for 'cgiInit'
> /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
> mkdir .libs
> false cru .libs/librrd_cgi.a  cgi.o
> *** Error code 1
> make: Fatal error: Command failed for target `librrd_cgi.la'
> Current working directory 
> /root/orca-snapshot-r535/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 
> /root/orca-snapshot-r535/packages/rrdtool-1.0.50
> *** Error code 1
> make: Fatal error: Command failed for target `all'
>
> Have I missed something in the install process?
>
>   
>   


_______________________________________________
Orca-users mailing list
Orca-users at orcaware.com
http://www.orcaware.com/mailman/listinfo/orca-users

_______________________________________________
Orca-users mailing list
Orca-users at orcaware.com
http://www.orcaware.com/mailman/listinfo/orca-users

This email, together with any attachments, is intended for the
addressee only. It may contain confidential or privileged information.
If you are not the intended recipient of this email, please notify
the sender, delete the email and attachments from your system and
destroy any copies you may have taken of the email and its attachments.
Duplication or further distribution by hardcopy, by electronic means
or verbally is not permitted without permission.




More information about the Orca-users mailing list