return (EPKG_FATAL);
e = NULL;
while (pkgdb_it_next_exec(it, &e) == EPKG_OK) {
while ((ret = pkgdb_it_next_exec(it, &e)) == EPKG_OK) {
array_append(&pkg->exec, e);
}