|
From: Bruce S. <bw...@ar...> - 2007-02-26 15:57:50
|
> > > I'm not quite new to devil-linux and have used the distro for several > > > projects in the past. But it's always a pain when you want to rebuild it > > > yourself - even the "stable" 1.2.xx branch. :( > > > > > > Now again I need to compile a smaller version of DL with reduced number > > > of applications. But the build process stops at jailkit claiming I need > > > to have Python installed. > > > > > > Any ideas? Python is enabled in .config file, base system is > > > lfssystem-cvs-20030127-i486-stripped.tar.bz2 > > > > It's stopping in the 'build' phase (as opposed to the 'install' phase)? > > > > Check the logs for jailkit and Python in /data/build/tmp/LOGS/build > > (in the LFS chroot). Anything helpful there? > > Yes, it's stopping at build phase. Nothing more helpfull in the log except the > statement that I have to have Python installed for jailkit to compile. > > I even tried to make a fake "done" flag for jailkit and wait for the other > packages to compile first (it helped me in the past in some cases). But even > if I try to build the jailkit as the last package - the same error there. Are you SURE that Python built OK? Check it's log file. Inside the chroot, type: python followed by two TAB's. It should list all python binaries in your path: root:/data/build# python python python2 python2.3 -BS |