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

FS#3607 - fakeroot fails to build from source with glibc 2.33 #8638

Open
openwrt-bot opened this issue Feb 6, 2021 · 2 comments
Open

FS#3607 - fakeroot fails to build from source with glibc 2.33 #8638

openwrt-bot opened this issue Feb 6, 2021 · 2 comments
Labels
flyspray toolchain pull request/issue with toolchain related changes

Comments

@openwrt-bot
Copy link

plntyk:

Some distributions (Arch, Fedora) ship glibc 2.33

tools/fakeroot will not compile / may not compile because

error: '_STAT_VER' undeclared

and multiple other errors - Distros might patch /revert the change to glibc or fakeroot has to be patched

related fedora bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1901049
https://bugzilla.redhat.com/show_bug.cgi?id=1889862

quote from ticket: "fakeroot needs to be enhanced to intercept all new glibc interfaces. The build failure merely obscures the larger issues."

This error is critical since fakeroot is a requirement by the build system and not optional

@openwrt-bot
Copy link
Author

cascadingstyletrees:

Looks like the fix is already coming:

https://salsa.debian.org/clint/fakeroot/-/merge_requests/10

@openwrt-bot
Copy link
Author

cascadingstyletrees:

I was able to build Fakeroot 1.25.3-2 in Arch today.
I was also able to build a clean build from master, maybe the fix already sent upstream to openwrt fakeroot?

@aparcar aparcar added the toolchain pull request/issue with toolchain related changes label Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flyspray toolchain pull request/issue with toolchain related changes
Projects
None yet
Development

No branches or pull requests

2 participants