The problem was caused by another system I had installed in my quicklisp/local-projects
directory that came with its own version of alexandria
. It turns out that quicklisp was loading this version of alexandria
, which did not provide the proper namespaces. So, removing this system out of the local-projects directory enabled quicklisp to load the correct version.