[Bugs] [Bug 1782100] Make error: "rpcsvc.c:1197:5: error: implicit declaration of function 'xdr_sizeof' [-Werror=implicit-function-declaration]"

bugzilla at redhat.com bugzilla at redhat.com
Mon Dec 23 13:56:42 UTC 2019


https://bugzilla.redhat.com/show_bug.cgi?id=1782100

Kaleb KEITHLEY <kkeithle at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Doc Type|---                         |If docs needed, set a value



--- Comment #1 from Kaleb KEITHLEY <kkeithle at redhat.com> ---
(It helps to know which Linux distribution you're building on.)

this is usually an indication that you haven't installed libtirpc and
libtirpc-devel (Fedora, CentOS, RHEL)  or libtirpc3 and libtirpc-dev (Debian,
Ubuntu) on a newer linux distribution where rpc has been removed from libc.

Make sure you have those installed and that the output from configure includes

...
Use TIRPC            : yes
...

I was able to successfully build on both Fedora 31 and Debian buster, both with
`--with-ipv6-default` and without.

Note: Older distributions that have rpc in libc should not use libtirpc as it
is usually too old.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the Bugs mailing list