Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

statx syscall on boost-1.75 #173

Closed
skypool opened this issue Jan 15, 2021 · 2 comments
Closed

statx syscall on boost-1.75 #173

skypool opened this issue Jan 15, 2021 · 2 comments

Comments

@skypool
Copy link

skypool commented Jan 15, 2021

I'm using boost-1.75. On a Linux Kernel < 4.11 the statx is not yet available but BOOST_FILESYSTEM_HAS_STATX_SYSCALL is nevertheless set. It seems the code in 'has_statx_syscall.cpp' has no effect.

@mclow mclow transferred this issue from boostorg/boost Jan 15, 2021
@Lastique
Copy link
Member

You're probably building with kernel headers not matching the kernel you're running the compiled binaries on. Duplicates #172 and #164.

@paresy
Copy link

paresy commented Apr 1, 2021

This also fails for any older docker builds: docker/for-linux#208

If you have an outdated docker version (e.g. you use Docker on Synology) upgrading to Boost 1.75 will fail miserably.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants