2013/1/1 Jenkins <do-not-re...@cyrusimap.org>: > See <http://ci.cyrusimap.org/job/cyrus-imapd-master/1059/> >
> checking for pkg-config... /usr/bin/pkg-config > checking pkg-config is at least version 0.9.0... yes > checking for JANSSON... no > configure: error: jansson 2.0 or later was not found, but is required to > enable mailbox event notification > + fatal 'Cannot run configure' > + echo 'imapd/tools/jenkins-build.sh: Cannot run configure' > imapd/tools/jenkins-build.sh: Cannot run configure > + exit 1 > Build step 'Execute shell' marked build as failure > Skipping Cobertura coverage report as build was not SUCCESS or better ... > Recording test results 3 options in this case: - Install jansson library on the jenkins server - Add --disable-event-notification in the Cyrus build script - Disable event notification by default at compile time and replace --disable-event-notification by --enable-event-notification my preference is for option 1