-
-
Notifications
You must be signed in to change notification settings - Fork 375
Closed
Labels
Description
Affected Version
yay v11.0.1 - libalpm v13.0.1 (before the upgrade)
yay v11.0.2 - libalpm v13.0.1 (after)
Describe the bug
When downloading sources for a full system upgrade, output is garbled, but only during the download phase.

Reproduction Steps
$ yay- Do a full system upgrade where several sources have to be fetched
Expected behavior
Output for concurrent (if that is it?) downloads should not become mangled and appear as one line per download.
Output
yay -Pg:
{
"aururl": "https://aur.archlinux.org",
"buildDir": "/home/mbw/.cache/yay",
"editor": "",
"editorflags": "",
"makepkgbin": "makepkg",
"makepkgconf": "",
"pacmanbin": "pacman",
"pacmanconf": "/etc/pacman.conf",
"redownload": "no",
"rebuild": "no",
"answerclean": "",
"answerdiff": "",
"answeredit": "",
"answerupgrade": "",
"gitbin": "git",
"gpgbin": "gpg",
"gpgflags": "",
"mflags": "",
"sortby": "votes",
"searchby": "name-desc",
"gitflags": "",
"removemake": "ask",
"sudobin": "sudo",
"sudoflags": "",
"requestsplitn": 150,
"sortmode": 0,
"completionrefreshtime": 7,
"sudoloop": false,
"timeupdate": false,
"devel": false,
"cleanAfter": false,
"provides": true,
"pgpfetch": true,
"upgrademenu": true,
"cleanmenu": true,
"diffmenu": true,
"editmenu": false,
"combinedupgrade": false,
"useask": false,
"batchinstall": false
}tomasz-herman, chandujr, afiorillo and Stypox