Edit (Jan 23, 2021, 15:13): I posted my message below prematurely. I did not read, or did not understand, the post by @bartus (2021-01-22 12:29). After I followed the advice there, namely applying the patch, the makepkg -s
proceeded to the end with no error and I was then able to pacman -U
the package successfully.
I am failing to build the package with makepkg -s
. I might be missing something simple.
What I have done:
git clone https://aur.archlinux.org/rstudio-desktop-git.git
cd rstudio-desktop-git
makepkg -s
It works for around 10 mins and then
make[2]: *** No rule to make target '/opt/rstudio-tools/yaml-cpp/0.6.3/build/libyaml-cpp.a', needed by 'src/cpp/core/rstudio-core-tests'. Stop.
make[2]: Leaving directory '/home/andrews/tmp/rstudio-desktop-git/src/build'
make[1]: *** [CMakeFiles/Makefile2:526: src/cpp/core/CMakeFiles/rstudio-core-tests.dir/all] Error 2
make[1]: Leaving directory '/home/andrews/tmp/rstudio-desktop-git/src/build'
make: *** [Makefile:171: all] Error 2
make: Leaving directory '/home/andrews/tmp/rstudio-desktop-git/src/build'
==> ERROR: A failure occurred in package().
Aborting...
I have installed yaml-cpp
with pacman, just in case that was related, but no.
Pinned Comments
artemklevtsov commented on 2020-04-10 02:30
I created repo on GitLab to automate weekly builds. PRs are welcome.
Repo entry for the
pacman.conf
:Packages:
Source code: https://gitlab.com/aur1/rstudio