It looks like Thomas fix is not sufficient. If you build from the tarball twice in a row, i.e. ./configure && make && make clean && ./configure && make the build will fail, if flex/bison is not around. This is due to ./grammar/grammar.[ch] beeing removed on "make clean"
2015-04-23 0:13 GMT+02:00 Thomas D. <[email protected]>: > Hi, > > Rainer Gerhards wrote: >> This sounds like it doesn't break *my* scripts. Not sure about others. > > This won't break anything. Only environments which don't satisfy our > build requirements. For example, I had to update .travis.xml, because > rst2man was missing on Travis, too :) > > >> If it doesn't introduce any problems, it's probably a good way to go. >> Otherwise I would strongly opt for b). Flex/Bison always has been a >> hard requirement from my PoV. >> >> Are you willing to craft a patch? > > PR: https://github.com/rsyslog/rsyslog/pull/309 > > > -Thomas > > _______________________________________________ > 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. -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? _______________________________________________ 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.

