-
Notifications
You must be signed in to change notification settings - Fork 30
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
Unable to Cross Compile #106
Comments
A PR is good, the only question is whether it is possible to add a test in CI to make sure it stays working in the future. |
I've been doing some looking around for the stale URL. Is this the issue that should be linked? |
You can remove it if it is not an issue anymore |
Uglymotha
pushed a commit
to Uglymotha/gssproxy
that referenced
this issue
Oct 25, 2024
Fixes Issue 106 (gssapi#106) modified: external/dinglibs.m4 A warning message is displayed to the user to make sure lib_ini_config supprts extenden INI_MS_DETECT, since the test cannot be run in a cross compilation scenario. modified: external/docbook.m4 Autoconf Macro AC_CHECK_FILE has been replaced by an explicit if ! test -e ..., as AC_CHECK_FILE is not available in cross compilation scenario.
Uglymotha
pushed a commit
to Uglymotha/gssproxy
that referenced
this issue
Oct 25, 2024
Fixes Issue 106 (gssapi#106) modified: external/dinglibs.m4 A warning message is displayed to the user to make sure lib_ini_config supprts extenden INI_MS_DETECT, since the test cannot be run in a cross compilation scenario. modified: external/docbook.m4 Autoconf Macro AC_CHECK_FILE has been replaced by an explicit if ! test -e ..., as AC_CHECK_FILE is not available in cross compilation scenario. Signed-off-by: Sietse van Zanen <uglymotha@wizdom.nu>
Uglymotha
pushed a commit
to Uglymotha/gssproxy
that referenced
this issue
Oct 29, 2024
Fixes Issue 106 (gssapi#106) modified: external/dinglibs.m4 A warning message is displayed to the user to make sure lib_ini_config supprts extenden INI_MS_DETECT, since the test cannot be run in a cross compilation scenario. modified: external/docbook.m4 Autoconf Macro AC_CHECK_FILE has been replaced by an explicit if ! test -e ..., as AC_CHECK_FILE is not available in cross compilation scenario. Signed-off-by: Sietse <sietse@wizdom.nu>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently it is not possible to cross compile gssproxy. This is due to two autoconf macros.
I propose to fix 1. by adding a cross compile action to AC_RUN_IFELSE displaying a warning message for the user to make sure libini_config supports extended INI_MS_DETECT and maybe also fix the stale URL (https://pagure.io/SSSD/ding-libs/pull-request/3172) in the current error message. Maybe the test can just be removed altogether.
2 Can be simply fixed by replacing AC_CHECK_FILE with an explicit if ! test .....
If you concur, I can prepare a PR.
The text was updated successfully, but these errors were encountered: