Summary: | app-misc/pax-utils-1.2.9: security.c:161:32: error: ‘__NR_faccessat2’ undeclared (first use in this functi on) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Lars Wendler (Polynomial-C) (RETIRED) <polynomial-c> |
Component: | Current packages | Assignee: | Sergei Trofimovich (RETIRED) <slyfox> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | toolchain |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=768672 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Lars Wendler (Polynomial-C) (RETIRED)
![]() > sys-kernel/linux-headers: 5.4-r1::gentoo (virtual/os-headers)
This one is probably too old and does not provide new syscall. Checking.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbd7a6a460203eebe25f4335d65f213fc1f7c301 commit fbd7a6a460203eebe25f4335d65f213fc1f7c301 Author: Sergei Trofimovich <slyfox@gentoo.org> AuthorDate: 2021-02-04 09:16:54 +0000 Commit: Sergei Trofimovich <slyfox@gentoo.org> CommitDate: 2021-02-04 09:17:20 +0000 app-misc/pax-utils: require linux-headers=5.8+ for faccessat2 Reported-by: Lars Wendler (Polynomial-C) Closes: https://bugs.gentoo.org/768624 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> app-misc/pax-utils/pax-utils-1.2.9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Note: pax-utils-1.3.2 compiles with linux-headers 5.3 Seems upstream fixed the problem. Please remove dependency from >=app-misc/pax-utils-1.3.2 (In reply to Andreas Kinzler from comment #3) > Note: pax-utils-1.3.2 compiles with linux-headers 5.3 I confirm this. (In reply to Andreas Kinzler from comment #3) just so we're clear, pax-utils is a Gentoo project. there isn't an "upstream". i fixed it by generating & checking in the filter rather than doing it at runtime (and thus needing the symbol): https://gitweb.gentoo.org/proj/pax-utils.git/commit/?id=24dd6026cab83b17bbf727feb07ced35fe75bb75 then i deleted that dep in the 1.3 ebuilds: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8cf2a059e64957bbeba36813ffbd887523f91f1 |