Learn to read the error messages closely.
Insecure world writable dir /usr in PATH
Note it's not saying /usr/local
.
To confirm this diagnosis, use
ls -ld /usr
drwxrwxrwx 14 ownerID groupID 4096 Dec 10 2010 /usr
#-------^- is the world-writeable part
As you know, you can fix it with
sudo chmod 755 /usr
Edit
Folks, See my scripted solution over here.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…