Skip Menu |

This queue is for tickets about the NetSNMP-OID CPAN distribution.

Report information
The Basics
Id: 48154
Status: resolved
Priority: 0/
Queue: NetSNMP-OID

People
Owner: Nobody in particular
Requestors: PENFOLD [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 5.0401
Fixed in: (no value)



Subject: 5.0401 does not build
cp OID.pm blib/lib/NetSNMP/OID.pm AutoSplitting blib/lib/NetSNMP/OID.pm (blib/lib/auto/NetSNMP/OID) /usr/local/bin/perl /usr/local/lib/perl5/5.10.0/ExtUtils/xsubpp -prototypes -typemap /usr/local/lib/perl5/5.10.0/ExtUtils/typemap OID.xs > OID.xsc && mv OID.xsc OID.c Error: 'netsnmp_oid *' not in typemap in OID.xs, line 192 Error: 'netsnmp_oid *' not in typemap in OID.xs, line 209 Error: 'netsnmp_oid *' not in typemap in OID.xs, line 210 Error: 'netsnmp_oid *' not in typemap in OID.xs, line 221 Error: 'netsnmp_oid *' not in typemap in OID.xs, line 232 Error: 'netsnmp_oid *' not in typemap in OID.xs, line 250 Error: 'netsnmp_oid *' not in typemap in OID.xs, line 262 Error: 'netsnmp_oid *' not in typemap in OID.xs, line 387 Error: 'netsnmp_oid *' not in typemap in OID.xs, line 409 Error: 'netsnmp_oid *' not in typemap in OID.xs, line 410 Error: 'netsnmp_oid *' not in typemap in OID.xs, line 426 Error: 'netsnmp_oid *' not in typemap in OID.xs, line 436 Error: 'netsnmp_oid *' not in typemap in OID.xs, line 445 make: *** [OID.c] Error 1 mike@mikew:~/.cpanplus/5.10.0/build/NetSNMP-OID-5.0401$ perl -v This is perl, v5.10.0 built for i686-linux-thread-multi Also see http://www.cpantesters.org/distro/N/NetSNMP-OID.html#NetSNMP-OID-5.0401 which suggests that its never built.
Easy fix, as it turns out. The 'typedef' file was missing from the top level of the distro. See attached file for necessary contents.
Download typemap
application/octet-stream 33b

Message body not shown because it is not plain text.

Yep. The current version actually has this file already, so it was obviously noticed as missing a while back. Thanks!