For some reason submitqc removes libraries from tcz files, leaving only broken links. I've seen this with openldap and open-vm-tools. /tmp/submitqc/listfilediffs/openldap.tcz.difflist shows a lot of files removed. Why would this be? I've also noticed that submitqc deletes all files from the previous run when it runs, so there isn't a way to batch process extensions. I typically do something like "for a in *.tcz; do submitqc $a; done" for about 100 extensions but this leaves me with nothing to go on.