From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id SDpjM56gaF8aSgAA0tVLHw (envelope-from ) for ; Mon, 21 Sep 2020 12:46:22 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id GL0oL56gaF9sMwAAB5/wlQ (envelope-from ) for ; Mon, 21 Sep 2020 12:46:22 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 4AF409400C7 for ; Mon, 21 Sep 2020 12:46:22 +0000 (UTC) Received: from localhost ([::1]:45752 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kKLD2-00039m-C7 for larch@yhetil.org; Mon, 21 Sep 2020 08:46:20 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34412) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kKLCk-00037v-6t for bug-guix@gnu.org; Mon, 21 Sep 2020 08:46:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42162) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kKLCj-0003T0-SU for bug-guix@gnu.org; Mon, 21 Sep 2020 08:46:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kKLCj-0004bx-QR for bug-guix@gnu.org; Mon, 21 Sep 2020 08:46:01 -0400 X-Loop: help-debbugs@gnu.org Subject: bug#43513: json-c build failure (on armhf-linux) while trying to build u-boot Resent-From: Danny Milosavljevic Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Mon, 21 Sep 2020 12:46:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43513 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 43513@debbugs.gnu.org Received: via spool by 43513-submit@debbugs.gnu.org id=B43513.160069235517345 (code B ref 43513); Mon, 21 Sep 2020 12:46:01 +0000 Received: (at 43513) by debbugs.gnu.org; 21 Sep 2020 12:45:55 +0000 Received: from localhost ([127.0.0.1]:53708 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kKLCd-0004VM-8B for submit@debbugs.gnu.org; Mon, 21 Sep 2020 08:45:55 -0400 Received: from dd26836.kasserver.com ([85.13.145.193]:54630) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kKLCb-0004Sq-Rp for 43513@debbugs.gnu.org; Mon, 21 Sep 2020 08:45:54 -0400 Received: from localhost (80-110-126-103.cgn.dynamic.surfer.at [80.110.126.103]) by dd26836.kasserver.com (Postfix) with ESMTPSA id E0FFA3360821 for <43513@debbugs.gnu.org>; Mon, 21 Sep 2020 14:45:51 +0200 (CEST) Date: Mon, 21 Sep 2020 14:44:41 +0200 From: Danny Milosavljevic Message-ID: <20200921144441.4b58d775@scratchpost.org> In-Reply-To: <20200921134855.2ed40eb0@scratchpost.org> References: <20200919173628.423331da@scratchpost.org> <20200921134855.2ed40eb0@scratchpost.org> X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/rI9NIxqgFvSw0Fn52gy17lh"; protocol="application/pgp-signature"; micalg=pgp-sha512 X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.7 (-) X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: "bug-Guix" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of bug-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=bug-guix-bounces@gnu.org X-Spam-Score: -1.11 X-TUID: aukbojr3gk5L --Sig_/rI9NIxqgFvSw0Fn52gy17lh Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable > to have 64 bit offsets or 32 bit offsets[1]. Right now, from user space,= that > is only possible via process personality flags. Or via CONFIG_X86_X32, which exposes extra syscalls ON x86_64 ONLY. I guess that would be better than nothing--although glibc would have to look seriously strange to use those: Even on ARM, it would have to try this sys= call first, and then the normal one. I don't think that that is reasonable to a= dd to glibc. --Sig_/rI9NIxqgFvSw0Fn52gy17lh Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAl9ooDkACgkQ5xo1VCww uqUIOAf9ESCd+on4RNsqrv6/EGlu39MMapytX5Vz/GxIKC6yQGD+Y+yuIqsU7Pm3 Y7jDvoAolLRxYBSlAQqxuRz7apud8jl83xiVdPL7w40EJxvPu5z9ofNpcLg2ZqgE aB18RGkt679HAJ0hjEMJFJ3tlAEoXNk25xhlRFzSpazJwPHk9yRz4Hf8N58dOk6h zDOxThOBIJu7o7xwc/Wc2GnLQkZk020mKwwXMH2Iz8Q+tkcRMrXvYcOytHLFGuPV SBliyxMkXsJ2Z0mYFoZd8l4N1UOY99bz8XnVIcjEN7vv5mcgrU5KEKir32zFqq2G dl15Dmr0vpRNxiRH2lTixhYikTXw4g== =oAi2 -----END PGP SIGNATURE----- --Sig_/rI9NIxqgFvSw0Fn52gy17lh--