@yaron
Please read up on how the AUR is supposed to work. A great source of information for example is the wiki. Among other things, it will tell you that base-devel
is assumed to be installed if building packages via makepkg
and any packages within said group should not be listed as make-dependency.
Pinned Comments
edh commented on 2023-10-11 23:00 (UTC)
If you encounter errors similar to
error [...] loading shared libraries
, you most likely need to rebuilt the grive package. Usually no further action is needed except for forcing a rebuilt.The error is due to grive having been built against an older version of the library mentioned in the error message. The library has likely since been updated by
pacman
and grive need to be made aware of this by rebuilding it.