On Mon, Nov 26, 2018 at 03:27:44PM -0500, Chuck Lever wrote: > > > > On Nov 26, 2018, at 3:22 PM, Jason Gunthorpe <jgg@xxxxxxxxxxxx> wrote: > > > > On Mon, Nov 26, 2018 at 03:10:04PM -0500, Chuck Lever wrote: > >> Hi- > >> > >> To reproduce Anna's issue with rxe and iova's, I set up rxe on a Fedora > >> 29 system. When I tried to run rxe_cfg after installing rdma-core, there > >> were two additional packages that needed to be installed: > >> > >> perl-Getopt-Long > >> libibverbs-utils > >> > >> Before everything was both hunky and dory. > >> > >> I didn't have the same issue with my Fedora 27 system. > > > > At least the detection of perl-getopt-long should happen > > automatically because of this: > > > > BuildRequires: perl-generators > > > > Do you have this package? Maybe the packaging guide changed for perl > > in fc29.. > > No, I don't have it installed. And rpmbuild let you continue with the missing dependency? Surprised > > Not sure why libibverbs-utils would be needed? Do you know what that > > is for? > > My notes are abbreviated, but IIRC without it the output of "rxe_cfg > status" is missing some items like the RMTU. Oh, maybe that has always been a missing dependency then.. Jason