if (access(repo_path, R_OK) != -1) {
if (pkg_repo_meta_load(repo_path, &meta) != EPKG_OK) {
pkg_emit_error("meta loading error while trying %s", repo_path);
rsa_free(rsa);
return (EPKG_FATAL);
}
else {