From owner-freebsd-current@freebsd.org Thu Jun 7 17:33:32 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 1290FFE57DC for ; Thu, 7 Jun 2018 17:33:32 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from mail.protected-networks.net (mail.protected-networks.net [202.12.127.228]) (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 AA56775BF5; Thu, 7 Jun 2018 17:33:31 +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:in-reply-to :mime-version:user-agent:date:date:message-id:from:from :references:subject:subject; s=201508; t=1528392803; bh=bPpw+/zK rUUwuT4g71MC4GEZaDWBmBLW4r62u6oqw4Q=; b=Uym0fdO/7tVKLykMYh63+daJ RmITEHmjVHTL/dsE1GiKeBBBAey75tmvAx8qArCQ9m0/VxgaLoe+eNBIQnykjm2S lf2VfQakgtMdLqrLL4vVH6JCYF7UhPE1vbfNbmO5wWLVoRLh53stzAaet0h6tl7E sQHMcq3frXrPTWgRpeA= 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 AC1F03B427; Thu, 7 Jun 2018 13:33:23 -0400 (EDT) Subject: Re: rust broken? To: Matthew Macy , Alan Somers Cc: freebsd-current References: From: Michael Butler Openpgp: preference=signencrypt Message-ID: <1e32764d-c202-6ad0-4c1b-0b0951cd6602@protected-networks.net> Date: Thu, 7 Jun 2018 13:33:22 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit 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 17:33:32 -0000 Ah - I'll re-enable that to see if it makes a difference .. I missed that in the comparison between my two build environments :-( Michael On 06/07/18 13:21, Matthew Macy wrote: > > Rustup uses the 11 ABI. > > On Thu, Jun 7, 2018 at 10:11 Alan Somers > wrote: > > Can you reproduce the problem using rust installed from rustup > instead of > from Ports?  If so, you should file a bug report with the Rust > developers. > Hint: when using Rustup, you'll have to use vresion 1.26.1 instead of > 1.26.0. > -Alan > > On Thu, Jun 7, 2018 at 9:44 AM, Michael Butler > > > wrote: > > > 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 > > _______________________________________________ > > freebsd-current@freebsd.org > mailing list > > https://lists.freebsd.org/mailman/listinfo/freebsd-current > > To unsubscribe, send any mail to > "freebsd-current-unsubscribe@freebsd.org > " > > > _______________________________________________ > freebsd-current@freebsd.org > mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to > "freebsd-current-unsubscribe@freebsd.org > " >