Package Details: rstudio-desktop-git 1.4.1103.r736-1

Git Clone URL: https://aur.archlinux.org/rstudio-desktop-git.git (read-only, click to copy)
Package Base: rstudio-desktop-git
Description: A powerful and productive integrated development environment (IDE) for R programming language
Upstream URL: https://www.rstudio.com/products/rstudio/
Keywords: ide r rstudio
Licenses: AGPL3
Conflicts: rstudio-desktop, rstudio-desktop-bin, rstudio-desktop-preview
Provides: rstudio-desktop
Submitter: None
Maintainer: artemklevtsov (hwkiller, kngwyu, bartus)
Last Packager: bartus
Votes: 61
Popularity: 0.000000
First Submitted: 2011-03-09 06:13 (UTC)
Last Updated: 2022-02-21 10:07 (UTC)

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 22 Next › Last »

hwkiller commented on 2017-12-20 04:07 (UTC)

To anyone; I'm just curious.

For a long time now, my rstudio-desktop has had an annoying bug. Basically, anything that requires changing a file doesn't work.

1) Closing a source window doesn't work, if it's been modified at all. 2) Deleting a file in the file pane doesn't work. 3) Quitting the session doesn't work, unless I save everything and manually type q() in the r console.

This does not happen on the server version, but does on the desktop version. Am I alone in this? Wondering whether to submit a bug report.

artemklevtsov commented on 2017-11-03 13:17 (UTC)

Updated. Thanks for the feedback.

kngwyu commented on 2017-11-02 14:59 (UTC)

And gin version looks like changed. See https://github.com/rstudio/rstudio/commit/27f0bc0322ca9e89d0903f25d482b4557a48979d. With removing openssl-crypto.patch and changed gin version, I could compile.

kngwyu commented on 2017-11-02 13:48 (UTC)

I'm sorry, this commit implies that not openssl-socketproxy.patch but openssl-crypto.patch is no linger needed.

kngwyu commented on 2017-11-02 13:44 (UTC)

It looks like the original sorce was modified to to work with OpenSSL1.1.0(Please look at this link https://github.com/rstudio/rstudio/commit/a89d021efa7cf1072d0473dd5c4128c287bb5859#diff-6b0f9bb4253d3e05238f5c35b7f68e97). So, now, I think openssl-socketproxy.patch is no longer needed.

pat-s commented on 2017-11-02 09:34 (UTC)

==> Apply socketproxy-openssl.patch... patching file src/cpp/core/system/Crypto.cpp Hunk #1 FAILED at 261. patch unexpectedly ends in middle of line Hunk #2 FAILED at 298. 2 out of 2 hunks FAILED -- saving rejects to file src/cpp/core/system/Crypto.cpp.rej

germelcar commented on 2017-11-02 05:30 (UTC)

-- Looking for getpeereid - not found CMake Deprecation Warning at src/cpp/desktop/CMakeLists.txt:18 (cmake_policy): The OLD behavior for policy CMP0020 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. CMake Error at src/cpp/session/CMakeLists.txt:23 (message): Dictionaries not found (re-run install-dependencies script to install)

arseru commented on 2017-10-23 16:44 (UTC)

Thanks so much for the fix! Building and installation successful this time, after the failure of last time (1 month ago). Though this time it gave me build errors running "makepkg -sci", everything worked fine with "makepkg -si".

kngwyu commented on 2017-10-16 05:05 (UTC)

@hwkiller: Yes. Please look at this link. https://github.com/openssl/openssl/issues/962

hwkiller commented on 2017-10-15 20:25 (UTC)

@kngwyu: So this patch permits openssl 1.1 to work on rstudio? I may give this a go for the server release. Currently, I just patch the hell out of the server release to force it to use Arch's openssl-1.0 package (modify includes, modify cmakelists to use openssl 1.0, etc). Does this patch basically just swap out the ssl 1.0 calls with their 1.1 equivalents?