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 .. 5 6 7 8 9 10 11 12 13 14 15 .. 22 Next › Last »

artemklevtsov commented on 2017-10-15 13:33 (UTC)

Package updated. @kngwyu many thanks for the patch.

cbhihe commented on 2017-10-15 10:42 (UTC)

The crash 100% is reproducible on my box [4.13.5-1-ARCH]. I removed all dependencies manually. Blah.

cbhihe commented on 2017-10-15 10:16 (UTC) (edited on 2017-10-15 10:18 (UTC) by cbhihe)

Build with JRE 8 was _successful_ although in "gwtc:" screen output section, I had: [java] WARNING: Couldn't create user preferencess directory. User preferences are unusable. [java] WARNING: java.io.IOException: Permission denied [java] Exception in thread "Timer=0java.lang.SecurityException: Could not lock User prefs. Lock file access denied. Although the above was probably not serious, ... it was followed later by an error when "scanning dependencies of target rstudio-core" [ 19%] Building CXX object src/cpp/core/CMakeFiles/rstudio-core.dir/system/Crypto.cpp.o /var/builds/rstudio-desktop-git/src/rstudio/src/cpp/core/system/Crypto.cpp: In function ‘rstudio::core::Error rstudio::core::system::crypto::aesEncrypt(const std::vector<unsigned char>&, const std::vector<unsigned char>&, const std::vector<unsigned char>&, std::vector<unsigned char>*)’: /var/builds/rstudio-desktop-git/src/rstudio/src/cpp/core/system/Crypto.cpp:264:19: error: aggregate ‘EVP_CIPHER_CTX ctx’ has incomplete type and cannot be defined EVP_CIPHER_CTX ctx; ^~~ /var/builds/rstudio-desktop-git/src/rstudio/src/cpp/core/system/Crypto.cpp: In function ‘rstudio::core::Error rstudio::core::system::crypto::aesDecrypt(const std::vector<unsigned char>&, const std::vector<unsigned char>&, const std::vector<unsigned char>&, std::vector<unsigned char>*)’: /var/builds/rstudio-desktop-git/src/rstudio/src/cpp/core/system/Crypto.cpp:301:19: error: aggregate ‘EVP_CIPHER_CTX ctx’ has incomplete type and cannot be defined EVP_CIPHER_CTX ctx; ^~~ make[2]: *** [src/cpp/core/CMakeFiles/rstudio-core.dir/build.make:2151: src/cpp/core/CMakeFiles/rstudio-core.dir/system/Crypto.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:203: src/cpp/core/CMakeFiles/rstudio-core.dir/all] Error 2 make: *** [Makefile:152: all] Error 2 ==> ERROR: A failure occurred in package(). Aborting... And in doing so dependencies were not cleaned up ...

kngwyu commented on 2017-10-14 07:46 (UTC)

I wrote a patch which enables to compile with OpenSSL 1.1.0. https://gist.github.com/kngwyu/088d1f77e6cf6bc3694201150c96986d When you encounter a compile error like "aggregate ‘evp_cipher_ctx ctx’ has incomplete type and cannot be defined...", this patch may resolve it.

bosma commented on 2017-10-07 17:30 (UTC)

Error building: http://sprunge.us/TTRB

Atraii commented on 2017-09-28 22:25 (UTC) (edited on 2017-09-28 22:26 (UTC) by Atraii)

rkelly: You'll need to recompile and reinstall this package against the new boost libraries. I have this issue as well AND the issue eorn pointed out that the GWT version is incorrect.

rkelly commented on 2017-09-25 14:00 (UTC)

I'm getting errors when trying to run since boost and boost-libs have been updated to 1.65.1-1. rstudio: error while loading shared libraries: libboost_date_time.so.1.64.0: cannot open shared object file: No such file or directory rstudio does run if boost & boost-libs are downgraded back to 1.64.

eorn commented on 2017-09-25 06:46 (UTC)

It looks like changing line 6 of the PKGBUILD works: from "_gwtver=2.7.0" to "_gwtver=2.8.1"

arseru commented on 2017-09-23 17:30 (UTC)

Hi, I have tried compiling this package running "makepkg -sci", but for me and other IRC users, the following error appears: https://ptpb.pw/gKku