control: forwarded -1 https://github.com/endrazine/wcc/pull/39 control: tag -1 + patch
On 2022-07-12 12:46, Michael Hudson-Doyle wrote: > On Tue, 12 Jul 2022 at 04:30, Aurelien Jarno <aurel...@aurel32.net> wrote: > > > On 2022-07-11 10:06, Michael Hudson-Doyle wrote: > > > It looks like a no-change rebuild fixed this in Ubuntu fwiw. > > > > Thanks, I confirm that in Debian too. Do you have an idea why? It could > > be a missing or too loose dependency. > > > > No. I got as far as reading > https://github.com/endrazine/wcc/blob/master/README.md and then was > completely unsurprised that it depends on the details of everything. It > would probably be quite fun to dig into why it's failing but I don't really > have the time for that today. This issue is due to the merge of libdl.so into libc.so. This makes wsh to try to load unused weak symbols, which results in dlsym() to return NULL. And that is not properly handled by wsh. -- Aurelien Jarno GPG: 4096R/1DDD8C9B aurel...@aurel32.net http://www.aurel32.net