From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 10 10:23:11 2023 Received: (at submit) by debbugs.gnu.org; 10 Mar 2023 15:23:12 +0000 Received: from localhost ([127.0.0.1]:55532 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1paeaN-0005Lr-Gc for submit@debbugs.gnu.org; Fri, 10 Mar 2023 10:23:11 -0500 Received: from lists.gnu.org ([209.51.188.17]:45264) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1paeaL-0005Ld-6P for submit@debbugs.gnu.org; Fri, 10 Mar 2023 10:23:09 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1paeaL-0006Zj-0s for bug-guix@gnu.org; Fri, 10 Mar 2023 10:23:09 -0500 Received: from hera.aquilenet.fr ([2a0c:e300::1]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1paeaI-0003Du-LM; Fri, 10 Mar 2023 10:23:08 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 862E1C82; Fri, 10 Mar 2023 16:23:02 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at hera.aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KMPJfu8y2bzR; Fri, 10 Mar 2023 16:23:01 +0100 (CET) Received: from jurong (unknown [IPv6:2001:861:c4:f2f0::c64]) by hera.aquilenet.fr (Postfix) with ESMTPSA id B768F1E8; Fri, 10 Mar 2023 16:23:01 +0100 (CET) Date: Fri, 10 Mar 2023 16:23:00 +0100 From: Andreas Enge To: bug-guix@gnu.org Subject: Libaio on core-updates Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a0c:e300::1; envelope-from=andreas@enge.fr; helo=hera.aquilenet.fr 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, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: Ludovic =?iso-8859-15?Q?Court=E8s?= X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Libaio has started to fail on core-updates; this is very annoying since: Building the following 1068 packages would ensure 2078 dependent packages are rebuilt, among which qt@5 and gnome. Here is the result of "git bisect": 0ad86e94f518c70690641c1d6f3a04037974a25b is the first bad commit commit 0ad86e94f518c70690641c1d6f3a04037974a25b Author: Ludovic Courtès Date: Thu Mar 9 13:08:53 2023 +0100 gnu: libstdc++: Fix cross-compilation. * gnu/packages/gcc.scm (make-libstdc++): Adjust 'hide-gcc-headers' for cross-compiled libstdc++. Hm, that is supposed to only affect cross compilation, but apparently it broke something on native compilation for x86_64. Andreas In file included from main.c:24: cases/23.t: In function ‘thrproc2’: cases/23.t:82:35: error: passing argument 2 of ‘splice’ from incompatible pointer type [-Werror=incompatible-pointer-types] 82 | if (splice(tmpfd, &offset, pipefds[1], NULL, 1, 0) != 1) | ^~~~~~~ | | | off_t * {aka long int *} In file included from /gnu/store/0hr9jpczkcgpgqkhf4q4868xd57h5a62-glibc-2.35/include/bits/fcntl.h:61, from /gnu/store/0hr9jpczkcgpgqkhf4q4868xd57h5a62-glibc-2.35/include/fcntl.h:35, from main.c:9: /gnu/store/0hr9jpczkcgpgqkhf4q4868xd57h5a62-glibc-2.35/include/bits/fcntl-linux.h:398:49: note: expected ‘__off64_t *’ {aka ‘long long int *’} but argument is of type ‘off_t *’ {aka ‘long int *’} 398 | extern __ssize_t splice (int __fdin, __off64_t *__offin, int __fdout, | ~~~~~~~~~~~^~~~~~~ In file included from main.c:24: cases/23.t: In function ‘thrproc3’: cases/23.t:106:35: error: passing argument 2 of ‘splice’ from incompatible pointer type [-Werror=incompatible-pointer-types] 106 | if (splice(tmpfd, &offset, pipefds[1], NULL, 1, 0) != 1) | ^~~~~~~ | | | off_t * {aka long int *} In file included from /gnu/store/0hr9jpczkcgpgqkhf4q4868xd57h5a62-glibc-2.35/include/bits/fcntl.h:61, from /gnu/store/0hr9jpczkcgpgqkhf4q4868xd57h5a62-glibc-2.35/include/fcntl.h:35, from main.c:9: /gnu/store/0hr9jpczkcgpgqkhf4q4868xd57h5a62-glibc-2.35/include/bits/fcntl-linux.h:398:49: note: expected ‘__off64_t *’ {aka ‘long long int *’} but argument is of type ‘off_t *’ {aka ‘long int *’} 398 | extern __ssize_t splice (int __fdin, __off64_t *__offin, int __fdout, | ~~~~~~~~~~~^~~~~~~ cc1: all warnings being treated as errors make[1]: *** [Makefile:24: cases/23.p] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory '/tmp/guix-build-libaio-0.3.113.drv-0/libaio-0.3.113/harness' make: *** [Makefile:23: partcheck] Error 2 Test suite failed, dumping logs. error: in phase 'check': uncaught exception: %exception #<&invoke-error program: "make" arguments: ("partcheck" "-j" "4" "prefix=/gnu/store/xr6s773c3d62g9aynydp1h6231p42ixn-libaio-0.3.113" "CC=gcc") exit-status: 2 term-signal: #f stop-signal: #f> phase `check' failed after 1.1 seconds command "make" "partcheck" "-j" "4" "prefix=/gnu/store/xr6s773c3d62g9aynydp1h6231p42ixn-libaio-0.3.113" "CC=gcc" failed with status 2 builder for `/gnu/store/yqgy73rhzmi0n0yfdlarj9g1w8rvgpwy-libaio-0.3.113.drv' failed with exit code 1 build of /gnu/store/yqgy73rhzmi0n0yfdlarj9g1w8rvgpwy-libaio-0.3.113.drv failed View build log at '/var/log/guix/drvs/yq/gy73rhzmi0n0yfdlarj9g1w8rvgpwy-libaio-0.3.113.drv.gz'. From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 10 10:46:22 2023 Received: (at 62097-done) by debbugs.gnu.org; 10 Mar 2023 15:46:22 +0000 Received: from localhost ([127.0.0.1]:55586 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1paewn-0008Qh-QF for submit@debbugs.gnu.org; Fri, 10 Mar 2023 10:46:22 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:49252) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1paewm-0008QQ-My for 62097-done@debbugs.gnu.org; Fri, 10 Mar 2023 10:46:21 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 9451BD15; Fri, 10 Mar 2023 16:46:14 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at hera.aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0013qJIP9Dsr; Fri, 10 Mar 2023 16:46:13 +0100 (CET) Received: from jurong (unknown [IPv6:2001:861:c4:f2f0::c64]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 4CF04314; Fri, 10 Mar 2023 16:46:13 +0100 (CET) Date: Fri, 10 Mar 2023 16:46:11 +0100 From: Andreas Enge To: 62097-done@debbugs.gnu.org Subject: Spurious error Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 62097-done Cc: Ludovic =?iso-8859-15?Q?Court=E8s?= X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) I do not know which error I made, but libaio *does* build with the current core-updates HEAD. Sorry for the noise. Andreas From unknown Thu Jun 19 14:04:21 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 08 Apr 2023 11:24:11 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator