ai4d-iasc / trixie

Scripts and documentation about trixie hpc
17 stars 4 forks source link

Need `lxcd` to compile `jless` #101

Open SamuelLarkin opened 2 months ago

SamuelLarkin commented 2 months ago

I'm trying to compile jless - GitHub but I'm missing lxcb and friends. This is the command to compile jless: cargo install --force jless This is the partial error message I'm getting.

error: linking with `cc` failed: exit status: 1
...
  = note: /usr/bin/ld: cannot find -lxcb
          /usr/bin/ld: cannot find -lxcb-render
          /usr/bin/ld: cannot find -lxcb-shape
          /usr/bin/ld: cannot find -lxcb-xfixes
          collect2: error: ld returned 1 exit status

error: could not compile `jless` (bin "jless") due to 1 previous error
error: failed to compile `jless v0.9.0`, intermediate artifacts can be found at `/tmp/cargo-install6VfPc2`.
To reuse those artifacts with a future compilation, set the environment variable `CARGO_TARGET_DIR` to that path.
task: Failed to run task "rust_essentials:jless": exit status 101
nrcfieldsa commented 3 weeks ago

Packages have been add to the rhel9-hn2 host for the listed libraries. Please re-attempt the build of jless.

Alternately, it's possible I could upload the binary jless provided by the author (after scanning) and place it in the PATH.