> The latest tag has an error in CMakeLists.txt, cmake - > DUSE_FSAL_GLUSTER=ON -DCURSES_LIBRARY=/usr/lib64 - > DCURSES_INCLUDE_PATH=/usr/include/ncurses - > DCMAKE_BUILD_TYPE=Maintainer -DUSE_DBUS=ON /root/nfs-ganesha/src/ > CMake Error: Error in cmake code at > /root/nfs-ganesha/src/CMakeLists.txt:1310: > Parse error. Function missing ending ")". End of file reached. > > > This is due to a typo in line 38 of /src/CMakeLists.txt. The diff is pasted > here, > > -set(GANESHA_EXTRA_VERSION -dev-3 > +set(GANESHA_EXTRA_VERSION -dev-3)
Oh, crud... If someone is good at scripting, we could really use some things to help automate the bits for putting out a weekly build. I wish we could just get the version information from the signed tag instead of having to manually change CMakeLists.txt. I will put out a dev-3.1 tag shortly. Frank ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Nfs-ganesha-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel
