Bug#1003240: mlton: mlton_20210117+dfsg-3 cannot rebuild itself on hppa

2022-01-09 Thread Matthew Fluet
On Fri, Jan 7, 2022 at 3:51 PM Ryan Kavanagh wrote: > Control: tags -1 + confirmed > Control: retitle -1 mlton cannot rebuild itself on hppa or i386 > > On Thu, Jan 06, 2022 at 07:55:00PM +, John David Anglin wrote: > > It fails with a reproducible segmentation fault. > > I can reproduce this

Bug#1003240: mlton: mlton_20210117+dfsg-3 cannot rebuild itself on hppa

2022-01-09 Thread Matthew Fluet
Although MLton does understand about running out of memory (when an `mmap` request fails), on recent versions of Linux, I've observed that the OOM killer will sometimes step in before a failing `mmap` request. But, I wouldn't think that that would manifest itself as a seg fault. In any case, I wo

Bug#995467: Salvaging status

2021-12-20 Thread Matthew Fluet
Great news! I'm going to incorporate some of the bootstrap changes that we identified on the GitHub issue into `master` in the next couple of weeks. Hopefully, I'll also be able to cut a 202201?? release shortly after the new year. -Matthew On Sun, Dec 19, 2021 at 10:33 PM Ryan Kavanagh wrote:

Bug#998156: contains non-DFSG-free files

2021-11-02 Thread Matthew Fluet
Henry is correct that the MLton compiler (the runtime, basis library implementation, and compiler proper) do not depend on ckit (or any of the (re)distributed SML/NJ libraries), the benchmarks, or on mlnlffigen, nor are those components required for using MLton (unless, of course, the program being

Bug#917644: FTBFS: segmentation faults in test suite

2019-02-20 Thread Matthew Fluet
gt; > > > > On Sun, Dec 30, 2018 at 05:38:57PM -0500, Matthew Fluet wrote: > > > >If it is just the `world` regression tests that are failing, then it > > > >is almost certainly due to save/restore world being incompatible with > > > >ASLR; see http://

Bug#917644: FTBFS: segmentation faults in test suite

2018-12-30 Thread Matthew Fluet
If it is just the `world` regression tests that are failing, then it is almost certainly due to save/restore world being incompatible with ASLR; see http://mlton.org/MLtonWorld#_notes. Perhaps Debian arm64-linux has gained ASLR since the last time the regression suite was run on this platform? In

Bug#791936: Please support ARM64 (upstream porting work needed)

2015-07-10 Thread Matthew Fluet
A patch to build on arm64 (aarch64) Debian unstable was recently submitted via Debian Bug #762143 (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=762143#15) and has been committed upstream (https://github.com/MLton/mlton/pull/113). On Thu, Jul 9, 2015 at 12:21 PM, Martin Michlmayr wrote: > Pac