We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On Arch Linux (current rolling version), i'm seeing license-detector try to call get_robust_list which is apparently not implemented:
license-detector
get_robust_list
arch_prctl(ARCH_SET_FS, 0x6bbc7919d740) = 0 set_tid_address(0x6bbc7919da10) = 2689494 set_robust_list(0x6bbc7919da20, 24) = 0 rseq(0x6bbc7919e060, 0x20, 0, 0x53053053) = -1 ENOSYS (Function not implemented) mprotect(0x6bbc79374000, 16384, PROT_READ) = 0 mprotect(0x14c2580c4000, 3244032, PROT_READ) = 0 mprotect(0x6bbc79407000, 8192, PROT_READ) = 0
The build process for Arch is all sh, and the specific PKGBUILD for license-detector is here
sh
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On Arch Linux (current rolling version), i'm seeing
license-detector
try to callget_robust_list
which is apparently not implemented:The build process for Arch is all
sh
, and the specific PKGBUILD forlicense-detector
is hereThe text was updated successfully, but these errors were encountered: