pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

www/geckodriver build error



In pkgsrc updated recently on NetBSD 8.0_RC1 amd64

   Compiling slog v1.5.2
error[E0277]: the trait bound `*mut core::ops::Fn() + 'static:
core::marker::Sync` is not satisfied in `core::fmt::Arguments<'static>`
   --> /usr/pkgsrc/www/geckodriver/work/vendor/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`
    = note: required because it appears within the type
`core::marker::PhantomData<*mut core::ops::Fn() + 'static>`
    = note: required because it appears within the type `core::fmt::Void`
    = note: required because it appears within the type `&'static
core::fmt::Void`
    = note: required because it appears within the type
`core::fmt::ArgumentV1<'static>`
    = note: required because it appears within the type
`[core::fmt::ArgumentV1<'static>]`
    = note: required because it appears within the type `&'static
[core::fmt::ArgumentV1<'static>]`
    = note: required because it appears within the type
`core::fmt::Arguments<'static>`

error: aborting due to previous error

error: Could not compile `slog`.


Has anyone got www/geckodriver work?

To use selenium on NetBSD are there any other alternatives?

Mayuresh


Home | Main Index | Thread Index | Old Index