[Bug 213029] lang/perl5.20: Bus error during compilation of port
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Sep 27 21:50:10 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213029
Mathieu Arnold <mat at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|New |Closed
Resolution|--- |Not A Bug
--- Comment #3 from Mathieu Arnold <mat at FreeBSD.org> ---
Oh, ok, this is perfectly normal.
The Configure script of Perl, like all the autotools configure scripts, and
most hand crafted configure scripts does one thing. And that thing is, try
lots of "stuff" to see what works, note which stuff work, and use them
afterwards to build the software.
When one stuff does not work, it may not be compiling, or not be running, or be
crashing, which happens here. Like I said, this is the normal behavior of a
configure script.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-perl
mailing list