From owner-freebsd-current@freebsd.org Thu Jun 7 17:22:11 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 C8650FE52C6 for ; Thu, 7 Jun 2018 17:22:11 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: from mail-it0-x243.google.com (mail-it0-x243.google.com [IPv6:2607:f8b0:4001:c0b::243]) (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 575637564C; Thu, 7 Jun 2018 17:22:11 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: by mail-it0-x243.google.com with SMTP id j186-v6so13601193ita.5; Thu, 07 Jun 2018 10:22:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=X/VLuHXR849fGmLB2agCCoX1YzbkK1Ix83ql+oPeuKE=; b=IehiABclf0Wntj7ZsiBqluUFFLp27tyZnef9uYaXcwBIcbxOIPQsMuxoH7VAQILJeQ dBSbuWSOQyzTLfcXX1bh8ZIi9jEBRz5H4/EcCW7epRGPupySyhFuVHIiNyIv1bz2LA9Q BAo2luXf+UOj860IxYOiuyA8AqWt1VeU7AiqfjrICgRTpk9eqrZs+RLOmHUeiar5JKdO zfuKibLeDLC7x7X3upG/kFMn6P+D/UkCgl/O6TP1BMdQBQdRIjS8pbxmatnkityfv1Xq p6kod4xMOB4M5Y0CVOX3n+4ieUn+pb+b3E7o1XJSTy+PfPLOROuUKaTNNCgACYjkjPdV aWBA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=X/VLuHXR849fGmLB2agCCoX1YzbkK1Ix83ql+oPeuKE=; b=SqVCXplj6bPd+7e0qyOO3xTiBG+WqFhTRGMWX6ko4WhZzSNL6DxtLkkGO4o3EYcp/l WLJFBiQtgjMYMbmr5XW1v2x9EbjS9r9OrjJZ9C8LA+okL/OQxOT4ofk2Ocfs0+izl4l0 kQXsRlKkmMZLWNSuH5Flrx4JsyupTIrZuQbzNwFknRxUFe/+apw8+ievV+NLGNRh6j9s oIzR99PHBaMWoe3QmrtCf1yVkjA2T0T16VSrPEIl6mIpQxFKTM5PG7znigknPsJWvk9I YyTvxv1wK0lu1PifYR4HrBDYHo8pUepYgcBWefFN8dJRUDcCN0XDgWfA522Ue/GAp89c B/SA== X-Gm-Message-State: APt69E2z9M59sivc/fpu8pz4mFmWGBFTsB31Ftntr2JKZ5jsnq1ExOzP NNzWLqDqp/WGVeEFnJskefLuaSdKOVjVFPRA5KE= X-Google-Smtp-Source: ADUXVKJjUoEJ0lhHenHDpNs6QoHTrw3aDnQhgrM8SITH5DyAxPiiljqN91Pby63IW7YttR5j8X3eFItNCa/kAJCjoIc= X-Received: by 2002:a24:2745:: with SMTP id g66-v6mr2735440ita.77.1528392130494; Thu, 07 Jun 2018 10:22:10 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Matthew Macy Date: Thu, 7 Jun 2018 10:21:59 -0700 Message-ID: Subject: Re: rust broken? To: Alan Somers Cc: Michael Butler , freebsd-current X-Mailman-Approved-At: Fri, 08 Jun 2018 01:35:24 +0000 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:22:12 -0000 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" >