From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: =?utf-8?Q?Hans_=C3=85berg?= Newsgroups: gmane.lisp.guile.user Subject: Re: Warnings `_IOFBF' is deprecated. Use the symbol 'block instead. Date: Fri, 13 Jul 2018 14:45:21 +0200 Message-ID: References: <874lhadmxo.fsf@gnu.org> <87h8l4x0ra.fsf@gnu.org> <87601k6vak.fsf@gnu.org> <87zhyvmu3x.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1531485834 1140 195.159.176.226 (13 Jul 2018 12:43:54 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 13 Jul 2018 12:43:54 +0000 (UTC) Cc: Guile User To: =?utf-8?Q?Ludovic_Court=C3=A8s?= Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri Jul 13 14:43:50 2018 Return-path: Envelope-to: guile-user@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 1fdxQK-0000Cz-KN for guile-user@m.gmane.org; Fri, 13 Jul 2018 14:43:48 +0200 Original-Received: from localhost ([::1]:37138 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fdxSR-0005mO-7O for guile-user@m.gmane.org; Fri, 13 Jul 2018 08:45:59 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35683) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fdxRz-0005lR-Sm for guile-user@gnu.org; Fri, 13 Jul 2018 08:45:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fdxRv-0001Ca-1k for guile-user@gnu.org; Fri, 13 Jul 2018 08:45:31 -0400 Original-Received: from v-smtpout3.han.skanova.net ([81.236.60.156]:55032) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fdxRu-00017g-6E for guile-user@gnu.org; Fri, 13 Jul 2018 08:45:26 -0400 Original-Received: from [10.0.1.4] ([90.227.203.185]) by cmsmtp with ESMTPA id dxRpfDlXMeL3zdxRqfV7OY; Fri, 13 Jul 2018 14:45:22 +0200 In-Reply-To: <87zhyvmu3x.fsf@gnu.org> X-Mailer: Apple Mail (2.3445.9.1) X-CMAE-Envelope: MS4wfD9c5jKa4zn1U/oYTnDbXp2O4yUjSxcTNeXW7TYVft8PIJL+3u1gJtDGDUoOh1+5V2nCdly/8wLavIHegduAZd59/IMCSFYVPu4i3IX5ZfJUHkKUiSHz L/21FSGGJrlCwKAtItfSLMvvyHcZ6SUswM6BW30x80NsXU89sySjSRoq+ZjLvRGu5ApjbHf6eI+U6w== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 81.236.60.156 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.org gmane.lisp.guile.user:14712 Archived-At: > On 13 Jul 2018, at 10:13, Ludovic Court=C3=A8s wrote: >=20 > The plan is for Guix to require Guile >=3D 2.2 sometime soon though, = so at > that point we can move to the new APIs. A bug that may or may not be carried over to Guix: I could not install = Nix on MacOS 10.13, and I think it may be due to the sudo timeout set to = zero, causing non-terminating confirmations. So the script may do more = root calls than explicitly asked for, a potential security loophole.