Re: [PATCH] gnulib: Handle aborts in gnulib more gracefully

2022-04-06 Thread Daniel Kiper
Adding Robbie and Vladimir... On Thu, Mar 24, 2022 at 07:12:22PM -0500, Glenn Washburn wrote: > Gnulib does not define abort(), but expects it to be defined, usually by a > libc implementation. However, GRUB has no libc and does not have an abort() > function. Until recently GRUB had patched out a

Re: [PATCH] gnulib: Handle aborts in gnulib more gracefully

2022-03-25 Thread Robbie Harwood
Glenn Washburn writes: > Gnulib does not define abort(), but expects it to be defined, usually by a > libc implementation. However, GRUB has no libc and does not have an abort() > function. Until recently GRUB had patched out abort() in gnulib, effectively > making it a noop. This changed with a

[PATCH] gnulib: Handle aborts in gnulib more gracefully

2022-03-24 Thread Glenn Washburn
Gnulib does not define abort(), but expects it to be defined, usually by a libc implementation. However, GRUB has no libc and does not have an abort() function. Until recently GRUB had patched out abort() in gnulib, effectively making it a noop. This changed with a recent update of the version of g