From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mark H Weaver Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] Bindings for =?utf-8?B?4oCYc2VuZGZpbGXigJk=?= Date: Sun, 24 Mar 2013 01:04:03 -0400 Message-ID: <87txo1bd8c.fsf@tines.lan> References: <87ip4liufs.fsf@gnu.org> <878v5hbblk.fsf@tines.lan> <87obed2iqo.fsf@gnu.org> <87620j8ck4.fsf@tines.lan> <877gkzxh09.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1364101475 17175 80.91.229.3 (24 Mar 2013 05:04:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 24 Mar 2013 05:04:35 +0000 (UTC) Cc: guile-devel@gnu.org To: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Mar 24 06:05:02 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 1UJd76-0003UB-5I for guile-devel@m.gmane.org; Sun, 24 Mar 2013 06:05:00 +0100 Original-Received: from localhost ([::1]:51973 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJd6i-0006hQ-G1 for guile-devel@m.gmane.org; Sun, 24 Mar 2013 01:04:36 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:43262) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJd6d-0006hL-SD for guile-devel@gnu.org; Sun, 24 Mar 2013 01:04:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UJd6c-0006PJ-Dk for guile-devel@gnu.org; Sun, 24 Mar 2013 01:04:31 -0400 Original-Received: from world.peace.net ([96.39.62.75]:47131) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJd6c-0006Oo-9T; Sun, 24 Mar 2013 01:04:30 -0400 Original-Received: from 209-6-91-212.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([209.6.91.212] helo=tines.lan) by world.peace.net with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1UJd6K-0006NZ-0T; Sun, 24 Mar 2013 01:04:12 -0400 In-Reply-To: <877gkzxh09.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Fri, 22 Mar 2013 22:27:02 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 96.39.62.75 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:15984 Archived-At: Hi Ludovic, The sendfile commit (fbac7c6113056bc6ee85996b10bdc08325c742a5) has caused the following build failures on Hydra. Thanks, Mark ====================================================================== 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-error #f "~A" ("Function not implemented") (38))) ====================================================================== On FreeBSD: (x86_64-freebsd without threads) checking sys/sendfile.h usability... no checking sys/sendfile.h presence... no checking for sys/sendfile.h... no [...] checking for sendfile... yes filesys.c: In function 'scm_sendfile': filesys.c:1140: warning: implicit declaration of function 'sendfile' ERROR: filesys.test: sendfile: file - arguments: ((system-error "sendfile" "~A" ("Bad file descriptor") (9))) ERROR: filesys.test: sendfile: file with offset - arguments: ((system-error "sendfile" "~A" ("Bad file descriptor") (9))) ERROR: filesys.test: sendfile: pipe - arguments: ((system-error #f "~A" ("Function not implemented") (78))) ERROR: filesys.test: sendfile: pipe with offset - arguments: ((system-error #f "~A" ("Function not implemented") (78))) ====================================================================== 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 ../../guile-2.0.7.227-86faf-dirty/libguile/filesys.c: In function 'scm_sendfile': ../../guile-2.0.7.227-86faf-dirty/libguile/filesys.c:1142:8: warning: passing argument 3 of 'sendfile' makes integer from pointer without a cast [enabled by default] /usr/include/sys/socket.h:619:5: note: expected 'off_t' but argument is of type 'scm_t_off *' ../../guile-2.0.7.227-86faf-dirty/libguile/filesys.c:1142:8: warning: passing argument 4 of 'sendfile' makes pointer from integer without a cast [enabled by default] /usr/include/sys/socket.h:619:5: note: expected 'off_t *' but argument is of type 'size_t' ../../guile-2.0.7.227-86faf-dirty/libguile/filesys.c:1142:8: error: too few arguments to function 'sendfile' /usr/include/sys/socket.h:619:5: note: declared here make[3]: *** [libguile_2.0_la-filesys.lo] Error 1