Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 07 Jan 2015 03:51:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        perl@FreeBSD.org
Subject:   [Bug 196528] [MAINTAINER] [PATCH] net-mgmt/nagios-check_dhcp.pl: patch to make it work with net/p5-IO-Interface 1.09
Message-ID:  <bug-196528-14331-HFl0xspFED@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-196528-14331@https.bugs.freebsd.org/bugzilla/>
References:  <bug-196528-14331@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196528

--- Comment #4 from Lawrence Chen <beastie@tardisi.com> ---
Ok, the problem does lie in p5-IO-Interface 1.09.  This is upstreams first
conversion to use Module::Build.

Previously, in Makefile.PL there was configure code to check for what options
to define in compiling Interface.xs...

None of that exists in the current Build.pl method.

So, without -DUSE_GETIFADDRS and -DHAVE_SOCKADDR_DL_STRUCT it doesn't use the
getifaddrs(3) interface and attempts to use ioctl method that results in the
"Illegal Seek" error.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196528-14331-HFl0xspFED>