[package - 13stable-i386-quarterly][devel/linux_libusb] Failed for linux_libusb-13.0r358841_4 in build

2021-02-03 Thread pkg-fallout
You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: emulat...@freebsd.org Last committer: t...@freebsd.org Ident: $FreeBSD: branches/2021Q1/devel/linux

[Bug 249469] [linuxlator] linux_sched_setscheduler fails: Operation not permitted

2021-02-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249469 --- Comment #2 from Edward Tomasz Napierala --- Is there a relatively small application that can be used to reproduce this? Also: ktrace and truss can't decode Linux-specific parameters, but Linux strace can, and this might also work with

[Bug 249469] [linuxlator] linux_sched_setscheduler fails: Operation not permitted

2021-02-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249469 Edward Tomasz Napierala changed: What|Removed |Added Blocks||247219 Referenced Bugs:

[Bug 248065] Linuxulator: 32-bit compat + send with MSG_NOSIGNAL

2021-02-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248065 Edward Tomasz Napierala changed: What|Removed |Added Blocks||247219 Referenced Bugs:

[Bug 249469] [linuxlator] linux_sched_setscheduler fails: Operation not permitted

2021-02-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249469 --- Comment #3 from Alex S --- (In reply to Edward Tomasz Napierala from comment #2) % cat sched.c #define _GNU_SOURCE #include #include #include #include #include #include #include #include #include void* thread_start(void* a