Package Details: hexerator 0.2.1-1

Git Clone URL: https://aur.archlinux.org/hexerator.git (read-only, click to copy)
Package Base: hexerator
Description: Versatile GUI hex editor focused on binary file exploration and aiding pattern recognition
Upstream URL: https://github.com/crumblingstatue/hexerator
Licenses: MIT, Apache
Submitter: svenstaro
Maintainer: svenstaro (SneakySnake)
Last Packager: svenstaro
Votes: 1
Popularity: 0.000008
First Submitted: 2022-09-22 08:30 (UTC)
Last Updated: 2023-02-21 14:36 (UTC)

Latest Comments

SneakySnake commented on 2023-04-13 17:47 (UTC)

Yeah, I'm upstream. I would be okay with co-maintaining this package, although I haven't been working a lot on hexerator lately.

svenstaro commented on 2023-02-17 12:29 (UTC)

Are you upstream? Would you like to co-maintain this package?

SneakySnake commented on 2023-02-13 15:39 (UTC)

Thank you for the error report, I released 0.2.1: https://github.com/crumblingstatue/hexerator/releases/tag/v0.2.1

SneakySnake commented on 2023-02-13 15:04 (UTC)

@Score_Under You are right, I didn't test it being built outside of a repository. I'll try to resolve the issue and post a patch release.

Score_Under commented on 2023-02-08 06:23 (UTC)

I get this issue building:

   Compiling hexerator v0.2.0 (/build/hexerator/src/hexerator-0.2.0)
error: failed to run custom build command for `hexerator v0.2.0 (/build/hexerator/src/hexerator-0.2.0)`

Caused by:
  process didn't exit successfully: `/build/hexerator/src/hexerator-0.2.0/target/release/build/hexerator-b75ede9a877ba4b0/build-script-build` (exit status: 101)
  --- stderr
  thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: could not find repository from '/build/hexerator/src/hexerator-0.2.0'; class=Repository (6); code=NotFound (-3)', build.rs:5:31
  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
==> ERROR: A failure occurred in build().
    Aborting...

Not sure what exactly this is saying but I'm guessing it needs to be built from a git hash rather than source tarball? @SneakySnake would you happen to know?

SneakySnake commented on 2023-01-27 11:03 (UTC)

I released 0.2.0 https://github.com/crumblingstatue/hexerator/releases/tag/v0.2.0

benibr commented on 2022-11-08 15:58 (UTC) (edited on 2022-11-08 15:59 (UTC) by benibr)

This release doesn't compile with the latest nightly Rust as it is suggested.

I had to add

# rust-toolchain.toml 
[toolchain]
channel = "nightly-2022-09-15"

Maybe pulling the right Rust version via rustup before building would also be an option.