@benalexau the tip about pkgconf helped. I was getting weird errors like:
Traceback (most recent call last):
File "/usr/bin/rst2man", line 26, in <module>
publish_cmdline(writer=manpage.Writer(), description=description)
File "/usr/lib/python3.9/site-packages/docutils/core.py", line 352, in publish_cmdline
pub.set_components(reader_name, parser_name, writer_name)
File "/usr/lib/python3.9/site-packages/docutils/core.py", line 94, in set_component
I ran sudo pacman -S pkgconf
. It was already installed, and pacman confirmed it was simply reinstalling. But after that, I was able to build this package without issue. No idea why, but it worked.
Pinned Comments
bboozzoo commented on 2018-10-25 11:56 (UTC) (edited on 2024-04-09 07:39 (UTC) by bboozzoo)
Package update notes
2.36
2.36 is the first release with AppArmor enabled by default on Arch.
If you do not have AppArmor enabled at boot there should be no functional changes visible.
If you wish to use snaps with Apparmor, first make sure that Apparmor is enabled during boot, see https://wiki.archlinux.org/index.php/AppArmor for details. After upgrading the package, you need to do the following steps:
systemctl restart apparmor.service
snapd
:systemctl restart snapd.service
systemctl enable --now snapd.apparmor.service
2.62
Since 2.62 snapd generated additional files describing the sandbox. The snapd service needs to be restarted after the update for snaps to continue working (unless the system is rebooted after the update, in which case no additional steps are needed). To restart, run
systemctl restart snapd.service