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

does not build on Ubuntu 22.04 #2

Open
beattie opened this issue Oct 29, 2022 · 1 comment
Open

does not build on Ubuntu 22.04 #2

beattie opened this issue Oct 29, 2022 · 1 comment

Comments

@beattie
Copy link

beattie commented Oct 29, 2022

First failure is fixed by patching m4. but then host-fakeroot fails

@nemesis5324
Copy link

My error is:

libfakeroot.c:99:40: error: ‘_STAT_VER’ undeclared (first use in this function)
   99 | #define INT_NEXT_STAT(a,b) NEXT_STAT64(_STAT_VER,a,b)

I fixed it by adding following lines to libfakeroot.c:

#ifndef _STAT_VER
#define _STAT_VER 0
#endif

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

2 participants