Madhush,

mk-pmgr_h.sh: line 22: indent: command not found

seems to be your problem. Try installing whatever package provides the "indent" command.

Best wishes,

--
David Cottingham
http://www.cl.cam.ac.uk/users/dnc25/

Digital Technology Group, University of Cambridge Computer Laboratory, 
Cambridge CB3 0FD, UK


On Mon, 3 Apr 2006, Madhush Mathews wrote:

Hi

I have a MIPL 2.0 RC2 enabled Linux kernel 2.6.8.1 running on my
testbed. The source directory for my current kernel is
'/usr/src/linux-2.6.8.1/'

However, when I try to install the userspace part for MIPL, I get a host
of errors. I've tried changing the CPPFLAGS to the correct directory for
the header files for the current kernel, but this does not seem to help
(unless I'm inadvertently pointing to the wrong directory).

Any help would be appreciated! The output I get is pasted below:

mipMN:/usr/src/mipv6-2.0-rc2# make

make  all-recursive
make[1]: Entering directory `/usr/src/mipv6-2.0-rc2'
Making all in libnetlink
make[2]: Entering directory `/usr/src/mipv6-2.0-rc2/libnetlink'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/src/mipv6-2.0-rc2/libnetlink'
Making all in libmissing
make[2]: Entering directory `/usr/src/mipv6-2.0-rc2/libmissing'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/src/mipv6-2.0-rc2/libmissing'
Making all in libipsec
make[2]: Entering directory `/usr/src/mipv6-2.0-rc2/libipsec'
if gcc -DHAVE_CONFIG_H -I. -I. -I..   -isystem
/usr/src/linux-2.6.8.1/include -Iinclude-glibc -Wall -g -O2 -MT pfkey.o
-MD -MP -MF ".deps/pfkey.Tpo" -c -o pfkey.o pfkey.c; \
then mv -f ".deps/pfkey.Tpo" ".deps/pfkey.Po"; else rm -f
".deps/pfkey.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..   -isystem
/usr/src/linux-2.6.8.1/include -Iinclude-glibc -Wall -g -O2 -MT
pfkey_dump.o -MD -MP -MF ".deps/pfkey_dump.Tpo" -c -o pfkey_dump.o
pfkey_dump.c; \
then mv -f ".deps/pfkey_dump.Tpo" ".deps/pfkey_dump.Po"; else rm -f
".deps/pfkey_dump.Tpo"; exit 1; fi
rm -f libipsec.a
ar cru libipsec.a ipsec_dump_policy.o ipsec_get_policylen.o
ipsec_strerror.o pfkey.o pfkey_dump.o
ranlib libipsec.a
make[2]: Leaving directory `/usr/src/mipv6-2.0-rc2/libipsec'
Making all in src
make[2]: Entering directory `/usr/src/mipv6-2.0-rc2/src'
sed -e 's,@sysconfdir\@,/usr/local/etc,g' -e
's,@sbindir\@,/usr/local/sbin,g' defpath.h.in > defpath.h.tmp
mv -f defpath.h.tmp defpath.h
rm -f pmgr.h
sh mk-pmgr_h.sh
mk-pmgr_h.sh: line 22: indent: command not found
make  all-am
make[3]: Entering directory `/usr/src/mipv6-2.0-rc2/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../include -isystem
/usr/src/linux-2.6.8.1/include -Wall -std=gnu99 -g -O2 -MT main.o -MD
-MP -MF ".deps/main.Tpo" -c -o main.o main.c; \
then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f
".deps/main.Tpo"; exit 1; fi
In file included from main.c:48:
conf.h:9:18: pmgr.h: No such file or directory
In file included from main.c:48:
conf.h:36: error: field `pmgr' has incomplete type
In file included from main.c:49:
cn.h:23: warning: `struct in6_addr' declared inside parameter list
cn.h:23: warning: its scope is only this definition or declaration,
which is probably not what you want
cn.h:25: warning: `struct in6_addr' declared inside parameter list
cn.h:28: error: syntax error before "uint8_t"
cn.h:28: warning: `struct in6_addr' declared inside parameter list
make[3]: *** [main.o] Error 1
make[3]: Leaving directory `/usr/src/mipv6-2.0-rc2/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/src/mipv6-2.0-rc2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/mipv6-2.0-rc2'
make: *** [all] Error 2



Thank you.

Regards
Madhush Mathews


_______________________________________________
mipl mailing list
[email protected]
http://www.mobile-ipv6.org/cgi-bin/mailman/listinfo/mipl

Reply via email to