Package Details: rstudio-desktop 2025.05.1.513-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
Conflicts: rstudio-desktop
Provides: rstudio-desktop
Submitter: None
Maintainer: xiota (thotypous)
Last Packager: xiota
Votes: 73
Popularity: 0.29
First Submitted: 2011-03-04 15:02 (UTC)
Last Updated: 2025-06-06 20:45 (UTC)

Dependencies (36)

Required by (0)

Sources (4)

Pinned Comments

xiota commented on 2025-03-01 05:16 (UTC) (edited on 2025-05-01 20:46 (UTC) by xiota)

Packaging notes:

  • Given the inconvenience of having this package become unusable for an indefinite amount time, sodeps are used to prevent boost upgrades from breaking this package. Others may be added. Updates may need to be forced with pacman -Syudd prior to rebuilding. This is unnecessary when building in a clean chroot.
  • Any variable declared : ${var:=value} can be set in the environment prior to build.
    • For example: var=value makepkg -rsC; Method for AUR helpers may vary.
    • For clean chroot, try something like: extra-x86_64-build -- var=value

Problems?

  • Try building in a clean chroot.
  • If your distro has delayed updates, you may need to wait a few weeks.
  • Avoid commenting and flagging for the same issue at the same time.
    • Flag for routine and mechanical issues (depends, typos, mistakes, etc)
    • Comment for issues requiring discussion.
    • Please use a pastebin for blocks of text more than a few lines.

Latest Comments

« First ‹ Previous 1 .. 21 22 23 24 25 26 27 28 29 30 31 Next › Last »

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.

flying-sheep commented on 2017-03-14 13:39 (UTC)

hmm, maybe this will work for you

argymeg commented on 2017-03-14 01:56 (UTC)

I'm having the same issue during compilation as @sguyader below. Any ideas what could be causing it, or how to triage it?

flying-sheep commented on 2017-03-06 13:46 (UTC)

huh? why isn’t qmake-qt5 a symlink to qmake on your system? it is on mine. $ ll /usr/bin/qmake-qt5 lrwxrwxrwx 1 root root 14 2017-03-03 16:22 /usr/bin/qmake-qt5 -> /usr/bin/qmake $ pacman -Qo qmake{,-qt5} /usr/bin/qmake is owned by qt5-base 5.8.0-7 /usr/bin/qmake-qt5 is owned by qt5-base 5.8.0-7

raith commented on 2017-02-25 08:55 (UTC)

When building the package, Cmake failed, reporting undefined references to "create_pthread" and "getpeerid". Had to change the path for the qmake executable to "/usr/bin/qmake-qt5" to be able to build the package.

MaoCPU commented on 2017-01-15 13:07 (UTC)

@leonardof: The path problem should be resolved in https://gist.github.com/anonymous/8e14909be3035ab84bf58afaa5a3b7c0. Using the github "archive" links to tags instead of "tarball". @flying-sheep: No I am not experiencing that problem, rstudio works fine for me and I have been using it on a daily basis for months now...

leonardof commented on 2017-01-15 06:48 (UTC)

The PKGBUILD doesn't build if there is old source around. Culprit is line 42: cd "$srcdir/$_pkgname-$_pkgname-"*