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 .. 16 17 18 19 20 21 22 Next › Last »

<deleted-account> commented on 2011-03-12 19:46 (UTC)

Hmm that looks like the error you should have gotten on an older version when it could not find the Qt SDK. The sdk shouldn't be needed anymore, so is it possible that your git repo was not up to date? I haven't really tested the ability to update the git repo continually with the PKGBUILD yet (although I think it would work). Try deleting the src directory and regenerating it if you are trying to build on top of an old git checkout. You have Qt installed I assume since it is a dependency, so that is likely not it. Unfortunately this is building fine for me on 2 different computers so I can't replicate the error to help you debug

Pank commented on 2011-03-11 09:06 (UTC)

Hmm, not it complains about QT. It seems that it wants qt dependencies for win and mac as well cf. http://pastebin.com/RHTXQYNB . Thanks, Rasmus

Pank commented on 2011-03-11 08:52 (UTC)

Pank asked: > So can the QT SDK just be removed by rm -r /opt/qtsdk-2010.05 or should I run some kind of script to remove it? The answer is that there is a bin/uinstall. Find just didn't find it due to permissions :)

<deleted-account> commented on 2011-03-11 05:20 (UTC)

Good news on several fronts! The Qt SDK is no longer downloaded or installed in the build process, saving a lot of time and space. The scripts now also correctly check if gwt has already been downloaded and does not download it in later builds.

<deleted-account> commented on 2011-03-10 20:13 (UTC)

Upstream has fixed the issue with Boost 1.46 and the package now compiles fine with it.

<deleted-account> commented on 2011-03-10 17:28 (UTC)

Hmm, you are on boost 1.45 or lower correct? Could you put the entire output of makepkg on pastebin? I suspect there is an error further up in the output that is the cause of your problem.

Pank commented on 2011-03-10 17:08 (UTC)

They should be present > which ant /usr/share/java/apache-ant/bin/ant > which java /opt/java/jre/bin/java

<deleted-account> commented on 2011-03-10 17:04 (UTC)

Pank - do you have apache-ant and java on your path? The packages for those may not put them on the path and then the makefile cannot find them. As for gwt, it might be possible to check if its already downloaded, I haven't looked at the script closely that is used for it.

Pank commented on 2011-03-10 11:48 (UTC)

Also, could it maybe check for gwt? Currently, it downloads it every time.