ben-grande
ben-grande
Note that these features are set on package installation, not when modifying the qube from inside. If this is a bug, it is in the documentation, maybe it should tell...
vim-qrexec supports the new policy syntax and I've been using it on Qubes R4.2. Bumping for community review.
Maybe it's best to convince visually for those that haven't tried it yet. Besides my colorscheme, the functionality you will see below is provided by vim-qrexec, two 3rd lint plugins...
Thanks for the reply! Tag `v0.10.0` works: ``` [user@sys-electrs ~/src/electrs(v0.10.0)] $ ROCKSDB_INCLUDE_DIR=/usr/include ROCKSDB_LIB_DIR=/usr/lib cargo build --release --locked --no-default-features ... Compiling electrs v0.10.0 (/home/user/src/electrs) ... Finished release [optimized] target(s) in 8m...
Per the bisect logs below, it is b2760f37ace4d8bb350c8575c6820c66a1c319c7 the first bad commit. Ran: ```sh $ echo "#!/bin/sh ROCKSDB_INCLUDE_DIR=/usr/include ROCKSDB_LIB_DIR=/usr/lib \ cargo build --release --locked --no-default-features" | tee /tmp/build-electrs.sh $ chmod...
Just as a test, I did checkout the latest revision. Commits IDs for reference: ``` GOOD: 0eec28e doc: fix typos (#999) GOOD: 6cf431e Bump shlex from 1.2.0 to 1.3.0 (#995)...
What the first bad commit b2760f3 and the recent good commit 6cf431e have in common is `shlex`. ``` GOOD: ab12ce7: shlex 1.1.0 BAD: b2760f3: shlex 1.2.0 GOOD: 6cf431e: shlex 1.3.0...
> `bindgen` depends on it so it gets messed up somehow. FYI the vulnerability is non-issue because it's a build dependency. Thanks for the information. If I can do more...
The electrs master? I built from it: https://github.com/romanz/electrs/issues/1001#issuecomment-1926740080 Commit 6cf431e4b12cd9c06c8c3cc14f3a7386fd2d83d9 with shlex 1.3.0 fixes the issue.
```sh # /home/user/build-electrs.sh ROCKSDB_INCLUDE_DIR=/usr/include ROCKSDB_LIB_DIR=/usr/lib cargo build --locked --release --no-default-features ``` Thank you very much. At first, `v0.10.3` failed, I did `cargo clean` and then reran and the build succeeded....