Package Details: rstudio-desktop 2024.09.1.394-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
Last Packager: xiota
Votes: 73
Popularity: 0.048945
First Submitted: 2011-03-04 15:02 (UTC)
Last Updated: 2024-11-11 05:37 (UTC)

Dependencies (29)

Required by (0)

Sources (3)

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.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 29 Next › Last »

trap000d commented on 2024-05-28 01:19 (UTC)

@xiota,

I seems have mixed up you and @mrhooman. OK. If you pull all precompiled packages from chaotic-aur repo, there is a big chance that some old ones are outdated. In particular, soci AUR PKGBILD was updated last time in March 2022. If it was not refreshed in chaotic-aur since that time, it may be the cause of your issue.

So. Try to build and install soci locally from source, then build rstudio-desktop against it.

trap000d commented on 2024-05-28 01:12 (UTC) (edited on 2024-05-28 01:21 (UTC) by trap000d)

@mrhooman,

OK. Build it with the following command:

makepkg --log

You should then have 3 log files in the build directory:

  • rstudio-desktop-2024.04.1.748-3-x86_64-build.log
  • rstudio-desktop-2024.04.1.748-3-x86_64-package.log
  • rstudio-desktop-2024.04.1.748-3-x86_64-prepare.log.

Please send them to me.

mrhooman commented on 2024-05-28 00:33 (UTC) (edited on 2024-05-28 00:34 (UTC) by mrhooman)

for the non AUR packages (ie everything but soci) I just copied the list and used pacman -S (all packages with spaces in between them). for soci I went to https://aur.archlinux.org/packages/soci and clicked download snapshot. I then installed it and it went ok (note before i did this installing rstudio made an error saying I did not have soci but that went away after installing it). I got arch through the main website and used archinstall to set it up (I know thats not the best way but i had to get it up and running because ubuntu bricked itself in the new update)

trap000d commented on 2024-05-27 23:42 (UTC) (edited on 2024-05-27 23:42 (UTC) by trap000d)

@mrhooman,

Your Linux - is it Arch, or some other derivatives (e.g. Garuda, Manjaro)?

How did you install other AUR dependencies of rstudio-desktop:

  • added any third party repositories, e.g. chaotic-aur
  • built deps by downloading of corresponding PKGBUILDs
  • done it with the help of package managers (yay)?

Could yo provide the full build log? The few last lines tell nothing about the cause of issue. Better to use any pastebin-like service.

P.S. You might consider to install pre-compiled package rstudio-desktop-bin from AUR.

mrhooman commented on 2024-05-27 23:24 (UTC)

@trap00d the version of the package I am using is 2024.04.1.748-3 I was unaware that there where other repos. I got this build by clicking download snapshot on this page. im sorry if i am doing this wrong i just moved from ubuntu yesterday.

trap000d commented on 2024-05-27 22:44 (UTC)

Hi @mrhooman

The log provided by @xiota - is it from your build?

What I can see - the issue is in soci - linker couldn't find some references in libsoci to include to executable.

-- SOCI libraries found under

this looks weird - libs must be located in a certain place (i.e. /usr/lib)

/usr/sbin/ld: <artificial>:(.text+0x665): undefined reference to `soci::details::statement_impl::dec_ref()'

On the other hand, I see you're using a third party repos for building the package. Am I guessing right, you pulling all AUR based precompiled deps from chaotic-aur ?

At first try to build it without any third party repositories.

Then you might try to to refresh soci in the chaotic-aur. Corresponding PKGBUILD was not updated in official AUR since 2022, effectively, it might become incompatible with other libraries (libboost in particular).