You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried your SGE8.1.9 in Debian 10. qmake doesn't build. Error message involves glob.c having an undefined reference to __alloca
I presume a programmer could fix this, but I swept it under the carpet by adding
-no-qmake to aimk commands (as I don't need qmake)
Plus you have to add -nobincheck to inst_sge command, otherwise it objects to missing qmake.
But anyway I prefer Suse Leap 15. So that should keep me going for a few years...
Then tried Fedora 29, and even more problems. rpc was removed from glibc, so compile fails.
A bit of hacking is required to use tirpc instead. Plus the -nobincheck as for Debian 10.
The text was updated successfully, but these errors were encountered:
Copied report from https://feldspaten.org/2019/02/04/gridengine-and-centos-7/
I tried your SGE8.1.9 in Debian 10. qmake doesn't build. Error message involves glob.c having an undefined reference to __alloca
I presume a programmer could fix this, but I swept it under the carpet by adding
-no-qmake to aimk commands (as I don't need qmake)
Plus you have to add -nobincheck to inst_sge command, otherwise it objects to missing qmake.
But anyway I prefer Suse Leap 15. So that should keep me going for a few years...
Then tried Fedora 29, and even more problems. rpc was removed from glibc, so compile fails.
A bit of hacking is required to use tirpc instead. Plus the -nobincheck as for Debian 10.
The text was updated successfully, but these errors were encountered: