Bug 1224538 - libseccomp is missing __SNR_fchmodat2. Please provide libseccomp 2.5.5 or later
Summary: libseccomp is missing __SNR_fchmodat2. Please provide libseccomp 2.5.5 or later
Status: RESOLVED INVALID
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Current
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Jan Engelhardt
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-20 14:35 UTC by Marcus Rückert
Modified: 2024-05-20 14:51 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marcus Rückert 2024-05-20 14:35:23 UTC
found while trying to build "nix"

what do we need to do to enable the support to enable that syscall?
Comment 1 Marcus Rückert 2024-05-20 14:35:59 UTC
test package:

https://build.opensuse.org/package/show/home:darix:apps/nix
Comment 2 Marcus Rückert 2024-05-20 14:46:39 UTC
the issue is that the compiler check in the configure script ignores the CFLAGS from pkg-config.
Comment 3 Marcus Rückert 2024-05-20 14:51:56 UTC
https://github.com/NixOS/nix/issues/10744