From owner-freebsd-current@freebsd.org Thu Jun 7 17:52: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 4AD6BFE63CE for ; Thu, 7 Jun 2018 17:52:32 +0000 (UTC) (envelope-from mmacy@freebsd.org) Received: from smtp.freebsd.org (unknown [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E8A6D768EC; Thu, 7 Jun 2018 17:52:31 +0000 (UTC) (envelope-from mmacy@freebsd.org) Received: from mail-io0-f173.google.com (mail-io0-f173.google.com [209.85.223.173]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) (Authenticated sender: mmacy) by smtp.freebsd.org (Postfix) with ESMTPSA id B431010D7D; Thu, 7 Jun 2018 17:52:31 +0000 (UTC) (envelope-from mmacy@freebsd.org) Received: by mail-io0-f173.google.com with SMTP id s26-v6so12828677ioj.4; Thu, 07 Jun 2018 10:52:31 -0700 (PDT) X-Gm-Message-State: APt69E18mAc6NjEHdrg2P4rm2qNgStdR9BvpLI7Ell8/dXKy5LN/WCuB //uhF+k+P2ynQIZVsYt31OvxjP7KVDCEzvPzJwk= X-Google-Smtp-Source: ADUXVKJWRluirB2l3G3g2gY8aq3HdLLqNZ98keDpsw8JIN/cagr4NvWCiFDTfg8wyDbTMWKhZynXYUhYhkLj0LRdsqI= X-Received: by 2002:a6b:d00c:: with SMTP id x12-v6mr2495322ioa.5.1528393951307; Thu, 07 Jun 2018 10:52:31 -0700 (PDT) MIME-Version: 1.0 References: <1e32764d-c202-6ad0-4c1b-0b0951cd6602@protected-networks.net> In-Reply-To: From: Matthew Macy Date: Thu, 7 Jun 2018 10:52:20 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: rust broken? To: Michael Butler Cc: Alan Somers , freebsd-current Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.26 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:52:32 -0000 On Thu, Jun 7, 2018 at 10:50 Michael Butler wrote: > On 06/07/18 13:36, 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. > > I commented out this line in my kernel config .. > > nooption COMPAT_FREEBSD11 Ah. Yes. The port uses the 11 ABI symbols explicitly. > > > .. and the port's bootstrap files now run as they should :-) > > Sorry for the noise - self-inflicted wound :-( > > imb >