Samuel Thibault, le Sun 15 Feb 2015 02:37:47 +0100, a écrit : > Samuel Thibault, le Sun 15 Feb 2015 02:34:03 +0100, a écrit : > > ./debian/patches/libgomp-omp_h-multilib.diff > > actually hardcodes (!) the size of omp_nest_lock_t. > > I forgot to make it clear: this basically completely breaks > omp_nest_lock_t on non-linux archs in obscure ways.
FYI, there is no library using omp_nest_lock_t it its own ABI: only opari and opari2 mention it in their .h, but only for wrappers of OpenMP *_nest_lock functions, which thus doesn't pose ABI issues. I have also grepped the source code with codesearch.debian.net, no Debian package makes any actual use of omp_nest_lock_t. So it should be safe to just remove the patch. (there is also another OpenMP implementation in the openmprtl package, for LLVM, but that is completely unrelated) Samuel -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org