Richard Brooksby
Richard Brooksby
I also get this quite frequently with Emacs 24.5.1 on Ubuntu 15 with p4.el at eff047caa75dbe4965defca9d1212454cdb755d5
Just a note to say that calling `sigprocmask` is _expensive_ and there's no way you want to do it around allocations in general.
There are ways to prevent signals causing re-entry without actually making the system call to `sigprocmask`. I'm not sure what your motivation is, so I can't comment on why you...
Thanks for the very rapid response. Yes, I can confirm that the Authentication Decisions list did have an entry for the site. It did not say "send no cert" but...
I note that you already link some UI elements with ⓘ, e.g. 
Executing [proc.review.express](https://github.com/Ravenbrook/mps/blob/ce06e09b3031fcd9a0a40b5a0297368407c19269/procedure/review.rst#12-express-review): 1. Start time 13:21. 2. Applied [entry.universal](https://github.com/Ravenbrook/mps/blob/ce06e09b3031fcd9a0a40b5a0297368407c19269/procedure/entry.universal.rst) and [entry.impl](https://github.com/Ravenbrook/mps/blob/ce06e09b3031fcd9a0a40b5a0297368407c19269/procedure/entry.impl.rst). Entry passed. 3. Called in @thejayps to the review. 4. @thejayps agrees this is a low risk change and...
1. Checking started 13:37. 2. Checking changes against [Autoconf documentation](https://web.archive.org/web/20240925080748/http://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.72/autoconf.html). 3. AC_LANG_C is indeed marked as obsolete in the macro index and removed in https://github.com/Ravenbrook/mps/pull/289/files#diff-49473dca262eeab3b4a43002adb08b4db31020d190caaad1594b47f1d5daa810L28-R28 . AC_LANG is documented [here](https://web.archive.org/web/20240925080748/http://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.72/autoconf.html#index-AC_005fLANG)....
There are possibly some undocumented requirements and step here that have led to this change failing review. Essentially, we need to decide whether we require autoreconf to work on target...
> That might be why I only did an update of `config.guess` as my ancient memories are that `config.guess` can be updated separately from the rest and that used to...
The MPS does not really need autoconf. About the only thing we use it for is to get the target platform, which is the output of config.guess, just to offer...