You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Uwe L. Korn (JIRA)" <ji...@apache.org> on 2018/06/08 14:23:00 UTC

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

     [ https://issues.apache.org/jira/browse/ARROW-2678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Uwe L. Korn reassigned ARROW-2678:
----------------------------------

    Assignee: Stephen Pascoe

> [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
>            Assignee: Stephen Pascoe
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.10.0
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> 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)