From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id cMXoE6rbol+IRgAA0tVLHw (envelope-from ) for ; Wed, 04 Nov 2020 16:49:46 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id uNS9D6rbol9HPAAAbx9fmQ (envelope-from ) for ; Wed, 04 Nov 2020 16:49:46 +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 E307D940111 for ; Wed, 4 Nov 2020 16:49:45 +0000 (UTC) Received: from localhost ([::1]:44902 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kaLyi-0000P9-8W for larch@yhetil.org; Wed, 04 Nov 2020 11:49:44 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:52248) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kaLx4-0006gG-My for bug-guix@gnu.org; Wed, 04 Nov 2020 11:48:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:38873) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kaLx4-0002yD-Cy for bug-guix@gnu.org; Wed, 04 Nov 2020 11:48:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kaLx4-0007Lq-Bh for bug-guix@gnu.org; Wed, 04 Nov 2020 11:48:02 -0500 X-Loop: help-debbugs@gnu.org Subject: bug#44445: json-c cross-build fails from x86-64 to armhf Resent-From: Danny Milosavljevic Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Wed, 04 Nov 2020 16:48:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 44445 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Jesse Gibbons Received: via spool by 44445-submit@debbugs.gnu.org id=B44445.160450844328201 (code B ref 44445); Wed, 04 Nov 2020 16:48:02 +0000 Received: (at 44445) by debbugs.gnu.org; 4 Nov 2020 16:47:23 +0000 Received: from localhost ([127.0.0.1]:50419 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kaLwR-0007Km-2Y for submit@debbugs.gnu.org; Wed, 04 Nov 2020 11:47:23 -0500 Received: from dd26836.kasserver.com ([85.13.145.193]:37230) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kaLwO-0007KZ-Aq for 44445@debbugs.gnu.org; Wed, 04 Nov 2020 11:47:21 -0500 Received: from localhost (80-110-126-103.cgn.dynamic.surfer.at [80.110.126.103]) by dd26836.kasserver.com (Postfix) with ESMTPSA id 288813361525; Wed, 4 Nov 2020 17:47:18 +0100 (CET) Date: Wed, 4 Nov 2020 17:47:16 +0100 From: Danny Milosavljevic Message-ID: <20201104174716.057035d7@scratchpost.org> In-Reply-To: <1a09cdf5-1a47-6013-bbec-0b289992100a@gmail.com> References: <1a09cdf5-1a47-6013-bbec-0b289992100a@gmail.com> X-Mailer: Claws Mail 3.17.7 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/cEW9hSR.Nrd/IOkCYR5wk4b"; 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: , Cc: 44445@debbugs.gnu.org Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: "bug-Guix" X-Scanner: ns3122888.ip-94-23-21.eu 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: 0.39 X-TUID: o7LPUNnAaL7x --Sig_/cEW9hSR.Nrd/IOkCYR5wk4b Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Are you really using a cross-compiler or are you using qemu transparent emu= lation? If the latter, this is a known problem, see bug# 43513. Right now, I wouldn't use qemu transparent emulation in order to build anyt= hing for systems where the register width of guest and Linux kernel is different. If you are lucky, the build fails. If you are unlucky, the build succeeds = but is subtly broken. (I tried to fix that on core-updates, but core-updates without any changes already doesn't work--so I gave up) --Sig_/cEW9hSR.Nrd/IOkCYR5wk4b Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAl+i2xQACgkQ5xo1VCww uqW3vgf/eizZMfmqXkPRlMVCE3iH5LAH3z6beEHNk5WJwHBjJj8q6f6JiVAs0WbV fyMTuWlSjDFFPLj5fqgSmwNt76Cn/+ZkhXLkCOnwgYthZj/xQ8YqQUbwDgjNu72s 8wD1XeNTUJrQayodcaEMmWCAPN4mxNlivNMltJy3yspqwFoajjoWDLy0gE7yHoUL yGAegPHlilFQAsbics6VcsZK9HFCQTh6WDNnq2iaQyL8PI75z/zedA/WnVMhVdPB 0eS77Re5VXPjjUJt/b4PoVPEX1axhcDfu7o3yNSvgZB2e7XThfnajW4uKCRQrdAU uhCHHoZ+9e9Gx3nQjqvfmJrW7y3RyA== =3k1F -----END PGP SIGNATURE----- --Sig_/cEW9hSR.Nrd/IOkCYR5wk4b--