Using alternate Boost is complicated (including with RSTUDIO_USE_SYSTEM_BOOST=NO
) because project doesn't use git submodules or standard cmake dependency detection.
Search Criteria
Package Details: rstudio-desktop 2024.12.0.467-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/rstudio-desktop.git (read-only, click to copy) |
---|---|
Package Base: | rstudio-desktop |
Description: | A powerful and productive integrated development environment (IDE) for R programming language |
Upstream URL: | https://github.com/rstudio/rstudio |
Licenses: | AGPL-3.0-only |
Conflicts: | rstudio-desktop |
Provides: | rstudio-desktop |
Submitter: | None |
Maintainer: | xiota |
Last Packager: | xiota |
Votes: | 72 |
Popularity: | 0.008464 |
First Submitted: | 2011-03-04 15:02 (UTC) |
Last Updated: | 2024-12-20 21:33 (UTC) |
Dependencies (29)
- boost-libs
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- hunspell-en_US (hunspell-en_us)
- libcups (libcups-gitAUR, cups-gitAUR, libcups-gssapiAUR)
- mathjax2
- nspr (nspr-hgAUR)
- nss (nss-hgAUR)
- pandoc (pandoc-sile-gitAUR, pandoc-static-gitAUR, pandoc-binAUR, pandoc-cli)
- r (r-mklAUR)
- apache-ant (ant-gitAUR, ant) (make)
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- jdk11-openjdk (jdk11-temurinAUR, openjdk-zulu11-ca-fx-binAUR) (make)
- libcups (libcups-gitAUR, cups-gitAUR, libcups-gssapiAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- nvmAUR (nvm-gitAUR) (make)
- openssl (openssl-gitAUR, openssl-staticAUR) (make)
- pam (pam-selinuxAUR) (make)
- Show 9 more dependencies...
Required by (0)
Sources (3)
xiota commented on 2025-02-16 17:25 (UTC) (edited on 2025-02-17 18:58 (UTC) by xiota)
kbipinkumar commented on 2025-02-13 09:32 (UTC)
@xiota anyone tried building with -DRSTUDIO_USE_SYSTEM_BOOST=NO
? maybe that can be a workaround until upstream fixes the issue
dr_evo commented on 2025-02-10 21:32 (UTC)
Interestingly enough, I installed rstudio-desktop-bin to see if it would work; it is currently working. I didn't check for every single feature, but I think it will save the day until the upstream issue is fixed.
@kbipinkumar and @xiota, thanks for taking care of this issue.
xiota commented on 2025-02-10 20:12 (UTC) (edited on 2025-02-10 20:14 (UTC) by xiota)
Related issue: rstudio#15688
I'll look into potential workarounds while upstream works on the underlying issue.
(For detractors of Manjaro, this is an instance where some may prefer delayed updates.)
kbipinkumar commented on 2025-02-10 19:32 (UTC)
the build fails due to deprecation of certain function in boost version 1.87 as suggested here. perhaps we should raise issue at rstudio github repo.
hopimet commented on 2025-02-09 11:05 (UTC)
@dr_evo, no I don't. I am on Manjaro and boost-libs is still 1.86.0-6. Sorry I cannot help you anymore. A dirty workaround could be to try rstudio-desktop-daily-bin 2025.04.0.daily.272-2 until this bug with rstudio-desktop is fixed. Don't know if it works but it is worth to try.
dr_evo commented on 2025-02-09 07:34 (UTC)
@hopimet, I tried, but it failed due to errors related to libboost. Do you have the same problem? If so, were you able to rebuild?
hopimet commented on 2025-02-09 07:30 (UTC)
@dr_evo, did you rebuilt rstudio after libboost update?
dr_evo commented on 2025-02-09 02:13 (UTC)
@xiota, I realized recent libbost update (1.86.0 -> 1.87.0) broke my RStudio (would like to hear confirmation). I tried to downgrade libboost, but failed because of unresolvable dependencies. I tried to recompile rstudio, but it failed due to libboost related errors. I just wanted to give a heads up.
xiota commented on 2025-01-13 16:14 (UTC) (edited on 2025-01-13 16:14 (UTC) by xiota)
Try aur/quarto-cli-bin
. There is a comment at aur/quarto-cli
indicating it isn't in a usable state.
Pinned Comments
trap000d commented on 2024-05-16 21:42 (UTC) (edited on 2024-05-28 20:09 (UTC) by trap000d)
A note for users.
This package is quite complex. It MAY not be built because of OTHER issues. I always build, install and test it on at least two different machines. Only after that I would push a new version to AUR.
Please try some generic solutions before reporting of build problems:
1) Update all other packages (sudo pacman -Syu),
2) Clean up yay and/or makepkg caches ('yay -Sc', 'rm -rf /var/tmp/makepkg'),
3) Be sure you've got enough RAM (8 GB or more is highly recommended) and space on disk (at least 3 GB).
4) Is your Internet connection is stable, fast and not blocked somewhere?
trap000d commented on 2022-07-05 20:32 (UTC) (edited on 2022-10-03 06:28 (UTC) by trap000d)
PLEASE READ THIS MESSAGE BEFORE COMPLAINING FOR LIBBOOST
When boost is updated to a new version and you see an error message about missing libboost*.so, you will need to rebuild and reinstall the rstudio-desktop package.
trap000d commented on 2022-02-19 06:20 (UTC) (edited on 2022-02-19 06:21 (UTC) by trap000d)
Build logic is slightly changed due to changes in upstream. As they've introduced new project format (quarto), it contradicted with standard Arch package base. In brief, quarto contains pandoc as part of itself, so it's pretty hard to keep together system pandoc and embedded quarto.
So I've "resolved" it such way: if there is "quarto*" package installed, then rstudio-desktop will pick it up and use. Otherwise (not installed), quarto support in rstudio will be disabled.
'quarto' is added as optional dependency.