http://bugzilla.spamassassin.org/show_bug.cgi?id=4376
------- Additional Comments From [EMAIL PROTECTED] 2005-05-31 14:35 ------- Subject: Re: New: SA (v303/snap) 'make' fails (Bus Error) @ "spamc" on OSX 10.4.1 + WORKAROUND On Tue, May 31, 2005 at 02:17:01PM -0700, [EMAIL PROTECTED] wrote: > hi all, Thanks for opening the ticket. :) > (a) Net::DNS prereq FAILS to build; need DEV version FWIW: Net::DNS isn't a prereq. It's an optional module we'll use if available. > Argument "0.49_02" isn't numeric in numeric lt (<) at Makefile.PL line > 429. Yeah, it's not numeric... Perhaps when we're checking for version numbers we ought to do something like: $ver =~ s/^(\d+\.\d+).*$/$1/; or something? This is the same issue as if "0.49.1", etc. The problem really is with Net::DNS using a non-standard version number, but if it's simple enough to avoid we may want to add in a kluge. (if anyone asks, this is why internally our versions are x.yyyzzz, not x.y.z ...) > Net::Ident::_export_hooks() called too early to check prototype at > /usr/local/perl_libs/sitelib/Net/ > Ident.pm line 29. No idea what that's about, but I don't use Net::Ident... > NOTE also the "Net::Ident""export_hooks()" for the snapshot case ... it never > checks for > the usual: > > "Check network rules during 'make test' (test scripts may fail due to > network problems)? (y/n) [n]" This is different in 3.1. No more questions. :) > /usr/local/perl5/bin/perl version.h.pl > version.h.pl: creating version.h > make: *** [spamc/Makefile] Bus error Interesting. I'm not sure why you'd get a "Bus error" from that. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
