Bruce Rothermal wrote: > I've done all the steps in the toi up to integrating port into my local > workspace except the pkgdefs. I can build the local area make -f > Makefile.sfw all and make -f Makefile.sfw install but I can't get a > nightly to build from my local build machine sem17.sfbay.sun.com. It is > broken in some other area of code which I've not done. I'm suspecting > that maybe I don't have something set correctly on my build machine.
Have you tried something like this? "env - /ws/onnv-tools/onbld/bin/nightly sfw-developer.sh" > My workspace log are at /net/dv1/vol/wsvol/ws1/brucer/sfw/ws/log > > Can anyone give me a hint as to what I have setup wrong. > > Last part of log shows: > Making all in tests > source='test.c' object='test.o' libtool=no \ > DEPDIR=.deps depmode=none /bin/bash ../config/depcomp \ > /ws/onnv-tools/SUNWspro/SS11/bin/cc -DHAVE_CONFIG_H -I. -I../include > -I../includ > e -I../lib -xO3 -xarch=386 -xchip=pentium -xspace -Xa -xildoff > -xc99=all - > mt -xtarget=generic -xstrconst -c test.c > source='function.c' object='function.o' libtool=no \ > DEPDIR=.deps depmode=none /bin/bash ../config/depcomp \ > /ws/onnv-tools/SUNWspro/SS11/bin/cc -DHAVE_CONFIG_H -I. -I../include > -I../includ > e -I../lib -xO3 -xarch=386 -xchip=pentium -xspace -Xa -xildoff > -xc99=all - > mt -xtarget=generic -xstrconst -c function.c > "function.c", line 1084: warning: argument #3 is incompatible with > prototype: > prototype: pointer to void : "../include/memcached.h", line 403 > > I set my path prior to running nightly sfw-developer.sh > PATH=/ws/onnv-tools/SUNWspro/SS11/bin:/ws/onnv-tools/onbld/bin:/usr/sfw/bin:/bin:/usr/bin > > Turns out this isn't needed since "env -" is used which blows away the environment. I will be updated the instructions. > > Also will the nightly if run to completion build the packages? Yes. Can you post the mail file? It should identify the error. Cheers, Jim
