> Not sure I follow, but yes it fixed my problem. > Thanks, Marc. Cmake "remembers" stuff, that's why it automatically sort of re-runs the cmake command you last issued when CMakeLists.txt changes.
The problem is that it doesn't actually re-run the command... It re-runs CMakeLists using the options it remembers. The problem is the NO_PORTMAPPER option isn't on the command line, but still got remembered, so when the modifier CMakeLists.txt was run through cmake, instead of leaving the option off, it thought it had been set, so it set it for the new cycle... Anytime the sense of a cmake option reverses, it's best to flush cmake's cache and try again (git clean -dfx or wipe out your build directory). Frank > From: "Frank Filz" <ffilz...@mindspring.com> > To: Marc Eshel/Almaden/IBM@IBMUS, <d...@redhat.com> > Cc: <nfs-ganesha-devel@lists.sourceforge.net> > Date: 10/28/2016 10:47 AM > Subject: RE: [Nfs-ganesha-devel] Announce Push of V2.4.0.4 > > > > Ok, I just tried NSF v3, and discovered Ganesha wasn't registering with > Portmapper. > > The problem turns out to be issues with how cmake works... Somehow the > NO_PORTMAPPER option was getting cached as on in cmake and once it was > properly plumbed in, all of a sudden it took effect even though never > requested. > > A git clean -dfx and rerun cmake and make install should clear up the > problem. > > Frank > > > -----Original Message----- > > From: Marc Eshel [mailto:es...@us.ibm.com] > > Sent: Friday, October 28, 2016 9:13 AM > > To: d...@redhat.com > > Cc: nfs-ganesha-devel@lists.sourceforge.net > > Subject: Re: [Nfs-ganesha-devel] Announce Push of V2.4.0.4 > > > > I just see the error in the trace but I don't know what Ganesha does > with > it, if > > it is not the reason for v3 not working I will have to look somewhere > else. > > Thanks, Marc. > > > > > > > > From: Daniel Gryniewicz <d...@redhat.com> > > To: nfs-ganesha-devel@lists.sourceforge.net > > Date: 10/28/2016 06:59 AM > > Subject: Re: [Nfs-ganesha-devel] Announce Push of V2.4.0.4 > > > > > > > > On 10/27/2016 08:58 PM, Marc Eshel wrote: > > > Hi Frank, > > > I see two problems with this version. > > > 1. It looks like I can not use NFSv3 mount. > > > 2. if I export the root of the GPFS fs the export create gets and > > > error > > I > > > believe because of the > > > 971670b6df6546360514b8ecb50bc0db843b39d6 patch to ensure that a > > handle > > has > > > a > > > parent pointer, which is trying to get handle of the parent of the > > > root which is a different file system. > > > > Unlikely, because this change never returns an error. It eats any > errors, > > under the assumption that it's reached the top of the filesystem. > > Could > you > > send me the actual errors involved so I can look? > > > > Daniel > > > > > > > ---------------------------------------------------------------------------- > -- > > The Command Line: Reinvented for Modern Developers Did the > resurgence > > of CLI tooling catch you by surprise? > > Reconnect with the command line and become more productive. > > Learn the new .NET and ASP.NET CLI. Get your free copy! > > http://sdm.link/telerik > > _______________________________________________ > > Nfs-ganesha-devel mailing list > > Nfs-ganesha-devel@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel > > > > > > > > > > > > > > > ---------------------------------------------------------------------------- > -- > > The Command Line: Reinvented for Modern Developers Did the > resurgence > > of CLI tooling catch you by surprise? > > Reconnect with the command line and become more productive. > > Learn the new .NET and ASP.NET CLI. Get your free copy! > > http://sdm.link/telerik > > _______________________________________________ > > Nfs-ganesha-devel mailing list > > Nfs-ganesha-devel@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel > > > --- > This email has been checked for viruses by Avast antivirus software. > https://www.avast.com/antivirus > > > --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus ------------------------------------------------------------------------------ The Command Line: Reinvented for Modern Developers Did the resurgence of CLI tooling catch you by surprise? Reconnect with the command line and become more productive. Learn the new .NET and ASP.NET CLI. Get your free copy! http://sdm.link/telerik _______________________________________________ Nfs-ganesha-devel mailing list Nfs-ganesha-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel