While all looks well, I am now at a stumbling point. I tried to use the memory sanitizer. However, it's doc page
http://clang.llvm.org/docs/MemorySanitizer.html says: "The MemorySanitizer run-time library should be linked to the final executable, so make sure to use clang (not ld) for the final link step." I did not find any instructions to do this with autotools. So I went ahead and set LD=clang. This passed the configure and make step, HOWEVER, there are no binaries build for the modules, and so rsyslog cannot start. Can someone lend me a helping hand here? Thanks, Rainer 2015-05-29 19:28 GMT+02:00 David Lang <[email protected]>: > On Fri, 29 May 2015, Brad Davis wrote: > >> On Fri, May 29, 2015 at 11:55:35AM +0200, Marcus Rueckert wrote: >>> >>> On 2015-05-29 11:48:16 +0200, Rainer Gerhards wrote: >>>> >>>> I would find it rather good to have rsyslog build cleanly with clang, >>>> but have no experience in that regard. Is there someone on this list >>>> interested in that feature and willing to help add support for it to >>>> the build system? >>> >>> >>> Isnt freebsd using clang as default compiler now? >> >> >> Yes, since 10.0, clang has been cc. So we know rsyslog compiles with >> clang.. not without some patches, but it does :) >> >> I keep thinking about setting up a Jenkins instance to build rsyslog >> master on FreeBSD for you. Is that something you might be interested in? > > > yes, we are also using travis (through github) to do automated testing of > master-candidate before it gets promoted to master. > > David Lang > > _______________________________________________ > rsyslog mailing list > http://lists.adiscon.net/mailman/listinfo/rsyslog > http://www.rsyslog.com/professional-services/ > What's up with rsyslog? Follow https://twitter.com/rgerhards > NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of > sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T > LIKE THAT. _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com/professional-services/ What's up with rsyslog? Follow https://twitter.com/rgerhards NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.

