Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 648640 - sys-apps/systemd-9999: Failed to parse system call, ignoring: statx - too old libseccomp dependency
Summary: sys-apps/systemd-9999: Failed to parse system call, ignoring: statx - too old...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo systemd Team
URL: https://github.com/systemd/systemd/is...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-23 21:22 UTC by Elias Probst
Modified: 2018-02-26 14:48 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Elias Probst 2018-02-23 21:22:32 UTC
As =sys-apps/systemd-9999 currently only depends on "seccomp? ( >=sys-libs/libseccomp-2.3.1:0= )", SystemCallFilter=@file-system can't deal with the `statx` syscall for which support was added in libseccomp-2.3.3 (5cbecad4).

See also: https://github.com/systemd/systemd/issues/8261
Comment 1 Elias Probst 2018-02-23 22:16:54 UTC
PR: https://github.com/gentoo/gentoo/pull/7273
Comment 2 Larry the Git Cow gentoo-dev 2018-02-26 14:48:28 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a19ab0865682ecb0cf3927ee0dd47e9346f9be41

commit a19ab0865682ecb0cf3927ee0dd47e9346f9be41
Author:     Elias Probst <mail@eliasprobst.eu>
AuthorDate: 2018-02-23 21:26:47 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2018-02-26 14:48:04 +0000

    sys-apps/systemd: bump libseccomp dependency to >=2.3.3
    
    Ensures systemd's SystemCallFilter=@file-system can deal with the statx
    syscall for which support was added in libseccomp-2.3.3.
    
    See also: https://github.com/systemd/systemd/issues/8261
    Closes: https://bugs.gentoo.org/648640
    Closes: https://github.com/gentoo/gentoo/pull/7273
    Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-apps/systemd/systemd-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)