From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:700:3204::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id ITqFNPT9jmVtUgEAkFu2QA (envelope-from ) for ; Fri, 29 Dec 2023 18:12:20 +0100 Received: from aspmx1.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id KEHnLPT9jmXQYwAAe85BDQ (envelope-from ) for ; Fri, 29 Dec 2023 18:12:20 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=TKTeR2sT; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1703869940; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-to:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=afEjpD/Hmmu7F5MtR5jhcwi9j6Jet8CCS/yHI9a3mys=; b=XM0O3LARUqke62qPG+h/GjElMgxypFXEyMT31OKoYx9qfeKElxA9/9mFCIm+JbmsFQNUN8 POmLMOSCxl467RD7P3qbOBcJ+ehAloF/MOY8idgDtZkH3uEyXpLNI/77E6e3qA74Op6oWk NC9BUeMjHMMFEdMHz1l1jCh6c0RFKmLULpiVX7zPtOMKZJFs0pMSjV/KXP239UN26BwQIG AtmjIf2khVvn9EBVbsKbbiBypq0Qw/37a9pQSs/xjq/09lNavSQOScUOcVGlRsS7Hity4/ 9z//Wn5DUNerl/zpu2HyYTnm1qEwnB7/MjUo9HNLVNGrjyCejJBcd2CQvpRC/w== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1703869940; a=rsa-sha256; cv=none; b=pCfUTrN7zy1JqkS1fhyBadnek5TTmO8FMGg7eM5Zx85AS98R6FjmbhM6+nl2CFedMKodxF /ibj3Q2dMvzyt5Nm0VRcQaNv1i++UwqJubZvOccD5G1YQqMkcUTOul/NT9Lj8pWuz846/5 1Nj9OoLyQO9JeS1Eh7lqZ98hEa48HQo0zGfcbHzEBMZYJ/6Eoe+sR3zVWZIVeRrc8QJqPw Ti8gzqS9YA2aVFhieDqVqof4p2W9PFpdPd6gJc6A0WjmegfbU/AIwutHcqq4TdHE+W8B2F AayX+KTA7wnoBIYFN3GQrZvsxYolnGqRXcgsaVJUYqPmjzF7n4Ubk14AD86Rfw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=TKTeR2sT; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org 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 9A1341FF25 for ; Fri, 29 Dec 2023 18:12:20 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rJGP0-0005Jy-Ae; Fri, 29 Dec 2023 12:12:06 -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 1rJGOw-0005JB-J8 for guix-patches@gnu.org; Fri, 29 Dec 2023 12:12:02 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rJGOv-00006L-NK for guix-patches@gnu.org; Fri, 29 Dec 2023 12:12:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rJGOv-0006Ae-Mi for guix-patches@gnu.org; Fri, 29 Dec 2023 12:12:01 -0500 Subject: bug#68098: [PATCH] gnu: libid3tag: Fix cross-compiling. Resent-From: Mathieu Othacehe Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 29 Dec 2023 17:12:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 68098 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Zheng Junjie Cc: 68098-done@debbugs.gnu.org Mail-Followup-To: 68098@debbugs.gnu.org, othacehe@gnu.org, zhengjunjie@iscas.ac.cn Received: via spool by 68098-done@debbugs.gnu.org id=D68098.170386988223643 (code D ref 68098); Fri, 29 Dec 2023 17:12:01 +0000 Received: (at 68098-done) by debbugs.gnu.org; 29 Dec 2023 17:11:22 +0000 Received: from localhost ([127.0.0.1]:42172 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rJGOH-00069G-Vj for submit@debbugs.gnu.org; Fri, 29 Dec 2023 12:11:22 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:33922) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rJGOG-00068z-CA for 68098-done@debbugs.gnu.org; Fri, 29 Dec 2023 12:11:20 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rJGOB-0007tb-1o; Fri, 29 Dec 2023 12:11:15 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=afEjpD/Hmmu7F5MtR5jhcwi9j6Jet8CCS/yHI9a3mys=; b=TKTeR2sTvTwx6+vijuL4 znO1YOk9xL/983MbfspGoxVlzAIN6cJhLw8XAYE3QRSh61mb9gSsslthmM5g3WKoUbZhnyM5tX4sK Lu1DfVeQHgbm/slGkPk4zRGaDR6uqsJs9dVaA4jazrec8y+m7jinz5CRWBcQRmCzAKukJv4+ufuU3 UPdf1eCAzElLhjIEJg3+sqKK4Xe+zBMqvaMxdwli4zko2Mt/uq7JYy1QETsBVrKlf4htxOxO0qHy8 Kgp2aKzPJoyTKTUuSseyFGybRmGOdq2aAI6iBVOg/CZMci8P7K1ulZwAIENX2b16OVEVs53q0tR9r cmcNRL58uBvB+g==; From: Mathieu Othacehe In-Reply-To: <54a60f22c461db227f40b11f34cbdcfe1363fb31.1703851666.git.zhengjunjie@iscas.ac.cn> (Zheng Junjie's message of "Fri, 29 Dec 2023 20:08:29 +0800") References: <54a60f22c461db227f40b11f34cbdcfe1363fb31.1703851666.git.zhengjunjie@iscas.ac.cn> Date: Fri, 29 Dec 2023 18:11:12 +0100 Message-ID: <87le9dorwv.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -6.96 X-Spam-Score: -6.96 X-Migadu-Queue-Id: 9A1341FF25 X-Migadu-Scanner: mx12.migadu.com X-TUID: xm6E09lBGI6a Hello, > + ,@(if (and (%current-target-system) > + (or (target-riscv64?) > + (target-aarch64?))) > + `((add-after 'unpack > + 'update-config > + (lambda* (#:key native-inputs inputs > + #:allow-other-keys) > + (for-each > + (lambda (file) > + (install-file > + (search-input-file > + (or native-inputs inputs) > + (string-append > + "/bin/" file)) ".")) > + '("config.guess" "config.sub"))))) > + '())))) It is important to stay below the 78 columns limit but, going the other direction decreases the readability. I joined a few lines before applying. Thanks, Mathieu