From debbugs-submit-bounces@debbugs.gnu.org Mon May 23 21:52:26 2022 Received: (at 54221) by debbugs.gnu.org; 24 May 2022 01:52:26 +0000 Received: from localhost ([127.0.0.1]:50526 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ntJij-0002NF-VM for submit@debbugs.gnu.org; Mon, 23 May 2022 21:52:26 -0400 Received: from mx.nixnet.email ([94.16.121.167]:41930) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ntJii-0002N7-Ci for 54221@debbugs.gnu.org; Mon, 23 May 2022 21:52:24 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) by mx.nixnet.email (Postfix) with ESMTPSA id 2CEAB200306 for <54221@debbugs.gnu.org>; Mon, 23 May 2022 21:52:21 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nixnet.email; s=202002021149; t=1653357142; h=from:from:reply-to:subject:subject:to:to:cc; bh=MX1m2b3Air/WL+PGb9qbPCYdgKftM1m23lKNBlidpkA=; b=otnYk9SxzBpWBrQGlygopk81AFy6rPfCYO1dpeYDnzJ8wBGaOZtd8C/2TOzYTKgJBDW4z1 qXnEMD1LejtqUzADH3weaNZNfH0bXQ/o46xHOlV79PPRDLV6rOmVVTBMsQnf3gLHmQZr2b wiHgmGhqgx21X3/Y7Tr9aTeseX97Mbo= Message-ID: <1afb9a6e-a1b3-c09d-be35-d6376707a24d@nixnet.email> Date: Mon, 23 May 2022 21:52:18 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.0 Subject: Re: [PATCH v6 1/2] gnu: vim: Use native-search-paths to search for plugins. Content-Language: en-US To: 54221@debbugs.gnu.org References: <81321483b3ea03870a94a5fce3931ba176269f73.1653352914.git.seerlite@nixnet.email> From: SeerLite In-Reply-To: <81321483b3ea03870a94a5fce3931ba176269f73.1653352914.git.seerlite@nixnet.email> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 54221 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 (-) The last patches were broken. I did not realize I had done a "make clean" inside my Guix repo and that made ./pre-inst-env guix use my profile channel instead of the repo. Sorry about that:) Now both build fine and work correctly. I also tested cross-compilation (guix build --target=x86_64-linux-gnu and also --target=aarch64-linux-gnu) but both fail. Note however that that was also the case before my patches, and I've got no idea how to get it working myself. SeerLite