Re: [PATCH] foreign-library: fix RTLD_LAZY | RTLD_LOCAL crash on macOS

2021-09-26 Thread Aleix Conchillo Flaqué
Ignore. The issue was the way libgcrypt was linked in macOS. See: https://dev.gnupg.org/T5610 A libgcrypt's libtool.m4 patch has been applied upstream. On Sat, Sep 11, 2021 at 10:10 PM Aleix Conchillo Flaqué wrote: > > * module/system/foreign-library.scm (load-foreign-library): On macOS > calli

Re: crash on macOS with dlsym RTLD_LOCAL

2021-09-26 Thread Aleix Conchillo Flaqué
Alright. Problem found and fixed. The issue was the way libgcrypt was linked in macOS 11.x. See: https://dev.gnupg.org/T5610 A libgcrypt's libtool.m4 patch has been applied upstream. The patch already existed in Homebrew's libtool, so I just provided it and they have applied it to libgcrypt (and