From owner-svn-ports-all@freebsd.org Fri Jan 26 11:21:01 2018 Return-Path: Delivered-To: svn-ports-all@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 7D781ED099F; Fri, 26 Jan 2018 11:21:01 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 33F5C6EC61; Fri, 26 Jan 2018 11:21:01 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 28ACE10E42; Fri, 26 Jan 2018 11:21:01 +0000 (UTC) From: Jan Beich To: =?utf-8?Q?Jean-S=C3=A9bastien_P=C3=A9dron?= Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r459911 - head/lang/rust References: <201801250807.w0P87wLJ092162@repo.freebsd.org> Date: Fri, 26 Jan 2018 12:20:49 +0100 In-Reply-To: <201801250807.w0P87wLJ092162@repo.freebsd.org> (=?utf-8?Q?=22?= =?utf-8?Q?Jean-S=C3=A9bastien=09P=C3=A9dron=22's?= message of "Thu, 25 Jan 2018 08:07:58 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Jan 2018 11:21:01 -0000 Jean-S=C3=A9bastien P=C3=A9dron writes: > Author: dumbbell > Date: Thu Jan 25 08:07:58 2018 > New Revision: 459911 > URL: https://svnweb.freebsd.org/changeset/ports/459911 > > Log: > lang/rust: Update to 1.23.0 >=20=20=20 > Firefox 57.0 failed to build with Rust 1.23.0 with the following error: >=20=20=20 > error: unused import: `std::ascii::AsciiExt` > --> /wrkdirs/usr/ports/www/firefox/work/firefox-57.0.4/servo/comp= onents/style/gecko_string_cache/mod.rs:16:5 > | > 16 | use std::ascii::AsciiExt; > | ^^^^^^^^^^^^^^^^^^^^ > | > note: lint level defined here > --> /wrkdirs/usr/ports/www/firefox/work/firefox-57.0.4/servo/comp= onents/style/lib.rs:26:9 > | > 26 | #![deny(warnings)] > | ^^^^^^^^ > =3D note: #[deny(unused_imports)] implied by #[deny(warnings)] >=20=20=20 > Now that Firefox is updated to 58.0, the build succeeds. Please, don't silently block on Firefox bustage. Ask on gecko@ (maintainer) if upstream has a fix which maybe trivial to backport e.g., https://svnweb.freebsd.org/changeset/ports/459962