From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id YJ+eB3H5rWVDQwEAe85BDQ:P1 (envelope-from ) for ; Mon, 22 Jan 2024 06:13:21 +0100 Received: from aspmx1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id YJ+eB3H5rWVDQwEAe85BDQ (envelope-from ) for ; Mon, 22 Jan 2024 06:13:21 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=ezjUOumz; 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=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1705900401; 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=yfevB+Qome3k+aLDk8/1ryfq3ZUA+1uLaoJqkf8PLew=; b=i9cePgCpk+kvdfpHoJ8pYPxgLOwWbSE87PcrQu5bI3YjqTDXzjrgrocafhK7263eStb5dx DjSu8gYquh8S/r4dvE1TPdfiuYb367NS/92batDMeu/OrlliRRjmZMHXKbeLbqI7/ChdNF c2cYGVB6MaPRLobXfDuZ0lX+bcHcwaV1gOtsmzb2m04maDl+vBRhC9SgMOX/FHhfBna3hU A5GJCUhKp0PfhzYUvwhbA7jKqmWgcv2oyAust6uaKTpp9XNtGWPLcJNu+NInYkNCI/A9Pt FcqlswOWXyzNV83xJb20Rhhhgb7BN2Os6HRiYRhntJZjwVTzYmQ04ezattCA8A== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=ezjUOumz; 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=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) ARC-Seal: i=1; s=key1; d=yhetil.org; t=1705900401; a=rsa-sha256; cv=none; b=H42gjls0rCFdvo7h++gY58JcmXFLmEHXBaCR0IF5t3KxtJrAZNlKWKI+DE6zEFPJ52U38I bnITsJUjpGFX8Hcll3PrxhCyx5l0gIKFUnyFEUrP8j7nkeU7YH+QITt5ZuuZ/QvwUvtw55 2g2ngn5+UFh1L1nE+EQjKVCJftBxUsF9RSrBYaRraUzp4knXBZHbI5/iFdRix5t4fM/pZk vV9bABxJOTzRlzhbjFjUgmct4un1lT4DmkEVDy1gZodNs9rUqbjfDdPwyvXLSa8STHiVHH iDNmF1+A0w2Z1F7OOxCl4K2kpQRC+zn4sgFanFINXqphwrY+GV5chSOTDcTL/g== 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 05C155191D for ; Mon, 22 Jan 2024 06:13:20 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rRmcR-0001nq-Rc; Mon, 22 Jan 2024 00:13:11 -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 1rRmcF-0001lb-0N for guix-patches@gnu.org; Mon, 22 Jan 2024 00:13:01 -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 1rRmcE-0007NS-KF for guix-patches@gnu.org; Mon, 22 Jan 2024 00:12:58 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rRmcI-0005cT-Dt for guix-patches@gnu.org; Mon, 22 Jan 2024 00:13:02 -0500 Subject: bug#48849: [PATCH core-updates]: Add #:sh argument to wrap-qt-program Resent-From: Maxim Cournoyer Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Mon, 22 Jan 2024 05:13:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 48849 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Maxime Devos Cc: 48849-done@debbugs.gnu.org Mail-Followup-To: 48849@debbugs.gnu.org, maxim.cournoyer@gmail.com, maximedevos@telenet.be Received: via spool by 48849-done@debbugs.gnu.org id=D48849.170590037221581 (code D ref 48849); Mon, 22 Jan 2024 05:13:02 +0000 Received: (at 48849-done) by debbugs.gnu.org; 22 Jan 2024 05:12:52 +0000 Received: from localhost ([127.0.0.1]:39685 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rRmc7-0005c1-Mp for submit@debbugs.gnu.org; Mon, 22 Jan 2024 00:12:52 -0500 Received: from mail-qk1-x729.google.com ([2607:f8b0:4864:20::729]:51262) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rRmc4-0005bi-9v for 48849-done@debbugs.gnu.org; Mon, 22 Jan 2024 00:12:50 -0500 Received: by mail-qk1-x729.google.com with SMTP id af79cd13be357-783137d8049so260817285a.2 for <48849-done@debbugs.gnu.org>; Sun, 21 Jan 2024 21:12:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1705900358; x=1706505158; darn=debbugs.gnu.org; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=yfevB+Qome3k+aLDk8/1ryfq3ZUA+1uLaoJqkf8PLew=; b=ezjUOumz6uUWHFG3EVJz4n9rHGnuvZfUHEi7CsksNzwV+DWbcGLDR5UYDEC9bqdLcf 58FQNxVwG9T9iqmv/mmWviWrx+AjKS4ExMKrBTiafhEjLaX8WpmAcVLGTeGhdkIdfdiX IACJAzydgldxZJiD0zIeCnx3ePo9GOQ9GnE5qXuBxIS9CSAh1JDcmgU2eb2AMwNJkGxV PO80rBwzD/fk3fJDRNPffmm13k6v+7I2L//VTckTGql2eVo1q472hg+7AMleEbKKM20I V5TABodJwa5v7yt65pP6KADHP6GNpkxS/6cT0gFVrQfAj7Aj+vG+LJJARWc2ZwkH1/Nd f/gA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1705900358; x=1706505158; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=yfevB+Qome3k+aLDk8/1ryfq3ZUA+1uLaoJqkf8PLew=; b=Ag99xCkZuI0ltLpfbbFSAO9tjkjjGhoiMzb1apGiTkeB71e5YGfN5mcgSmN+yBnsBb hPUC/Qkzrxm0xhc+4ABxBCIi6xoYOqfXc2NnBTNAToUPeW6XlcjJqUtEy80grrXcyQNl 8VB7E2BoXX6oGrVhj3belNno90D6BXYLMTo0NKldOIW+Elu3aqI50fcGru9/A0Jpnspu /ys3pRw1tvRRIb9mTsDkY2KvrG6eJX0Vqdaj2IsZvfhlfSGkxCy963YrwsSNHYK72MFG NB9quRPNSrseTWGumE6MT9fMnXXdSh3ccuXr3fzYfiM6dgrD2FDA1Up5y32++Zu8E6Sx 3RNw== X-Gm-Message-State: AOJu0Yw9e+T+OyM+lOc2kXXS37QvEuXQE3FJ81fqHpnFwHQID8fOnZas 15G6r0pbTv5NuIqeuFR/VyaSZv9k7KzDpdcuwVFBKDcuwdcWN5O9k5IKv7bwzyY= X-Google-Smtp-Source: AGHT+IG79cY0oTlo7U3u4qhCsUobRQM0u8M1fip0LdypvFNnx13VwbLkW7LzA5cEfsGHteHb9qrKpg== X-Received: by 2002:a05:620a:42:b0:783:7a57:265d with SMTP id t2-20020a05620a004200b007837a57265dmr4793366qkt.133.1705900358379; Sun, 21 Jan 2024 21:12:38 -0800 (PST) Received: from hurd (dsl-10-128-232.b2b2c.ca. [72.10.128.232]) by smtp.gmail.com with ESMTPSA id c10-20020ae9e20a000000b007839ce3f4ebsm764585qkc.91.2024.01.21.21.12.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 21 Jan 2024 21:12:37 -0800 (PST) From: Maxim Cournoyer In-Reply-To: <678f5b29c1b5e2100bfde5b5121c57a9d2d2f3d8.camel@telenet.be> (Maxime Devos's message of "Sat, 05 Jun 2021 13:49:23 +0200") References: <678f5b29c1b5e2100bfde5b5121c57a9d2d2f3d8.camel@telenet.be> Date: Mon, 22 Jan 2024 00:12:36 -0500 Message-ID: <878r4i3q9n.fsf@gmail.com> 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: 2.34 X-Migadu-Scanner: mx13.migadu.com X-Spam-Score: 2.34 X-Migadu-Queue-Id: 05C155191D X-TUID: XTmF03nwoYkZ Hi again, Maxime Devos writes: > Hi guix, > > This patch series adds a #:sh keyword argument to wrap-qt-program > and adjusts callers to set this keyword argument appropriately. > > Setting this argument appropriately is required for cross-compilation. > Otherwise, a bash for SYSTEM (as in --system=..) is used instead > of a bash for TARGET (as in --target=...). > > I didn't test building some qt programs with this patch series yet, > as I'm currently waiting on the substitute servers to catch up > with recent changed to core-updates (to avoid building a tower > of rusts). I'll do that later. > > Greetings, > Maxime > > From 27d42f25f54b16f382e18b9ef0fb202fb00da90d Mon Sep 17 00:00:00 2001 > From: Maxime Devos > Date: Sat, 5 Jun 2021 11:02:16 +0200 > Subject: [PATCH 1/8] qt-utils: Allow overriding the shell interpreter in > 'wrap-qt-program'. > > * guix/build/qt-utils.scm (wrap-qt-program): Introduce a #:sh keyword > argument and pass it to 'wrap-program'. I see this patch was already merged by Mathieu in 77b98bf1874aac8ed447e9f0b0ee0865a1d652ba; thus, I'm closing this ticket. Thank you! -- Maxim