From owner-freebsd-current@freebsd.org Thu Jun 7 15:44:56 2018 Return-Path: Delivered-To: freebsd-current@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 28EFFFE1D73 for ; Thu, 7 Jun 2018 15:44:56 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from mail.protected-networks.net (mail.protected-networks.net [IPv6:2001:470:8d59:1::8]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.protected-networks.net", Issuer "Protected Networks CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C2EE070630 for ; Thu, 7 Jun 2018 15:44:55 +0000 (UTC) (envelope-from imb@protected-networks.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d= protected-networks.net; h=content-transfer-encoding :content-language:content-type:content-type:mime-version :user-agent:date:date:message-id:subject:subject:from:from; s= 201508; t=1528386294; bh=NGaKHtDpPqkEnOicBYGrgoRG8+hjIBAXNkxFZQp oGBs=; b=ij4e9GmuYeKaR0XaL/m3EJa/pvIRtYnHvKmKW9ZCxLBFfWPNQV31CGk OP8oJlFQHdnO2JBjDCgKDZkgrthr0gCxn2IJAvla/AkKakADDbPwHTeGl7YbBYgd gAvdHTnrGEVJwvn4IJLiLVTU6GtJyarw3NoGBKsafp2HgiqAYrvQ= Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [192.168.1.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: imb@mail.protected-networks.net) by mail.protected-networks.net (Postfix) with ESMTPSA id 0148C387AE for ; Thu, 7 Jun 2018 11:44:53 -0400 (EDT) To: freebsd-current From: Michael Butler Subject: rust broken? Openpgp: preference=signencrypt Message-ID: Date: Thu, 7 Jun 2018 11:44:53 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jun 2018 15:44:56 -0000 In response to a Firefox update, I tried to build the new version. However, rust now fails with a core-dump in the build process. checking for libffi > 3.0.9... yes checking MOZ_FFI_CFLAGS... -I/usr/local/lib/libffi-3.2.1/include checking MOZ_FFI_LIBS... -L/usr/local/lib -lffi checking for rustc... /usr/local/bin/rustc checking for cargo... /usr/local/bin/cargo checking rustc version... DEBUG: Executing: `/usr/local/bin/rustc --version --verbose` DEBUG: The command returned non-zero exit status -12. DEBUG: Its output was: DEBUG: | rustc 1.26.0 DEBUG: | binary: rustc DEBUG: | commit-hash: unknown DEBUG: | commit-date: unknown DEBUG: | host: x86_64-unknown-freebsd DEBUG: | release: 1.26.0 ERROR: Command `/usr/local/bin/rustc --version --verbose` failed with exit status -12. Attempts to rebuild rust (and cargo) from the bootstrap files fail in similar fashion. On a machine running a SVN r334538 kernel but more recent user-land, it builds successfully. With (the only difference being) a kernel at SVN r334748, it does not. Any hints/thoughts? imb