Fork me on GitHub

Opened 6 years ago

Last modified 6 years ago

#1310 closed Bug

Compilation problem under Fedora 28 — at Version 1

Reported by: Pavel Demin Owned by:
Priority: minor Milestone:
Component: Delphes code Version: Delphes 3
Keywords: Cc:

Description (last modified by Pavel Demin)

The RPC and XDR code is removed from the glibc library provided by Fedora 28:

https://fedoraproject.org/wiki/Changes/SunRPCRemoval

As a consequence, the compilation of DelphesPileUpReader, DelphesPileUpWriter and DelphesSDTEHPReader doesn't work under Fedora 28:

https://circleci.com/gh/delphes/delphes/61

The error message is the following:

In file included from classes/DelphesPileUpWriter.cc:28:
./classes/DelphesPileUpWriter.h:31:10: fatal error: rpc/types.h: No such file or directory
 #include <rpc/types.h>

I think that this can be fixed by adding the XDR code to the external libraries bundled with Delphes.

Change History (1)

comment:1 by Pavel Demin, 6 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.