svn commit: r459911 - head/lang/rust

Jan Beich jbeich at FreeBSD.org
Fri Jan 26 11:21:01 UTC 2018


Jean-Sébastien Pédron <dumbbell at FreeBSD.org> 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
>   
>   Firefox 57.0 failed to build with Rust 1.23.0 with the following error:
>   
>       error: unused import: `std::ascii::AsciiExt`
>         --> /wrkdirs/usr/ports/www/firefox/work/firefox-57.0.4/servo/components/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/components/style/lib.rs:26:9
>          |
>       26 | #![deny(warnings)]
>          |         ^^^^^^^^
>          = note: #[deny(unused_imports)] implied by #[deny(warnings)]
>   
>   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


More information about the svn-ports-head mailing list