Struggling to compile notmuch on Mac OS Big Sur /ARM - gmime library detection

2020-12-11 Thread Jonathan Wilner
Hi all, I'm attempting to start clean with Notmuch on a brand new m1 MacBook Pro. I'm struggling with getting going on multiple levels, possibly due to the early tooling for the m1/ARM libraries. I'm particularly stuck on calling in gmime, no matter what I do with pkg-config. I've got gmime 3.2.7

[PATCH] test/T360-symbol-hiding: use readelf in place of nm

2020-12-11 Thread David Bremner
It turns out that using nm -P isn't as portable as hoped. In particular on architectures using ELF v1 (e.g. ppc64), the desired symbols end up in the data section instead of text. The test is currently only functional on ELF based architectures, so I think it's legit to depend on readelf instead o

Re: [PATCH] build/docs: move docstring prereq to file targets

2020-12-11 Thread David Bremner
Tomi Ollila writes: > On Wed, Dec 09 2020, David Bremner wrote: > >> Under a sufficiently high level of parallelism [1] there seems to be a >> a race condition that allows sphinx-build to start running before the >> docstrings are extracted. This change moves the docstring stamp from >> the phony