Package Details: rstudio-desktop 2025.05.0.496-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.56
First Submitted: 2011-03-04 15:02 (UTC)
Last Updated: 2025-05-12 06:23 (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 .. 4 5 6 7 8 9 10 11 12 13 14 .. 31 Next › Last »

trap000d commented on 2024-05-28 03:00 (UTC)

@xiota,

Yep, there is always a chance some dependencies are missed. I still think this is something related to unofficial repository. Hope I'm wrong.

For soci, I've looked inside CMakeFiles. The message SOCI libraries found under is correct and means 'soci is found and is in the right place' - Rstudio developers simply forgot to format it properly.

I'll give build a try in clean chroot a bit later then let you know of results.

trap000d commented on 2024-05-28 02:50 (UTC)

@mrhooman,

https://paste.ee/p/b0dQi#s=1&l=1620

/usr/src/debug/rstudio-desktop/rstudio-2024.04.1-748/src/cpp/shared_core/include/shared_core/Logger.hpp:89: warning: type ‘rstudio::core::log::LogLevel’ violates the C++ One Definition Rule [-Wodr]

Please try to find out how you've managed to place rstudio source files into /usr/src/debug directory? And why? Do you have any custom PATH or LD_LIBRARY_PATH definitions? Do you have anything manually installed into e.g. /usr/local/{bin,lib,share} ?

P.S. Here I assume your Arch installation is somehow broken (fatally?) I could only recommend to make your experiments either with fresh installation or in clean chroot.

mrhooman commented on 2024-05-28 02:25 (UTC)

https://paste.ee/p/b0dQi

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)