From owner-freebsd-ports@freebsd.org Tue Mar 27 20:13:23 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2EB65F55B1C for ; Tue, 27 Mar 2018 20:13:23 +0000 (UTC) (envelope-from bob@rancor.immure.com) Received: from rancor.immure.com (108-84-10-9.lightspeed.austtx.sbcglobal.net [108.84.10.9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "darth.immure.com", Issuer "darth.immure.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id B7A027DCFF for ; Tue, 27 Mar 2018 20:13:22 +0000 (UTC) (envelope-from bob@rancor.immure.com) Received: from rancor.immure.com (localhost [127.0.0.1]) by rancor.immure.com (8.15.2/8.15.2) with ESMTPS id w2RK02Vn091290 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Tue, 27 Mar 2018 15:00:02 -0500 (CDT) (envelope-from bob@rancor.immure.com) Received: (from bob@localhost) by rancor.immure.com (8.15.2/8.15.2/Submit) id w2RK02UI091289 for freebsd-ports@freebsd.org; Tue, 27 Mar 2018 15:00:02 -0500 (CDT) (envelope-from bob) Date: Tue, 27 Mar 2018 15:00:02 -0500 From: Bob Willcox To: ports list Subject: perl5.24 build failing on a new 11.1-STABLE install Message-ID: <20180327200002.GF76012@rancor.immure.com> Reply-To: Bob Willcox MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.9.2 (2017-12-15) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Mar 2018 20:13:23 -0000 Hi, I have just recently installed 11.1-STABLE on one of me laptops (Lenovo T470s) and when I attempt to build the perl5.24 port it errors out with this: --- perl --- cc -o perl -lpthread -Wl,-E -fstack-protector-strong -L/usr/local/lib -Wl,-R/usr/local/lib/perl5/5.24/mach/CORE maindtrace/perlmain.o dtrace_main.o libperl.so.5.24.3 `cat ext.libs` -lpthread -lm -lcrypt -lutil maindtrace/perlmain.o: In function `main': perlmain.c:(.text+0xa4): undefined reference to `perl_parse' perlmain.c:(.text+0xb4): undefined reference to `perl_run' perlmain.c:(.text+0x128): undefined reference to `perl_destruct' cc: error: linker command failed with exit code 1 (use -v to see invocation) *** [perl] Error code 1 The system 'uname -a' is: FreeBSD exar.immure.com 11.1-STABLE FreeBSD 11.1-STABLE #0 r331606: Tue Mar 27 07:27:39 CDT 2018 bob@exar.immure.com:/usr/obj/usr/src/sys/EXAR amd64 It looks like (some) functions within perl.c are undefined. I have a number of other systems where this isn't a problem. Indeed, this is the only one with this failure. Anyone have any idea as to what may be wrong with or missing on this system? Thanks, Bob -- Bob Willcox | The amount of flak received on any subject is inversely bob@immure.com | proportional to the subject's true value. Austin, TX |