retcode = EPKG_FATAL;
pkg_emit_add_deps_begin(pkg);
printf("la\n");
while (pkg_deps(pkg, &dep) == EPKG_OK) {
pkghash_entry *founddep = NULL;