Package Details: lib32-rav1e 0.7.1-1

Git Clone URL: https://aur.archlinux.org/lib32-rav1e.git (read-only, click to copy)
Package Base: lib32-rav1e
Description: An AV1 encoder focused on speed and safety. (32-bits)
Upstream URL: https://github.com/xiph/rav1e
Licenses: BSD
Provides: librav1e.so
Submitter: sl1pkn07
Maintainer: sl1pkn07
Last Packager: sl1pkn07
Votes: 0
Popularity: 0.000000
First Submitted: 2023-05-06 18:28 (UTC)
Last Updated: 2024-01-25 21:04 (UTC)

Required by (12)

Sources (2)

Latest Comments

unknown78 commented on 2023-07-26 23:26 (UTC) (edited on 2023-07-26 23:27 (UTC) by unknown78)

Get the following error when building

Error: CliError { error: Some(failed to get `aom-sys` as a dependency of package `rav1e v0.6.6 (/home/mgnad/.cache/yay/lib32-rav1e/src/rav1e)`

Caused by:
    0: failed to query replaced source registry `crates-io`
    1: attempting to make an HTTP request, but --frozen was specified), exit_code: 101 }

ariel.miculas commented on 2023-07-13 20:58 (UTC)

error[E0463]: can't find crate for `core`
  |
  = note: the `i686-unknown-linux-gnu` target may not be installed
  = help: consider downloading the target with `rustup target add i686-unknown-linux-gnu`

error[E0463]: can't find crate for `compiler_builtins`

For more information about this error, try `rustc --explain E0463`.
error: could not compile `cfg-if` (lib) due to 2 previous errors
warning: build failed, waiting for other jobs to finish...
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: lib32-rav1e

Fixed by running rustup target add i686-unknown-linux-gnu

NeWolf commented on 2023-05-19 09:24 (UTC)

fixed it by installing rust (I had rustup).

NeWolf commented on 2023-05-18 09:55 (UTC)

A failure occurred in build


[newolf@newolf-satellitep300 lib32-rav1e]$ makepkg -si
==> Making package: lib32-rav1e 0.6.3-1 (чт, 18-тра-2023 12:52:44 +0300)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Updating rav1e git repo...
  -> Found Cargo-rav1e-0.6.3.lock
==> Validating source files with b2sums...
    rav1e ... Skipped
    Cargo-rav1e-0.6.3.lock ... Passed
==> Extracting sources...
  -> Creating working copy of rav1e git repo...
Reset branch 'makepkg'
==> Starting prepare()...
==> Starting pkgver()...
==> Removing existing $pkgdir/ directory...
==> Starting build()...
   Compiling libc v0.2.139
   Compiling cfg-if v1.0.0
error[E0463]: can't find crate for `core`
  |
  = note: the `i686-unknown-linux-gnu` target may not be installed
  = help: consider downloading the target with `rustup target add i686-unknown-linux-gnu`

error[E0463]: can't find crate for `compiler_builtins`

For more information about this error, try `rustc --explain E0463`.
error: could not compile `cfg-if` due to 2 previous errors
warning: build failed, waiting for other jobs to finish...
error[E0432]: unresolved import `ffi::c_void`
    --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/mod.rs:1580:17
     |
1580 |         pub use ::ffi::c_void;
     |                 ^^^^^^^^^^^^^

error: cannot find attribute `derive` in this scope
  --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/mod.rs:44:38
   |
44 | #[cfg_attr(feature = "extra_traits", derive(Debug))]
   |                                      ^^^^^^

error: cannot find attribute `derive` in this scope
   --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/macros.rs:74:50
    |
74  |               #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))]
    |                                                    ^^^^^^
    |
   ::: /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/mod.rs:54:1
    |
54  | / s! {
55  | |     pub struct group {
56  | |         pub gr_name: *mut ::c_char,
57  | |         pub gr_passwd: *mut ::c_char,
...   |
206 | |     }
207 | | }
    | |_- in this macro invocation
    |
    = note: this error originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)

error: cannot find attribute `derive` in this scope
   --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/mod.rs:416:38
    |
416 | #[cfg_attr(feature = "extra_traits", derive(Debug))]
    |                                      ^^^^^^

error: cannot find attribute `derive` in this scope
   --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/mod.rs:424:38
    |
424 | #[cfg_attr(feature = "extra_traits", derive(Debug))]
    |                                      ^^^^^^

error: cannot find attribute `derive` in this scope
 --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/linux_like/mod.rs:9:38
  |
9 | #[cfg_attr(feature = "extra_traits", derive(Debug))]
  |                                      ^^^^^^

error: cannot find attribute `derive` in this scope
   --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/macros.rs:74:50
    |
