From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 30 05:54:09 2022 Received: (at 54619-done) by debbugs.gnu.org; 30 Mar 2022 09:54:10 +0000 Received: from localhost ([127.0.0.1]:34560 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nZV1l-0001qE-Q1 for submit@debbugs.gnu.org; Wed, 30 Mar 2022 05:54:09 -0400 Received: from eggs.gnu.org ([209.51.188.92]:48058) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nZV1k-0001px-5f for 54619-done@debbugs.gnu.org; Wed, 30 Mar 2022 05:54:08 -0400 Received: from [2001:470:142:3::e] (port=58474 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nZV1e-0004ZF-Mi; Wed, 30 Mar 2022 05:54:02 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=5T7fv1w6qV530sUSXiSd3YsWMDpOMBTtP8sYCNFHIjE=; b=jk8a3tOZQ2ht09nvkODb fi7e1meuZqiAMTAIMOd+FfVX1F7xrBJWtGe7eFpMpIILjtn8qP5SHuQiPq2M5/2tCt2duAkRYfw61 k5jcC5O9cBC+XaNC+mCcFM6crmRITr2j7qBCNcid/4E8XagOF4v2FM4W8WCSQ2dF+5feURUPxWhE+ yNbswL5gF+zrtCUevCZ+u140vdjFBK+f2njzSiJc0kErQ/Dm6cHLnzhMezhx6WPZMIImTUrLIdfS0 sed4Apsb6ZdKgXG1VKGnUE2r+oZp5UooUuw9BAhO3tkJDjBpiupOLlNU//BSZkb2MEQPjl7ZAsuj5 goItLcQ7gljNhA==; Received: from 71.125.192.77.rev.sfr.net ([77.192.125.71]:33846 helo=meije) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nZV1b-0001J7-0A; Wed, 30 Mar 2022 05:54:02 -0400 From: Mathieu Othacehe To: Brian Kubisiak Subject: Re: bug#54619: [PATCH] gnu: lsof: Fix cross-compilation. References: <20220329013728.d2flni2rrt46wyes@peregrine> <87r16l6t00.fsf@gnu.org> <20220329230524.uzyn5k5bdlteoz36@peregrine> Date: Wed, 30 Mar 2022 11:53:56 +0200 In-Reply-To: <20220329230524.uzyn5k5bdlteoz36@peregrine> (Brian Kubisiak's message of "Tue, 29 Mar 2022 16:05:24 -0700") Message-ID: <87pmm3yde3.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 54619-done Cc: 54619-done@debbugs.gnu.org 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 (---) Hello Brian, Thanks for the explanation! > If you have binfmt_misc + qemu set up on your machine, you may not see > this error. Oh right, that's probably why I didn't see those errors. > The solution is to point LINUX_CONF_CC at the build machine's compiler > instead of using the cross compiler for this step, which should build > and execute the test program natively. Pushed as a006b7d34757dbafc0d71d875613e6df521efe51. Mathieu