Package Details: rstudio-desktop 2025.05.0.496-1

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: 73
Popularity: 0.58
First Submitted: 2011-03-04 15:02 (UTC)
Last Updated: 2025-05-12 06:23 (UTC)

Dependencies (36)

Required by (0)

Sources (4)

Pinned Comments

xiota commented on 2025-03-01 05:16 (UTC) (edited on 2025-05-01 20:46 (UTC) by xiota)

Packaging notes:

  • Given the inconvenience of having this package become unusable for an indefinite amount time, sodeps are used to prevent boost upgrades from breaking this package. Others may be added. Updates may need to be forced with pacman -Syudd prior to rebuilding. This is unnecessary when building in a clean chroot.
  • Any variable declared : ${var:=value} can be set in the environment prior to build.
    • For example: var=value makepkg -rsC; Method for AUR helpers may vary.
    • For clean chroot, try something like: extra-x86_64-build -- var=value

Problems?

  • Try building in a clean chroot.
  • If your distro has delayed updates, you may need to wait a few weeks.
  • Avoid commenting and flagging for the same issue at the same time.
    • Flag for routine and mechanical issues (depends, typos, mistakes, etc)
    • Comment for issues requiring discussion.
    • Please use a pastebin for blocks of text more than a few lines.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 31 Next › Last »

bgme commented on 2025-02-23 07:04 (UTC)

@xiota The upstream fix patch has been merged. Can you cherry-pick this patch.

update to boost 1.87.0

xiota commented on 2025-02-16 17:25 (UTC) (edited on 2025-02-17 18:58 (UTC) by xiota)

Using alternate Boost is complicated (including with RSTUDIO_USE_SYSTEM_BOOST=NO) because project doesn't use git submodules or standard cmake dependency detection.

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-27 08:02 (UTC) by xiota)

Related issue: rstudio#15688

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.