Search Criteria
Package Details: rstudio-server-git v2022.02.3+492.r1692.g7faaa81408-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/rstudio-server-git.git (read-only, click to copy) |
---|---|
Package Base: | rstudio-server-git |
Description: | A new integrated development environment (IDE) for R programming language |
Upstream URL: | http://www.rstudio.org/ |
Licenses: | AGPL3 |
Conflicts: | rstudio-server |
Submitter: | None |
Maintainer: | nobodyinperson |
Last Packager: | nobodyinperson |
Votes: | 9 |
Popularity: | 0.000000 |
First Submitted: | 2012-08-02 13:07 (UTC) |
Last Updated: | 2022-08-01 18:10 (UTC) |
Dependencies (24)
- boost-libs
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR)
- hunspell-en_US (hunspell-en_us)
- mathjax2
- openssl (openssl-gitAUR, openssl-staticAUR)
- pandoc (pandoc-sile-gitAUR, pandoc-static-gitAUR, pandoc-binAUR, pandoc-cli)
- postgresql-libs (postgresql-libs-12AUR, postgresql13-libsAUR, postgresql-libs-gitAUR)
- r (r352AUR, r-mklAUR)
- sociAUR (soci-gitAUR)
- sqlite3 (sqlite)
- yaml-cpp
- apache-ant (ant-gitAUR, ant) (make)
- boost (boost-gitAUR) (make)
- bzip2 (bzip2-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- jdk8-openjdk (make)
- pam (pam-selinuxAUR) (make)
- pango (pango-gitAUR) (make)
- quarto-cli-binAUR (make)
- unzip (unzip-natspecAUR, unzip-zstdAUR) (make)
- wget (wget-gitAUR, wurlAUR) (make)
- yarn (yarn-pnpm-corepackAUR, yarn-berryAUR, corepackerAUR) (make)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compatAUR, zlib-ng-compat) (make)
Latest Comments
1 2 3 4 5 6 .. 9 Next › Last »
nobodyinperson commented on 2023-01-23 10:10 (UTC)
@fvlavenduc, fails for me as well. Temporary solution is to specify an older commit in the rstudio repository:
fvalenduc commented on 2023-01-19 16:29 (UTC)
Currently, compilation fails due to panmirror not being found. I get this error:
panmirror: [echo] yarn location: yarn [echo] panmirror location: ./lib/quarto/apps/panmirror
BUILD FAILED /usr/src/rstudio-server-git/src/rstudio/src/gwt/build.xml:173: The following error occurred while executing this line: /usr/src/rstudio-server-git/src/rstudio/src/gwt/build.xml:132: The directory /usr/src/rstudio-server-git/src/rstudio/src/gwt/lib/quarto/apps/panmirror does not exist
Total time: 5 seconds make[2]: [src/gwt/CMakeFiles/gwt_build.dir/build.make:2672: src/gwt/timestamp] Error 1 make[1]: [CMakeFiles/Makefile2:471: src/gwt/CMakeFiles/gwt_build.dir/all] Error 2 make: *** [Makefile:156: all] Error 2
Has anybody an idea about this ?
nobodyinperson commented on 2022-06-28 13:21 (UTC)
node version needed to be bumped again. A working PKGBUILD can be found here: https://gitlab.com/tue-umphy/workgroup-software/repository/-/snippets/2229434
nobodyinperson commented on 2022-01-04 11:33 (UTC)
@balwierz This is solved by switching to Java 8 as default with
archlinux-java set java-8-openjdk
(hint here). @hwkiller, could you please include @mjandrews' working patch? Here is a repository with a workingPKGBUILD
.balwierz commented on 2021-10-28 18:47 (UTC)
After applying mjandrews' patch build fails at late stage:
mjandrews commented on 2021-10-25 22:01 (UTC) (edited on 2021-10-25 22:02 (UTC) by mjandrews)
I made some changes to PKGBUILD to get
makepkg -s
etc to work, which it does. In particular, I added the quarto dependencies and changed the _nodever as per artemklevtsov's suggestion. Here's my patch:artemklevtsov commented on 2021-10-05 15:33 (UTC)
Please fix _nodever to 14.17.5. Proof: https://gitlab.com/aur1/rstudio/-/jobs/1644280132#L3550
hwkiller commented on 2021-06-03 01:28 (UTC)
Hey mjandrews - Thank you for this. I'll review it and test it as well. I'll pull in the patch and push if all goes well.
mjandrews commented on 2021-06-03 00:54 (UTC) (edited on 2021-06-03 00:58 (UTC) by mjandrews)
I ran into multiple problems when trying to
makepkg -s
. I eventually got it to work with this patch.alienzj commented on 2021-04-10 22:42 (UTC)
Please add yaml-cpp to the deps.
1 2 3 4 5 6 .. 9 Next › Last »