Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

System repo opening issue with Packagekit (only) #1597

Closed
blackPantherOS opened this issue Apr 10, 2023 · 1 comment
Closed

System repo opening issue with Packagekit (only) #1597

blackPantherOS opened this issue Apr 10, 2023 · 1 comment

Comments

@blackPantherOS
Copy link

Hi, The follow issue still exists in Packagekit DNF backend from 1.2.x version:

PackageKit/PackageKit#563

The related file pk-backend.dnf.c around 696 lines

`/* add installed packages */          
ret = dnf_sack_load_system_repo (sack, NULL, DNF_SACK_LOAD_FLAG_BUILD_CACHE, error);               
if (!ret) { 
g_prefix_error (error, "%s", "Failed to load system repo: ", ret); 
return NULL; 
}

The old backend in Packagekit 1.1.10 working fine.. DNF package manager 4.13.x working fine as well. just Pacakgekit backend is not.

@blackPantherOS
Copy link
Author

RPM & Appstream & LibDNF rebuild from scratch solve this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant