bug#27782: patch to add support for mmap and friends

2022-12-20 Thread Matt Wette
Guile Maintainers: Please consider the atttached patch for mmap and friends. Includes mmap, mmap/shared, munmap, msync. Matt From 306570beb3d1895abd03700593cc342282e4ccd1 Mon Sep 17 00:00:00 2001 From: Matt Wette Date: Tue, 20 Dec 2022 17:15:27 -0800 Subject: [PATCH] Add support for mmap,

bug#60234: Build failure on mac os 12.6 / gcc 12.2

2022-12-20 Thread lloda
Patched in f859e0f58b211eedcb0dce4f2382cfebf37010d7.

bug#60234: Build failure on mac os 12.6 / gcc 12.2

2022-12-20 Thread lloda
The error is .../libguile/threads.h:194:43: error: 'scm_i_current_thread' is defined with tls model global-dynamic 194 | SCM_INTERNAL SCM_THREAD_LOCAL scm_thread *scm_i_current_thread; | ^ .../libguile/threads.c:357:30: note: previously defined

bug#44505: Guile 3.0.4 build fails on macOS Big Sur / ARM

2022-12-20 Thread lloda
Fixed in 3bdcc3668fd8f9a5b6c9a313ff8d70acb32b2a52. Thanks Daniel