Bug 702366

Summary: /usr/include/rpc is gone, yet references to it remain
Product: [Fedora] Fedora Reporter: Jim Meyering <meyering>
Component: glibcAssignee: Andreas Schwab <schwab>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 15CC: fweimer, jakub, schwab
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-05-05 13:34:51 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jim Meyering 2011-05-05 13:11:09 UTC
Description of problem: anything that includes netdb.h no longer compiles due to lack of /usr/include/rpc

Version-Release number of selected component (if applicable): glibc-headers-2.13.90-10.x86_64

How reproducible: every time


Steps to Reproduce:
1. echo '#include <netdb.h>' > k.c && gcc -c k.c
2.
3.
  
Actual results:
In file included from k.c:1:0:
/usr/include/netdb.h:33:24: fatal error: rpc/netdb.h: No such file or directory
compilation terminated.

Expected results:
gcc exits with status 0; no diagnostic.

Additional info:

Comment 1 Jim Meyering 2011-05-05 13:18:18 UTC
FYI, quick work-around: cd /usr/include && ln -s gssrpc rpc

Comment 2 Andreas Schwab 2011-05-05 13:34:51 UTC

*** This bug has been marked as a duplicate of bug 702354 ***