Piotr Jasiukajtis wrote: > Hi, > > Is it just me, or switching to the SS12u1's lint in changeset 11921 > creates a lot of errors? >
Most likely it's a result of an interaction between a normal opensolaris.sh-based env file, and the changes made for 6934378 (the changeset you mention). opensolaris.sh sets SPRO_ROOT and SPRO_VROOT to /opt/SUNWspro, so the build now ends up looking for an /opt/SUNWspro/sunstudio12.12/bin/lint, which is unlikely to exist. (I have no idea why opensolaris.sh sets SPRO_ROOT this way, it was never really right). A workaround should be to set the sparc_LINT, sparcv9_LINT, i386_LINT, and amd64_LINT variables as previously directed when ON switched to the 12u1 lint[1] I pinged Surya suggested a heads-up be sent to on-discuss mentioning this. -- Rich [1] http://static.opensolaris.org/on/flagdays/pages/20100205232012.html
