You are not logged in.
Pages: 1
How does one rebuild a single package that was installed using yaourt?
I was trying to use the grive package but ran into "grive: error while loading shared libraries: libboost_program_options.so.1.64.0: cannot open shared object file: No such file or directory".
In the package comments (https://aur.archlinux.org/packages/grive/?comments=all) the author suggested "Just rebuild grive against the new boost-libs package..."
So my general question is: How do you "rebuild" a package?
Last edited by eeenilsson (2017-11-14 14:21:55)
Offline
yaourt does *not* install things. pacman does.
You download the snapshot from the page you linked and you build the package with makepkg. Then install it with pacman -U
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
Download the tarball, extract it and run makepkg -si.
# edit: shakes fist at Eric ![]()
Offline
More information can be found on the wiki: https://wiki.archlinux.org/index.php/Ar … Repository
aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies
Offline
Thanks! I followed the steps on the page linked by fsckd, and it worked fine. Thanks also for the explanations!
Last edited by eeenilsson (2017-11-11 20:17:58)
Offline
Don't forget to mark the thread as solved. (Directions to can be found somewhere here.)
aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies
Offline
Pages: 1