I could be wrong, but it seems like the "tree" directory is never created in the 2makebinaries.sh script. The tmp/ports/work directory is created, but the tmp/ports/tree dir never is.
# set working directory etc for ports compilation rm -Rf $MW_BUILDPATH/tmp/ports/work mkdir -p $MW_BUILDPATH/tmp/ports/work export WRKDIRPREFIX=$MW_BUILDPATH/tmp/ports/work export PORTSDIR=$MW_BUILDPATH/tmp/ports/tree
--------------------------------------------------------------------------------- Also, here you see the "net" directory is referenced, but it also is never created ######## FreeBSD ports ######## # ISC dhcp-server cd $PORTSDIR/net/isc-dhcp41-server #<------------this line------------- cp $MW_BUILDPATH/freebsd8/build/patches/packages/isc-dhcpd/patch-server.db.c files/ make ----------------------------------------------------------------------------------
I have tried to create these directories, but now the script now fails with a new error "no target to make" and I don't know why.
Bryan
|