Oliver <python...@gmail.com> writes: > hi all > > I am trying to rebuild 1.10 RPM from the src rpm on Cent OS 7.
I assume that's an OMPI-distributed one. For an RHEL-like system, you either want to take the Fedora source of the appropriate version and make any necessary fixes for EPEL7, or adapt the native source to the new version. I've done both for EPEL6 systems, and any changes for EPEL7 are probably smaller. > The build > process went fine without problem. Whiling trying to install the rpm, I > encountered the following error: > > > Examining openmpi-1.10.0-1.x86_64.rpm: openmpi-1.10.0-1.x86_64 > Marking openmpi-1.10.0-1.x86_64.rpm to be installed > Resolving Dependencies > --> Running transaction check > ---> Package openmpi.x86_64 0:1.10.0-1 will be installed > --> Finished Dependency Resolution > > ... > > Transaction check error: > file /usr/bin from install of openmpi-1.10.0-1.x86_64 conflicts with file > from package filesystem-3.2-18.el7.x86_64 > file /usr/lib64 from install of openmpi-1.10.0-1.x86_64 conflicts with > file from package filesystem-3.2-18.el7.x86_64 > > what am I missing, is there a fix? > > TIA