-
Notifications
You must be signed in to change notification settings - Fork 51
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
liboptparse.so has mysterious unresolved jansson symbols on focal #6496
Comments
Oh I suppose it goes without saying that |
Problem: focal CI builds are failing. Specifically, a flux-pmix test program that uses libflux-optparse.so without other flux stuff cannot be linked due to unresolved jansson symbols. Details are in flux-framework/flux-core#6496 Just move the focal builders to jammy to get CI working again here, except the ompi 2.x and 3.x builds don't seem to work in jammy: checking for struct sockaddr_in... yes checking if --with-cuda is set... not set (--with-cuda=) ./configure: line 13031: syntax error near unexpected token `)' ./configure: line 13031: ` )' so move those builders to el8 instead. Tidy up builder descriptions.
The installed dso had no symbols in the fluxrm image, but if I use the flux-core focal image to build flux, I can see the following unresolved symbols:
So this really is a problem with linkage on focal rather than a problem specifically with the image. |
Ah And apparently I blew it on the |
Good catch! |
Problem: focal CI builds are failing. Specifically, a flux-pmix test program that uses libflux-optparse.so without other flux stuff cannot be linked due to unresolved jansson symbols. Details are in flux-framework/flux-core#6496 Just move the focal builders to jammy to get CI working again here, except the ompi 2.x and 3.x builds don't seem to work in jammy: checking for struct sockaddr_in... yes checking if --with-cuda is set... not set (--with-cuda=) ./configure: line 13031: syntax error near unexpected token `)' ./configure: line 13031: ` )' so move those builders to el8 instead. Tidy up builder descriptions.
Problem: as noted in flux-framework/flux-pmix#102, flux-pmix stopped working in the
focal
image. The problem is that a test executable cannot be linked:Apparently the installed libflux-optparse.so (0.69.0-55-g7cd67057e) has unresolved jansson symbols in it.
This is not a problem in the
el8
andjammy
builders.The last action in the flux-pmix repo was a succeeding one 10 months ago, so that does not help narrow things down.
I thought the the pmix check in the flux-core CI had been failing for some time, but looking through past actions, that doesn't seem to be the case! Also, that check is done in
ubuntu-latest
.A concern is that this problem emerged after the linkage changes for macos portability last week. It will require more investigation.
The text was updated successfully, but these errors were encountered: