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

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

wesm commented on issue #1472: WIP ARROW-1991: [Website] Fix Docker 
documentation build
URL: https://github.com/apache/arrow/pull/1472#issuecomment-358106529
 
 
   Applied the patch and rebuilt the image (`docker-compose build gen_apidocs`) 
but then:
   
   ```
   Making distclean in arrow-glib
   make[1]: Entering directory '/apache-arrow/arrow/c_glib/arrow-glib'
   /bin/bash: /home/ubuntu/miniconda/envs/pyarrow-dev/lib/libtinfo.so.5: no 
version information available (required by /bin/bash)
   /bin/bash: /home/ubuntu/miniconda/envs/pyarrow-dev/lib/libtinfo.so.5: no 
version information available (required by /bin/bash)
    cd .. && /bin/bash /apache-arrow/arrow/c_glib/config/missing automake-1.14 
--foreign arrow-glib/Makefile
   /bin/bash: /home/ubuntu/miniconda/envs/pyarrow-dev/lib/libtinfo.so.5: no 
version information available (required by /bin/bash)
   /apache-arrow/arrow/c_glib/config/missing: line 81: automake-1.14: command 
not found
   WARNING: 'automake-1.14' is missing on your system.
            You should only need it if you modified 'Makefile.am' or
            'configure.ac' or m4 files included by 'configure.ac'.
            The 'automake' program is part of the GNU Automake package:
            <http://www.gnu.org/software/automake>
            It also requires GNU Autoconf, GNU m4 and Perl in order to run:
            <http://www.gnu.org/software/autoconf>
            <http://www.gnu.org/software/m4/>
            <http://www.perl.org/>
   Makefile:533: recipe for target 'Makefile.in' failed
   make[1]: *** [Makefile.in] Error 127
   make[1]: Leaving directory '/apache-arrow/arrow/c_glib/arrow-glib'
   Makefile:511: recipe for target 'distclean-recursive' failed
   make: *** [distclean-recursive] Error 1
   ```
   
   Not sure what I did wrong

----------------------------------------------------------------
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:
[email protected]


> [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
>            Priority: Major
>              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
(v7.6.3#76005)

Reply via email to