RStudio install error: patch failed: src/gwt/build.xml:82

Viewed 9

I'm trying to install RStudio in Manjaro. There have been a number of errors that I have been able to get around, but now I get the following message, towards the end of the installation:

error: patch failed: src/gwt/build.xml:82
error: src/gwt/build.xml: patch does not apply

I am new Linux, and have no idea how to resolve this. Help would be greatly appreciated.

Here is the command prompt messaging leading up to the error:

-> Creating working copy of rstudio git repo...
Cloning into 'rstudio'...
done.
Updating files: 100% (8705/8705), done.
  -> Extracting gwt-2.9.0.zip with bsdtar
==> Starting prepare()...
Checking patch src/gwt/build.xml...
error: while searching for:
   </target>

   <!-- panmirror typescript library -->
   <property name="node.version" value="10.19.0"/>
   <property name="node.dir" value="../../dependencies/common/node/${node.version}"/>
   <condition property="node.bin" value="../../../${node.dir}/bin/node">
     <not>
        <os family="windows" />
     </not>
   </condition>
   <condition property="node.bin" value="${node.dir}/node.exe">
     <os family="windows" />
   </condition>

   <!-- use node from /opt/rstudio-tools if installed (typical for Docker) -->
   <available
      property="node.bin"
      value="/opt/rstudio-tools/dependencies/common/node/${node.version}/bin/node"
      file="/opt/rstudio-tools/dependencies/common/node/${node.version}/bin/node"/>

   <property name="panmirror.dir" value="./panmirror/src/editor"/>
   <property name="panmirror.build.dir" value="./www/js/panmirror"/>

error: patch failed: src/gwt/build.xml:82
error: src/gwt/build.xml: patch does not apply
==> ERROR: A failure occurred in prepare().
    Aborting...
0 Answers
Related