Dennis Clarke wrote:
[ resent again .. my posts were being rejected by the list server ]

Perhaps I posted to the wrong maillist.

Let me try again.

I am sure that someone on *this* maillist actually works
with the nightly build process.
....

The results that I am getting are thus :

http://www.blastwave.org/dclarke/OpenSolaris/nightly_05_Nov_2009_1416HRS_GMT.txt

Has anyone else seen results like these ?

Shall I now revert back to Studio 11 in contradiction to the advice that I
see posted here :




NO - that is *not* the cause of your problem.





Any insights would be *greatly* appreciated.



$ rm -rf onnv-gate
$ hg clone ssh://a...@hg.opensolaris.org/hg/onnv/onnv-gate
...
45071 files updated, 0 files merged, 0 files removed, 0 files unresolved
$
$ mv onnv-gate/usr /build
$ rm -rf onnv-gate

then later

==== Tools build errors ====

dmake: Warning: Don't know how to make target `/build/usr/src/tools/proto/opt/onbld/etc/exception_lists/check_rtime' dmake: Warning: Don't know how to make target `/build/usr/src/tools/proto/opt/onbld/etc/exception_lists/interface_check' dmake: Warning: Don't know how to make target `/build/usr/src/tools/proto/opt/onbld/etc/exception_lists/interface_cmp'
dmake: Warning: Target `install' not remade because of errors
The following command caused the error:
dmake: Warning: Command failed for target `scripts'
dmake: Warning: Target `install' not remade because of errors


Now if you look at

$SRC/tools/Makefile.tools

you'll see this dependency rule:


$(ROOTONBLDETCEXCEPT)/%: $(CODEMGR_WS)/exception_lists/%
        $(INS.file)


So your "mv onnv-gate/usr /build ; rm -rf onnv-gate" actually
removed the $CODEMGR_WS/exception_lists directory as well as
failing to move it to the correct location.


Short form: if you're going to move stuff from the cloned
directory to a more handy build location, move *everything*
not just usr.


James C. McPherson
--
Senior Kernel Software Engineer, Solaris
Sun Microsystems
http://blogs.sun.com/jmcp       http://www.jmcp.homeunix.com/blog
_______________________________________________
opensolaris-code mailing list
opensolaris-code@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to