You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/01/11 23:27:00 UTC

[jira] [Commented] (ARROW-1991) [GLib] Docker-based documentation build is broken

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

ASF GitHub Bot commented on ARROW-1991:
---------------------------------------

wesm opened a new pull request #1472: WIP ARROW-1991: [Website] Fix Docker documentation build
URL: https://github.com/apache/arrow/pull/1472
 
 
   @kou something is failing here, I'm not sure what's different here vs. Travis CI (not sure if this is what's failing the doc build):
   
   ```
     DOC   Building HTML
   ../arrow-glib-docs.xml:25: warning: failed to load external entity "../xml/gtkdocentities.ent"
     %gtkdocentities;
                     ^
   Entity: line 1: 
    %gtkdocentities; 
                    ^
   ../arrow-glib-docs.xml:29: parser error : Entity 'package_name' not defined
       <title>&package_name; Reference Manual</title>
                            ^
   ../arrow-glib-docs.xml:31: parser error : Entity 'package_string' not defined
         for &package_string;.
                             ^
   warning: failed to load external entity "../xml/basic-array.xml"
   ../arrow-glib-docs.xml:43: element include: XInclude error : could not load ../xml/basic-array.xml, and no fallback was found
   warning: failed to load external entity "../xml/composite-array.xml"
   ../arrow-glib-docs.xml:44: element include: XInclude error : could not load ../xml/composite-array.xml, and no fallback was found
   ../xml/array-builder.xml:25: warning: failed to load external entity "../xml/xml/gtkdocentities.ent"
     %gtkdocentities;
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> [GLib] Docker-based documentation build is broken
> -------------------------------------------------
>
>                 Key: ARROW-1991
>                 URL: https://issues.apache.org/jira/browse/ARROW-1991
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: GLib
>            Reporter: Wes McKinney
>              Labels: pull-request-available
>             Fix For: 0.9.0
>
>
> I'm putting up a patch that got me to here
> {code}
>   DOC   Building HTML
> ../arrow-glib-docs.xml:25: warning: failed to load external entity "../xml/gtkdocentities.ent"
>   %gtkdocentities;
>                   ^
> Entity: line 1: 
>  %gtkdocentities; 
>                  ^
> ../arrow-glib-docs.xml:29: parser error : Entity 'package_name' not defined
>     <title>&package_name; Reference Manual</title>
>                          ^
> ../arrow-glib-docs.xml:31: parser error : Entity 'package_string' not defined
>       for &package_string;.
>                           ^
> warning: failed to load external entity "../xml/basic-array.xml"
> ../arrow-glib-docs.xml:43: element include: XInclude error : could not load ../xml/basic-array.xml, and no fallback was found
> warning: failed to load external entity "../xml/composite-array.xml"
> ../arrow-glib-docs.xml:44: element include: XInclude error : could not load ../xml/composite-array.xml, and no fallback was found
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)