Package Details: rstudio-desktop 2025.05.1.513-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 (thotypous)
Last Packager: xiota
Votes: 73
Popularity: 0.30
First Submitted: 2011-03-04 15:02 (UTC)
Last Updated: 2025-06-06 20:45 (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 .. 18 19 20 21 22 23 24 25 26 27 28 .. 31 Next › Last »

pumba commented on 2019-01-07 10:09 (UTC)

It's not building for me neither.

gerardo-junior commented on 2018-12-15 17:49 (UTC)

is not building

flying-sheep commented on 2018-11-09 10:13 (UTC)

whoops, sorry!

Smoerrebroed commented on 2018-11-08 07:42 (UTC)

No response from maintainer anymore?

znmeb commented on 2018-11-01 04:39 (UTC)

Latest is 1.1.463

CRomeroB commented on 2018-04-13 01:59 (UTC) (edited on 2018-04-13 16:44 (UTC) by CRomeroB)

UPDATE: Installation completed. Deleted all installation files and started again, I figured out that solving all previous java compiler issues and starting again will yield a different behavior (errors). Indeed, new error... "undefined reference to `pthread_create'"

Added the next line to the CMakeLists.txt: find_package(Threads REQUIRED) (though I am not sure if I saved it before running again, so I cannot tell if this solved the problem)

re-run again "makepkg -sic", this time without removing anything

Success!

<hr>

Hi! I am a newbie, this is just the second time I attempt to install an AUR package. Installation aborted at 97% after trying to "Linking CXX executable rsession"...

... ... BUILD SUCCESSFUL Total time: 7 minutes 5 seconds [ 94%] Built target gwt_build [ 94%] Building CXX object src/cpp/session/CMakeFiles/rsession.dir/modules/tex/SessionViewPdf.cpp.o [ 95%] Building CXX object src/cpp/session/CMakeFiles/rsession.dir/modules/vcs/SessionVCSCore.cpp.o [ 95%] Building CXX object src/cpp/session/CMakeFiles/rsession.dir/modules/vcs/SessionVCSUtils.cpp.o [ 95%] Building CXX object src/cpp/session/CMakeFiles/rsession.dir/modules/viewer/SessionViewer.cpp.o [ 95%] Building CXX object src/cpp/session/CMakeFiles/rsession.dir/modules/viewer/ViewerHistory.cpp.o [ 96%] Building CXX object src/cpp/session/CMakeFiles/rsession.dir/projects/SessionProjects.cpp.o [ 96%] Building CXX object src/cpp/session/CMakeFiles/rsession.dir/projects/SessionProjectContext.cpp.o [ 96%] Building CXX object src/cpp/session/CMakeFiles/rsession.dir/projects/SessionProjectFirstRun.cpp.o [ 96%] Building CXX object src/cpp/session/CMakeFiles/rsession.dir/SessionAddins.cpp.o [ 96%] Building CXX object src/cpp/session/CMakeFiles/rsession.dir/http/SessionPosixHttpConnectionListener.cpp.o [ 97%] Linking CXX executable rsession CMakeFiles/rsession.dir/SessionConsoleProcess.cpp.o: file not recognized: File truncated collect2: error: ld returned 1 exit status make[2]: [src/cpp/session/CMakeFiles/rsession.dir/build.make:4331: src/cpp/session/rsession] Error 1 make[1]: [CMakeFiles/Makefile2:616: src/cpp/session/CMakeFiles/rsession.dir/all] Error 2 make: *** [Makefile:152: all] Error 2 ==> ERROR: A failure occurred in package(). Aborting... [rstudio-desktop]$

Any ideas what went wrong?

Thanks!

now-im commented on 2018-04-10 14:18 (UTC)

Can't update following error happens:

javac: [mkdir] Created dir: /home/alpha/.cache/yay/rstudio-desktop/src/rstudio-rstudio-2c49f68/src/gwt/bin [javac] Compiling 10 source files to /home/alpha/.cache/yay/rstudio-desktop/src/rstudio-rstudio-2c49f68/src/gwt/bin [javac] error: Source option 5 is no longer supported. Use 6 or later. [javac] error: Target option 1.5 is no longer supported. Use 1.6 or later.

BUILD FAILED /home/alpha/.cache/yay/rstudio-desktop/src/rstudio-rstudio-2c49f68/src/gwt/build.xml:81: Compile failed; see the compiler error output for details.

Total time: 6 seconds make[2]: [src/gwt/CMakeFiles/gwt_build.dir/build.make:57: gwt_build] Error 1 make[1]: [CMakeFiles/Makefile2:107: src/gwt/CMakeFiles/gwt_build.dir/all] Error 2 make: *** [Makefile:152: all] Error 2 ==> ERROR: A failure occurred in package(). Aborting... Error making: rstudio-desktop

MaoCPU commented on 2018-01-17 21:33 (UTC)

This is more a general question: In order to compile the code of rstudio-1.1.383 with the with the current libraries (eg boost-1.66), it would be necessary to apply patches that are already part of the rstudio releases on github. I am aware that applying just some patches and ignoring others would create the potential of additional problems, so I am not sure if this would be a good idea.

An alternative would be to fall back on the rstudio-desktop-bin package as a stable alternative or the rstudio-desktop-preview-bin (both rely on prebuild deb packages).

Another solution would be to use the rstudio-desktop-git package which has all current patches applied, but uses the latest development tree – including patches that are not even packaged by the rstudio team – adding potential new problems to the software itself.

I was wondering, if any of you are aware of a PKGBUILD that builds the latest release from github (https://github.com/rstudio/rstudio/releases) – or if you think there is a need for this?

Apologies if this wasn't the right place to ask or this has been answered before.

MaoCPU commented on 2017-10-17 13:33 (UTC)

I put an updated PKGBUILD for 1.1.383 at https://gist.github.com/anonymous/efc868e4cdb686848209be8c5917608d I cleaned out some of the patches that were necessary for the 1.0 builds. The core-dictionaries should not have worked before, but they should now. I am still using the previous mirrors. @RCCSilva: This part in the PKGBUILD is only to mirror what the build scripts (see dependencies/common/install-gwt) are doing and I don't think it makes sense to diverge too much from that. Other than that it would surprise me if there was a big difference between Google and Amazon S3, but what data do you base your suggestion on? I tried building it with gwt-2.8.1, but that leads to run-time errors.