View previous topic :: View next topic |
Author |
Message |
jagdpanther l33t
Joined: 22 Nov 2003 Posts: 754
|
Posted: Fri Apr 05, 2024 5:36 pm Post subject: QA Notice: Unrecognized ELF file |
|
|
I just switched from gentoo-sources-6.7.x to gentoo-sources-6.8.4. The following notice at the end of "emerge gentoo-sources" seems new:
Code: |
QA Notice: RESTRICT=binchecks prevented checks on these ELF files:
/usr/src/linux-6.8.4-gentoo/tools/testing/selftests/tc-testing/action-ebpf
QA Notice: Unrecognized ELF file(s):
UNKNOWN_TYPE;/usr/src/linux-6.8.4-gentoo/tools/testing/selftests/tc-testing/action-ebpf;;;; |
I went looking and the only similar post seems to be:
https://bugs.gentoo.org/726448
Is there documentation somewhere about RESTRICT=binchecks ? Do I want to turn this restriction off on my mostly source-code Gentoo system?
(This appears to be of little significance, but if portage will perform some type of binary check on this type of file, why would I not let it?) |
|
Back to top |
|
|
grknight Retired Dev
Joined: 20 Feb 2015 Posts: 1896
|
Posted: Fri Apr 05, 2024 6:53 pm Post subject: |
|
|
RESTRICT is something an ebuild author can set (or possibly Portage).
This is not meant to be user actionable. This is a developer notice to look closely. |
|
Back to top |
|
|
jagdpanther l33t
Joined: 22 Nov 2003 Posts: 754
|
Posted: Fri Apr 05, 2024 7:48 pm Post subject: |
|
|
grknight: Thanks. I'll ignore the message. |
|
Back to top |
|
|
|