-
Notifications
You must be signed in to change notification settings - Fork 404
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
utmp(x) (cross)compilation error since 2022.82 #153
Comments
What platform is that compiling on? |
It's mips with uClibc. The full output: build.txt I noticed: |
Hm, loginrec.c hasn't changed for a long time, and OpenSSH's copy (where it came from) still has the same thing. So I guess that code path doesn't usually get hit. Perhaps something strange is going on with configure. Did it work OK in previous Dropbear versions? I can't think what would have changed. |
Forgot to add, which exact toolchain are you using? |
This for FritzBox 7590: https://github.com/Freetz-NG/freetz-ng |
A diff of the configure output:
|
So it worked with .81 because wtmpx was not found and thus disabled in dropbear, it was never used. Configure of .82 find the file and enables it and fails. Is this part of dropbear's "loginrec.c" okay?
Thats what the error above shows |
This was fixed in #189 Sorry I'd forgotten about this issue - your comment about |
Workaround:
--disable-utmp --disable-utmpx
The text was updated successfully, but these errors were encountered: