/usr/bin/xtop -bash: /usr/bin/xtop: cannot execute: required file not found Wasn't marking 0xtools as a stable a little too hurry? Reproducible: Always
emerge --info?
Works for me. What are the contents of /usr/bin/xtop for you?
> Works for me. What are the contents of /usr/bin/xtop for you? and /usr/bin/xcapture-bpf sicne that's the change between the -r0 version
Cześć Maciej, >>>>>>> # cat /usr/bin/xtop #!/usr/bin/bash CURDIR="$(dirname "$(realpath "$0")")" ${CURDIR}/xcapture-bpf --xtop --clear-screen $* # equery k 0xtools * Checking dev-util/0xtools-2.0.3-r1 ... 60 out of 60 files passed <<<<<<< Interesting, please look at this: # bash -x xtop +++ realpath xtop ++ dirname /root/xtop + CURDIR=/root + /root/xcapture-bpf --xtop --clear-screen /usr/bin/xtop: line 5: /root/xcapture-bpf: No such file or directory # xtop -bash: /usr/bin/xtop: cannot execute: required file not found # bash -x /usr/bin/xtop +++ realpath /usr/bin/xtop ++ dirname /usr/bin/xtop + CURDIR=/usr/bin + /usr/bin/xcapture-bpf --xtop --clear-screen === [0x.tools] xtop 2.0.3 BETA by Tanel Poder. Gentoo Linux 2.15 6.11.0 x86_64 === Loading BPF... # /usr/bin/xtop -bash: /usr/bin/xtop: cannot execute: required file not found
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcb9d022ea2a8bf208f329e0a456e2dcb2f06fcf commit fcb9d022ea2a8bf208f329e0a456e2dcb2f06fcf Author: Maciej Barć <xgqt@gentoo.org> AuthorDate: 2024-09-28 13:13:37 +0000 Commit: Maciej Barć <xgqt@gentoo.org> CommitDate: 2024-09-28 15:00:36 +0000 dev-util/0xtools: replace xtop launcher Closes: https://bugs.gentoo.org/940266 Signed-off-by: Maciej Barć <xgqt@gentoo.org> .../0xtools/{0xtools-2.0.3-r1.ebuild => 0xtools-2.0.3-r2.ebuild} | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)