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
Just installed Updates with yay -Syu
including, but not limited to, nvidia-utils-beta 555.58-1and lib32-nvidia-utils-beta 555.58-1 (both from AUR)
I answered the first questions with Nothing (don't exclude aka install all pending updates)
"A" for build and install all
"N" for do not show differences
and "Y" for all "do you want to proceed"/"continue installing"/basically all Y/N questions, if I remember correctly mostly if not all Y/N stuff Arch repo (pacman) related.
For some reason yay tried to build and install "lib32-nvidia-utils-beta 555.58-1" before "nvidia-utils-beta 555.58-1" and
failed with:
missing dependencies :
-> nvidia-utils-beta>=555.58
lib32-nvidia-utils-beta-exit status 8
Had to run yay -Syu a second time to get this installed.
Expected behavior
Install dependence first (especially if that dependence is already in the list of Packages to install).
Affected Version
yay v12.3.5 - libalpm v14.0.0
Describe the bug
Just installed Updates with
yay -Syu
including, but not limited to, nvidia-utils-beta 555.58-1and lib32-nvidia-utils-beta 555.58-1 (both from AUR)
I answered the first questions with Nothing (don't exclude aka install all pending updates)
"A" for build and install all
"N" for do not show differences
and "Y" for all "do you want to proceed"/"continue installing"/basically all Y/N questions, if I remember correctly mostly if not all Y/N stuff Arch repo (pacman) related.
For some reason yay tried to build and install "lib32-nvidia-utils-beta 555.58-1" before "nvidia-utils-beta 555.58-1" and
failed with:
missing dependencies :
-> nvidia-utils-beta>=555.58
lib32-nvidia-utils-beta-exit status 8
Had to run
yay -Syu
a second time to get this installed.Expected behavior
Install dependence first (especially if that dependence is already in the list of Packages to install).
yay -Pg
Output{
"aururl": "https://aur.archlinux.org",
"aurrpcurl": "https://aur.archlinux.org/rpc?",
"buildDir": "/home/stefan/.cache/yay",
"editor": "",
"editorflags": "",
"makepkgbin": "makepkg",
"makepkgconf": "",
"pacmanbin": "pacman",
"pacmanconf": "/etc/pacman.conf",
"redownload": "no",
"answerclean": "",
"answerdiff": "",
"answeredit": "",
"answerupgrade": "",
"gitbin": "git",
"gpgbin": "gpg",
"gpgflags": "",
"mflags": "",
"sortby": "votes",
"searchby": "name-desc",
"gitflags": "",
"removemake": "ask",
"sudobin": "sudo",
"sudoflags": "",
"version": "12.3.5",
"requestsplitn": 150,
"completionrefreshtime": 7,
"maxconcurrentdownloads": 1,
"bottomup": true,
"sudoloop": false,
"timeupdate": false,
"devel": false,
"cleanAfter": false,
"keepSrc": false,
"provides": true,
"pgpfetch": true,
"cleanmenu": true,
"diffmenu": true,
"editmenu": false,
"combinedupgrade": true,
"useask": false,
"batchinstall": false,
"singlelineresults": false,
"separatesources": true,
"debug": false,
"rpc": true,
"doubleconfirm": true,
"rebuild": "no"
}
The text was updated successfully, but these errors were encountered: