From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] Bindings for =?utf-8?B?4oCYc2VuZGZpbGXigJk=?= Date: Mon, 25 Mar 2013 13:55:38 +0100 Message-ID: <87620f4p11.fsf@gnu.org> References: <87ip4liufs.fsf@gnu.org> <878v5hbblk.fsf@tines.lan> <87obed2iqo.fsf@gnu.org> <87620j8ck4.fsf@tines.lan> <877gkzxh09.fsf@gnu.org> <87txo1bd8c.fsf@tines.lan> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1364216156 5491 80.91.229.3 (25 Mar 2013 12:55:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 Mar 2013 12:55:56 +0000 (UTC) Cc: guile-devel@gnu.org To: Mark H Weaver Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Mar 25 13:56:22 2013 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UK6wm-000394-QL for guile-devel@m.gmane.org; Mon, 25 Mar 2013 13:56:20 +0100 Original-Received: from localhost ([::1]:40898 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UK6wP-0007DN-4c for guile-devel@m.gmane.org; Mon, 25 Mar 2013 08:55:57 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:53322) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UK6wI-0007DE-VD for guile-devel@gnu.org; Mon, 25 Mar 2013 08:55:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UK6wH-0006p2-6B for guile-devel@gnu.org; Mon, 25 Mar 2013 08:55:50 -0400 Original-Received: from [2a01:e0b:1:123:ca0a:a9ff:fe03:271e] (port=53820 helo=xanadu.aquilenet.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UK6wG-0006o3-VP for guile-devel@gnu.org; Mon, 25 Mar 2013 08:55:49 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by xanadu.aquilenet.fr (Postfix) with ESMTP id 33E94CCD1; Mon, 25 Mar 2013 13:55:39 +0100 (CET) Original-Received: from xanadu.aquilenet.fr ([127.0.0.1]) by localhost (xanadu.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dEj899LXXASC; Mon, 25 Mar 2013 13:55:39 +0100 (CET) Original-Received: from pluto (unknown [193.50.110.140]) by xanadu.aquilenet.fr (Postfix) with ESMTPSA id E8CA16FDA; Mon, 25 Mar 2013 13:55:38 +0100 (CET) X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 5 Germinal an 221 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu In-Reply-To: <87txo1bd8c.fsf@tines.lan> (Mark H. Weaver's message of "Sun, 24 Mar 2013 01:04:03 -0400") User-Agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.2 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2a01:e0b:1:123:ca0a:a9ff:fe03:271e X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:15989 Archived-At: Mark H Weaver skribis: > The sendfile commit (fbac7c6113056bc6ee85996b10bdc08325c742a5) has > caused the following build failures on Hydra. Thanks for the notification. > On GNU/Linux: (both i686-linux and x86_64-linux without threads) > > > > > checking sys/sendfile.h usability... yes > checking sys/sendfile.h presence... yes > checking for sys/sendfile.h... yes > [...] > checking for sendfile... yes > > ERROR: filesys.test: sendfile: pipe - arguments: ((system-error #f "~A" (= "Function not implemented") (38))) > ERROR: filesys.test: sendfile: pipe with offset - arguments: ((system-err= or #f "~A" ("Function not implemented") (38))) Oops, fixed by 45417ab. > On FreeBSD: (x86_64-freebsd without threads) [...] > On Darwin: (x86_64-darwin, both with and without threads) > > > > > checking sys/sendfile.h usability... no > checking sys/sendfile.h presence... no > checking for sys/sendfile.h... no > [...] > checking for sendfile... yes It turns out that the BSDs have their own flavor: http://www.unix.com/man-page/FreeBSD/2/sendfile/ https://developer.apple.com/library/mac/#documentation/Darwin/Reference/M= anpages/man2/sendfile.2.html We should support it, eventually, but for now commit 11ed427 just makes sure we don=E2=80=99t mistakenly attempt to use it. Thanks, Ludo=E2=80=99.