The port sguil-sensor-0.7.0_3 depends on barnyard2-1.9_2. However the barnyard2 port does not seem to include the compiler option --with-tcl=DIR which is required for the sguil output plugin. When the "output sguil" plugin is enabled barnyard2 fails to start with this message: "Apr 11 19:16:54 freebsdx86 barnyard2[6647]: --== Initializing Barnyard2 ==-- Apr 11 19:16:54 freebsdx86 barnyard2[6647]: Initializing Input Plugins! Apr 11 19:16:54 freebsdx86 barnyard2[6647]: Initializing Output Plugins! Apr 11 19:16:54 freebsdx86 barnyard2[6647]: Parsing config file "/usr/local/etc/barnyard2.conf" Apr 11 19:16:54 freebsdx86 barnyard2[6647]: Log directory = /var/log/barnyard2 Apr 11 19:16:54 freebsdx86 barnyard2[6647]: sguil: Tcl support is not compiled into this build of barnyard2 Apr 11 19:16:54 freebsdx86 barnyard2[6647]: FATAL ERROR: If this build of barnyard was obtained as a binary distribution (e.g., rpm, or Windows), then check for alternate builds that contains the necessary Tcl support. If this build of barnyard was compiled by you, then re-run the ./configure script using the '--with-tcl' switch to specify the location of the tclConfig.sh for your system. Apr 11 19:16:54 freebsdx86 joe: /usr/local/etc/rc.d/barnyard2: WARNING: failed to start barnyard2 " Fix: Add "--with-tcl=DIR" option to barnyard2 port Patch attached with submission follows: How-To-Repeat: Add the line "output: sguil" to /usr/local/etc/barnyard2.conf, and start barnyard2.
Responsible Changed From-To: freebsd-ports-bugs->ohauer I'll take it
ohauer 2011-05-14 19:09:58 UTC FreeBSD ports repository Modified files: security/barnyard2 Makefile Log: - add OPTION tcl (default off) to allow sguil* ports build against barnyard2 PR: ports/156341 Submitted by: Brandon <m37a11 _at_ gmail.com> Approved by: maintainer timeout Revision Changes Path 1.8 +8 -1 ports/security/barnyard2/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, Thanks!