Message309674
| Author | cstratak |
|---|---|
| Recipients | cstratak |
| Date | 2018-01-08.16:35:03 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1515429303.77.0.467229070634.issue32521@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-01-08 16:35:04 | cstratak | set | recipients: + cstratak |
| 2018-01-08 16:35:03 | cstratak | set | messageid: <1515429303.77.0.467229070634.issue32521@psf.upfronthosting.co.za> |
| 2018-01-08 16:35:03 | cstratak | link | issue32521 messages |
| 2018-01-08 16:35:03 | cstratak | create | |