I have successfully built the wisp-dist from the source using the instructions provided by Vladimir
However, the busybox version URL has changed breaking the build as downloaded using tla old URL = http://www.busybox.net/downloads/busybox-0.60.2.tar.gz new URL = http://www.busybox.net/downloads/legacy/busybox-0.60.2.tar.gz I changed this in the "/var/usr/wdist/{arch}/++pristine-trees/unlocked/wisp-dist/wisp-dist/wisp-di st--1.3/[EMAIL PROTECTED]/wisp-dist--1.3--patch-32/build/ src/root/busybox.dyn/config" file as follows: current file: { fails to find the busybox tar.gz file } APP_NAME=busybox.dyn APP_RELEASE=busybox-0.60.2 APP_DIST=$APP_RELEASE.tar.gz APP_DISTURL=http://www.busybox.net/downloads/$APP_DIST PACKAGE=root Modified file: { this works } APP_NAME=busybox.dyn APP_RELEASE=busybox-0.60.2 APP_DIST=$APP_RELEASE.tar.gz APP_DISTURL=http://www.busybox.net/downloads/legacy/$APP_DIST PACKAGE=root This is the first time I have succeeded. The tla should be updated to reflect the change that www.busybox.net has made. Jeff Rhue CTO - WiLogic, Inc. 714-230-8487 [EMAIL PROTECTED] ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ leaf-wisp-dist mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-wisp-dist