Should have added that I'm running on Fedora 29. The swig version is swig-3.0.12-21.fc29.
On Thu, Feb 7, 2019 at 1:56 PM Ted Ross <[email protected]> wrote: > Still testing, but I saw the following warning during the build. It > appears to be in SWIG-generated code, so this might not be easy to address. > > [100%] Building C object > python/CMakeFiles/_cproton.dir/CMakeFiles/_cproton.dir/cprotonPYTHON_wrap.c.o > /home/ross/tmp/proton/qpid-proton-0.27.0/build/python/CMakeFiles/_cproton.dir/cprotonPYTHON_wrap.c: > In function ‘SWIG_Python_addvarlink’: > /home/ross/tmp/proton/qpid-proton-0.27.0/build/python/CMakeFiles/_cproton.dir/cprotonPYTHON_wrap.c:23177:9: > warning: ‘strncpy’ specified bound depends on the length of the source > argument [-Wstringop-overflow=] > strncpy(gv->name,name,size); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~ > /home/ross/tmp/proton/qpid-proton-0.27.0/build/python/CMakeFiles/_cproton.dir/cprotonPYTHON_wrap.c:23174:21: > note: length computed here > size_t size = strlen(name)+1; > ^~~~~~~~~~~~ > This warning did not halt the build. > > -Ted > > On Thu, Feb 7, 2019 at 12:41 PM Roddie Kieley <[email protected]> wrote: > >> +1 >> >> I checked out the 0.27.0-rc1 tag on a Fedora 29 box >> - default cmake ../qpid-proton && cmake --build . && ctest -VV >> - no failures >> - ran all c examples >> - ran all cpp examples w/exception of service_bus >> >> I checked out the 0.27.0-rc1 tag on a 10.11.6 OSX box with Xcode 7.3.1 >> - cmake -DCMAKE_OSX_DEPLOYMENT_TARGET=10.11 -DBUILD_RUBY=NO -DBUILD_GO=NO >> -DRUNTIME_CHECK=OFF ../qpid-proton && cmake --build . && ctest -VV >> - no failures >> - ran all c examples >> - ran a selection of cpp examples >> >> On Wed, Feb 6, 2019 at 10:32 AM Robbie Gemmell <[email protected]> >> wrote: >> >> > Hi folks, >> > >> > I have put together a spin for a Qpid Proton 0.27.0 release, please >> > give it a test out and vote accordingly. >> > >> > The files can be grabbed from: >> > https://dist.apache.org/repos/dist/dev/qpid/proton/0.27.0-rc1/ >> > >> > The JIRAs assigned are: >> > >> > >> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313720&version=12344242 >> > >> > It is tagged as 0.27.0-rc1. >> > >> > Regards, >> > Robbie >> > >> > --------------------------------------------------------------------- >> > To unsubscribe, e-mail: [email protected] >> > For additional commands, e-mail: [email protected] >> > >> > >> >
