Skip to content

issues Search Results · repo:robo9k/rust-magic-sys language:Rust

Filter by

18 results
 (82 ms)

18 results

inrobo9k/rust-magic-sys (press backspace or delete to remove)

error: failed to run custom build command for `xxxxv0.1.0 (/xxxx)` Caused by: process didn t exit successfully: `/builds/xxxx/target/release/build/xxxx-c3fa4b775c30545d/build-script-build` (signal: 11, ...
  • plusls
  • 4
  • Opened 
    on Mar 21, 2024
  • #51

Check which OS versions would become (un)supported by switching to pkg-config / vcpkg and libmagic = 5.39, see #1 and #35 Badge legend: - dark red: version too old ❌ - light red: version new enough ...
  • robo9k
  • 4
  • Opened 
    on Oct 3, 2023
  • #36

In order to see how viable #1 is I ve tested this with GitHub Actions on their shared runners. At the time of writing: ubuntu-22.04 - pkg-config 0.29.2-1ubuntu3 - libmagic1 1:5.41-3ubuntu0.1 - ...
  • robo9k
  • 2
  • Opened 
    on Oct 3, 2023
  • #35

My Cargo.toml file looks like this - [package.metadata.vcpkg] git = https://github.com/microsoft/vcpkg rev = master dependencies = [ libmagic ] cargo vcpkg build executes sucessfully - PS C:\code-projects\rs-scanner ...
bug
  • nouritsu
  • 1
  • Opened 
    on Jun 24, 2023
  • #37

Hey there! I m trying to use magic-sys on an app of mine but I m having some issues compiling on macOS Versions $ uname -mv Darwin Kernel Version 21.6.0: Thu Sep 29 20:13:46 PDT 2022; root:xnu-8020.240.7~1/RELEASE_ARM64_T8101 ...
bug
  • vrmiguel
  • 2
  • Opened 
    on Jan 19, 2023
  • #34

A recent CI run on MacOS failed with the following error: ld: in /Users/runner/.rustup/toolchains/1.38.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libbacktrace-fd4028660702ce49.rlib(rust.metadata.bin), ...
  • robo9k
  • Opened 
    on Dec 4, 2022
  • #32

Currently the libc crate is used for some FFI types. Since Rust version 1.64.0 those types are available in core::ffi without an additional crate. This would bump the MSRV to 1.64.0 See robo9k/rust-magic#61 ...
enhancement
  • robo9k
  • 1
  • Opened 
    on Dec 4, 2022
  • #31

Hi guys, I am trying to compile magic on windows 10 and I face this issue. I install libmagic through vcpkg and set the environment to see the directory but no luck Caused by: process didn t exit successfully: ...
  • muteb
  • 2
  • Opened 
    on Nov 12, 2022
  • #29

Hello :) I d like to use magic in my project to detect MIME types, in addition to tree_magic (which uses the freedesktop MIME database). The problem is: I m using multithreaded async Rust, which requires ...
  • mrd0ll4r
  • 2
  • Opened 
    on Oct 20, 2022
  • #28

Since the crate contains no unsafe code except in mod tests, it would be possible to add #![deny(unsafe_code)] and then #[allow(unsafe_code)] for the tests. I don t really see the advantage in that. Users ...
enhancement
  • robo9k
  • 2
  • Opened 
    on Nov 8, 2021
  • #26
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub