Amanda-Users

Problems compling 2,5 B2 on Solaris 10 X86/64

2006-02-22 19:45:13
Subject: Problems compling 2,5 B2 on Solaris 10 X86/64
From: stan <stanb AT panix DOT com>
To: amanda users list <amanda-users AT amanda DOT org>
Date: Wed, 22 Feb 2006 19:38:57 -0500
I'm trying to build 2.5 B2 on a new Soalri 10 AMD 64 machine. It's dying
with an error in one of the Makefiles. I tried gmake as well as the Sun
sipplied makke, and both have pretty much the same error. here's the end of
a build with the Soalris make:


creating amrecover
Making all in man
make: Fatal error in reader: Makefile, line 578: Extra `:', `::', or `:=' on 
dependency line
Current working directory /usr/local/westvaco/src/pd/amanda/amanda-2.5.0b2/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 all-recursive | sed s/-recursive//`; \
list='config  common-src    client-src dumper-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 `all-recursive'
root@amanda # ^D
script done on Wed Feb 22 19:34:14 2006

Any ideas?

-- 
U.S. Encouraged by Vietnam Vote - Officials Cite 83% Turnout Despite Vietcong 
Terror 
- New York Times 9/3/1967


<Prev in Thread] Current Thread [Next in Thread>
  • Problems compling 2,5 B2 on Solaris 10 X86/64, stan <=