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

[jira] [Commented] (ORC-375) v1.5.1 install from source fails under GCC 7.3.0

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

ASF GitHub Bot commented on ORC-375:
------------------------------------

GitHub user LYKZZzz opened a pull request:

    https://github.com/apache/orc/pull/303

    fix ORC-375

    I have seen #281 resolve this issue, but this problem still exists in orc 1.5.2 release.
    
    add C++ header in lib/common/async_stream.h and lib/rpc/request.h

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/LYKZZzz/orc master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/orc/pull/303.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #303
    
----
commit ed1797613b39f5d0d7fdd584768138479cb3affb
Author: lykzzzz <ly...@...>
Date:   2018-08-20T05:53:46Z

    fix ORC-375

----


> v1.5.1 install from source fails under GCC 7.3.0
> ------------------------------------------------
>
>                 Key: ORC-375
>                 URL: https://issues.apache.org/jira/browse/ORC-375
>             Project: ORC
>          Issue Type: Bug
>          Components: build, C++
>    Affects Versions: 1.5.0, 1.5.1
>            Reporter: Serge Fein
>            Assignee: James Clampffer
>            Priority: Major
>
> Build fails when trying to build a dependent package:
> orc/build/libhdfspp_ep-prefix/src/libhdfspp_ep/lib/common/async_stream.h:39:16: error: ‘std::function’ has not been declared
>     std::function<void (const asio::error_code & error,
>  



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