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

bashisms in configure #59

Open
Alessandro-Barbieri opened this issue Aug 25, 2021 · 0 comments
Open

bashisms in configure #59

Alessandro-Barbieri opened this issue Aug 25, 2021 · 0 comments

Comments

@Alessandro-Barbieri
Copy link

Alessandro-Barbieri commented Aug 25, 2021

when using SHELL=/bin/dash and CONFIG_SHELL=/bin/dash I get this but the configure continue and I have build failure later

checking for MUNGE... yes                                                                                                                                                                                                                   
./configure: 6276: test: x-lmunge : unexpected operator                                                                                                                                                                                     
checking for munge.h... yes                                                                                           
checking for munge_encode in -lmunge... yes                                                                           
./configure: 6350: test: xtrue: unexpected operator                                                                                                                                                                                         
./configure: 6358: test: x: unexpected operator        
./configure: 6362: test: x: unexpected operator     
./configure: 6392: test: x: unexpected operator  
./configure: 6399: test: x: unexpected operator                                                                                                                                                                                             
./configure: 6406: test: x: unexpected operator                      

the following lines in the configure fail

if test "x$MUNGE_LIBS" == "x"; then
if test "x$WANT_MUNGE" == "xtrue"; then
if test "x$WANT_KEYFILE" == "xtrue"; then
if test "x$WANT_NOSEC" == "xtrue"; then
if test "x$MUNGE" == "xtrue"; then
if test "x$ENABLE_NULL_ENCRYPTION" == "xtrue"; then

replacing == with = in https://github.com/LLNL/LaunchMON/blob/master/config/x_ac_handshake.m4 should work

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

1 participant