Hi!
Do any one know way I receive this build/patch error when I enable python on a
FoxBoard 8-32 and dev. env. r30? The development env. is newly installed and
updated.
Python-2.4.3/pyconfig.h.in
Python-2.4.3/install-sh
[ -d Python ] || ln -s Python-2.4.3 Python
if [ ! -f Python/configure ]; then \
cd Python; \
patch -p3 < ../python-cross-compile.patch ; \
patch < ../python-buildpython_ldflags.patch ; \
autoconf < configure.in; \
fi
patch: **** Only garbage was found in the patch input.
patching file configure.in
Hunk #1 FAILED at 3160.
1 out of 1 hunk FAILED -- saving rejects to file configure.in.rej
/bin/sh: line 4: autoconf: kommandot finns inte
make[3]: *** [prepare] Fel 127
make[3]: Lämnar katalogen "/home/bmj/fox/devboard-R2_01/apps/python"
make[2]: *** [build/python] Fel 2
make[2]: Lämnar katalogen "/home/bmj/fox/devboard-R2_01/apps/python"
make[1]: *** [install-recurse] Fel 1
make[1]: Lämnar katalogen "/home/bmj/fox/devboard-R2_01"
make: *** [everything] Fel 2
b...@eee900:~/fox/devboard-R2_01$