From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Christopher Allan Webber Newsgroups: gmane.lisp.guile.devel Subject: Re: GNU Guile 2.1.5 released (beta) Date: Fri, 09 Dec 2016 11:25:36 -0600 Message-ID: <87pol1c8vj.fsf@dustycloud.org> References: <8760mvbjl3.fsf@pobox.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1481304361 16053 195.159.176.226 (9 Dec 2016 17:26:01 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 9 Dec 2016 17:26:01 +0000 (UTC) User-Agent: mu4e 0.9.16; emacs 25.1.1 Cc: Andy Wingo , guile-devel@gnu.org To: Matt Wette Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Dec 09 18:25:47 2016 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cFOvb-0002Nf-EP for guile-devel@m.gmane.org; Fri, 09 Dec 2016 18:25:47 +0100 Original-Received: from localhost ([::1]:47965 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cFOvf-0008Tt-IA for guile-devel@m.gmane.org; Fri, 09 Dec 2016 12:25:51 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36751) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cFOvY-0008OP-9k for guile-devel@gnu.org; Fri, 09 Dec 2016 12:25:45 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cFOvX-0001Ax-Bc for guile-devel@gnu.org; Fri, 09 Dec 2016 12:25:44 -0500 Original-Received: from dustycloud.org ([2600:3c02::f03c:91ff:feae:cb51]:46660) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cFOvX-0001Ab-6p for guile-devel@gnu.org; Fri, 09 Dec 2016 12:25:43 -0500 Original-Received: from oolong (localhost [127.0.0.1]) by dustycloud.org (Postfix) with ESMTPS id 72825266FA; Fri, 9 Dec 2016 12:25:41 -0500 (EST) In-reply-to: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2600:3c02::f03c:91ff:feae:cb51 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.org gmane.lisp.guile.devel:18779 Archived-At: Matt Wette writes: >> On Dec 7, 2016, at 11:55 AM, Andy Wingo wrote: >>=20 >> We are pleased to announce GNU Guile release 2.1.5. >>=20 >> Guile 2.1.5 is the fifth pre-release in what will eventually become th= e >> 2.2 release series. We encourage you to test this release and provide >> feedback to guile-devel@gnu.org. > > I am building on my Mac running macOS 10.12.1, aka Sierra. I will post= my patches when I get through =E2=80=9Cmake check=E2=80=9D. =20 > > As a heads-up: > 1) macOS does not have clock_getcpuclockid(), stime.c line 833, so patc= h skips that check. > 2) macOS mkostemp() (filesys.c line 1496) will fail if any non-supporte= d bits are passed in open_flags, so patch masks out unsupported bits. > > Make check is failing on test-language, so I will be chasing that down. > > Matt Thanks for working on Guile portability!