I had this problem updating my Ubuntu SBCL to 1.0.1. The fix was to update common-lisp-controller up to 6.8. The cause was sb-grovel trying to (run-program (sb-ext:posix-getenv "CC") ...) with CC not set. Updating fixed it.