From owner-freebsd-perl@freebsd.org Tue Sep 27 20:34:18 2016 Return-Path: Delivered-To: freebsd-perl@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57809BEBB3D for ; Tue, 27 Sep 2016 20:34:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 41D75C71 for ; Tue, 27 Sep 2016 20:34:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 3DB5CBEBB39; Tue, 27 Sep 2016 20:34:18 +0000 (UTC) Delivered-To: perl@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D5F1BEBB38 for ; Tue, 27 Sep 2016 20:34:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 13BA9C6F for ; Tue, 27 Sep 2016 20:34:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u8RKYHeB077552 for ; Tue, 27 Sep 2016 20:34:17 GMT (envelope-from bugzilla-noreply@freebsd.org) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: perl@FreeBSD.org Subject: maintainer-feedback requested: [Bug 213029] lang/perl5.20: Bus error during compilation of port Date: Tue, 27 Sep 2016 20:34:18 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: perl@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2016 20:34:18 -0000 elofu17@hotmail.com has reassigned Bugzilla Automation 's request for maintainer-feedback to perl@FreeBSD.org: Bug 213029: lang/perl5.20: Bus error during compilation of port https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213029 --- Description --- I get a reproduceable error while compiling the perl5-5.20.3_15 port for FreeBSD 9.3 amd64. Story: Today I installed a new freebsd-builder machine for building ports using poudriere. Host OS on the builder is FreeBSD 10.3 amd64. On this machine I let poudriere create four build jails: 10.3 amd64 10.1 amd64 9.3 amd64 9.3 i386 In all four jails I compile the same list of ports, where lang/perl5.20 is = one of them. The port compiles just fine in three jails, but in the 9.3 amd64 jail, I repeatedly get a "Bus error (core dumped)". Here's a snippet from the logfile: /usr/local/poudriere/data/logs/bulk/93amd64-default/2016-09-27_21h39m31s/lo= gs/p erl5-5.20.3_15.log ... ... Checking to see how your cpp does stuff like concatenate tokens... Oh! Smells like ANSI's been here. found. Checking Berkeley DB version ... Looks OK. Checking return type needed for hash for Berkeley DB ... Checking return type needed for prefix for Berkeley DB ... Using our internal random number implementation... Checking how to flush all pending stdio output... Your fflush(NULL) works okay for output streams. Let's see if it clobbers input pipes... fflush(NULL) seems to behave okay with input streams. Checking the size of gid_t... Checking the sign of gid_t... Checking how to print 64-bit integers... Checking the format strings to be used for Perl's internal types... Checking the format string to be used for gids... getgroups() found. setgroups() found. What type pointer is the second argument to getgroups() and setgroups()? [gid_t] Build Perl with MAD? [n] Checking if your /usr/bin/make program sets $(MAKE)... mode_t found. Bus error (core dumped) <------------------------------------------------- It seems that va_copy() or similar will be needed. size_t found. What is the type for the 1st argument to gethostbyaddr? [char *] What is the type for the 2nd argument to gethostbyaddr? [size_t] What pager is used on your system? [/usr/bin/less -R] pid_t found. Checking how to generate random libraries on your machine... NOT found. ... ...