Skip Menu |

This queue is for tickets about the Authen-Libwrap CPAN distribution.

Report information
The Basics
Id: 25239
Status: resolved
Priority: 0/
Queue: Authen-Libwrap

People
Owner: Nobody in particular
Requestors: zach [...] duckduckgo.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.20
Fixed in: (no value)



Subject: VERSION causes bootstrap error
The value of VERSION in Libwrap.pm causes a bootstrap mismatch error: Authen::Libwrap object version 0.20 does not match bootstrap parameter 0.2 at /usr/local/lib/perl5/5.8.8/mach/XSLoader.pm line 94. Compilation failed in require. BEGIN failed--compilation aborted. This has been reported on FreeBSD 7.0-CURRENT/perl 5.8.8, 6.2-STABLE/perl 5.8.8, and 4.7-STABLE/perl 5.6.1. Changing $VERSION = 0.20; to $VERSION = '0.20'; is one way that seems to fix it.
From: dmuey [...] cpan.org
I'd like to do a bump here since its a super simple fix and the problem makes it completely impossible to use. If you want to make me co maintainer I'd be happy to fix it and upload the fixed version thanks
Can anyone experiencing this problem verify that 0.21 resolves the problem for them and post back here? thanks!
Oh yeah, it does it on my mac :) hal9000:~ dmuey$ sudo cpan Authen::Libwrap ... Running install for module Authen::Libwrap Running make for J/JF/JFITZ/Authen-Libwrap-0.20.tar.gz ... Running make test /usr/bin/perl Build --makefile_env_macros 1 test t/01_inline........ # Failed test 'use Authen::Libwrap;' # at lib/Authen/Libwrap.pm line 46. # Tried to use 'Authen::Libwrap'. # Error: Authen::Libwrap object version 0.20 does not match bootstrap parameter 0.2 at /System/Library/Perl/5.8.8/darwin-thread-multi-2level/DynaLoader.pm line 253.
normal tarball install works ok, checking cpan next
cpan works as well, thanks!