Oh durn D:

Turns out that the KDE script had a little bug in it. When the script tried to install kdeutils, a package called kdelirc would be installed as a dependent. Unfortunately, aptitude installs "recommended" packages by default. One of these Recommended packages is lirc, which can't be installed non-interactively (as the script is). This causes the script to appear "locked up" because the input is being directed to the lirc install script.

I've fixed it now, but dang. I should have caught that in testing. Weird how I didn't.

No comments: