I think there is a problem with the script 
./wdist/build/src/root/02kernel-compile/install.sh.  
I could not get a successful build on RedHat 7.3 until I altered the script as below.

My solution is not a good one because it creates duplicate copies of the modules, but 
the 
build and image works with the changed script.

Ray

#!/bin/sh
. ../../../common-config.sh
. ./config
. ../../../common.sh

## Original
#echo Copying modules/ ...
#rm -rf $WDIST_BUILD_DIR/$PACKAGE.CFS/modules
#cp -a 
$WDIST_BUILD_DIR/BUILD/$PACKAGE/$APP_NAME/$APP_RELEASE/modules 
$WDIST_BUILD_DIR/$PACKAGE.CFS
#mkdir -p $WDIST_BUILD_DIR/boot-image
#cp $WDIST_BUILD_DIR/BUILD/$PACKAGE/$APP_NAME/$APP_RELEASE/linux-
wdist/arch/i386/boot/bzImage.upx $WDIST_BUILD_DIR/boot-image/linux

echo Copying modules/ ...
rm -rf $WDIST_BUILD_DIR/$PACKAGE.CFS/modules
rm -rf $WDIST_BUILD_DIR/$PACKAGE.CFS/lib/modules
cp -a $WDIST_BUILD_DIR/BUILD/$PACKAGE/$APP_NAME/modules 
$WDIST_BUILD_DIR/$PACKAGE.CFS
cp -a $WDIST_BUILD_DIR/BUILD/$PACKAGE/$APP_NAME/modules 
$WDIST_BUILD_DIR/$PACKAGE.CFS/lib
mkdir -p $WDIST_BUILD_DIR/boot-image
cp $WDIST_BUILD_DIR/BUILD/$PACKAGE/$APP_NAME/linux-
wdist/arch/i386/boot/bzImage.upx $WDIST_BUILD_DIR/boot-image/linux

install_finished




-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
leaf-wisp-dist mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-wisp-dist

Reply via email to