From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id 4HZGHNW9DGVZgQEAauVa8A:P1 (envelope-from ) for ; Fri, 22 Sep 2023 00:04:05 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id 4HZGHNW9DGVZgQEAauVa8A (envelope-from ) for ; Fri, 22 Sep 2023 00:04:05 +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 B09B748478 for ; Fri, 22 Sep 2023 00:04:04 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=planete-kraus.eu header.s=albinoniA header.b=LvYXt9fJ; 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=1695333845; h=from:from:sender:sender:reply-to: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=YTVBseQTe+J7wmOxPw1IrQ4XoMDu1LOWl66BLTHk53Q=; b=jXcf6d6+CT52saLJQJwuaQrMbDHV4H7zvkawKhWoOxjPiRnndqd2FqlTmzQwDEr6gajFTw fs98fHPL5ApK0d8sN7GIglrePDmtEUS9PY4890BXgT0DaL2dfRNaBlXODRR8HOnhfN8bGT HdQstW8fVFzhHe5aaqpL0n+rjDGfWv9zXHOnazOU9ernhF5TCSRm/XkiN8FyP3TB6ftsLV leUsvePICQC6CLA6aGAeeww9D3p3vqa0BHg35cMu6c5OsjaDMx+k9l8wSWTcraa8nxxkbe 6AoVEscjR1gaUqw88CV8EuyHwVkihbN3GcJDuMuNJutz+hm17hXyXGAdE5/vnA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1695333845; a=rsa-sha256; cv=none; b=mDsOLzLR7T/B2J3n0OkLCo1VNJSJe3PR6npnBsMla1mXfZI1893/qUe/lO1wSipwhymtuC B7Wldz5ZmBgoGIwzFlaqo8Ax7xPePEMEZhmJVXeZK3Pk9fFbzuGg9v6ux4fxqnsucc1kLT ZfIA8g4cAwokdD7IVMqYE7GoFIzZ9YqvhHdTAingcFCm4UIyj9K1eSeVVI82R8jXfmBO8B ccm6UusLuw5BXL+9fXRlbjzI12KQtjRVKZis42fgUbJVuu8qxDCx1mZOsKCBmL+VFu36KL aPG60+h/JbzR7gSi9jQfbICb6mZ+L3/lCICJEkTBTkAGFWOBlv+PGDKhDzOsvQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=planete-kraus.eu header.s=albinoniA header.b=LvYXt9fJ; 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 localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qjRm6-00071R-IU; Thu, 21 Sep 2023 18:03:54 -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 1qjRm4-00070d-OF for guix-patches@gnu.org; Thu, 21 Sep 2023 18:03:52 -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 1qjRm4-0003J3-GI for guix-patches@gnu.org; Thu, 21 Sep 2023 18:03:52 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qjRmE-0002gQ-DO for guix-patches@gnu.org; Thu, 21 Sep 2023 18:04:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66099] [PATCH gnome-team 0/3] Update upower Resent-From: Vivien Kraus Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 21 Sep 2023 22:04:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66099 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Liliana Marie Prikler , 66099@debbugs.gnu.org Cc: rg@raghavgururajan.name, maxim.cournoyer@gmail.com Received: via spool by 66099-submit@debbugs.gnu.org id=B66099.169533380410262 (code B ref 66099); Thu, 21 Sep 2023 22:04:02 +0000 Received: (at 66099) by debbugs.gnu.org; 21 Sep 2023 22:03:24 +0000 Received: from localhost ([127.0.0.1]:34946 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qjRlb-0002fS-Sv for submit@debbugs.gnu.org; Thu, 21 Sep 2023 18:03:24 -0400 Received: from planete-kraus.eu ([89.234.140.182]:60446) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qjRlW-0002fF-NM for 66099@debbugs.gnu.org; Thu, 21 Sep 2023 18:03:22 -0400 Received: from planete-kraus.eu (localhost.lan [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 74c092f2; Thu, 21 Sep 2023 22:03:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:subject:from:to:cc:date:in-reply-to:references :content-type:content-transfer-encoding:mime-version; s= albinoniA; bh=iQPTuhZCehT+Y8lRFLhoxO5exA4=; b=LvYXt9fJQ1WTBb8Q/6 TJ4Lm2RSE0+rytPBhj2k7s8PsqQsgNha1wI/owGwnsIVNSShb2Dn6+mxCRKDZtay P87jyrMi3YDgK3Av3rJcfAic9Rx5cLdHr3y3pd1TRTMZmIV1BJvFsO8Xl1+jrhDM jAB2FjVTpWIFZW1iI2/EHabh4anT7Op2VA/QvB7cCj/U2k7FmMko7tBU78VraMSi 6sun9iCS1z9fcumBEwDJMqys75uSSb1iFwvhTALcpcKi2dEzAzCZKL/FO+LJ+yVR vPqF5efL/M7WEBfUjRsXVHqgKqXXZGLWu9K3SqHfAcCiUnpDoCtpiFdYGwItIPJl 0izQ== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id ae8b8a56 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Thu, 21 Sep 2023 22:03:06 +0000 (UTC) Message-ID: <4c33ab1d7c349f4215c5fdd7a1d42389d0e34bd3.camel@planete-kraus.eu> Date: Fri, 22 Sep 2023 00:03:03 +0200 In-Reply-To: References: <4c52ffd0442ea8f35ff6f18cef7a21be4092bf27.camel@gmail.com> 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: , Reply-to: Vivien Kraus X-ACL-Warn: , Vivien Kraus via Guix-patches From: Vivien Kraus via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Spam-Score: -5.28 X-Migadu-Spam-Score: -5.28 X-Migadu-Scanner: mx1.migadu.com X-Migadu-Queue-Id: B09B748478 X-TUID: VnnzTyhNY3Z7 Le jeudi 21 septembre 2023 =C3=A0 23:05 +0200, Vivien Kraus a =C3=A9crit=C2= =A0: > Le jeudi 21 septembre 2023 =C3=A0 19:06 +0200, Liliana Marie Prikler a > =C3=A9crit=C2=A0: > > eudev and libgudev versions LGTM. > Unfortunately, neither upower 1.90.0 nor 1.90.2 build with updated > eudev and libgudev. I think the problem is with hwdb. If I install upower before checking it, I get: phase `build' succeeded after 2.5 seconds starting phase `install' [0/1] Installing files. Traceback (most recent call last): File "/gnu/store/brxy70m8k3g8pxf5qj312amsnnj9njb8-meson- 1.1.0/lib/python3.10/site-packages/mesonbuild/mesonmain.py", line 194, in run return options.run_func(options) File "/gnu/store/brxy70m8k3g8pxf5qj312amsnnj9njb8-meson- 1.1.0/lib/python3.10/site-packages/mesonbuild/minstall.py", line 835, in run installer.do_install(datafilename) File "/gnu/store/brxy70m8k3g8pxf5qj312amsnnj9njb8-meson- 1.1.0/lib/python3.10/site-packages/mesonbuild/minstall.py", line 547, in do_install self.install_data(d, dm, destdir, fullprefix) File "/gnu/store/brxy70m8k3g8pxf5qj312amsnnj9njb8-meson- 1.1.0/lib/python3.10/site-packages/mesonbuild/minstall.py", line 620, in install_data if self.do_copyfile(fullfilename, outfilename, makedirs=3D(dm, outdir)): File "/gnu/store/brxy70m8k3g8pxf5qj312amsnnj9njb8-meson- 1.1.0/lib/python3.10/site-packages/mesonbuild/minstall.py", line 422, in do_copyfile self.copy2(from_file, to_file) File "/gnu/store/brxy70m8k3g8pxf5qj312amsnnj9njb8-meson- 1.1.0/lib/python3.10/site-packages/mesonbuild/minstall.py", line 322, in copy2 shutil.copy2(*args, **kwargs) File "/gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python- 3.10.7/lib/python3.10/shutil.py", line 434, in copy2 copyfile(src, dst, follow_symlinks=3Dfollow_symlinks) File "/gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python- 3.10.7/lib/python3.10/shutil.py", line 256, in copyfile with open(dst, 'wb') as fdst: PermissionError: [Errno 13] Permission denied: '/gnu/store/grx741bq3w2hq9dp61gbphghffzq5ywp-eudev- 3.2.14.beta/lib/udev/hwdb.d/95-upower-hid.hwdb' So, presumably, upower tries to install itself into eudev stuff, which fails. Now, it should install into upower=E2=80=99s prefix, but I=E2=80=99m= not sure how udevadm hwdb --update can be made to find hwdb files both from eudev and from upower. Maybe we need to introduce a search path, but I=E2=80=99m not sure udevadm understands any search path. I asked on #eudev in IRC, let=E2=80=99s see... Vivien