Open tashrifbillah opened 7 months ago
Progress note:
Tashrif is now trying with GCC-9.3.0 which was able to build current master in the past. However, this error resulted:
/software/rocky9/gcc-9.3.0/build/./gcc/cc1: /software/rocky9/gcc-9.3.0/build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by /software/rocky9/gcc-9.3.0/build/./gcc/cc1)
make[5]: *** [Makefile:787: alloc.lo] Error 1
make[5]: Leaving directory '/software/rocky9/gcc-9.3.0/build/x86_64-pc-linux-gnu/libgomp'
make[4]: *** [Makefile:1010: all-recursive] Error 1
make[4]: Leaving directory '/software/rocky9/gcc-9.3.0/build/x86_64-pc-linux-gnu/libgomp'
make[3]: *** [Makefile:614: all] Error 2
make[3]: Leaving directory '/software/rocky9/gcc-9.3.0/build/x86_64-pc-linux-gnu/libgomp'
make[2]: *** [Makefile:22278: all-stage1-target-libgomp] Error 2
make[2]: Leaving directory '/software/rocky9/gcc-9.3.0/build'
make[1]: *** [Makefile:24054: stage1-bubble] Error 2
make[1]: Leaving directory '/software/rocky9/gcc-9.3.0/build'
make: *** [Makefile:994: all] Error 2
Tashrif is looking into options.
Indeed, this was the same issue I ran into.
Hi @RyanZurrin ,
Opening this thread to document our effort on building
UFKTractography
on RHEL 9. I reproduced your ITK issue:Given the above, I am going to downgrade GCC from RHEL 9's default and retry.