You are not logged in.
That did it! For some reason multilib-testing had been enabled, though I don't remember doing so. It looks like the testing version of lib32-libelf was complaining about not having the testing version of libelf available. Thanks a bunch!
If pacutils has correct stdout/stderr behavior, I can use that instead. Check the output of:
pactrans --sysupgrade --print-only >/dev/null pactrans --sysupgrade --print-only 2>/dev/null
Ran them both, >/dev/null did not output anything and 2>/dev/null did.
Offline
After the git migration and introduction of pkgctl with devtools 1.0.0, it is recommended to recreate all aurutils chroots and update any pacman configuration in /etc/aurutils/pacman-x86_64.conf.
rm -rf /var/lib/aurbuild
cp /usr/share/devtools/pacman.conf.d/extra.conf /etc/aurutils/pacman-x86_64.conf
vim /etc/aurutils/pacman-x86_64.conf # add local repository
Mods are just community members who have the occasionally necessary option to move threads around and edit posts. -- Trilby
Offline
After the git migration and introduction of pkgctl with devtools 1.0.0, it is recommended to recreate all aurutils chroots and update any pacman configuration in /etc/aurutils/pacman-x86_64.conf.
rm -rf /var/lib/aurbuild cp /usr/share/devtools/pacman.conf.d/extra.conf /etc/aurutils/pacman-x86_64.conf vim /etc/aurutils/pacman-x86_64.conf # add local repository
I have done all of that and also reinstalled devtools, but I still get:
$ aur sync --chroot aurutils
==> Using [aur] repository
-> aurutils (none) -> 15.2-1
==> Retrieving package files
Already up to date.
chroot: /usr/share/devtools/makepkg-x86_64.conf is not a file
Do you have any idea what I'm doing wrong?
Offline
Please try aurutils 15.2
Mods are just community members who have the occasionally necessary option to move threads around and edit posts. -- Trilby
Offline
Please try aurutils 15.2
Argh, thanks! Yes, that helped.
Offline