You are not logged in.

#476 2023-03-22 22:53:10

Macitron
Member
Registered: 2023-03-22
Posts: 3

Re: aurutils - helper tools for the aur

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!

Alad wrote:

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

#477 2023-05-21 12:55:08

Alad
Wiki Admin/IRC Op
From: Bagelstan
Registered: 2014-05-04
Posts: 2,378
Website

Re: aurutils - helper tools for the aur

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

https://archlinux.org/news/git-migration-completed/


Mods are just community members who have the occasionally necessary option to move threads around and edit posts. -- Trilby

Offline

#478 2023-05-22 12:55:55

HeptaSean
Member
Registered: 2013-04-25
Posts: 18

Re: aurutils - helper tools for the aur

Alad wrote:

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

https://archlinux.org/news/git-migration-completed/

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

#479 2023-05-22 13:11:57

Alad
Wiki Admin/IRC Op
From: Bagelstan
Registered: 2014-05-04
Posts: 2,378
Website

Re: aurutils - helper tools for the aur

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

#480 2023-05-22 13:43:01

HeptaSean
Member
Registered: 2013-04-25
Posts: 18

Re: aurutils - helper tools for the aur

Alad wrote:

Please try aurutils 15.2

Argh, thanks! Yes, that helped.

Offline

Board footer

Powered by FluxBB