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

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

Github user wesm commented on the issue:

    https://github.com/apache/arrow/pull/1194
  
    One of the macOS builds failed for pretty weird and unrelated reasons:
    
    ```
    dyld: lazy symbol binding failed: Symbol not found: _utimensat
      Referenced from: /usr/local/Cellar/cmake/3.9.4/bin/cmake
      Expected in: /usr/lib/libSystem.B.dylib
    dyld: Symbol not found: _utimensat
      Referenced from: /usr/local/Cellar/cmake/3.9.4/bin/cmake
      Expected in: /usr/lib/libSystem.B.dylib
    dyld: lazy symbol binding failed: Symbol not found: _utimensat
      Referenced from: /usr/local/Cellar/cmake/3.9.4/bin/cmake
      Expected in: /usr/lib/libSystem.B.dylib
    dyld: Symbol not found: _utimensat
      Referenced from: /usr/local/Cellar/cmake/3.9.4/bin/cmake
      Expected in: /usr/lib/libSystem.B.dylib
    make[5]: *** [libz.dylib] Abort trap: 6 (core dumped)
    make[5]: *** Deleting file `libz.dylib'
    make[4]: *** [CMakeFiles/zlib.dir/all] Error 2
    make[3]: *** [all] Error 2
    make[2]: *** [zlib_ep-prefix/src/zlib_ep-stamp/zlib_ep-build] Error 2
    make[1]: *** [CMakeFiles/zlib_ep.dir/all] Error 2
    make[1]: *** Waiting for unfinished jobs....
    -- Installing: 
/Users/travis/build/apache/arrow/cpp-build/googletest_ep-prefix/src/googletest_ep/lib/libgmock_main.a
    make[2]: *** [src/arrow/ipc/feather_generated.h] Abort trap: 6 (core dumped)
    make[2]: *** Deleting file `src/arrow/ipc/feather_generated.h'
    make[2]: *** Waiting for unfinished jobs....
    make[2]: *** [src/arrow/ipc/Message_generated.h] Abort trap: 6 (core dumped)
    make[2]: *** Deleting file `src/arrow/ipc/Message_generated.h'
    make[1]: *** [src/arrow/ipc/CMakeFiles/metadata_fbs.dir/all] Error 2
    ```
    
    @kou not sure if you have any idea what this is, but I'm going to merge 
this patch anyway and we can investigate if this error occurs elsewhere


> [Serialization] Support more custom datatypes in the default serialization 
> context
> ----------------------------------------------------------------------------------
>
>                 Key: ARROW-1665
>                 URL: https://issues.apache.org/jira/browse/ARROW-1665
>             Project: Apache Arrow
>          Issue Type: Improvement
>            Reporter: Philipp Moritz
>              Labels: pull-request-available
>
> At the moment, custom types are registered in the tests in an ad-hoc way. 
> Instead, they should use the default serialization context introduced in 
> ARROW-1503 to make it possible to reuse the same code in other projects.



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

Reply via email to