Re: Bug -> nagios-plugins
Holger Weiß <[email protected]>
| Newsgroups | gmane.network.nagios.plugins.devel |
|---|---|
| Organization | Freie Universität Berlin |
| Message-ID | <[email protected]> |
* OUISLY Cédric <[email protected]> [2013-07-19 17:04]: > Validate.xs: In function 'get_type': > Validate.xs:208:5: error: duplicate case value > Validate.xs:205:5: error: previously used here I cannot reproduce this with my oldish Perl (5.10.1) on Debian Squeeze, but it looks like they merged SVt_IV and SVt_RV to have the same value in newer Perl releases. The workaround for you would be to remove one of the offending lines from Validate.xs after running into the failure, e.g. (assuming GNU sed(1)): $ ./configure --enable-perl-modules $ make || sed -i -e 208d perlmods/Params-Validate-0.88/Validate.xs $ make $ make install I'd guess this issue is fixed in newer Params::Validate versions, we should update the bundled Perl modules (or maybe stop bundling them). Holger ------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for production. Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk _______________________________________________________ Nagios Plugin Development Mailing List Nagiosplug-devel-5NWGOfrQmneRv+LV9MX5upmplPMkL2fr@public.gmane.orget Unsubscribe at https://lists.sourceforge.net/lists/listinfo/nagiosplug-devel ::: Please include plugins version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null