74  |               #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))]
    |                                                    ^^^^^^
    |
   ::: /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/linux_like/mod.rs:18:1
    |
18  | / s! {
19  | |     pub struct in_addr {
20  | |         pub s_addr: ::in_addr_t,
21  | |     }
...   |
210 | |     }
211 | | }
    | |_- in this macro invocation
    |
    = note: this error originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)

error: cannot find attribute `derive` in this scope
  --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/linux_like/linux/mod.rs:51:38
   |
51 | #[cfg_attr(feature = "extra_traits", derive(Debug))]
   |                                      ^^^^^^

error: cannot find attribute `derive` in this scope
   --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/macros.rs:74:50
    |
74  |               #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))]
    |                                                    ^^^^^^
    |
   ::: /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/linux_like/linux/mod.rs:60:1
    |
60  | / s! {
61  | |     pub struct rlimit64 {
62  | |         pub rlim_cur: rlim64_t,
63  | |         pub rlim_max: rlim64_t,
...   |
627 | |     }
628 | | }
    | |_- in this macro invocation
    |
    = note: this error originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)

error: cannot find attribute `derive` in this scope
   --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/macros.rs:74:50
    |
74  |               #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))]
    |                                                    ^^^^^^
    |
   ::: /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/linux_like/linux/gnu/mod.rs:17:1
    |
17  | / s! {
18  | |     pub struct statx {
19  | |         pub stx_mask: u32,
20  | |         pub stx_blksize: u32,
...   |
352 | |     }
353 | | }
    | |_- in this macro invocation
    |
    = note: this error originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)

error: cannot find attribute `derive` in this scope
   --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/macros.rs:74:50
    |
74  |               #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))]
    |                                                    ^^^^^^
    |
   ::: /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/linux_like/linux/gnu/b32/mod.rs:44:1
    |
44  | / s! {
45  | |     pub struct stat {
46  | |         #[cfg(not(target_arch = "mips"))]
47  | |         pub st_dev: ::dev_t,
...   |
153 | |     }
154 | | }
    | |_- in this macro invocation
    |
    = note: this error originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)

error: cannot find attribute `derive` in this scope
   --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/macros.rs:74:50
    |
74  |               #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))]
    |                                                    ^^^^^^
    |
   ::: /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/linux_like/linux/gnu/b32/x86/mod.rs:5:1
    |
5   | / s! {
6   | |     pub struct sigaction {
7   | |         pub sa_sigaction: ::sighandler_t,
8   | |         pub sa_mask: ::sigset_t,
...   |
243 | |     }
244 | | }
    | |_- in this macro invocation
    |
    = note: this error originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)

error: cannot find attribute `derive` in this scope
  --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/macros.rs:74:50
   |
74 |               #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))]
   |                                                    ^^^^^^
   |
  ::: /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/linux_like/linux/gnu/align.rs:1:1
   |
1  | / s! {
2  | |     // FIXME this is actually a union
3  | |     #[cfg_attr(target_pointer_width = "32",
4  | |                repr(align(4)))]
...  |
12 | |     }
13 | | }
   | |_- in this macro invocation
   |
   = note: this error originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)

error: cannot find attribute `derive` in this scope
  --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/macros.rs:74:50
   |
74 |               #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))]
   |                                                    ^^^^^^
   |
  ::: /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/linux_like/linux/arch/generic/mod.rs:1:1
   |
1  | / s! {
2  | |     pub struct termios2 {
3  | |         pub c_iflag: ::tcflag_t,
4  | |         pub c_oflag: ::tcflag_t,
...  |
11 | |     }
12 | | }
   | |_- in this macro invocation
   |
   = note: this error originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)

error: cannot find attribute `derive` in this scope
    --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/macros.rs:74:50
     |
74   |             #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))]
     |                                                  ^^^^^^
     |
    ::: /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/linux_like/linux/mod.rs:4488:1
     |
4488 | expand_align!();
     | --------------- in this macro invocation
     |
     = note: this error originates in the macro `s` which comes from the expansion of the macro `expand_align` (in Nightly builds, run with -Z macro-backtrace for more info)

error: cannot find attribute `derive` in this scope
  --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/macros.rs:74:50
   |
74 |               #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))]
   |                                                    ^^^^^^
   |
  ::: /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/linux_like/linux/non_exhaustive.rs:1:1
   |
1  | / s! {
2  | |     // linux/openat2.h
3  | |     #[non_exhaustive]
4  | |     pub struct open_how {
...  |
8  | |     }
9  | | }
   | |_- in this macro invocation
   |
   = note: this error originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)

error: cannot find attribute `derive` in this scope
  --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/macros.rs:74:50
   |
