[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Freeipmi-devel] install freeIMPI on Solaris 10 Nevada
From: |
Jan Forch |
Subject: |
[Freeipmi-devel] install freeIMPI on Solaris 10 Nevada |
Date: |
Wed, 04 Feb 2009 16:10:31 +0100 |
User-agent: |
Thunderbird 2.0.0.16 (X11/20080807) |
Hallo experts,
could someone help me please?
Iam trying to compile and install freeIMPI on Solaris 10 Nevada but it
failed
What have I done:
1) download freeipmi-0.7.4.tar.gz, extract
2) ./configure looks OK
3) make (some warnings and errors) end of output:
*** Warning: Linking the executable rmcpping against the loadable module
*** libfreeipmi.so is not portable!
gcc -g -O2 -o .libs/rmcpping rmcpping.o
../../common/src/pingtool/.libs/libpingtoolcommon.a
../../common/src/debugutil/.libs/libdebugutil.a
../../common/src/portability/.libs/libfreeipmiportability.a
../../libfreeipmi/src/.libs/libfreeipmi.so -lgcrypt -lsocket -lm -lnsl
-R/usr/local/lib
creating rmcpping
/usr/sfw/bin/cpp -C -P -I. rmcpping.8.pre rmcpping.8
Making all in contrib
Making all in ganglia
Making all in nagios
4)make install fatal error output:
----------------------------------------------
Making install in doc
restore=: && backupdir=".am$$" && \
am__cwd=`pwd` && cd . && \
rm -rf $backupdir && mkdir $backupdir && \
if (/bin/bash /tmp/freeipmi-0.7.4/config/missing --run makeinfo
--version) >/dev/null 2>&1; then \
for f in freeipmi-faq.info freeipmi-faq.info-[0-9]
freeipmi-faq.info-[0-9][0-9] freeipmi-faq.i[0-9]
freeipmi-faq.i[0-9][0-9]; do \
if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
done; \
else :; fi && \
cd "$am__cwd"; \
if /bin/bash /tmp/freeipmi-0.7.4/config/missing --run makeinfo -I . \
-o freeipmi-faq.info freeipmi-faq.texi; \
then \
rc=0; \
cd .; \
else \
rc=$?; \
cd . && \
$restore $backupdir/* `echo "./freeipmi-faq.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
test -z "/usr/local/share/doc/freeipmi" ||
/tmp/freeipmi-0.7.4/config/install-sh -d "/usr/local/share/doc/freeipmi"
/usr/bin/ginstall -c -m 644 'freeipmi-coding.txt'
'/usr/local/share/doc/freeipmi/freeipmi-coding.txt'
/usr/bin/ginstall: cannot remove
`/usr/local/share/doc/freeipmi/freeipmi-coding.txt': Permission denied
*** Error code 1
The following command caused the error:
list='freeipmi-coding.txt freeipmi-hostrange.txt
freeipmi-libraries.txt freeipmi-bugs-and-workarounds.txt'; for p in
$list; do \
if test -f "$p"; then d=; else d="./"; fi; \
f=`echo $p | sed -e 's|^.*/||'`; \
echo " /usr/bin/ginstall -c -m 644 '$d$p'
'/usr/local/share/doc/freeipmi/$f'"; \
/usr/bin/ginstall -c -m 644 "$d$p" "/usr/local/share/doc/freeipmi/$f"; \
done
make: Fatal error: Command failed for target `install-docDATA'
Current working directory /tmp/freeipmi-0.7.4/doc
*** 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 /tmp/freeipmi-0.7.4/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 install-recursive | sed s/-recursive//`; \
list='doc etc common libfreeipmi man bmc-config bmc-info
bmc-device bmc-watchdog ipmi-chassis ipmi-chassis-config ipmi-fru
ipmi-oem ipmi-raw ipmi-sel ipmi-sensors ipmi-sensors-config
ipmi-locate ipmiconsole ipmidetect ipmimonitoring ipmiping
ipmipower pef-config rmcpping contrib'; 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'
-----------------------------------------------------------------------------------
- [Freeipmi-devel] install freeIMPI on Solaris 10 Nevada,
Jan Forch <=