You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installation of gobject-introspection and blueprint-compiler both are failing.
Unable to fullfill those two yay commands, they always produce file conflicts. See below:
$ yay -S gobject-introspection
Sync Explicit (1): gobject-introspection-1.80.1-3
resolving dependencies...
looking for conflicting packages...
Package (1) New Version Net Change
extra/gobject-introspection 1.80.1-3 2.79 MiB
Total Installed Size: 2.79 MiB
:: Proceed with installation? [Y/n]
(1/1) checking keys in keyring [-----------------------------------------------------------------------------] 100%
(1/1) checking package integrity [-----------------------------------------------------------------------------] 100%
(1/1) loading package files [-----------------------------------------------------------------------------] 100%
(1/1) checking for file conflicts [-----------------------------------------------------------------------------] 100%
error: failed to commit transaction (conflicting files)
...
And this one too:
$ yay -S blueprint-compiler
Sync Explicit (1): blueprint-compiler-0.12.0-2
resolving dependencies...
looking for conflicting packages...
Package (1) New Version Net Change
extra/blueprint-compiler 0.12.0-2 1.17 MiB
Total Installed Size: 1.17 MiB
:: Proceed with installation? [Y/n]
(1/1) checking keys in keyring [-----------------------------------------------------------------------------] 100%
(1/1) checking package integrity [-----------------------------------------------------------------------------] 100%
(1/1) loading package files [-----------------------------------------------------------------------------] 100%
(1/1) checking for file conflicts [-----------------------------------------------------------------------------] 100%
error: failed to commit transaction (conflicting files)
...
Now, with the debug mode, I find this interesting error:
debug: returning error 33 from alpm_db_get_pkg (../lib/libalpm/db.c: 316) : could not find or read package
Why wasn't yay raising this outside of debug mode, and how to fix this best without using the overwrite flag? Thanks for any advice. Maybe this will help for improving this neat tool.
The text was updated successfully, but these errors were encountered:
error: failed to commit transaction (conflicting files)
I think this message is specifically from Pacman, not Yay, and the debug message is also from Pacman.
I don't know of any specific ways to see which files conflict, but I believe this is reproducible fully outside of Yay (e.g. pacman -S gobject-introspection), so I'm not sure that Yay can do all that much in this case.
Affected Version
yay v12.3.5 - libalpm v14.0.0
Describe the bug
Installation of gobject-introspection and blueprint-compiler both are failing.
Unable to fullfill those two yay commands, they always produce file conflicts. See below:
And this one too:
Output
yay -Pg
produces this:Now, with the debug mode, I find this interesting error:
Why wasn't yay raising this outside of debug mode, and how to fix this best without using the overwrite flag? Thanks for any advice. Maybe this will help for improving this neat tool.
The text was updated successfully, but these errors were encountered: