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.
Search Criteria
Package Details: rstudio-desktop 2024.09.1.394-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: | 73 |
Popularity: | 0.050963 |
First Submitted: | 2011-03-04 15:02 (UTC) |
Last Updated: | 2024-11-11 05:37 (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 (r352AUR, 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) (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)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-setuptools (make)
- wget (wget-gitAUR, wurlAUR) (make)
- yarn (yarn-pnpm-corepackAUR, corepackerAUR, yarn-berryAUR) (make)
- git (git-gitAUR, git-glAUR) (optional) – for git support
- nodejs (nodejs-lts-fermiumAUR, nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron) (optional) – for copilot support
- openssh-askpassAUR (optional) – for a git ssh access
- quarto (quarto-cli-gitAUR, quarto-cli-binAUR, quarto-cliAUR, quarto-cli-pre-releaseAUR, quarto-cli-bin-pre-releaseAUR) (optional) – for Quarto projects support
- subversion (optional) – for subversion support
Required by (0)
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 18 19 20 21 22 23 24 25 26 27 28 29 Next › Last »
netpumber commented on 2017-06-13 06:18 (UTC) (edited on 2017-06-13 06:23 (UTC) by netpumber)
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 ?
MaoCPU commented on 2017-04-24 18:23 (UTC)
With the following changes I was able to build rstudio-desktop-1.0.143 with R-3.4.0 installed: https://gist.github.com/anonymous/b2dbe59f847c41120c0968d1280ddb34
flying-sheep commented on 2017-04-05 08:52 (UTC)
no idea how to fix that, sorry.
do y’all use an AUR helper? if so, please try without
burgerga commented on 2017-04-04 13:50 (UTC)
Same issue as @argymeg and @sguyader, can't install
raith commented on 2017-04-01 17:54 (UTC)
@flying-sheep: Sorry for the late reply. My qmake path problem seems to come from having both qt4 and qt5-base installed, with qmake-qt4 being linked to qmake.
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.