Package Details: rstudio-desktop 2024.04.2.764-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
Submitter: None
Maintainer: trap000d (xiota)
Last Packager: trap000d
Votes: 73
Popularity: 1.32
First Submitted: 2011-03-04 15:02 (UTC)
Last Updated: 2024-06-10 23:16 (UTC)

Dependencies (31)

Required by (0)

Sources (5)

Pinned Comments

trap000d commented on 2024-05-28 23:36 (UTC)

Version 2024.04.1.748-4 has several significant changes in build process, which should resolve last issues:

  • Bundled build of soci is used now - resolves problem with corresponding system libraries (most probably due to LTO). Anyway libsoci is statically linked with rstudio.
  • System /usr/bin/node is used now instead of bundled one. That makes all node-based tools (e.g. copilot) working out of the box. Also it makes package smaller by a hundred MiB
  • It appears all good with _FORTIFY_SOURCE=3 flag (which is default in new makepkg.conf). A little patch removes thousands warning during the build process.

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.

Latest Comments

« First ‹ Previous 1 .. 15 16 17 18 19 20 21 22 23 24 25 26 Next › Last »

andrewcsq commented on 2017-09-27 12:13 (UTC)

Broken with the change to libboost 1.65 Is there an upcoming patch to deal with this?

izahn commented on 2017-09-25 19:55 (UTC)

MaoCPU's patch helped me. It didn't apply cleanly, but I fixed it up by hand and managed to build the package.

MaoCPU commented on 2017-09-22 12:40 (UTC)

I had some compile error for v1.0.153 (eg something about std::cerr in Trace.cpp). This and the sha256 checksum difference are fixed in https://gist.github.com/anonymous/f591d66e93dea639609414b5e906ed66

drumson commented on 2017-09-13 09:52 (UTC)

sha256 checksums seem to be incorrect for the rstudio-1.0.153.tar.gz - should read "099ceec1480c7605285782ba5ecbf96eb6191d6f9a90e988c151578eb8bde9df" in the PKGBUILD

netpumber commented on 2017-06-13 06:18 (UTC) (edited on 2017-06-13 06:23 (UTC) by netpumber)

do you have the R installed from the packages or somewhere else ? In which directory is installed ? /usr/lib{64}/R OR /usr/local/lib/R ? You might find where it is and then use the rsession-which-r={acctual dir} at /etc/rstudio/rserver.conf. This file doesn't exist and you should create it.

andrewcsq commented on 2017-06-12 23:26 (UTC)

I get the following error log when attempting to build this package: :: rstudio-desktop build files are up-to-date -- skipping :: Checking rstudio-desktop integrity... ==> Making package: rstudio-desktop 1.0.143-1 (Tue Jun 13 07:21:51 +08 2017) ==> Retrieving sources... -> Found rstudio-1.0.143.tar.gz -> Found gin-1.5.zip -> Found gwt-2.7.0.zip -> Found core-dictionaries.zip -> Found rroutines-style.patch -> Found socketproxy-openssl.patch ==> Validating source files with sha256sums... rstudio-1.0.143.tar.gz ... Passed gin-1.5.zip ... Passed gwt-2.7.0.zip ... Passed core-dictionaries.zip ... Passed rroutines-style.patch ... Passed socketproxy-openssl.patch ... Passed :: Building rstudio-desktop package(s)... ==> Making package: rstudio-desktop 1.0.143-1 (Tue Jun 13 07:21:53 +08 2017) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> WARNING: Using existing $srcdir/ tree ==> Removing existing $pkgdir/ directory... ==> Starting build()... patching file src/cpp/r/RRoutines.cpp patching file src/cpp/core/http/SocketProxy.cpp -- Boost version: 1.64.0 -- Found the following Boost libraries: -- date_time -- filesystem -- iostreams -- program_options -- regex -- signals -- system -- thread -- chrono -- atomic /usr/lib64/R/bin/exec/R: error while loading shared libraries: libgfortran.so.3: cannot open shared object file: No such file or directory /usr/lib64/R/bin/exec/R: error while loading shared libraries: libgfortran.so.3: cannot open shared object file: No such file or directory /usr/lib64/R/bin/exec/R: error while loading shared libraries: libgfortran.so.3: cannot open shared object file: No such file or directory /usr/lib64/R/bin/exec/R: error while loading shared libraries: libgfortran.so.3: cannot open shared object file: No such file or directory -- Could not find libR shared library. CMake Error at /usr/share/cmake-3.8/Modules/FindPackageHandleStandardArgs.cmake:137 (message): Could NOT find LibR (missing: LIBR_HOME LIBR_INCLUDE_DIRS LIBR_LIBRARIES LIBR_DOC_DIR) Call Stack (most recent call first): /usr/share/cmake-3.8/Modules/FindPackageHandleStandardArgs.cmake:377 (_FPHSA_FAILURE_MESSAGE) cmake/modules/FindLibR.cmake:166 (find_package_handle_standard_args) src/cpp/CMakeLists.txt:228 (find_package) boost and boost-lib version: 1.64.0-1 R version: 3.4.0-2

