-
Notifications
You must be signed in to change notification settings - Fork 985
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
build failure due to zlib test in configure #4652
Comments
Thanks. So we're talking about these two lines in configure:
For me, |
There are some differences in the Linux expr and FreeBSD. From the FreeBSD man page: Compatibility with previous implementations On my FreeBSD machine:
On a Linux machine:
The "failure" occurred in 1.12.8 as well, but the end result was a successful build because the |
Thanks, Morgan! Helps a lot, especially the aspect of not creating Makevars which also occurs in #4640. The Makevars started to be generated in #3984. What I had really wanted to do originally was pass the result of Thanks again, I think I understand what's going on now. |
Building on FreeBSD fails due to an issue in configure created in #3974 when "pkg-config --libs zlib" only contains "-lz" and the expression is not guarded in some way, e.g., with "--" or prepending fixed text such as "x"
** using staged installation
expr: illegal option -- l
expr: usage: expr [-e] expression
expr: illegal option -- l
expr: usage: expr [-e] expression
The text was updated successfully, but these errors were encountered: