bitcoin-tools / bitcoin-tools/nodebuilder
[BUG] - Failing to run bitcoin-qt on Rocky due to `xcb-util` packages
- Dominant language
- Shell
- Stars
- 7
- Forks
- 0
- Avg merge
- 2h 37m
- Merged PRs (30d)
- 28
Description
### Expected Behavior
it should work
```
sudo dnf install xcb-util-wm
sudo dnf install xcb-util-image
sudo dnf install xcb-util-keysyms
sudo dnf install xcb-util-renderutil
```
### Actual Behavior
it's failing on Rocky
```
bitcoin-qt: error while loading shared libraries: libxcb-icccm.so.4: cannot open shared object file: No such file or directory
bitcoin-qt: error while loading shared libraries: libxcb-image.so.0: cannot open shared object file: No such file or directory
bitcoin-qt: error while loading shared libraries: libxcb-keysyms.so.1: cannot open shared object file: No such file or directory
bitcoin-qt: error while loading shared libraries: libxcb-render-util.so.0: cannot open shared object file: No such file or directory
```
### Steps to Reproduce
1.
2.
3.
### Optional Screenshots
_No response_
### Optional Logs
_No response_
### Operating System
_No response_
### Operating System version
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.