flying-sheep commented on 2017-04-28 09:30 (UTC)

thanks for the patches. i just applied them without checking, because i still have the dialog problem (all yes/no/cancel dialogs behave like i always clicked “cancel”)

netpumber commented on 2017-04-28 09:15 (UTC) (edited on 2017-04-28 09:16 (UTC) by netpumber)

I compiled it with this new .patch you said and seemed that rstudio was working. But after a while, by running and anova analysis, I got an segmentation fault error. 1 0xb69b2ae0 /usr/lib/libQt5WebKit.so.5(WTFCrash+0x20) [0xb69b2ae0] 2 0xb69f57d5 /usr/lib/libQt5WebKit.so.5(_ZN3WTF11OSAllocator18reserveUncommittedEjNS0_5UsageEbbb+0x55) [0xb69f57d5] 3 0xb69dc406 /usr/lib/libQt5WebKit.so.5(_ZN3WTF21PageAllocationAligned8allocateEjjNS_11OSAllocator5UsageEb+0x46) [0xb69dc406] 4 0xb66b2720 /usr/lib/libQt5WebKit.so.5(+0x1749720) [0xb66b2720] 5 0xb66b2b53 /usr/lib/libQt5WebKit.so.5(+0x1749b53) [0xb66b2b53] 6 0xb66b4eb8 /usr/lib/libQt5WebKit.so.5(+0x174beb8) [0xb66b4eb8] 7 0xb692b1b2 /usr/lib/libQt5WebKit.so.5(+0x19c21b2) [0xb692b1b2] 8 0xb6930a66 /usr/lib/libQt5WebKit.so.5(+0x19c7a66) [0xb6930a66] 9 0xb692cc7b /usr/lib/libQt5WebKit.so.5(_ZN3JSC8JSObject32putDirectIndexBeyondVectorLengthEPNS_9ExecStateEjNS_7JSValueEjNS_18PutDirectIndexModeE+0x2ab) [0xb692cc7b] 10 0xb6537f5d /usr/lib/libQt5WebKit.so.5(+0x15cef5d) [0xb6537f5d] 11 0xb69878f0 /usr/lib/libQt5WebKit.so.5(+0x1a1e8f0) [0xb69878f0] 12 0xad1fbb0f [0xad1fbb0f] 13 0xb67a78af /usr/lib/libQt5WebKit.so.5(+0x183e8af) [0xb67a78af] 14 0x992dcb0 [0x992dcb0] Segmentation fault (core dumped) Should we blame rstudio or Qt5 for this ?

MaoCPU commented on 2017-04-27 03:41 (UTC)

@netpumber: I have a x86_64 system. The problem you see is related to openssl-1.1.0. After the update today I saw the same problem which should be fixed at https://gist.github.com/anonymous/870e853c7045158bae2ab79bfd27179a. The new patch is just a replication from upstream (https://github.com/rstudio/rstudio/pull/1063/commits/e8c9a7783f3ff44dea2e2464b4bf2904325c72cd), which might not be the final solution for rstudio-1.1.

netpumber commented on 2017-04-26 19:50 (UTC) (edited on 2017-04-26 20:54 (UTC) by netpumber)

@MaoCPu : Do you have x86_64 or x86 system ? Also when i run the makepkg -sri i came across this error "SocketProxy.cpp:152:60: error: ‘SSL_R_SHORT_READ’ was not declared in this scope error.code().value() == ERR_PACK(ERR_LIB_SSL, 0, SSL_R_SHORT_READ);" Does anyone else have the same problem ?