From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: lloda Newsgroups: gmane.lisp.guile.devel Subject: Re: Unable to build Guile on macOS Date: Fri, 9 Apr 2021 09:27:56 +0200 Message-ID: <393A9752-CD13-4DCC-ADBA-950933737AE1@sarc.name> References: <66DA0E84-DC89-47A7-9B6C-41BA79F0C76F@sarc.name> Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.4\)) Content-Type: multipart/alternative; boundary="Apple-Mail=_7EE96A93-003F-41D0-AF32-E93F882389BB" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15846"; mail-complaints-to="usenet@ciao.gmane.io" Cc: guile-devel To: =?utf-8?Q?Aleix_Conchillo_Flaqu=C3=A9?= Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Fri Apr 09 09:28:24 2021 Return-path: Envelope-to: guile-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lUlZ2-00040S-Q1 for guile-devel@m.gmane-mx.org; Fri, 09 Apr 2021 09:28:24 +0200 Original-Received: from localhost ([::1]:48424 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lUlZ1-0005R0-ML for guile-devel@m.gmane-mx.org; Fri, 09 Apr 2021 03:28:23 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33454) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lUlYi-0005Qe-Vw for guile-devel@gnu.org; Fri, 09 Apr 2021 03:28:05 -0400 Original-Received: from mta-08-3.privateemail.com ([198.54.127.61]:2789) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lUlYf-0006pg-I1 for guile-devel@gnu.org; Fri, 09 Apr 2021 03:28:04 -0400 Original-Received: from MTA-08.privateemail.com (localhost [127.0.0.1]) by MTA-08.privateemail.com (Postfix) with ESMTP id 72B5A6005D; Fri, 9 Apr 2021 03:27:59 -0400 (EDT) Original-Received: from [192.168.1.105] (unknown [10.20.151.236]) by MTA-08.privateemail.com (Postfix) with ESMTPA id 8E7BF6005C; Fri, 9 Apr 2021 03:27:58 -0400 (EDT) In-Reply-To: X-Mailer: Apple Mail (2.3608.120.23.2.4) X-Virus-Scanned: ClamAV using ClamSMTP Received-SPF: pass client-ip=198.54.127.61; envelope-from=lloda@sarc.name; helo=MTA-08-3.privateemail.com X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.io gmane.lisp.guile.devel:20732 Archived-At: --Apple-Mail=_7EE96A93-003F-41D0-AF32-E93F882389BB Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 > On 9 Apr 2021, at 00:10, Aleix Conchillo Flaqu=C3=A9 = wrote: >=20 > On Thu, Apr 8, 2021 at 1:10 PM lloda wrote: >>=20 >>=20 >>=20 >>> On 8 Apr 2021, at 06:43, Aleix Conchillo Flaqu=C3=A9 = wrote: >>>=20 >>> The following recent Gnulib commit fixes the issue: >>>=20 >>> = https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=3Dfc6d7d850bdebfed= 81e9212910f44edf99dd7743 >>>=20 >>> If someone could update Gnulib to a more recent version I'd really >>> appreciate it. >>>=20 >>> Thanks! >>>=20 >>> Aleix >>=20 >> I pushed an update to branch wip-gnulib-update. Could you give that a = try? I tested on macos 10.15.7 and I had two test failures, in = async.test and filesys.test, but I'm not sure those didn't happen = before. (Everything was fine on Debian). >>=20 >=20 > It builds fine now on macOS 11.2.3. I'm getting 2 errors as well (I > don't see async.test though): >=20 > FAIL: 00-socket.test: setsockopt AF_INET: IPPROTO_TCP TCP_NODELAY > FAIL: filesys.test: mkdtemp: invalid template >=20 >=20 > Totals for this test run: > passes: 44240 > failures: 2 > unexpected passes: 0 > expected failures: 24 > unresolved test cases: 70 > untested test cases: 1 > unsupported test cases: 1 > errors: 0 >=20 > FAIL: check-guile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > 1 of 1 test failed > Please report to bug-guile@gnu.org > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Thanks for checking, for the record, this is what I got myself: FAIL: 00-socket.test: setsockopt AF_INET: IPPROTO_TCP TCP_NODELAY ERROR: asyncs.test: preemption via sigprof - arguments: ((wrong-type-arg = #f "Wrong type (expecting ~A): ~S" ("resumable continuation" = #) (#))) FAIL: filesys.test: mkdtemp: invalid template Totals for this test run: passes: 44240 failures: 2 unexpected passes: 0 expected failures: 24 unresolved test cases: 69 untested test cases: 1 unsupported test cases: 1 errors: 1 Regards Daniel --Apple-Mail=_7EE96A93-003F-41D0-AF32-E93F882389BB Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=utf-8

On 9 Apr 2021, at 00:10, Aleix Conchillo Flaqu=C3=A9 <aconchillo@gmail.com> wrote:

On = Thu, Apr 8, 2021 at 1:10 PM lloda <lloda@sarc.name> wrote:



On 8 Apr 2021, at 06:43, = Aleix Conchillo Flaqu=C3=A9 <aconchillo@gmail.com> wrote:

The following recent Gnulib commit fixes the issue:

https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=3Dfc6d7= d850bdebfed81e9212910f44edf99dd7743

If = someone could update Gnulib to a more recent version I'd really
appreciate it.

Thanks!

Aleix

I pushed an update to branch wip-gnulib-update. Could you = give that a try? I tested on macos 10.15.7 and I had two test failures, = in async.test and filesys.test, but I'm not sure those didn't happen = before.  (Everything was fine on Debian).


It builds fine now on macOS = 11.2.3. I'm getting 2 errors as well (I
don't see = async.test though):

FAIL: 00-socket.test: = setsockopt AF_INET: IPPROTO_TCP TCP_NODELAY
FAIL: = filesys.test: mkdtemp: invalid template


Totals for this test run:
passes: =             &n= bsp;   44240
failures: =             &n= bsp; 2
unexpected passes: =      0
expected failures: =      24
unresolved test cases: =  70
untested test cases:    1
unsupported test cases: 1
errors: =             &n= bsp;   0

FAIL: = check-guile
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
1 = of 1 test failed
Please report to bug-guile@gnu.org
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D


Thanks for checking, for the record, this is what = I got myself:

FAIL: = 00-socket.test: setsockopt AF_INET: IPPROTO_TCP = TCP_NODELAY

ERROR: = asyncs.test: preemption via sigprof - arguments: ((wrong-type-arg #f = "Wrong type (expecting ~A): ~S" ("resumable continuation" = #<vm-continuation 1094b94e0>) (#<vm-continuation = 1094b94e0>)))

FAIL: = filesys.test: mkdtemp: invalid template

Totals = for this test run:
passes:         =         44240
failures:=               2
unexpected passes:      0
expected failures:      24
unresolved test cases:  69
untested test cases:    1
unsupported test cases: 1
errors: =                 = 1

Regards

= Daniel



= --Apple-Mail=_7EE96A93-003F-41D0-AF32-E93F882389BB--