Amanda-Users

make install on Solaris 10

2005-11-23 10:30:45
Subject: make install on Solaris 10
From: "Salada, Duncan S." <duncan.salada AT titan DOT com>
To: <amanda-users AT amanda DOT org>
Date: Wed, 23 Nov 2005 10:12:39 -0500
I hit an error with "make install" with amanda-2.4.5p1 on Solaris 10.  I'm 
wondering if anyone else has seen this or if I should open a bug.  It looks 
like it installed everything ok, too.  Seems to be looking for amanda.conf.5 in 
the wrong place.

MAKE OUTPUT EXCERPT
-------------------------
make  install-data-hook
chown bin /usr/local/amanda-2.4.5p1/man/man8/amanda.8
chgrp bin /usr/local/amanda-2.4.5p1/man/man8/amanda.8
chown bin /usr/local/amanda-2.4.5p1/man/man8/amanda.conf.5
chown: /usr/local/amanda-2.4.5p1/man/man8/amanda.conf.5: No such file or 
directory
*** Error code 1
The following command caused the error:
list="  amanda.8 amanda.conf.5  amadmin.8  amcheck.8  amcheckdb.8  amcleanup.8  
amdd.8  amdump.8  amflush.8  amgetconf.8  amlabel.8  ammt.8  amoverview.8  
amreport.8  amrmtape.8  amstatus.8  amtape.8  amtapetype.8  amtoc.8  amverify.8 
 amverifyrun.8  amrecover.8  amrestore.8"; \
for p in $list; do \
        pa=/usr/local/amanda-2.4.5p1/man/man8/`echo $p|sed 's,x,x,;'`; \
        echo chown bin $pa; \
        chown bin $pa; \
        echo chgrp bin $pa; \
        chgrp bin $pa; \
done
make: Fatal error: Command failed for target `install-data-hook'
Current working directory /usr/local/src/amanda-2.4.5p1/man
*** Error code 1
make: Fatal error: Command failed for target `install-data-am'
Current working directory /usr/local/src/amanda-2.4.5p1/man
*** Error code 1
The following command caused the error:
make  install-exec-am install-data-am
make: Fatal error: Command failed for target `install-am'
Current working directory /usr/local/src/amanda-2.4.5p1/man
*** 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='config  common-src  client-src  tape-src  server-src changer-src  
restore-src  recover-src    man docs example'; 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'
---------------------------------------------------

Duncan


<Prev in Thread] Current Thread [Next in Thread>