mbox series

[bug#58244,v2,0/2] Update public-inbox

Message ID 20221009050824.130410-1-bauermann@kolabnow.com
Headers show
Series Update public-inbox | expand

Message

Thiago Jung Bauermann Oct. 9, 2022, 5:08 a.m. UTC
Hello,

Efraim Flashner noticed that public-inbox 1.9.0 doesn't build on i686-linux.

The problem is that for i686-linux public-inbox needs the File::FcntlLock
Perl module to support 64-bit off_t, so the first patch packages it for
Guix and the second patch uses it for x86-32 targets.

Thiago Jung Bauermann (2):
  gnu: Add perl-file-fcntllock.
  gnu: public-inbox: Update to 1.9.0.

 gnu/local.mk                                  |  1 -
 gnu/packages/mail.scm                         | 67 ++++++++++---------
 .../patches/public-inbox-fix-spawn-test.patch | 43 ------------
 gnu/packages/perl.scm                         | 22 ++++++
 4 files changed, 58 insertions(+), 75 deletions(-)
 delete mode 100644 gnu/packages/patches/public-inbox-fix-spawn-test.patch