alexheretic / aurto

Arch Linux AUR tool for managing an auto-updating local 'aurto' package repository
MIT License
134 stars 9 forks source link

Enable multilib repo #47

Closed ScoreUnder closed 3 years ago

ScoreUnder commented 3 years ago

Currently aurto doesn't seem to recognise packages in the multilib repo, so fails to build all AUR packages that depend on them (e.g. openmpt→wine; air-for-steam→steam).

alexheretic commented 3 years ago

Presumably because aurutils defaults to /usr/share/devtools/pacman-extra.conf for chroot building and this doesn't have multilib enabled.

We could probably default aurto to use the aur sync arg --pacman-conf=/usr/share/devtools/pacman-multilib.conf to fix this.

There may be some cases where people don't want this, so it might be better to bring that conf into aurto and have a /etc/aurto/pacman-chroot.conf editable file.

alexheretic commented 3 years ago

This should be fixed by default in 0.10.3 & users can disable multilib in /etc/aurto/pacman-chroot.conf if desired.