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
I'm no rustacean but I think the problem is in install.rs
sudo: "sudo".to_string(),
paru switches between using the hardcoded sudo binary and the alternative I specified in my config file. It asks for my sudo password right before "Synchronizing chroot copy"
Output
Include the FULL output of any relevant commands/configs
Don't cut parts of the input always include the FULL thing
paru.conf and pacman.conf are usually always relevant
paru.conf
$ paru -B .
:: Generating .SRCINFO for ./libjxl-git...
:: Resolving dependencies...
:: Calculating conflicts...
:: Calculating inner conflicts...
[summary omitted]
:: Proceed with installation? [Y/n]:
doas ([omitted]@[omitted]) password:
:: Synchronizing package databases...
core is up to date
[etc...]
:: Starting full system upgrade...
there is nothing to do
[sudo] password for [omitted]:
==> Synchronizing chroot copy [/var/lib/aurbuild/x86_64/root] -> [[omitted]]...done
:: Synchronizing package databases...
[omitted]
The text was updated successfully, but these errors were encountered:
Affected Version
paru -V
paru v2.0.4 - libalpm v15.0.0
Description
I'm no rustacean but I think the problem is in install.rs
paru switches between using the hardcoded
sudo
binary and the alternative I specified in my config file. It asks for my sudo password right before "Synchronizing chroot copy"Output
Include the FULL output of any relevant commands/configs
Don't cut parts of the input always include the FULL thing
paru.conf and pacman.conf are usually always relevant
paru.conf
Example session:
The text was updated successfully, but these errors were encountered: