Skip to content

ccextractor 0.96.3 fails to build on i686 #1937

@newbluemoon

Description

@newbluemoon

Hi,

I updated ccextractor on Void Linux (void-linux/void-packages#58345) and ran into a build failure on i686:

=> ccextractor-0.96.3_1: running do_build ...
cd ../src/rust && \
CARGO_TARGET_DIR=../../linux/rust /builddir/.xbps-ccextractor/wrappers/cargo build --features "hardsubx_ocr" --release;
   Compiling ccx_rust v0.1.0 (/builddir/ccextractor-0.96.3/src/rust)
error[E0432]: unresolved import `std::arch::x86_64`
  --> src/avc/core.rs:12:16
   |
12 | use std::arch::x86_64::*;
   |                ^^^^^^ could not find `x86_64` in `arch`

For more information about this error, try `rustc --explain E0432`.
error: could not compile `ccx_rust` (lib) due to 1 previous error
make: *** [Makefile:2678: rust/release/libccx_rust.a] Error 101

Are 32-bit targets still supported?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions