Comment 2 for bug 555391

Revision history for this message
Jonathan Thomas (echidnaman) wrote : Re: package khangman 4:4.3.2-0ubuntu1.1 failed to install/upgrade: problemas de dependĂȘncia - deixando desconfigurado

Seems to be a perl crash at the root of the problem:

        foreach (QApt::Package *pkg, packages) {
            if (pkg->name() == group->name()) {
                g->append(packageList[pkg->name()]);
            }
        }