New submission from Charalampos Stratakis <cstra...@redhat.com>:

Currently on the development branch of Fedora (28), an upstream change of glibc 
is being pushed where the Sun RPC support is removed from our downstream glibc 
package in favor of the libtirpc library. More details [0].

As a result, when python is trying to build the nis extension, it will complain 
with:
fatal error: rpc/rpc.h: No such file or directory
#include <rpc/rpc.h>
          ^~~~~~~~~~~
compilation terminated.
 
[0] https://fedoraproject.org/wiki/Changes/SunRPCRemoval

----------
components: Extension Modules
messages: 309674
nosy: cstratak
priority: normal
severity: normal
status: open
title: NIS module fails to build due to the remove of interfaces related to Sun 
RPC from glibc.
versions: Python 2.7, Python 3.5, Python 3.6, Python 3.7, Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32521>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to