You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Stephen Pascoe (JIRA)" <ji...@apache.org> on 2018/06/06 16:16:00 UTC

[jira] [Created] (ARROW-2678) [GLib] Add extra information to common build problems on macOS

Stephen Pascoe created ARROW-2678:
-------------------------------------

             Summary: [GLib] Add extra information to common build problems on macOS
                 Key: ARROW-2678
                 URL: https://issues.apache.org/jira/browse/ARROW-2678
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Documentation, GLib
            Reporter: Stephen Pascoe


I needed to make a couple of extra changes to get c_glib installing on macOS.  Suggested changes to the README are in the Pull Request [https://github.com/apache/arrow/pull/2107] and summarised below:
h3. ### build failed - unable to load http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl

On macOS you may need to set the following environment variable:

{{% export XML_CATALOG_FILES="/usr/local/etc/xml/catalog"}}
h3. 
### build failed - Symbol not found, referenced from `libsource-highlight.4.dylib`

On macOS if you see the following error you may need to upgrade `source-highlight`

{{dyld: Symbol not found: __ZN5boost16re_detail_10650112perl_matcherIPKcNSt3__19allocatorINS_9sub_matchIS3_EEEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE14construct_initERKNS_11basic_regexIcSC_EENS_15regex_constants12_match_flagsE}}
{{ Referenced from: /usr/local/Cellar/source-highlight/3.1.8_7/lib/libsource-highlight.4.dylib}}
{{ Expected in: flat namespace}}
{{ in /usr/local/Cellar/source-highlight/3.1.8_7/lib/libsource-highlight.4.dylib}}


To fix do:
h3. % brew upgrade source-highlight
 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)