From owner-freebsd-current@freebsd.org Thu Jun 7 17:11: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 03095FE4D87 for ; Thu, 7 Jun 2018 17:11:08 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-lf0-x241.google.com (mail-lf0-x241.google.com [IPv6:2a00:1450:4010:c07::241]) (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 6101074CCC for ; Thu, 7 Jun 2018 17:11:07 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-lf0-x241.google.com with SMTP id q11-v6so15830396lfc.7 for ; Thu, 07 Jun 2018 10:11:07 -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=2tVCVIeXBMKrEmFthPBvy1YPE5U1e5wGXSOZ3i/fvYY=; b=gh6BYeUc6Hf/SGaUNTszaGAMYKsfgFFkCuYacacptC9efUQGyzxpx4nnpbEofKnqD4 G9UbLFfBxpegevj6CcEmCX8z7+yRlnt8UksrnGGwseQngGafW+dA7pHyHGuJUmXGEBDD YcxldeHUJ+hpLIBWMX59ZWGAOoS1hWbKx70O6MiQ6tL6rgP0kc80ds2tOiVEJ14mp++a Mff5JPnX4xyPYjBmnUKBBkcHJzEsHCmlPUzdH0wHoQs+pCC+zjVivs6V5x3XePthQ05X Krahl68NwTQKxo41N2uG6iCyYT9x0BSS7fmwJ1u4ZJnrS5aOWeUWmH6ppOtGNUaatxFz q0ww== 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=2tVCVIeXBMKrEmFthPBvy1YPE5U1e5wGXSOZ3i/fvYY=; b=cRRvM5zFwiu1+OYdkS8b8uc2a6rrQd6ubQAK51ZeuFU53uLIjF98Oc1bNB8zcN6QsE o/1g/jugLgYpaGXABDYi7CDXsiXnMm76UEXnkDrryhPcMiD89YMci9gv4jBd9YflVbIM kNZPHcuByJgq92pPTcsR+IuyqTlhfhgK0VdvDsvjPgIv59gWXWAbBvrP3cUP/81XUjwd THx+ZnZmKBOb0rnSgx85V4roDJe2Hz5ONFPXEqg/w0QnkrFWMGOJcoET4pkz0WkcjBqQ VvYpvcx7UKPBO8fUt+baha6/BGjwyx3sJZf+Gn+a+Wz+ifcji+lrKZHhfT08To2PnjZ3 Z76Q== X-Gm-Message-State: APt69E20Nn+Arr9qTCvpsFjyoOP6Gm7OIMb9fKQkBln8t29mUHtdyGOR 2hT06CL4mCyM/NQKjOXS/563HT5REkmxuvkY6wI= X-Google-Smtp-Source: ADUXVKKMtOef7/gZi5xJwUlqD6XL4pkwlvx6WOwx5L1HB02ZeOLrHRN3PMSY8uhzUacD7nTOLpb8RLA8GDIRJ+id8hM= X-Received: by 2002:a2e:5111:: with SMTP id f17-v6mr2103408ljb.16.1528391465932; Thu, 07 Jun 2018 10:11:05 -0700 (PDT) MIME-Version: 1.0 Sender: asomers@gmail.com Received: by 2002:ab3:7206:0:0:0:0:0 with HTTP; Thu, 7 Jun 2018 10:11:05 -0700 (PDT) In-Reply-To: References: From: Alan Somers Date: Thu, 7 Jun 2018 11:11:05 -0600 X-Google-Sender-Auth: 45n5I8KQ6RatcgIVRG6HOxK3sxo Message-ID: Subject: Re: rust broken? To: Michael Butler Cc: 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:11:08 -0000 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" >