svn commit: r464222 - head/www/geckodriver

Antoine Brodin antoine at FreeBSD.org
Mon Mar 12 06:46:57 UTC 2018


Author: antoine
Date: Mon Mar 12 06:46:56 2018
New Revision: 464222
URL: https://svnweb.freebsd.org/changeset/ports/464222

Log:
  Mark BROKEN: fails to build
  
       Running `/usr/local/bin/rustc --crate-name slog cargo-crates/slog-1.5.2/src/lib.rs --crate-type lib --emit=dep-info,link -C opt-level=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c051e56532492184 -C extra-filename=-c051e56532492184 --out-dir /wrkdirs/usr/ports/www/geckodriver/work/target/release/deps -L dependency=/wrkdirs/usr/ports/www/geckodriver/work/target/release/deps --cap-lints allow`
  error[E0277]: the trait bound `*mut core::ops::Fn() + 'static: core::marker::Sync` is not satisfied in `core::fmt::Arguments<'static>`
     --> cargo-crates/slog-1.5.2/src/ser.rs:228:6
      |
  228 | impl SyncSerialize for fmt::Arguments<'static> {}
      |      ^^^^^^^^^^^^^ `*mut core::ops::Fn() + 'static` cannot be shared between threads safely
      |
      = help: within `core::fmt::Arguments<'static>`, the trait `core::marker::Sync` is not implemented for `*mut core::ops::Fn() + 'static`
  
  Reported by:	pkg-fallout

Modified:
  head/www/geckodriver/Makefile

Modified: head/www/geckodriver/Makefile
==============================================================================
--- head/www/geckodriver/Makefile	Mon Mar 12 06:38:47 2018	(r464221)
+++ head/www/geckodriver/Makefile	Mon Mar 12 06:46:56 2018	(r464222)
@@ -10,6 +10,8 @@ COMMENT=	Proxy for using WebDriver clients with Gecko-
 
 LICENSE=	MPL20
 
+BROKEN=		fails to build
+
 USES=		cargo
 USE_GITHUB=	yes
 GH_ACCOUNT=	mozilla


More information about the svn-ports-all mailing list