hi all
i am doing:Part VI. X + Window Managers
i done below steps:@chapter23:BLFS-svn BOOK:[I DONE LFS-6.7]
root[/home/janu/Downloads]#mkdir xc &&
root[/home/janu/Downloads/xc]#cd xc
root[/home/janu/Downloads/xc]#export XORG_PREFIX=/usr
root[/home/janu/Downloads/xc]#mkdir proto &&
cd proto &&
grep -v '^#' ../proto-7.6-1.wget | wget -i- -c \
-B
http://xorg.freedesktop.org/releases/individual/proto/ &&
md5sum -c ../proto-7.6-1.md5
root[/home/janu/Downloads/xc]#bash -e
result is:root[/home/janu/Downloads/xc]#
then
root[/home/janu/Downloads/xc]#for package in $(grep -v '^#' ../proto-7.6-1.wget)
do
packagedir=${package%.tar.bz2}
tar -xf $package
cd $packagedir
./configure $XORG_CONFIG
make install
cd ..
rm -rf $packagedir
done 2>&1 | tee -a ../proto-7.6-1-compile.log
root[/home/janu/Downloads/xc]#
here i done all success util-macros-1.11.0
makedepend-1.0.3,libXau-1.0.6,libXdmcp-1.1.0,libpthread-stubs-0.3
,then >Python-2.6.4[xcb-proto Dependencies Required:Python-2.6.4]
-------------
-probelm is Python-2.6.4---------------
root[/home/janu/Downloads/xc]#tar -jxf Python-2.6.4.tar.bz2
[ i downloaded below packages in/xc dir: Python-2.6.4-bdb_4.8-1.patch,python-2.6-docs-html.tar.bz2,Python-2.6.4.tar.bz2]
root[/home/janu/Downloads/xc]#cd Python-2.6.4
root[/home/janu/Downloads/xc/Python-2.6.4]#make test
while doing make test [python]
BELOW RESULT IS:at midle
gai error:[error-2] name or service not known
LinkError:command 'gcc' failed with exit status 1
warning:uuid.getnode is unreliable on many platforms
it is disabled until the code and/or test can be fixed properly
warning:uuid.ifconfig_getnode is unreliable on many platforms
it is disabled until the code and/or test can be fixed properly
warning:uuid.unixdll_getnode is unreliable on many platforms
it is disabled until the code and/or test can be fixed properly
AssertionError:value error not raised
at last 325 tests ok
3 tests failed:
test_distutils test_socket test_zlib
37 tests skipped:
........
........
.......
2 skips unexpected on linux2:
test_tcl test_bsddb
make:***[test]
Error 1
below is online book:
http://www.linuxfromscratch.org/blfs...al/python.html
Python-2.6.4
Introduction to Python:This package is known to build and work properly using an LFS-6.5 platform.
BUT MINE IS LFS-6.7 [means will python will support lfs-6.7 platform???]
I REDONE ALL 3 TIMES BUT STILL THAT ERROR::
plz can any one help