Search Criteria
Package Details: below-git v0.6.3.r25.g43f24d32-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/below-git.git (read-only, click to copy) |
---|---|
Package Base: | below-git |
Description: | An interactive resource monitor for modern Linux systems |
Upstream URL: | https://github.com/facebookincubator/below/ |
Keywords: | below cgroup cgroup2 resctl |
Licenses: | Apache-2.0 |
Conflicts: | below |
Provides: | below |
Submitter: | dxu |
Maintainer: | dxu |
Last Packager: | dxu |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2021-06-28 22:23 (UTC) |
Last Updated: | 2022-12-25 18:24 (UTC) |
Dependencies (7)
- libelf (elfutils-gitAUR)
- ncurses (ncurses-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- libbpf (libbpf-gitAUR) (make)
Latest Comments
ChrisMorgan commented on 2021-09-30 08:22 (UTC)
Returned to it after your comment and figured out the trigger this time: the libbpf-sys build script wasn’t creating OBJDIR, which broke the makefile’s expectations but worked by accident until my /etc/makepkg.conf introduced MAKEFLAGS=-j16. Also bash/sh’s error message was horribly misleading, because the “no such file or directory” was about the directory (…/obj), not the file (…/obj/libbpf.pc) which it’s trying to create (
>
redirection). (zsh is no better. I’m contemplating filing a bug report with both bash and zsh over it.)Patch submitted at https://github.com/alexforster/libbpf-sys/pull/22.
dxu commented on 2021-09-28 17:12 (UTC)
@ChrisMorgan, hmm that is strange.
libbpf.pc: No such file or directory
stands out. Maybe check why that file isn't availabe?ChrisMorgan commented on 2021-09-22 10:49 (UTC)
Getting a curious build error in libbpf-sys when I run
makepkg
, which doesn’t happen when I runcargo build --release
manually (from a clean environment withmakepkg --cleanbuild --nobuild
). I guess makepkg is doing something to the environment that messes with things; any guesses what it might be? Unfortunately libbpf-sys’s build script error reporting is rather obtuse:sjanulonoks commented on 2021-07-20 21:57 (UTC)
top! thank you Dan for efforts!