From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id EFIkH8hLB2XvhAAA9RJhRA:P1 (envelope-from ) for ; Sun, 17 Sep 2023 20:56:08 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id EFIkH8hLB2XvhAAA9RJhRA (envelope-from ) for ; Sun, 17 Sep 2023 20:56:08 +0200 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 2930C6CF04 for ; Sun, 17 Sep 2023 20:56:08 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b="SAKke/6a"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); 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" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1694976968; 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: content-transfer-encoding:content-transfer-encoding:resent-cc: 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=ZR/R6E93JEi8IC68Pfhta8VOaTgbGoRihkJdmr+TNdg=; b=foDZ0P0nG0bun3W/oBr717p9pG+o99+YQAJM8eqBZ/tV0t++GJdC3A4rrJaAMj9WeDU7Iw OuM1n3nuw4DlXVrhh3SHbHkJadY6IYDKM3porCtg9seizXRigpjLF+YbFOUd37XqdL6pJj H1UMQVe5lt+N5lzzcYVDScRzvnWY3NaMNL8zmVETdkSSK/Nox/bycBs4qZu98HjLHoee7p +0sTuzbb8ri9bwejR4ZKpTZstMw8DrwGptaxTvWIure/7ryv0jpUVfOueI5vDbGOyzuE2Z YdKjVF2YRsPYrKXZb2wLseIxIFOdG4f4got0ZDOfLsgAwxoMlwK7r1I+cwyCKQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1694976968; a=rsa-sha256; cv=none; b=NoCcQs++Qv2pjHOmKV5/lh/5R7mQ4JajZ/LPS1nHDeheaUhNGm7T9e+bVnLpS5xlxm7bTF Hr6dI3yn+RpMmZlrE4Ztzocv/wP6hsKUQq62gY9IiqVHf299aZ5SQTIfA+qVy2TFVw3rm1 0ZkDuIC8iW7UunDSviMl/FHetuogFrEgCm+1beYIPoBg8n/LdbpfUCVaCdPbywfOGnrEcO E9iRlqMAVULaz0PdmZOD2R1l/50WOIMYHgpw5jFyl8GOzbdpYRtcfE2ZAylT8/0270DbmF hBgXITuOFZQAohpFnI0DJeYjEQZCYTb2PApdr8xxLJjBz+33pnQ3qptPSsav+g== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b="SAKke/6a"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); 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" Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qhww2-0004rw-80; Sun, 17 Sep 2023 14:55:58 -0400 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 1qhwvz-0004rL-5i for guix-patches@gnu.org; Sun, 17 Sep 2023 14:55:55 -0400 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 1qhwvy-000447-Tf for guix-patches@gnu.org; Sun, 17 Sep 2023 14:55:54 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qhww6-0000Se-E5 for guix-patches@gnu.org; Sun, 17 Sep 2023 14:56:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66052] [PATCH gnome-team v3] gnu: tracker: Update to 3.6.0. Resent-From: Liliana Marie Prikler Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 17 Sep 2023 18:56:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66052 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Vivien Kraus , 66052@debbugs.gnu.org Cc: rg@raghavgururajan.name, maxim.cournoyer@gmail.com Received: via spool by 66052-submit@debbugs.gnu.org id=B66052.16949769251723 (code B ref 66052); Sun, 17 Sep 2023 18:56:02 +0000 Received: (at 66052) by debbugs.gnu.org; 17 Sep 2023 18:55:25 +0000 Received: from localhost ([127.0.0.1]:51425 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qhwvV-0000Rj-8q for submit@debbugs.gnu.org; Sun, 17 Sep 2023 14:55:25 -0400 Received: from mail-wr1-x444.google.com ([2a00:1450:4864:20::444]:52392) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qhwvQ-0000RR-Ik for 66052@debbugs.gnu.org; Sun, 17 Sep 2023 14:55:23 -0400 Received: by mail-wr1-x444.google.com with SMTP id ffacd0b85a97d-31dcf18f9e2so3676470f8f.0 for <66052@debbugs.gnu.org>; Sun, 17 Sep 2023 11:55:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1694976907; x=1695581707; darn=debbugs.gnu.org; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:from:to:cc:subject :date:message-id:reply-to; bh=ZR/R6E93JEi8IC68Pfhta8VOaTgbGoRihkJdmr+TNdg=; b=SAKke/6a/IWZqlUMN0141IDknMr/EpGGX28lnpVh53nKLOYiNNYjbMgNSLX9OidNh1 JAj7lZeovpmhQeDJZT1SI9mo0U+twdB5ibZam2STzIccYnQ4SaHgvB9yYYxxcJHVW81l Hf3whWk3xVKklT0SwF5bET4PUqeXmJRGetMWvDIVH0uUUBhPbgAKTb54OVsHCgPNTZQl mvvosMTpURErww1IJOQB0mk2meXOYpnYZ05F90kHRTIk8Z30E8C+RqV+6A/TDKIntBWP QvjSTSBz6DzmIjPCNwIHHzJronRVftnnUcpcaxVybpEzNErf1aAM2SeFtilWGXxVP1Kd 76JA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1694976907; x=1695581707; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=ZR/R6E93JEi8IC68Pfhta8VOaTgbGoRihkJdmr+TNdg=; b=w23zsP4/ujS5XM/cDmqjhqhVRwRbSVGGoQ5jCmoO9U3mOsgMQYpDZS1x1u5NvW+G0t NU8mTdKaeS7SI4WLO6g1DDOmEwJmJgZqYerdt4NiUhyiXldtEanv/CniH6N8FdjH1dCw YaL59mN58j6Zq7ZFo8ovhR6/bgNt7dyTMyY5eLji7mgW49oIj7TWSFPjPSH+oEl/L04n JzHMbl51T0YI/CMeMsbRCLZUgmZE6yUW3x+GI3yJtAk3j8GXS9B/yGJfVk5+4VE4V3yQ XDEIYWNG4hOpeWj4+hFKnxvtK4Ihk1iw52Ys3UsCgRT77N83DFjxFAllZHiBZGlEVYu2 3asA== X-Gm-Message-State: AOJu0YzqwW/zKlnkg8PxoxdG0fruTgDAt97eHFmOXYE9baKYkkMeAPJc TYLU32lMqZycZEjlcoUAmi4= X-Google-Smtp-Source: AGHT+IHUnPBIOrCfJz3X8Kxxlx2NLUTvJ6xsYKAJTzCfmXvzd0JbjYNNZEI2ltDUOL8L4q315YR71Q== X-Received: by 2002:a05:6000:252:b0:321:4ab6:9b28 with SMTP id m18-20020a056000025200b003214ab69b28mr1072140wrz.16.1694976906690; Sun, 17 Sep 2023 11:55:06 -0700 (PDT) Received: from lumine.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id x5-20020a1709065ac500b00993664a9987sm5272593ejs.103.2023.09.17.11.55.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 17 Sep 2023 11:55:05 -0700 (PDT) Message-ID: <79a0085fc5b4c27bef6d3d811ab40a9b6f752447.camel@gmail.com> From: Liliana Marie Prikler Date: Sun, 17 Sep 2023 20:55:04 +0200 In-Reply-To: <409de86ce727f6f09b2e9a063e79848578be5fa9.1694972905.git.vivien@planete-kraus.eu> References: <0235430d802b793ab401ee6ed15b51a587cf38dd.camel@gmail.com> <409de86ce727f6f09b2e9a063e79848578be5fa9.1694972905.git.vivien@planete-kraus.eu> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4 MIME-Version: 1.0 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: 7.24 X-Spam-Score: 7.24 X-Migadu-Queue-Id: 2930C6CF04 X-Migadu-Scanner: mx0.migadu.com X-TUID: BqPtW+oSO7IH Am Sonntag, dem 17.09.2023 um 13:29 +0200 schrieb Vivien Kraus: > * gnu/packages/gnome.scm (tracker): Update to 3.6.0. > [#:phases]: Add 'disable-failing-tests'. > --- >=20 > > > > You can (and probably should) make this into a =E2=80=98disable- > > > > failing- > > > > tests=E2=80=99 or inline it into an existing one.=C2=A0 Otherwise L= GTM but > > > > waiting for CI to test. > > >=20 > > > This is only for i686, I want to keep all tests for x86_64. So, > > > it=E2=80=99s > > > named 'disable-i686-failing-tests'. > > >=20 > > > I would not hold my breath for CI. Looking at the qa-frontpage > > > repository, I suspect the base for all QA builds is always master > > > (it > > > invokes "git tag base-for-issue-*" without a specific branch > > > name), > > > so it will likely fail. > > Fine by me.=C2=A0 Not sure whether we'll need to distinguish failing > > tests > > like that in the future or chain multiple ones after another (there > > is > > precedent to putting them all in one phase and we are already > > rebuilding tracker, so we might also have a phase that reads > > *unspecified* on arches that don't need any fixes, but who am I to > > insist on that). >=20 > Sorry, I=E2=80=99m not sure I understood everything. Is this more what yo= u > expected? I=E2=80=99m not sure about the *unspecified* thing. If I drop = the > "else" leg of the conditional, I get: >=20 > =C2=A0=C2=A0=C2=A0 guix build: error: #: invalid G-expressio= n input >=20 > Same if I replace the "if" with a "when". >=20 > So, the phase does not read *unspecified* if no fix is needed, it > reads #t instead. You don't need the clunky #t if you use and, but I'm sure there are other places that already have such logic to copy from with more idiomatic code. Case in point: glib, which has patches for i686 and hurd. Cheers