From owner-freebsd-current@freebsd.org Fri Jun 8 06:32:59 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 A8E721012785 for ; Fri, 8 Jun 2018 06:32:59 +0000 (UTC) (envelope-from greg@unrelenting.technology) Received: from hraggstad.unrelenting.technology (hraggstad.unrelenting.technology [71.19.146.151]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "hraggstad.unrelenting.technology", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EFF7F75DB9; Fri, 8 Jun 2018 06:32:58 +0000 (UTC) (envelope-from greg@unrelenting.technology) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=unrelenting.technology; h=date:from:to:subject:message-id; s=default; bh=KCvMDIBQR9vfP/jUyQ84tuTKho1ORVFCp9Ko5u0k8oY=; b=Vj3myjfWQZrdGlRY6jI8+3h7vNaifLoAqHQenHlY9l7hrmpvn/yxee46Wm0fsvORYmtgnvETNGjBoeKXKdLB//Sjb9TMU3bSebZMoqK0nLD1fc22GK0ocwc0IKt4HCC5JMtLbCzU8LHRcZLe2TlmebFoTCbrSDC/WWuU7rL5btM= Received: by hraggstad.unrelenting.technology (OpenSMTPD) with ESMTPSA id 30b6907e TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Fri, 8 Jun 2018 06:26:15 +0000 (UTC) Received: from localhost (markarth.lan [local]) by markarth.lan (OpenSMTPD) with ESMTPA id 750ac54a; Fri, 8 Jun 2018 09:26:35 +0300 (MSK) Date: Fri, 8 Jun 2018 09:26:35 +0300 From: Greg To: Matthew Macy Cc: Michael Butler , Alan Somers , freebsd-current Subject: Re: rust broken? Message-ID: <20180608062635.veqhgksicoulkiyf@unrelenting.technology> References: <1e32764d-c202-6ad0-4c1b-0b0951cd6602@protected-networks.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline In-Reply-To: OpenPGP: url=https://unrelenting.technology/pub/3B011BAF.asc User-Agent: the one that sucks less X-Hashcash: 1:20:180608:freebsd-current@freebsd.org::yjgt9uqP6s7FZaPq:/RQ X-Hashcash: 1:20:180608:imb@protected-networks.net::7++62VTWjpRlX0O6:1iTE X-Hashcash: 1:20:180608:asomers@freebsd.org::5ZT/5yWFovgmpInk:c/P X-Hashcash: 1:20:180608:mat.macy@gmail.com::VA6eB1Y4zn4yHWOV:0WBh 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: Fri, 08 Jun 2018 06:32:59 -0000 On 06/07, Matthew Macy wrote: >On Thu, Jun 7, 2018 at 10:33 Michael Butler >wrote: > >> Ah - I'll re-enable that to see if it makes a difference .. >> > > >It's not a question of enabling. It doesn't explicitly use the 11 symbols. >Rust developers assume that every OS has a frozen ABI like Linux. The rust >from rustup will only work on 11. This is why you need to use the port / >pkg. It does use the 11 (pre-ino64) symbols. Rust from rustup has worked fine on CURRENT for a few months already.