How to report common-lisp-controller bugs.

With a complex system like clc it is sometimes difficult to tell who to blaim.
Take for instance the failure of:

$ dpkg -l common-lisp-controller cmucl-safe cl-uncommonsql-mysql
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name                              Version                           Description
+++-=================================-=================================-==================================================================================
ii  common-lisp-controller            3.7                               This is a common lisp source and compiler manager.
ii  cmucl-safe                        3.1.1                             A lisp core that is compiled with safe options.
ii  cl-uncommonsql-mysql              1.1.8.2-1                         UncommonSQL database backend, MySQL

uncommon-mysql.

At first it doesn't work with cmucl-safe. So we do:
:a

$ clc-send-command --verbose remove uncommonsql-mysql cmucl-safe ; echo returns: $?

Cannot remove: not yet compiled library for implementation
returns: 0
$ clc-send-command --verbose recompile uncommonsql-mysql cmucl-safe ; echo returns: $?
CMUCL safe script.
/usr/lib/common-lisp/bin/cmucl-safe.sh rebuilding...
rebuilding uncommonsql-mysql

Compilation unit aborted.


Compilation unit aborted.

Built Error:
Error in function PCL::FIND-CLASS-FROM-CELL:
   No class named: MAISQL-MYSQL::VIEW-METACLASS.
Error object: #<SIMPLE-ERROR {480636F5}>

Cannot compile: compilation error

error: eof on read: Illegal seek
eof on read: Illegal seek
returns: 1

So the is obviously a build error. We report this to the maintainer of uncommonsql-mysql with this
transcript.
