From owner-freebsd-current@freebsd.org Fri Jun 8 16:27:08 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 97E5C101EF3A for ; Fri, 8 Jun 2018 16:27:08 +0000 (UTC) (envelope-from kmacybsd@gmail.com) Received: from mail-ot0-x22c.google.com (mail-ot0-x22c.google.com [IPv6:2607:f8b0:4003:c0f::22c]) (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)) by mx1.freebsd.org (Postfix) with ESMTPS id 2842D69B02; Fri, 8 Jun 2018 16:27:08 +0000 (UTC) (envelope-from kmacybsd@gmail.com) Received: by mail-ot0-x22c.google.com with SMTP id l15-v6so15330608oth.6; Fri, 08 Jun 2018 09:27:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=H9l3Fx3KBWvjMS6wKU4Iisf4kafc/SksGz1HB/w7Ubw=; b=mkpccahP6imtinhPu3WuuAchkmZ1S/KBCnkj74GKpGq7EHbdRdtyMeEahvaR+oADV1 7WdLsIlI4hLgLUTjrzeFe4/CpndGVLG5Ngyg4mDH/hHNqGQfLnlgyb+Xyub0WWP2zQJ7 skWK+4crUivmcTRmuOmRsTLkSH29Qkjqfxpst3mWpbAXaE37auyfVm7FVND1ZcPeS2eJ 8BhmDpzBABoxSHDi8eghKXyutntUeRtDLERwRDA2NIUAdVzj49VLvVcurSB61U5kS3zB zVvD3e22HMFnpnjfQwcYqkbb0CUHG9lKTqIhUJDivuKNcUC71O4+7Pu7cFs0i0QQdabd 9G8g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=H9l3Fx3KBWvjMS6wKU4Iisf4kafc/SksGz1HB/w7Ubw=; b=LTsZ2SnZ63KXXQ1NP6IZ5SKmurZKLpaXuN3KrWXkCKtqpxSbjh/HoQD7lMIbnVAgZN zCz0AehWxB19trgwy9DgxcOR5pzpnkFlkGe0naP8mTQqpX688bM741NMgeBPaGuO7SPn OJcS7YJBy4P/acsy0ZRJA8l6VTXdu7hc52EcB+XV802Gt89g8tGXMTPjKvyM03Ao7c2q z9t3Ph27PQclVF2hcSpXgUSHDLRSGnAvI1LletRVV+gg5dX26amiBPYxwWaUACyP2coK F45iykmrc7sWdHx3gxHqZl/aF+t8rqgJnLygOZWee//NZuXcVGqOw320CucjR7fRynNv JnNA== X-Gm-Message-State: APt69E0z+2nXqhfWjGjK5Ojvhed5OotACNfjwzbmbXz4xijkYBlhzVKc kWFLT1k1tCCNOGT5CT33wj2T812723iGG6/qBj02yg== X-Google-Smtp-Source: ADUXVKJf5TkiyPX5R4DBhazTUo9kYwtxu7FCdiloxw8fyNDAlYzXBJ5UJKeHfrz48I9VFAT+/O+hP3Xj9Vm35G6SX7M= X-Received: by 2002:a9d:3e4c:: with SMTP id h12-v6mr3844349otg.150.1528475227351; Fri, 08 Jun 2018 09:27:07 -0700 (PDT) MIME-Version: 1.0 Sender: kmacybsd@gmail.com Received: by 2002:a9d:5885:0:0:0:0:0 with HTTP; Fri, 8 Jun 2018 09:27:06 -0700 (PDT) In-Reply-To: <20180608062635.veqhgksicoulkiyf@unrelenting.technology> References: <1e32764d-c202-6ad0-4c1b-0b0951cd6602@protected-networks.net> <20180608062635.veqhgksicoulkiyf@unrelenting.technology> From: "K. Macy" Date: Fri, 8 Jun 2018 09:27:06 -0700 X-Google-Sender-Auth: N6XLH2uv6Lj6tAcIfvfaQvXqFy8 Message-ID: Subject: Re: rust broken? To: Greg Cc: Matthew Macy , Michael Butler , Alan Somers , freebsd-current Content-Type: text/plain; charset="UTF-8" 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 16:27:08 -0000 On Thu, Jun 7, 2018 at 11:26 PM, Greg wrote: > 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. > There's also kevent and who knows what else. But that's cool. There was no sign of movement there when last I used Rust in October. -M