Amanda Waite wrote: > I had a quick look and couldn't recreate the problem. I'd suggest that > you clone your workspace onto the other system rather than use an NFS > mount. > > I think you've already done this but if you need help with it let me > know. > > Amanda > Hi Amanda,
Yes, I have finished the nightly build, and we can avoid the problem if we don't use NFS mount, I raise the problem as it may be a problem for sfw-gate. You can recur the problem by following steps: 1) Set CODEMGR_WS="/net/machine_name/path_to_workspace" in sfw-developer.sh 2) bldenv sfw-developer.sh 3) cd $SRC/lib/libmcrypt 4) make -f Makefile.sfw Regards Chris > > Chris Zhu wrote: >> Hi all, >> >> If we set Child workspace as */net/machine_name*/path_to_workspace, >> the nightly build will failed for target `libmcrypt' , while using >> /local_path_to_workspace as Child workspace will succeed. >> It failed in running configure, when testing if srcdir already >> configured, see detail info: >> >> bash-3.2$ make -f Makefile.sfw >> (cd libmcrypt-2.5.8; env - \ >> CC=/ws/onnv-tools/SUNWspro/SS12/bin/cc "CFLAGS=-xO3 -m32 -xarch=sparc >> -xspace -W0,-Lt -Xa -xildoff -xc99=all -W2,-xwrap_int -mt -xstrconst" \ >> PATH="/usr/gnu/bin:/ws/onnv-tools/SUNWspro/SS12/bin:/opt/teamware/bin:/opt/onbld/bin:/usr/sbin:/usr/bin:/export/wstools/bin:/usr/sfw/bin:." >> >> \ >> MAKE=/usr/ccs/bin/make \ >> INSTALL="/usr/ucb/install" \ >> SHELL=/usr/bin/ksh93 \ >> /usr/bin/ksh93 ./configure --prefix=/usr --mandir=/usr/share/man >> --disable-dynamic-loading --with-included-algos=" >> rijndael-128,rijndael-192,rinjndael-256,enigma,arcfour,blowfish,des,tripledes, >> >> ecb,cbc,cfb,ctr,ncfb,nofb,ofb,stream") >> checking build system type... sparc-sun-solaris2.11 >> checking host system type... sparc-sun-solaris2.11 >> checking target system type... sparc-sun-solaris2.11 >> checking for a BSD-compatible install... /usr/ucb/install >> checking whether build environment is sane... yes >> checking for gawk... gawk >> checking whether /usr/ccs/bin/make sets $(MAKE)... yes >> *cd . && pwd = >> /export/workspace/chriszhu/bug-merb/WS/usr/src/lib/libmcrypt/libmcrypt-2.5.8 >> >> // added to output >> pwd = >> /net/../export/workspace/chriszhu/bug-merb/WS/usr/src/lib/libmcrypt/libmcrypt-2.5.8** >> >> // added to output* >> configure: error: source directory already configured; run "make >> distclean" there first >> *** Error code 1 >> make: Fatal error: Command failed for target >> `libmcrypt-2.5.8/config.status' >> Current working directory >> /net/dn23.sfbay/export/workspace/chriszhu/bug-merb/WS/usr/src/lib/libmcrypt >> >> >> Regards >> Chris >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> sfwnv-discuss mailing list >> sfwnv-discuss at opensolaris.org >> http://mail.opensolaris.org/mailman/listinfo/sfwnv-discuss >> >
