From owner-freebsd-ports@freebsd.org Wed Aug 12 00:46:40 2020 Return-Path: Delivered-To: freebsd-ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A6F8D3BAD5E for ; Wed, 12 Aug 2020 00:46:40 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [50.1.20.27]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "www.zefox.com", Issuer "www.zefox.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BR9xq2pwGz4GB7; Wed, 12 Aug 2020 00:46:39 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.15.2/8.15.2) with ESMTPS id 07C0klbs062701 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Tue, 11 Aug 2020 17:46:47 -0700 (PDT) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id 07C0klRo062700; Tue, 11 Aug 2020 17:46:47 -0700 (PDT) (envelope-from fbsd) Date: Tue, 11 Aug 2020 17:46:46 -0700 From: bob prohaska To: Jan Beich Cc: freebsd-ports@freebsd.org Subject: Re: Firefox build fails in cargo, with a segfault. Message-ID: <20200812004646.GB61794@www.zefox.net> References: <20200811183733.GA61794@www.zefox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4BR9xq2pwGz4GB7 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; ASN(0.00)[asn:7065, ipnet:50.1.16.0/20, country:US]; REPLY(-4.00)[] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Aug 2020 00:46:40 -0000 On Tue, Aug 11, 2020 at 11:50:36PM +0200, Jan Beich wrote: > bob prohaska writes: > > > The latest attempts to compile www/firefox stopped with: > > > > gmake[4]: *** [/usr/ports/www/firefox/work/firefox-79.0/config/makefiles/rust.mk:294: force-cargo-library-build] Segmentation fault (core dumped) > > gmake[3]: *** [/usr/ports/www/firefox/work/firefox-79.0/config/recurse.mk:72: toolkit/library/rust/target] Error 2 > > gmake[2]: *** [/usr/ports/www/firefox/work/firefox-79.0/config/recurse.mk:34: compile] Error 2 > > gmake[1]: *** [/usr/ports/www/firefox/work/firefox-79.0/config/rules.mk:390: all] Error 2 > > > > This is on a Raspberry Pi3 running -current at r363786, cargo is at 1.45.0, > > ports are at 544659. > > > > Thanks for reading, any suggestions appreciated! > > Get a backtrace for more details. > Apologies if this is a dumb question, but can you point me to a procedure? My only acquaintance with backtraces is during kernel crashes, when the backtraces is presented on the console. At this point it's not obvious what crashed (gmake or cargo), nor where the core file went. > The package cluster (or rather the single oversubscribed aarch64 > machine) hasn't caught up yet but previous versions built fine. > > http://thunderx1.nyi.freebsd.org/data/latest-per-pkg/firefox/ Might this problem be specific to the Pi3? I thought not, but.... Thanks for replying, bob prohaska