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

tomwang commented on HADOOP-15685:
----------------------------------

{{A simplified error message could be:}}

{{[WARNING] 
/home/hadoop/hadoop-tools/hadoop-pipes/src/main/native/utils/impl/SerialUtils.cc:22:10:
 fatal error: rpc/types.h: No such file or directory}}

A link for a reported build issue on stackoverflow:

[https://stackoverflow.com/questions/51479299/build-hadoop-3-0-3-on-fedora-28-problems-with-rpc-library/54783231#54783231]

 

A correct fix should be test whether rpc/types.h exists, and use a variable 
name to conditionally add tirpc path into include paths/libraries. An example 
can be found in other hadoop modules' CMakefile

 

> Build fails (hadoop pipes) on newer Linux envs (like Fedora 28)
> ---------------------------------------------------------------
>
>                 Key: HADOOP-15685
>                 URL: https://issues.apache.org/jira/browse/HADOOP-15685
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: build, tools/pipes
>    Affects Versions: 3.2.0
>            Reporter: Lars Hofhansl
>            Assignee: Lars Hofhansl
>            Priority: Major
>         Attachments: 15685-3.2.0.txt, 15685-example.txt
>
>
> The rpc/types.h and similar includes are no longer part of glibc.
> Instead tirpc needs to be used now on those systems.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to