[CUWiN-Dev] rc3 builds

Bill Comisky bcomisky at pobox.com
Tue Jan 18 21:15:28 CST 2005


On Tue, 18 Jan 2005, Zachary C. Miller wrote:

> I tried to build both the 0.5.4 branch and the trunk against the
> NetBSD sources at
>
> /u3/cphillip/dev/cuwin/releases/0.5.4/build/rc3/cuwin-0.5.4-src-netbsd
>
> It failed with this error in both cases:
>
> checkflist ===> distrib/sets
> cd /u3/cphillip/dev/cuwin/releases/0.5.4/build/rc3/cuwin-0.5.4-src-netbsd/src/distrib/sets &&  DESTDIR=/u2/cuw-test/scratch-cuw/D  MACHINE=i386 MACHINE_ARCH=i386  CKSUM=/u2/cuw-test/scratch-cuw/T/bin/nbcksum MAKE=/u2/cuw-test/scratch-cuw/T/bin/nbmake MTREE=/u2/cuw-test/scratch-cuw/T/bin/nbmtree  MKTEMP=/u2/cuw-test/scratch-cuw/T/bin/nbmktemp PAX=/u2/cuw-test/scratch-cuw/T/bin/nbpax HOST_SH=sh  sh ./checkflist    -M /u2/cuw-test/scratch-cuw/D/METALOG
> sh: Can't open ./checkflist
>
> buildlog from the trunk build is here:
> /u1/zach/nightly-test/2481/buildlogs/buildlog.0.txt
>
> buildlog from the branch
> /u2/cuw-test/nightly-test/2481/buildlogs/buildlog.0.txt

FWIW, the rc3 source built ok here with svn revision 2486 of the CUWiN 
source.

Also, attached patch fixes the error when $CUWSRC/dhcpselect is not found 
by builtin-scripts() in modules.subr.  dhcpselect was moved to extras/sbin 
at some point and gets installed by builtin-extras().

bill

--
Bill Comisky
bcomisky at pobox.com
-------------- next part --------------
Index: modules.subr
===================================================================
--- modules.subr	(revision 2486)
+++ modules.subr	(working copy)
@@ -67,8 +67,6 @@
 	action=$1
 	case $action in
 	install)
-		$INSTALL -o root -g wheel $CUWSRC/dhcpselect \
-		    $DESTDIR/sbin/dhcpselect
 		if [ "${UPGRADE:-no}" = "yes" -o "${FLASHDEV:-no}" = yes -o \
 		     "${TAR:-no}" = yes ] ; then
 			$INSTALL -o root -g wheel $CUWSRC/upgrade \


More information about the CU-Wireless-Dev mailing list