74 |               #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))]
   |                                                    ^^^^^^
   |
  ::: /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/align.rs:1:1
   |
1  | / s! {
2  | |     #[repr(align(4))]
3  | |     pub struct in6_addr {
4  | |         pub s6_addr: [u8; 16],
5  | |     }
6  | | }
   | |_- in this macro invocation
   |
   = note: this error originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0405]: cannot find trait `PartialEq` in this scope
   --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/linux_like/mod.rs:266:14
    |
266 |         impl PartialEq for epoll_event {
    |              ^^^^^^^^^ not found in this scope

error[E0405]: cannot find trait `Eq` in this scope
   --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/linux_like/mod.rs:272:14
    |
272 |         impl Eq for epoll_event {}
    |              ^^ not found in this scope

error[E0405]: cannot find trait `PartialEq` in this scope
   --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/linux_like/mod.rs:292:14
    |
292 |         impl PartialEq for sockaddr_un {
    |              ^^^^^^^^^ not found in this scope

error[E0405]: cannot find trait `Eq` in this scope
   --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/linux_like/mod.rs:302:14
    |
302 |         impl Eq for sockaddr_un {}
    |              ^^ not found in this scope

error[E0405]: cannot find trait `PartialEq` in this scope
   --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/linux_like/mod.rs:318:14
    |
318 |         impl PartialEq for sockaddr_storage {
    |              ^^^^^^^^^ not found in this scope

error[E0405]: cannot find trait `Eq` in this scope
   --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/linux_like/mod.rs:329:14
    |
329 |         impl Eq for sockaddr_storage {}
    |              ^^ not found in this scope

error[E0405]: cannot find trait `PartialEq` in this scope
   --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/linux_like/mod.rs:348:14
    |
348 |         impl PartialEq for utsname {
    |              ^^^^^^^^^ not found in this scope

error[E0405]: cannot find trait `Eq` in this scope
   --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/linux_like/mod.rs:382:14
    |
382 |         impl Eq for utsname {}
    |              ^^ not found in this scope

error[E0405]: cannot find trait `PartialEq` in this scope
   --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/linux_like/mod.rs:408:14
    |
408 |         impl PartialEq for sigevent {
    |              ^^^^^^^^^ not found in this scope

error[E0405]: cannot find trait `Eq` in this scope
   --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/linux_like/mod.rs:417:14
    |
417 |         impl Eq for sigevent {}
    |              ^^ not found in this scope

error[E0405]: cannot find trait `PartialEq` in this scope
   --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/linux_like/linux/mod.rs:774:14
    |
774 |         impl PartialEq for sockaddr_nl {
    |              ^^^^^^^^^ not found in this scope

error[E0405]: cannot find trait `Eq` in this scope
   --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/linux_like/linux/mod.rs:781:14
    |
781 |         impl Eq for sockaddr_nl {}
    |              ^^ not found in this scope

error[E0405]: cannot find trait `PartialEq` in this scope
   --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/linux_like/linux/mod.rs:799:14
    |
799 |         impl PartialEq for dirent {
    |              ^^^^^^^^^ not found in this scope

error[E0405]: cannot find trait `Eq` in this scope
   --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/linux_like/linux/mod.rs:813:14
    |
813 |         impl Eq for dirent {}
    |              ^^ not found in this scope

error[E0405]: cannot find trait `PartialEq` in this scope
   --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/linux_like/linux/mod.rs:837:14
    |
837 |         impl PartialEq for dirent64 {
    |              ^^^^^^^^^ not found in this scope

error[E0405]: cannot find trait `Eq` in this scope
   --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/linux_like/linux/mod.rs:851:14
    |
851 |         impl Eq for dirent64 {}
    |              ^^ not found in this scope

error[E0405]: cannot find trait `PartialEq` in this scope
   --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/linux_like/linux/mod.rs:875:14
    |
875 |         impl PartialEq for pthread_cond_t {
    |              ^^^^^^^^^ not found in this scope

error[E0405]: cannot find trait `Eq` in this scope
   --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/linux_like/linux/mod.rs:881:14
    |
881 |         impl Eq for pthread_cond_t {}
    |              ^^ not found in this scope

error[E0405]: cannot find trait `PartialEq` in this scope
   --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/linux_like/linux/mod.rs:897:14
    |
897 |         impl PartialEq for pthread_mutex_t {
    |              ^^^^^^^^^ not found in this scope

error[E0405]: cannot find trait `Eq` in this scope
   --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/linux_like/linux/mod.rs:903:14
    |
903 |         impl Eq for pthread_mutex_t {}
    |              ^^ not found in this scope

error[E0405]: cannot find trait `PartialEq` in this scope
   --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/linux_like/linux/mod.rs:919:14
    |
919 |         impl PartialEq for pthread_rwlock_t {
    |              ^^^^^^^^^ not found in this scope

error[E0405]: cannot find trait `Eq` in this scope
   --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/linux_like/linux/mod.rs:925:14
    |
925 |         impl Eq for pthread_rwlock_t {}
    |              ^^ not found in this scope

error[E0405]: cannot find trait `PartialEq` in this scope
   --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/linux_like/linux/mod.rs:941:14
    |
941 |         impl PartialEq for sockaddr_alg {
    |              ^^^^^^^^^ not found in this scope

error[E0405]: cannot find trait `Eq` in this scope
   --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/linux_like/linux/mod.rs:959:14
    |
959 |         impl Eq for sockaddr_alg {}
    |              ^^ not found in this scope

error[E0405]: cannot find trait `PartialEq` in this scope
   --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/linux_like/linux/mod.rs:983:14
    |
983 |         impl PartialEq for uinput_setup {
    |              ^^^^^^^^^ not found in this scope

error[E0405]: cannot find trait `Eq` in this scope
   --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/linux_like/linux/mod.rs:990:14
    |
990 |         impl Eq for uinput_setup {}
    |              ^^ not found in this scope

error[E0405]: cannot find trait `PartialEq` in this scope
    --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/linux_like/linux/mod.rs:1010:14
     |
1010 |         impl PartialEq for uinput_user_dev {
     |              ^^^^^^^^^ not found in this scope

error[E0405]: cannot find trait `Eq` in this scope
    --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/linux_like/linux/mod.rs:1021:14
     |
1021 |         impl Eq for uinput_user_dev {}
     |              ^^ not found in this scope

error[E0405]: cannot find trait `PartialEq` in this scope
    --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/linux_like/linux/mod.rs:1062:14
     |
1062 |         impl PartialEq for af_alg_iv {
     |              ^^^^^^^^^ not found in this scope

error[E0405]: cannot find trait `Eq` in this scope
    --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/linux_like/linux/mod.rs:1069:14
     |
1069 |         impl Eq for af_alg_iv {}
     |              ^^ not found in this scope

error[E0405]: cannot find trait `PartialEq` in this scope
    --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/linux_like/linux/mod.rs:1087:14
     |
1087 |         impl PartialEq for mq_attr {
     |              ^^^^^^^^^ not found in this scope

error[E0405]: cannot find trait `Eq` in this scope
    --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/linux_like/linux/mod.rs:1095:14
     |
1095 |         impl Eq for mq_attr {}
     |              ^^ not found in this scope

error[E0405]: cannot find trait `PartialEq` in this scope
   --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/linux_like/linux/gnu/mod.rs:499:14
    |
499 |         impl PartialEq for utmpx {
    |              ^^^^^^^^^ not found in this scope

error[E0405]: cannot find trait `Eq` in this scope
   --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/linux_like/linux/gnu/mod.rs:519:14
    |
519 |         impl Eq for utmpx {}
    |              ^^ not found in this scope

error[E0405]: cannot find trait `PartialEq` in this scope
   --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/linux_like/linux/gnu/mod.rs:556:14
    |
556 |         impl PartialEq for __c_anonymous_ptrace_syscall_info_data {
    |              ^^^^^^^^^ not found in this scope

error[E0405]: cannot find trait `Eq` in this scope
   --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/linux_like/linux/gnu/mod.rs:567:14
    |
567 |         impl Eq for __c_anonymous_ptrace_syscall_info_data {}
    |              ^^ not found in this scope

error[E0405]: cannot find trait `PartialEq` in this scope
   --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/linux_like/linux/gnu/b32/x86/mod.rs:276:14
    |
276 |         impl PartialEq for user_fpxregs_struct {
    |              ^^^^^^^^^ not found in this scope

error[E0405]: cannot find trait `Eq` in this scope
   --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/linux_like/linux/gnu/b32/x86/mod.rs:294:14
    |
294 |         impl Eq for user_fpxregs_struct {}
    |              ^^ not found in this scope

error[E0405]: cannot find trait `PartialEq` in this scope
   --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/linux_like/linux/gnu/b32/x86/mod.rs:334:14
    |
334 |         impl PartialEq for ucontext_t {
    |              ^^^^^^^^^ not found in this scope

error[E0405]: cannot find trait `Eq` in this scope
   --> /home/newolf/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/unix/linux_like/linux/gnu/b32/x86/mod.rs:345:14
    |
345 |         impl Eq for ucontext_t {}
    |              ^^ not found in this scope

Some errors have detailed explanations: E0405, E0432, E0463.
For more information about an error, try `rustc --explain E0405`.
error: could not compile `libc` due to 210 previous errors
==> ERROR: A failure occurred in build().
    Aborting...