You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Hans-Joachim Bothe (Jira)" <ji...@apache.org> on 2021/05/23 10:28:00 UTC

[jira] [Comment Edited] (ARROW-12377) [Doc][Java] Java doc build broken

    [ https://issues.apache.org/jira/browse/ARROW-12377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17349965#comment-17349965 ] 

Hans-Joachim Bothe edited comment on ARROW-12377 at 5/23/21, 10:27 AM:
-----------------------------------------------------------------------

It looks like the error analyzed by Liya Fan on Apr 15 is gone. That was probably a missing dependency definition "skins" in java/performance/pom.xml artifact arrow-performance, which could have been loaded from Maven Central and inserted. The mentioned link ([https://repo.maven.apache.org/maven2/org/apache/maven/skins/maven-default-skin/1.0/]) was already correct, but the dependency was not listed in the dependencies of the artifact and not automatically downloaded. Now, this dependency seems to get solved automatically.

But there is a new reason for failure now:
  
 The following packages have unmet dependencies: 
      
 r-base : Depends: r-recommended (= 4.0.5-1.2010.0) but 4.1.0
  
 This is the same error I can reproduce on my machine. Under Ubuntu 20.10 I could resolve the problem by removing the version number of r-base in ./ci/docker/linux-apt-docs.dockerfile:

 
 changed line 54 from:
 r-base=${r}* \

 
 to:
 r-base \
  
 No clue, whether this is the right place for a fix, that's why I didn't make a pull request. I am new here.


was (Author: hansbothe):
It looks like the error analyzed by Liya Fan on Apr 15 is gone. That was probably a missing dependency definition "skins" in java/performance/pom.xml artifact arrow-performance, which could have been loaded from Maven Central and inserted. The mentioned link ([https://repo.maven.apache.org/maven2/org/apache/maven/skins/maven-default-skin/1.0/]) was already correct, but the dependency was not mentioned in the dependencies of the artifact and not automatically downloaded. Now, this dependency seems to get solved automatically.

But there is a new reason for failure now:
 
The following packages have unmet dependencies: 
     
 r-base : Depends: r-recommended (= 4.0.5-1.2010.0) but 4.1.0
 
This is the same error I can reproduce on my machine. Under Ubuntu 20.10 I could resolve the problem by removing the version number of r-base in ./ci/docker/linux-apt-docs.dockerfile:

 
changed line 54 from:
r-base=${r}* \

 
to:
r-base \
 
No clue, whether this is the right place for a fix, that's why I didn't make a pull request. I am new here.

> [Doc][Java] Java doc build broken
> ---------------------------------
>
>                 Key: ARROW-12377
>                 URL: https://issues.apache.org/jira/browse/ARROW-12377
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Documentation, Java
>            Reporter: Antoine Pitrou
>            Priority: Blocker
>             Fix For: 5.0.0
>
>
> See https://dev.azure.com/ursacomputing/crossbow/_build/results?buildId=3585&view=logs&j=0da5d1d9-276d-5173-c4c4-9d4d4ed14fdb&t=d9b15392-e4ce-5e4c-0c8c-b69645229181
> We should either fix the Java doc build or disable building the Java docs.
> Personally, I'd be fine with disabling the Java docs if a maintainer doesn't show up.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)