From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 28 16:12:25 2024 Received: (at submit) by debbugs.gnu.org; 28 Nov 2024 21:12:25 +0000 Received: from localhost ([127.0.0.1]:39969 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tGloH-0001Kl-A2 for submit@debbugs.gnu.org; Thu, 28 Nov 2024 16:12:25 -0500 Received: from lists.gnu.org ([209.51.188.17]:47136) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tGloF-0001KZ-OH for submit@debbugs.gnu.org; Thu, 28 Nov 2024 16:12:24 -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 1tGlo3-0004iB-IC for guix-patches@gnu.org; Thu, 28 Nov 2024 16:12:14 -0500 Received: from nsmtp.uni-koblenz.de ([141.26.64.14]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tGlnz-0005GN-2e for guix-patches@gnu.org; Thu, 28 Nov 2024 16:12:09 -0500 Received: from localhost (localhost [127.0.0.1]) by nsmtp.uni-koblenz.de (Postfix) with ESMTP id 2097F1A0034; Thu, 28 Nov 2024 22:11:58 +0100 (CET) Authentication-Results: nsmtp.uni-koblenz.de (amavisd-new); dkim=pass (1024-bit key) reason="pass (just generated, assumed good)" header.d=uni-koblenz.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=uni-koblenz.de; h=content-transfer-encoding:mime-version:x-mailer:message-id :date:date:subject:subject:from:from:received:received:received; s=mail; t=1732828318; x=1734642719; bh=aX9+O56+qNvj4ggstf7WuSaq xz3xOJsAG04eHcc6hV8=; b=UifTgahDnwT+5Tu5jbgakpjD6oWdW568hbT/Emue rLrMkAIUnglXLzU1EctE8LBxFovkZbJx/tro/vIRK1vNrNdGKjG6h/dt2BGRotVM WFAimZWmohVQNQptQJl6EeYVEymCWJEIBx4spD/Y+lvwd3ZYOd1dbelwfemptU3v 8SM= X-Virus-Scanned: Debian amavisd-new at uni-koblenz.de Received: from nsmtp.uni-koblenz.de ([127.0.0.1]) by localhost (nsmtp.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wShlzD1af_SJ; Thu, 28 Nov 2024 22:11:58 +0100 (CET) Received: from mailproxy.uni-koblenz.de (mailproxy.uni-koblenz.de [141.26.64.230]) by nsmtp.uni-koblenz.de (Postfix) with ESMTPS; Thu, 28 Nov 2024 22:11:58 +0100 (CET) Received: from nutbook9.fritz.box (unknown [IPv6:2001:9e8:5ee9:a600:6128:4ed5:d37b:ef65]) by mailproxy.uni-koblenz.de (Postfix) with ESMTPSA id E0E3F10040C; Thu, 28 Nov 2024 22:11:57 +0100 (CET) From: Julian Flake To: guix-patches@gnu.org Subject: [PATCH] gnu: bluez: Update to 5.79. Date: Thu, 28 Nov 2024 22:11:51 +0100 Message-ID: <1a0c0cfb41a0f7421e2e70d73ee6803c2a33c923.1732828088.git.flake@uni-koblenz.de> X-Mailer: git-send-email 2.46.0 MIME-Version: 1.0 X-Debbugs-Cc: Leo Famulari , Wilko Meyer Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=141.26.64.14; envelope-from=flake@uni-koblenz.de; helo=nsmtp.uni-koblenz.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Julian Flake 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: -2.4 (--) * gnu/packages/linux.scm (bluez): Update to 5.79. Change-Id: I5928664f929d1bda6e8c8c5e37cb9020a9889881 --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index f7e7126c3d..a7c2678540 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -6203,7 +6203,7 @@ (define-public sbc (define-public bluez (package (name "bluez") - (version "5.72") + (version "5.79") (source (origin (method url-fetch) (uri (string-append @@ -6211,7 +6211,7 @@ (define-public bluez version ".tar.xz")) (sha256 (base32 - "0vjk4ihywzv8k07bxq7clqgi2afrw54nfp0gcnxw35m98nipz7a9")))) + "12pal1m4xlr8k7kxb6isv5lbaca2wc5zcgy0907wfwcz78qaar21")))) (build-system gnu-build-system) (arguments (list base-commit: 294386674c417355a24586fab5528c643d495b86 -- 2.46.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 03 08:28:10 2024 Received: (at 74597) by debbugs.gnu.org; 3 Dec 2024 13:28:10 +0000 Received: from localhost ([127.0.0.1]:58706 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tISwj-0006Qg-Qe for submit@debbugs.gnu.org; Tue, 03 Dec 2024 08:28:10 -0500 Received: from nsmtp.uni-koblenz.de ([141.26.64.14]:53979) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tISwg-0006QT-Ps for 74597@debbugs.gnu.org; Tue, 03 Dec 2024 08:28:08 -0500 Received: from localhost (localhost [127.0.0.1]) by nsmtp.uni-koblenz.de (Postfix) with ESMTP id C54EE1A0025 for <74597@debbugs.gnu.org>; Tue, 3 Dec 2024 14:28:04 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=uni-koblenz.de; h=content-type:content-type:mime-version:message-id:date:date :user-agent:subject:subject:from:from:received:received :received; s=mail; t=1733232484; x=1735046885; bh=D1fQrKmlw18rO0 VkXsYpaQNlFdqtsfKIiSCSY5Amhys=; b=T/bQLEzW2ligEszjpn31++LqhVqq21 CTLsUk+Btx5j2IRsUJNX9acbt/d7xBTowhMJJ7QqYOT7QLFG8+A+29ZnIMK0d1CZ WvoAviltU3CKiSShxrvswDb0RDSvxFEUjUTYNJkjWcKQSe5c9hzCa57HbMVVNtyo NUwwaVoX2zMZo= X-Virus-Scanned: Debian amavisd-new at uni-koblenz.de Received: from nsmtp.uni-koblenz.de ([127.0.0.1]) by localhost (nsmtp.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MgZ8Mmaa4JoZ for <74597@debbugs.gnu.org>; Tue, 3 Dec 2024 14:28:04 +0100 (CET) Received: from mailproxy.uni-koblenz.de (mailproxy.uni-koblenz.de [141.26.64.230]) by nsmtp.uni-koblenz.de (Postfix) with ESMTPS for <74597@debbugs.gnu.org>; Tue, 3 Dec 2024 14:28:04 +0100 (CET) Received: from nutbook9 (unknown [IPv6:2001:9e8:5ee6:c000:f992:917b:2700:fdf1]) by mailproxy.uni-koblenz.de (Postfix) with ESMTPSA id 9048810040C for <74597@debbugs.gnu.org>; Tue, 3 Dec 2024 14:28:04 +0100 (CET) From: Julian Flake To: 74597@debbugs.gnu.org Subject: Reason for why I'm interested User-Agent: mu4e 1.12.7; emacs 29.4 Date: Tue, 03 Dec 2024 14:28:04 +0100 Message-ID: <87ldwwzyjf.fsf@uni-koblenz.de> MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 74597 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: -3.3 (---) The reason, why I'm interested in this update is that I hope it fixes an issue I have with my headset: https://github.com/bluez/bluez/issues/973 Best Regards, nutcase From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 16 22:48:24 2024 Received: (at 74597) by debbugs.gnu.org; 17 Dec 2024 03:48:24 +0000 Received: from localhost ([127.0.0.1]:57066 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tNOZK-0005Gt-UM for submit@debbugs.gnu.org; Mon, 16 Dec 2024 22:48:23 -0500 Received: from mx0.riseup.net ([198.252.153.6]:51576) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tNOZD-0005GW-8c for 74597@debbugs.gnu.org; Mon, 16 Dec 2024 22:48:21 -0500 Received: from fews01-sea.riseup.net (fews01-sea-pn.riseup.net [10.0.1.109]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx0.riseup.net (Postfix) with ESMTPS id 4YC2pK1Z1Rz9tVF for <74597@debbugs.gnu.org>; Tue, 17 Dec 2024 03:48:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1734407289; bh=47uFAJRkONkFcFdPp5F06rpDnlz8ohDdFTVxQJfRAUM=; h=Date:From:To:From; b=rV8LBE1yjwwWJbXraWXS4iYc1Chy8vi3+/CrF/bulr9lCP0zO7JhgZyLBvUaVqi62 yW6xgPmxbk4+Sa2hiUo7NYopVJrlHpQhwjhbCQvTpGcSJvcMkSNe1kbre2BDdbIejN p3uuwMcRPWlWzARdxV3J0BvVJ3//5YDQpj1AOU5k= X-Riseup-User-ID: E40119482117B0ADC004254151AF332EF4EE54C05AE0D6C5FFEC7E28D851334E Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews01-sea.riseup.net (Postfix) with ESMTPSA id 4YC2pK0WwTzJmqc for <74597@debbugs.gnu.org>; Tue, 17 Dec 2024 03:48:08 +0000 (UTC) MIME-Version: 1.0 Date: Tue, 17 Dec 2024 03:48:08 +0000 From: Dakota Logan To: 74597@debbugs.gnu.org Message-ID: <41af4ff659491f984e6e1b3dd72f1243@riseup.net> Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: I'm having the same issue so would love to see it fixed! Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [198.252.153.6 listed in list.dnswl.org] 0.0 RCVD_IN_VALIDITY_RPBL_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [198.252.153.6 listed in bl.score.senderscore.com] 0.0 RCVD_IN_VALIDITY_CERTIFIED_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [198.252.153.6 listed in sa-accredit.habeas.com] 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject X-Debbugs-Envelope-To: 74597 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: 0.3 (/) I'm having the same issue so would love to see it fixed! From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 21 11:45:50 2024 Received: (at 74597) by debbugs.gnu.org; 21 Dec 2024 16:45:51 +0000 Received: from localhost ([127.0.0.1]:47474 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tP2bu-0004UJ-JW for submit@debbugs.gnu.org; Sat, 21 Dec 2024 11:45:50 -0500 Received: from dd30410.kasserver.com ([85.13.145.193]:36550) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tP2bs-0004U8-Sf for 74597@debbugs.gnu.org; Sat, 21 Dec 2024 11:45:49 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=scratchpost.org; s=kas202409041115; t=1734799545; bh=apIoYxZ2givMNXGgnqLegHm04kJlwBG+eXAIrHT7krc=; h=Subject:To:Cc:From:Date:From; b=VSDttycRqU/tymWJ3gLfa2K1LCzMaEQ49uMOcsg3b6/6bLysFETSZBp0kCgkPvbsB Y48xNWMMIh1IlrQ3SJgq4uD3YRQ365z7V9IUW9Z4zOZRDMxPuTkRl6LDnTrg0A2poR BGNNGsWWjulfFAPxTaeNSBTTxILXKpMhoKCvwygq8MiyPeNQgA4jN8HMTC3Pa4vAse vgMr0pXSBqb81lmYQkZ3uHRP++OXBmAOsS3vRycOwVR0fx9raDCfWvelvoS6IG/r5s 44PalLAvSh4bVmoiBxDpQ8eMyYJP5+a08XEmCO6Z3hH+aKOt5O5UmjUsTQQCIcOWNT FXwCF/PJ52vgA== Received: from dd30410.kasserver.com (dd0802.kasserver.com [85.13.143.1]) by dd30410.kasserver.com (Postfix) with ESMTPSA id 612C61121371; Sat, 21 Dec 2024 17:45:45 +0100 (CET) Subject: Confirming problem To: 74597@debbugs.gnu.org From: "Danny Milosavljevic" User-Agent: ALL-INKL Webmail 2.11 X-SenderIP: 213.147.164.14 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <20241221164545.612C61121371@dd30410.kasserver.com> Date: Sat, 21 Dec 2024 17:45:45 +0100 (CET) X-Spamd-Bar: / X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 74597 Cc: w@wmeyer.eu, leo@famulari.name 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.7 (-) Hi, I have the same problem with Linux 6.11.11 and bluez 5.72. I would like the fix to be in guix, but unfortunately it would cause 2455 packages (including erlang, gtk, gnome, gdm, qemu, qt, kde, mate and enlightenment) that depend on bluez to rebuild (WTF!). And I don't think there are a lot of Guix users using bluetooth. So I should not just apply it to master as it is. We could make a graft with just the patch[1]--even though it's not a security patch. What do you all think? Make an exception here? The cause was that the kernel reverted a bugfix. The bugfix would have done a link type fixup (see below). But it was a userspace-visible change (broke the interface guarantee between kernel and user space) and so that's a no-no, and hence was reverted. So now someone else has to do the bugfix in userspace--in this case bluez[1]. Reverted bugfix was[2]: If two Bluetooth devices both support BR/EDR and BLE, and also support Secure Connections, then they only need to pair once. The LTK generated during the LE pairing process may be converted into a BR/EDR link key for BR/EDR transport, and conversely, a link key generated during the BR/EDR SSP pairing process can be converted into an LTK for LE transport. Hence, the link type of the link key and LTK is not fixed, they can be either an LE LINK or an ACL LINK. Because the keys are (and were) stored on disk, userspace will always have to do this kind of sanity check anyway--so this patch[1] will likely stay in bluez releases forever. [1] [2] , search for "59b047bc98084f8af2c41483e4d68a5adf2fa7f7" From debbugs-submit-bounces@debbugs.gnu.org Thu May 08 20:40:55 2025 Received: (at 74597) by debbugs.gnu.org; 9 May 2025 00:40:55 +0000 Received: from localhost ([127.0.0.1]:33497 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uDBnL-0006oM-8T for submit@debbugs.gnu.org; Thu, 08 May 2025 20:40:55 -0400 Received: from fout-a7-smtp.messagingengine.com ([103.168.172.150]:51913) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uDBnI-0006o1-AY; Thu, 08 May 2025 20:40:53 -0400 Received: from phl-compute-03.internal (phl-compute-03.phl.internal [10.202.2.43]) by mailfout.phl.internal (Postfix) with ESMTP id AC1B613801F8; Thu, 8 May 2025 20:40:46 -0400 (EDT) Received: from phl-mailfrontend-01 ([10.202.2.162]) by phl-compute-03.internal (MEProxy); Thu, 08 May 2025 20:40:46 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=cc:cc:content-type:content-type:date:date:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:subject:subject:to:to; s=mesmtp; t=1746751246; x= 1746837646; bh=FPoD2427SWh0gjo1v8LRswF3Xo0fPo1v5AsUl5/rXI8=; b=o un6b6AN589E5NBLBbRDnMyCCxHrcwx/dpEHKXxAOzNCntX65mzDrArV9+NaAwKh5 exn4LH9oqBr4y2H3a52BkMXi7S0lwfr5DLKQ1azTHLPlHYnN8ubjYyz+4GI8KG+Z gz1vXv2JP6dqsIUOw0kgTs0451xQyjZYhVn6KIYFGs= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-type:content-type:date:date :feedback-id:feedback-id:from:from:in-reply-to:in-reply-to :message-id:mime-version:references:reply-to:subject:subject:to :to:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; t= 1746751246; x=1746837646; bh=FPoD2427SWh0gjo1v8LRswF3Xo0fPo1v5As Ul5/rXI8=; b=M3M+E2xdxuKuIC8Z+rC53DzcYp6WSLgsHUc6nLd0aAArt0r8dgo ETYsseALTIKH04e/mfl/trSOOMmeIgw3tGAqVxwi379VEFcNh4C7oX4NY8yFC/CV U23R7jNSZwPB5InUerDn2LnHh95CJWw6Ii5wgO7crus90hbDh58OK6ZSHVbwbbEX cOQHQxUOyT9+gK7ydJ/Qe9oFtAubDS6VP+D+QCPG32UWvJIlhsLaO9Mc4GNfWSz+ CAaHZb86aB4YEA3iL7bvjwFhRLGvrjNpuBcqVPBgnYTqKAm/7p5Vwj8BgammuIEr lTa+CGMHQe4hGWJmNzn50lYKh5vDb9jw43w== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeefvddrtddtgddvleduvddtucetufdoteggodetrf dotffvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdggtfgfnhhsuhgsshgtrhhisggv pdfurfetoffkrfgpnffqhgenuceurghilhhouhhtmecufedttdenucesvcftvggtihhpih gvnhhtshculddquddttddmnecujfgurhepfffhvfevuffkfhggtggujgesthdtredttddt vdenucfhrhhomhepnfgvohcuhfgrmhhulhgrrhhiuceolhgvohesfhgrmhhulhgrrhhird hnrghmvgeqnecuggftrfgrthhtvghrnhepteehuedviedvleeuueekhfdtieehtdeghfdv vdelhfdujeduieehleefveetuefhnecuffhomhgrihhnpehgnhhurdhorhhgnecuvehluh hsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomheplhgvohesfhgrmhhu lhgrrhhirdhnrghmvgdpnhgspghrtghpthhtohepgedpmhhouggvpehsmhhtphhouhhtpd hrtghpthhtohepiiehjedvseiiheejvddrohhnlhhinhgvpdhrtghpthhtohepjeeifedu udesuggvsggsuhhgshdrghhnuhdrohhrghdprhgtphhtthhopeejgeehleejseguvggssg hughhsrdhgnhhurdhorhhgpdhrtghpthhtohepfhhlrghkvgesuhhnihdqkhhosghlvghn iidruggv X-ME-Proxy: Feedback-ID: i819c4023:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Thu, 8 May 2025 20:40:45 -0400 (EDT) Date: Thu, 8 May 2025 20:40:44 -0400 From: Leo Famulari To: Z572 Subject: Re: [bug#76311] Request for merging "kernel-team" branch Message-ID: References: <874ixvl214.fsf@z572.online> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <874ixvl214.fsf@z572.online> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 74597 Cc: 74597@debbugs.gnu.org, 76311@debbugs.gnu.org, Julian Flake 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.7 (-) On Thu, May 08, 2025 at 08:28:39PM +0800, Z572 wrote: > i think bluez update should go to kernel-team branch > https://issues.guix.gnu.org/74597 I've added the bluez update to the kernel-team branch: https://git.savannah.gnu.org/cgit/guix.git/log/?h=kernel-team We can check it's progress here: https://qa.guix.gnu.org/branch/kernel-team Hopefully the QA service will pick up the changes on the branch and build them for us. This is my first time participating in the team branch QA process so I'm unfamiliar with the details. From debbugs-submit-bounces@debbugs.gnu.org Sun May 11 11:14:44 2025 Received: (at 74597) by debbugs.gnu.org; 11 May 2025 15:14:45 +0000 Received: from localhost ([127.0.0.1]:37307 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uE8O2-0005No-Sn for submit@debbugs.gnu.org; Sun, 11 May 2025 11:14:44 -0400 Received: from fout-a4-smtp.messagingengine.com ([103.168.172.147]:44113) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uE8Nw-0005MZ-60 for 74597@debbugs.gnu.org; Sun, 11 May 2025 11:14:38 -0400 Received: from phl-compute-01.internal (phl-compute-01.phl.internal [10.202.2.41]) by mailfout.phl.internal (Postfix) with ESMTP id 960451380105; Sun, 11 May 2025 11:14:30 -0400 (EDT) Received: from phl-mailfrontend-01 ([10.202.2.162]) by phl-compute-01.internal (MEProxy); Sun, 11 May 2025 11:14:30 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=cc:cc:content-transfer-encoding:content-type:content-type :date:date:from:from:in-reply-to:in-reply-to:message-id :mime-version:references:reply-to:subject:subject:to:to; s= mesmtp; t=1746976470; x=1747062870; bh=Bzgw2mw8rG1E090VpN4SNt7Lk TWw7uM4Xm6uh1nXYa8=; b=PrAgdIAHj6XJF4otjVTYkdBLiTDqcqY6qeCjtBeTm YQ9Z4tXCTR2lUN+RA5Fdqg9Bhli6YgjKq4TGMMDHS+rCvXsssx5ZBmD2znsOC8Xb OED3HbP/XRnvUpxV97QLSD+gSAD/fld3kjpGeC7pp4wloVxBRKgyfpzc0Y1/CPp1 j4= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:content-type:date:date:feedback-id:feedback-id :from:from:in-reply-to:in-reply-to:message-id:mime-version :references:reply-to:subject:subject:to:to:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm3; t=1746976470; x= 1747062870; bh=Bzgw2mw8rG1E090VpN4SNt7LkTWw7uM4Xm6uh1nXYa8=; b=h sewMhAMrVmupBXuhkUTmgEpnpVIPTDMegCJ/G6SQmJOLVsJTCE4/xmOcOJoatXFq 5A2248TyNXPTtP7WJAMNcM1gqrRYTAFp8lN5sEi7fHZICq6MlSvY+/gxjoICZ23I HNGGdfPchEbs5400rsEhmdKS/dTB38xSW7iRzYKm+xddshwhBrjlzNWPpkq1xJ4y 8bxNVhsQSpQCs7RmleEwdRF7I62Gucj6vbTZOUNnpS0Dho6hUPYFzB0TwqSoxreB qzedzxZdjL+K2l6+QG2cXwOgTeeLyqLOSRuiE9fxoYm+Xq1/E61IsMPrAtswYUGR zWAdcwDq2wBf3sSUtDrBA== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeefvddrtddtgddvleekjeduucetufdoteggodetrf dotffvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdggtfgfnhhsuhgsshgtrhhisggv pdfurfetoffkrfgpnffqhgenuceurghilhhouhhtmecufedttdenucesvcftvggtihhpih gvnhhtshculddquddttddmnecujfgurhepfffhvfevuffkfhggtggugfgjsehtkeertddt tdejnecuhfhrohhmpefnvghoucfhrghmuhhlrghrihcuoehlvghosehfrghmuhhlrghrih drnhgrmhgvqeenucggtffrrghtthgvrhhnpeektdeigeehteefheekgeffhedtveeugfek ieekjeeukedvvdfhteevkeevgeeuieenucffohhmrghinhepghhnuhdrohhrghenucevlh hushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehlvghosehfrghm uhhlrghrihdrnhgrmhgvpdhnsggprhgtphhtthhopeegpdhmohguvgepshhmthhpohhuth dprhgtphhtthhopehflhgrkhgvsehunhhiqdhkohgslhgvnhiirdguvgdprhgtphhtthho peejgeehleejseguvggssghughhsrdhgnhhurdhorhhgpdhrtghpthhtohepfiesfihmvg ihvghrrdgvuhdprhgtphhtthhopeiiheejvdesiiehjedvrdhonhhlihhnvg X-ME-Proxy: Feedback-ID: i819c4023:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Sun, 11 May 2025 11:14:29 -0400 (EDT) Date: Sun, 11 May 2025 11:14:27 -0400 From: Leo Famulari To: Julian Flake Subject: Re: [bug#74597] [PATCH] gnu: bluez: Update to 5.79. Message-ID: References: <1a0c0cfb41a0f7421e2e70d73ee6803c2a33c923.1732828088.git.flake@uni-koblenz.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1a0c0cfb41a0f7421e2e70d73ee6803c2a33c923.1732828088.git.flake@uni-koblenz.de> X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 74597 Cc: 74597@debbugs.gnu.org, Z572 , Wilko Meyer 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.7 (-) On Thu, Nov 28, 2024 at 10:11:51PM +0100, Julian Flake wrote: > * gnu/packages/linux.scm (bluez): Update to 5.79. Thanks for this patch! I added it to the 'kernel-team' Git branch where it is being built now on the build farm: https://qa.guix.gnu.org/branch/kernel-team However, with this patch, the bluez package fails to build, because the installation procedure tries to write to /etc/bluetooth and fails: ------ [...] /gnu/store/7h0mnlwalw23j9jmvz5n1i5mqkgb4d06-coreutils-9.1/bin/mkdir -p '/etc/bluetooth' /gnu/store/7h0mnlwalw23j9jmvz5n1i5mqkgb4d06-coreutils-9.1/bin/mkdir: cannot create directory ‘/etc/bluetooth’: Permission denied make[2]: *** [Makefile:11515: install-confDATA] Error 1 make[1]: *** [Makefile:12389: install-am] Error 2 make: *** [Makefile:12382: install] Error 2 error: in phase 'install': uncaught exception: %exception #<&invoke-error program: "make" arguments: ("install") exit-status: 2 term-signal: #f stop-signal: #f> phase `install' failed after 0.6 seconds ------ I worked around this by changing the value of sysconfdir: ------ diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index eff6f7978a9..7d8eba34c66 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -6633,7 +6633,7 @@ (define-public bluez (arguments (list #:configure-flags - #~(list "--sysconfdir=/etc" + #~(list (string-append "--sysconfdir=" #$output "/etc") "--localstatedir=/var" "--enable-library" "--enable-wiimote" ------ ... would that work correctly, or will bluez then look for run-time configuration in the wrong location? I think that bluez should look for configuration files in the well-known location /etc/bluetooth. Do you agree? Also, with that change, the installation procedure then fails to write to /var: ------ [...] install -dm555 /gnu/store/q084wf1nvq0zjs9bym5wj3l5f11nw41h-bluez-5.79/etc/bluetooth install -dm700 /var/lib/bluetooth install: cannot create directory ‘/var’: Permission denied make[3]: *** [Makefile:13927: bluetoothd-fix-permissions] Error 1 make[2]: *** [Makefile:13172: install-data-am] Error 2 make[1]: *** [Makefile:12389: install-am] Error 2 make: *** [Makefile:12382: install] Error 2 error: in phase 'install': uncaught exception: %exception #<&invoke-error program: "make" arguments: ("install") exit-status: 2 term-signal: #f stop-signal: #f> phase `install' failed after 0.9 seconds ------ What do you think? Do you remember if you saw these problems when you made this patch, and they are caused by a changed in the build tools, or is this the first test of the patch? From debbugs-submit-bounces@debbugs.gnu.org Sun May 11 12:29:51 2025 Received: (at 74597) by debbugs.gnu.org; 11 May 2025 16:29:52 +0000 Received: from localhost ([127.0.0.1]:39023 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uE9Yl-0007J5-A6 for submit@debbugs.gnu.org; Sun, 11 May 2025 12:29:51 -0400 Received: from fout-a5-smtp.messagingengine.com ([103.168.172.148]:45345) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uE9Yi-0007In-57; Sun, 11 May 2025 12:29:48 -0400 Received: from phl-compute-11.internal (phl-compute-11.phl.internal [10.202.2.51]) by mailfout.phl.internal (Postfix) with ESMTP id 786B71380141; Sun, 11 May 2025 12:29:42 -0400 (EDT) Received: from phl-mailfrontend-01 ([10.202.2.162]) by phl-compute-11.internal (MEProxy); Sun, 11 May 2025 12:29:42 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=cc:cc:content-type:content-type:date:date:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:subject:subject:to:to; s=mesmtp; t=1746980982; x= 1747067382; bh=mWe6vKjq7erzC/uT8H5Y0ynvA4Wt2CTw7Wcjc0+gwuw=; b=k wipL53CfNTZsfpVNJ39z2/jH91jEEkfNW/zVMDU+QvwiFB105nKZsNxnoNGb1wEx gQyFtZzy0i9Kp2BzHuYJQk9jHv0zBunYeqpjL6ydXru0jlkEtgoExnccKcpByK4i MHdCIautAe55Jq9RQFH8sBiGXLxEYwE2KWGFPF9UiQ= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-type:content-type:date:date :feedback-id:feedback-id:from:from:in-reply-to:in-reply-to :message-id:mime-version:references:reply-to:subject:subject:to :to:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; t= 1746980982; x=1747067382; bh=mWe6vKjq7erzC/uT8H5Y0ynvA4Wt2CTw7Wc jc0+gwuw=; b=g/mh/knbkLRUWroSLOZfwgj4CItV6NISx7qhyLggdYvYswckTEr gBMC3TU90u+PIe9wYwpSdGqNGp+UzH22PxeW31F3tghP8MdkDg72IA8U91Jo624V 9mpK0EzJ+ty2YGrbCR+iUJ/zLZZlrUE0mIk+//xr7/VIz29ZJCHkUSky3IAy76kR 17HElCTArSnIX9Hw8XUG/69QRpYrd4Asnu4i2pGL2UxJf9NwGUyTElRHZUwrjKPt DnPgJANV37D6BO0ac2F58lqomwPaqL6fYMQOdlUgHa5WI2efjRE6E7p5EmhtwXfw AdkQTp7kz8jDQEnQpqsQhOLa20yp6ixko5A== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeefvddrtddtgddvleekkeeiucetufdoteggodetrf dotffvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdggtfgfnhhsuhgsshgtrhhisggv pdfurfetoffkrfgpnffqhgenuceurghilhhouhhtmecufedttdenucesvcftvggtihhpih gvnhhtshculddquddttddmnecujfgurhepfffhvfevuffkfhggtggujgesghdtreertddt vdenucfhrhhomhepnfgvohcuhfgrmhhulhgrrhhiuceolhgvohesfhgrmhhulhgrrhhird hnrghmvgeqnecuggftrfgrthhtvghrnhepffegtdffvdejieegvefgvdehudelveelgfff leevtedvkeduueefhfeuleekhfefnecuffhomhgrihhnpehgnhhurdhorhhgnecuvehluh hsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomheplhgvohesfhgrmhhu lhgrrhhirdhnrghmvgdpnhgspghrtghpthhtohepiedpmhhouggvpehsmhhtphhouhhtpd hrtghpthhtohepmhgrihhlsegtsggrihhnvghsrdhnvghtpdhrtghpthhtohepiiehjedv seiiheejvddrohhnlhhinhgvpdhrtghpthhtohepjeeifeduudesuggvsggsuhhgshdrgh hnuhdrohhrghdprhgtphhtthhopehflhgrkhgvsehunhhiqdhkohgslhgvnhiirdguvgdp rhgtphhtthhopeejgeehleejseguvggssghughhsrdhgnhhurdhorhhgpdhrtghpthhtoh epuggrrhhiqhhqsehpohhsthgvohdrnhgvth X-ME-Proxy: Feedback-ID: i819c4023:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Sun, 11 May 2025 12:29:41 -0400 (EDT) Date: Sun, 11 May 2025 12:29:39 -0400 From: Leo Famulari To: Christopher Baines Subject: Re: [bug#76311] Request for merging "kernel-team" branch Message-ID: References: <874ixvl214.fsf@z572.online> <87bjs0g4no.fsf@z572.online> <87y0v41etq.fsf@cbaines.net> <875xi71npl.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="bGrVeVCKmUBsurax" Content-Disposition: inline In-Reply-To: <875xi71npl.fsf@cbaines.net> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 74597 Cc: Dariqq , 74597@debbugs.gnu.org, Z572 , Julian Flake , 76311@debbugs.gnu.org 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.7 (-) --bGrVeVCKmUBsurax Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sun, May 11, 2025 at 10:49:42AM +0100, Christopher Baines wrote: > Note that bluez looks to fail to build > https://data.qa.guix.gnu.org/gnu/store/8j5qlh703367i6lwmnfggsh2s7s5cwf8-bluez-5.79.drv With the help of several people on #guix IRC, I pushed an amended bluez patch co-authored by Dariqq: https://git.savannah.gnu.org/cgit/guix.git/commit/?h=kernel-team&id=cf4f234f215355ad8b34bfd7e4551221838b0ed4 This bluez package now builds successfully. Bluetoothers, please test! --bGrVeVCKmUBsurax Content-Type: application/pgp-signature; name=signature.asc -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEaEByLu7k06ZO5T6saqwZY3V/R/8FAmgg0HMACgkQaqwZY3V/ R/8bgg/+K9Ki1nPYbX7ZiJRRGi2dQd1c2btiwSODUTdkwYZb+d52mljb4nJbMgvu u9wEihqRO+TdY8y4meTz8flBBQ2EwJr5LhHDgm3pM2NCSZo1jmCFVze6XIAwk58M I3gYYAjcf8cZUUxE5fH9Ovka2xvCk+JcQghJN0n+2aZQw+I3o8bOx8TMk/CM9igg ua3wWnUDih03CFWJbDnZALG4mWCkkopwNARUjFV8ONGxPjMAyFvAmZo6zHoyfNaQ jeV5owateoJk2txxF4Py0bGGIoPIa0I139DUrlUR2g+/Je1Igje1L+MXZDJjOWz0 bHbiWGE9zCrUxOFLubFnccAx3wEc7UyvEUYzxiw6zJQ+/xTAfjJAyvF0+98DvNMu lAtS/2LJZ33GUmk8FcNyJUcitciWuoWDdYQy7U7hgOwh6SzXzvjzZSNw7eY7WXLp bPgQTenIeuHiIms8VKjjp2/Yf0i5AJMUxzju4asEZh1QdlVgaylKzOZKAImCsJ7h IOq6V9FQLpmPGO5IroX1fjIbP6xhcJF0ezjK1sEZ2LPOFfzGwg/gqIKDJ5zNx0lx VbgOSJaw5bUHNaTwhxbOtJpBld4sRCeelQrmqMxmjFDZpGLXfWvF5I4NDu/oZra1 xcyfs5wbYuxDWj+XSEpcSRWheKosSEtzmO8cb0knQpR7BlkzFvk= =hyi8 -----END PGP SIGNATURE----- --bGrVeVCKmUBsurax-- From debbugs-submit-bounces@debbugs.gnu.org Sun May 11 13:44:07 2025 Received: (at 74597) by debbugs.gnu.org; 11 May 2025 17:44:08 +0000 Received: from localhost ([127.0.0.1]:40691 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uEAid-0000FA-Hv for submit@debbugs.gnu.org; Sun, 11 May 2025 13:44:07 -0400 Received: from mout1.uni-koblenz.de ([141.26.8.104]:46788) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uEAiZ-0000EE-L2 for 74597@debbugs.gnu.org; Sun, 11 May 2025 13:44:05 -0400 Received: from mailhub.uni-koblenz.de (mailhub.uni-koblenz.de [141.26.64.104]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (prime256v1)) (No client certificate requested) by mout1.uni-koblenz.de (Postfix) with ESMTPS id 4ZwVTs5NZDzCqhn; Sun, 11 May 2025 19:44:01 +0200 (CEST) Received: from mailproxy.uni-koblenz.de (mailproxy.uni-koblenz.de [IPv6:2001:4c80:50:1::40e6]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (prime256v1)) (No client certificate requested) by mailhub.uni-koblenz.de (Postfix) with ESMTPS id 4ZwVTs3Kbvz3wqC; Sun, 11 May 2025 19:44:01 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=uni-koblenz.de; s=dkim0001; t=1746985441; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=xHccTkM3WHO43hGsWMVfKl2rRVTAh8zWjpeL97cZNqs=; b=sAL0hKRya+4HokjOFPYoWyeeKe8nT3jRGIltv+C6z5Gq9ja40ZNRkCpmEJHCMi5nZJyaHg DO8rd/UN5HAKDQDif58T90YmqVj55yC7h9Wx5np7xSR9cGjAY6mB7QTPfI/oapfDVv+BYl 9UMonFnBLrCgSbWYMDD5v2qd/SDSPE9q1jt7jcHxg5xKk8w9RU/Sf7VjlQIdWR7Rrz1WBM BdcEdYpZjQhTcPfM+DLq50yBrzzr705xNbi7JxmFAiZpWKNGWpPDvaCKSj65U6s0CCMs2N vI2frg7KgUFiAXk/DVYlVw/YunE7vvBiC6mvpqGs8YgHR0uPb6Qz7/Ktd8+yXK6zzFhrvB N9Ia/mGODm8gz5GV8VZ1RQZaMSrEr09XCDIiIT8BmPEFTLoTGKtYebeDs7dN+/NTZK9IqZ kXcMsk+3jB9KNuh4GrkA4Z/7eYosm5HMZEvadOoY5kRlujS/+Bo5YyMz4ETiqB6gjyvMb5 YjM0b90GZDGBLJHjUFPxRpomsmkx/WfNRzHWu4HlC0bqPmfwr1n1620EPdOgzjTQ6K/2zz HllP8ImG5t+0SlyvTL9/kKjNC8jB3Ufdo2OnrRSkazH//+50oDOYoWOOdrZLDyD337fYjH 4srqJs5ld6ahyDFBAsTnAeiuqdJ5vQFwalYBPlMfgocB7ERN+XhTI= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=uni-koblenz.de; s=dkim0001; t=1746985441; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=xHccTkM3WHO43hGsWMVfKl2rRVTAh8zWjpeL97cZNqs=; b=GeVuOqLRDOCpDI1RLAVYi6aGdyChXrn66rNFG+WQQZKyZgV/A77bUngbEfn8X/4UjL/nKx IUvPO3Urrcj8XbaAZm2032N96WzQRYSm3kuSg2ZpWqKEYKcuCc/Moo+dPL+YipbacXDkYB 5or9u+0zcpo9IEWI2jiYr2iGYyhHZVqIMgP6Bb9eZMw0TW21BfkR2dIb2R9qt8H/CYpNTv m60XWIE6ubJWmY/w2aJQ1aKGgE8y9gAHGPaToik/HpdGpxyy6YLMoxtaSKPuhdwvIUuums TUBrjr7CUSdnBOaxfukFcX1A0Y1EqiSn4XCaypZr5JYFmSlySpVqo74hfSTanOcG1boH/j Qqf7KdMGe7ATZq2sk/8K8OV9CXZeGgv2XJmo/kfOjAz6Hozkas7adsSFjgib7+r47cKC8Y DgOfhtHBZWaW5SQ6pUVWIYNk8/9xWXRgLuEQhfiZY8tj5Fk7oPq+RxiR1y7sSeiKj2L5Qv 1tUSTsEq3h1BaoEvIMtXCyYRkfPh0zayFw+Fyl2a9USERSOwa47bk/ClTUNu8Vmy4u4V+M sCf8rd6xMLaGbYgX2L2ZSa3ZEz9yUZy2yOKsZCNIuxJd0fTg+uoLKQLlW/hehK7YKxlTxv 5DtED4SS5mymv1AzkyogTS1zAD6eBAKMATU1xBQ78K2QqTOfwBMyk= ARC-Seal: i=1; s=dkim0001; d=uni-koblenz.de; t=1746985441; a=rsa-sha256; cv=none; b=dzXnSqu2UCr/Y78x3b/1co/qVOhNpXiLP/zkRSDtDcwwb/WofRy7GMUNWFIiXCV1F/qUZO gu7ziXa65qT+Gslln1rnV67X61wLHbncI+QpuOn79UrJC+cKFRlIaLeGvN5KjWn3lSDA30 dlNG6IEINAgieaHedvsWX7Bz1Yfa1DydFx++et21kUGnTJ8K92kwLG4U0EfcDFTKe2piFF IdQkFO/GpI2y4w5m+DRbgr2e8+8xDiCyFK6/xDgQxlEVxlS8v0+ZJgaske7oF4IkqxHpia 5ab9iem2rp4Kx1vwmh6RTB6AaBf0j0CS14q5OdzHnPr2vI0MWAARrWRpH1kVhTVE6IwvwP YuhY57xyn7Foe82DoG5eRFZYnzScdWXT8eNHnMt5CtY6/xq+PE2nn10R33kE+ZB+seZ62d ghnHYoa+oRx0ocHplBY3iyg1IhpY/bo5fRYKTJ9Kfx6NRzwDDp1pZPExumjfL/9tumo3u9 rBITrQrh2eEshL8qXvcVmOMzmXG2+QPETmfAfcw6XD5BioUccfBWcUmrb2lhu+PLU75jPW 5IzA2v4dKnncR7KjeqzZDdwxoz3WCDH4pvDS9BJNjTa+tgL2/q/IC9dB4EbKTI+IG+3BeP a1EHAEkLXOtiQbIFHV6PkZgDIEJmqMfVkeVMP6wgGSe7FsnCwiDZc= ARC-Authentication-Results: i=1; incoming_from_mx; dkim=none Received: from nutbook9 (unknown [IPv6:2001:9e8:5eff:a100:97e:dd72:c324:5a37]) by mailproxy.uni-koblenz.de (Postfix) with ESMTPSA id 1C4681002B3; Sun, 11 May 2025 19:44:01 +0200 (CEST) From: Julian Flake To: Leo Famulari Subject: Re: [bug#74597] [PATCH] gnu: bluez: Update to 5.79. In-Reply-To: (Leo Famulari's message of "Sun, 11 May 2025 11:14:27 -0400") References: <1a0c0cfb41a0f7421e2e70d73ee6803c2a33c923.1732828088.git.flake@uni-koblenz.de> User-Agent: mu4e 1.12.9; emacs 29.4 Date: Sun, 11 May 2025 19:43:57 +0200 Message-ID: <87selbrqjm.fsf@uni-koblenz.de> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Rspamd-Queue-Id: 4ZwVTs5NZDzCqhn X-Rspamd-Server: rspamd X-Spamd-Result: default: False [-0.20 / 16.00]; R_DKIM_ALLOW(-0.20)[uni-koblenz.de:s=dkim0001]; OUTGOING_NO_ACTION(0.00)[]; OUTGOING(0.00)[]; DKIM_TRACE(0.00)[uni-koblenz.de:+] X-Rspamd-Action: no action X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 74597 Cc: 74597@debbugs.gnu.org, Z572 , Wilko Meyer 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 (-) --=-=-= Content-Type: text/plain; format=flowed Hi Leo, On Sun, May 11 2025, Leo Famulari wrote: > Do you remember if you saw these problems when you made this > patch, and > they are caused by a changed in the build tools, or is this the > first > test of the patch? no, actually I don't remember that, but I get the same now with 5.79, also if rebased on current master. I get another problem with a newer bluez version of 5.82. Best Regards, Julian Flake (nutcase) --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHMEAREKADMWIQSZos45zYG9CgQjO52pmOo730U57wUCaCDh3RUcZmxha2VAdW5p LWtvYmxlbnouZGUACgkQqZjqO99FOe9J1wCeN3+qciN1zxQeYBPQe0fYHQUlddkA nRpLo11oFQaF7bgPLuzkNWIlp1XU =y4Uy -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sun May 11 15:00:51 2025 Received: (at 74597) by debbugs.gnu.org; 11 May 2025 19:00:51 +0000 Received: from localhost ([127.0.0.1]:42163 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uEBut-0006lt-3d for submit@debbugs.gnu.org; Sun, 11 May 2025 15:00:51 -0400 Received: from mail-ot1-x331.google.com ([2607:f8b0:4864:20::331]:57345) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1uEBuq-0006lV-1U for 74597@debbugs.gnu.org; Sun, 11 May 2025 15:00:48 -0400 Received: by mail-ot1-x331.google.com with SMTP id 46e09a7af769-72c3b863b8eso2762863a34.2 for <74597@debbugs.gnu.org>; Sun, 11 May 2025 12:00:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=greghogan-com.20230601.gappssmtp.com; s=20230601; t=1746990042; x=1747594842; darn=debbugs.gnu.org; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=VXqPHhCV6HTXiNIFbxquBd7Oka7pQugwAYFhQ/yoqeg=; b=lfu+koxygsxWEq9FdbSj8P9eVo4CTawsyshLRQv3TQxDFuBu+gcftt1CK28d3Hp43D JJlPBrT1wtGFm+83dnbg2T0MjABBgGqqNXzsQp/4KFw3cmvEvjKFlxST0PsDjjRzyeIv O2uBaD0oWTdzPe/9xMVkozNc8+2z3Bou4o+Wp6Vs39UrkD9e/axC5hDWx8JHkQUXRmhT xBVRCsUuXm2hTRA/PXuAVpOKZ7hz3UZ/ujCB/rbmIMZKZSUBwtkBoMyxHeG+QRQo2W7K GF+yY7Qon6i0xwWnyvkU5XNKvs2T20IJFx3PrXlCIh5EXtnIBZ6mG3AGUNuruQ6B9XQl ftyw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1746990042; x=1747594842; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=VXqPHhCV6HTXiNIFbxquBd7Oka7pQugwAYFhQ/yoqeg=; b=A+QkvKRfgtZkVWdCaS2UQY+p3+fz/1Mbfze5OSeOZd4c/JFBZBvxGTmuTtfEJyqikg R+3e4D13960FB1oQJMe4IBGG6qNlNh4lgBOVeWCXC9HNNvXOC7szsAY08vsxm8+W0dYi GCMTCJJHBeyRWUQtqAcimb1GeDsTVfgkohnYkhubKji0I9aOIuKZ4adPIApbydq3yzSV 0Dh2uf5dlyidchnhllzj+l9/pw2W4/FX3d4tGhng703m8aVFaE78MTTjjXrKq/MwSt65 qsYc69pGEx1cW7cpa1F23Fsmv2XmUBxqManaZYkBcig5TOUTbX1gi67AD99SkTgDDldd pF5g== X-Forwarded-Encrypted: i=1; AJvYcCX45lS+nmbZ10KEfFeHYTjJeytny0uW63z5PHLlxrDiaFLlShNEd4EwbH0oCi2IB9wZ5gfqjg==@debbugs.gnu.org X-Gm-Message-State: AOJu0Ywy6XKJHGlx08JTE2jFUy+G5Ijumb7Fkg3ooL3iNCuUBkzABloT 61ImzQy0dRaaG2D/M+4AItSX9mXD5Yt90lnUmFIqa5/Ck7fuGp+n8/1z1LQsPJUo2Sk57lBCy4p CVXNFomNTePCf2oiDPzPJE1EN8rhebgy0Yf2NIC8mcV53xG5E X-Gm-Gg: ASbGncub3RoLfQKKWigfb2LBw+VFCWMD9eNBp1Er1yLMGhpzr2eOFqx4sBpBgOeqCZh lYdPkrcxA8GeI8qDer8Wk05saJ8FMlyMrNOz1QrDXZN1BRIMS/bWkgJcKFArOEp1Eg5rNrG/guv 4y8D2Ge0lTDxEK2d3wvEluN4VMvB1OUjWt X-Google-Smtp-Source: AGHT+IEM+NcezCEmo/pOY4GUuXCRxFRoQkJAtCeOnEzaLNyQ8CDs/J25f5isrlqFaVApfd/T28cUR6o7QOhQrzxocmY= X-Received: by 2002:a05:6830:6311:b0:72a:1494:481e with SMTP id 46e09a7af769-732267f17c8mr7065663a34.0.1746990042109; Sun, 11 May 2025 12:00:42 -0700 (PDT) MIME-Version: 1.0 References: <874ixvl214.fsf@z572.online> <87bjs0g4no.fsf@z572.online> <87y0v41etq.fsf@cbaines.net> <875xi71npl.fsf@cbaines.net> In-Reply-To: From: Greg Hogan Date: Sun, 11 May 2025 15:00:31 -0400 X-Gm-Features: AX0GCFtlO60wISiuITP5Up0gwAUPU96i-Cu9jQ0wwWdtyVcmJ7mPjilGd7vr7bo Message-ID: Subject: Re: [bug#76311] Request for merging "kernel-team" branch To: Leo Famulari Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 74597 Cc: 76311@debbugs.gnu.org, Christopher Baines , Z572 , Dariqq , 74597@debbugs.gnu.org, Julian Flake 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 (-) Are we ungrafting eudev on the kernel-team branch? The replacement was only added recently. From debbugs-submit-bounces@debbugs.gnu.org Sun May 11 16:32:38 2025 Received: (at 74597) by debbugs.gnu.org; 11 May 2025 20:32:38 +0000 Received: from localhost ([127.0.0.1]:43721 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uEDLh-0005nB-Rq for submit@debbugs.gnu.org; Sun, 11 May 2025 16:32:38 -0400 Received: from fout-b7-smtp.messagingengine.com ([202.12.124.150]:48169) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uEDLZ-0005ly-GM for 74597@debbugs.gnu.org; Sun, 11 May 2025 16:32:29 -0400 Received: from phl-compute-02.internal (phl-compute-02.phl.internal [10.202.2.42]) by mailfout.stl.internal (Postfix) with ESMTP id EA33611400C2; Sun, 11 May 2025 16:32:23 -0400 (EDT) Received: from phl-mailfrontend-01 ([10.202.2.162]) by phl-compute-02.internal (MEProxy); Sun, 11 May 2025 16:32:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=cc:cc:content-type:content-type:date:date:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:subject:subject:to:to; s=mesmtp; t=1746995543; x= 1747081943; bh=VXmgwe1FZBF6VXqGdUwvxjXE7LzUNHFbDCB5Kv5KbBI=; b=G 7USkjhNqWCIaJKsljVP7o/qfyTOhXvKSvnSSV4hdb4mLhVC/5dE58h5mLsMU4GHR adYv7BKT1WoID0l8720n2+xI2naMnazFpnUqsw9O4/onoJIDEBDK3aPkA/VAdunP VDaCUdxU2bMJjOHsAppb0CLyS2GvGajeHyVsyCASS8= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-type:content-type:date:date :feedback-id:feedback-id:from:from:in-reply-to:in-reply-to :message-id:mime-version:references:reply-to:subject:subject:to :to:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; t= 1746995543; x=1747081943; bh=VXmgwe1FZBF6VXqGdUwvxjXE7LzUNHFbDCB 5Kv5KbBI=; b=HbW0vBaD2Mxc2/c+QhPEFqJi4moi7w6ZzE05T3HdUOqf+XQ50vM +uGgmxbpPny1BCZYb2cIN//gd9IoA+9TE0OMmU72Gnnw4vHY2gCi+EYImMSulSvl cNFizWMtnsHvomZFijFWEFTZ7gj6CbvbuifyvcE1vr7NG2RWccdDCTOCnPtHeByi 9UJISBQKD77fHurL7CErv1HpEr/2uC0CDgeAT0Wa+HZXOcCn3sPlNqx3ZAqukGGu wTFehI+GLmdCyQMt2x6nV//DRwotPGjInqB+2DU0ACDzrPETsn/rT3e2GlkJDG6r ka/t8Z5rA9COvb25vXKvY93Z5JYBnBnb9zw== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeefvddrtddtgddvleelfeegucetufdoteggodetrf dotffvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdggtfgfnhhsuhgsshgtrhhisggv pdfurfetoffkrfgpnffqhgenuceurghilhhouhhtmecufedttdenucesvcftvggtihhpih gvnhhtshculddquddttddmnecujfgurhepfffhvfevuffkfhggtggujgesthdtredttddt vdenucfhrhhomhepnfgvohcuhfgrmhhulhgrrhhiuceolhgvohesfhgrmhhulhgrrhhird hnrghmvgeqnecuggftrfgrthhtvghrnhepieetudehfeekueefleegudfhjefgleehfeel uefhfeffgfeuudelhedvjeelieetnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrg hmpehmrghilhhfrhhomheplhgvohesfhgrmhhulhgrrhhirdhnrghmvgdpnhgspghrtghp thhtohepgedpmhhouggvpehsmhhtphhouhhtpdhrtghpthhtohepfhhlrghkvgesuhhnih dqkhhosghlvghniidruggvpdhrtghpthhtohepjeegheeljeesuggvsggsuhhgshdrghhn uhdrohhrghdprhgtphhtthhopeifseifmhgvhigvrhdrvghupdhrtghpthhtohepiiehje dvseiiheejvddrohhnlhhinhgv X-ME-Proxy: Feedback-ID: i819c4023:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Sun, 11 May 2025 16:32:23 -0400 (EDT) Date: Sun, 11 May 2025 16:26:04 -0400 From: Leo Famulari To: Julian Flake Subject: Re: [bug#74597] [PATCH] gnu: bluez: Update to 5.79. Message-ID: References: <1a0c0cfb41a0f7421e2e70d73ee6803c2a33c923.1732828088.git.flake@uni-koblenz.de> <87selbrqjm.fsf@uni-koblenz.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87selbrqjm.fsf@uni-koblenz.de> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 74597 Cc: 74597@debbugs.gnu.org, Z572 , Wilko Meyer 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.7 (-) On Sun, May 11, 2025 at 07:43:57PM +0200, Julian Flake wrote: > no, actually I don't remember that, but I get the same now with 5.79, also > if rebased on current master. I get another problem with a newer bluez > version of 5.82. Yeah, I saw that other problem with 5.82. If 5.79 addresses the bug that you originally set out to fix, I think it's okay to stay with 5.79 for now, assuming it works for you and any other Bluetooth testers. Given the ubiquity of Bluetooth, maybe there are enough users in Guix to create a Bluetooth team or something like that, since it is low enough in the package graph that we can't change it on the master branch. But it's okay in the kernel-team for now. From debbugs-submit-bounces@debbugs.gnu.org Sat May 17 03:06:38 2025 Received: (at 74597) by debbugs.gnu.org; 17 May 2025 07:06:38 +0000 Received: from localhost ([127.0.0.1]:44762 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uGBd0-000577-Fr for submit@debbugs.gnu.org; Sat, 17 May 2025 03:06:38 -0400 Received: from mout1.uni-koblenz.de ([141.26.8.104]:39710) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uGBcx-00056I-Qm; Sat, 17 May 2025 03:06:36 -0400 Received: from mailhub.uni-koblenz.de (mailhub.uni-koblenz.de [141.26.64.104]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (prime256v1)) (No client certificate requested) by mout1.uni-koblenz.de (Postfix) with ESMTPS id 4Zzw3Z0XF1zCtlV; Sat, 17 May 2025 09:06:33 +0200 (CEST) Received: from mailproxy.uni-koblenz.de (mailproxy.uni-koblenz.de [IPv6:2001:4c80:50:1::40e6]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (prime256v1)) (No client certificate requested) by mailhub.uni-koblenz.de (Postfix) with ESMTPS id 4Zzw3Y09gkz3wpj; Sat, 17 May 2025 09:06:32 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=uni-koblenz.de; s=dkim0001; t=1747465593; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=+x80NRl+MhJSgsZVv8tnSoXNlXY6IDbDdPqZh7wsE7s=; b=2jzZ0DGPHBX1M7LBLPwgUucSYQVr+wPu+wIqGyim2swFtRF78hbkzOPMzbIjjR+qJQV6JQ 7VM4QDxyHf2ueFEWT1rYvEbJsFJipWjDZV+GJYoiT43fZ822+TGLeOhOoL23cpG29Vz9Xg mSl30OzNrMW9MjFcUsBqR+0K3qDmxezne3vUnVzE49XKxZeiQaDffEqd/gDKSAWOJnt15U w2cqrQJSsm6+haWbng9QhLOzC4pTwtK5Ji3vxF/Gomobq3t+cQd4f5oYlTFsraN8vzsj2I hbYZVKktuhKu4HOESsJotVH5kl8d7fFj5Vu3p7lNMidKKVPm49IbEq7NYx57k0y8pEEJz+ fS95t3VTxaqKqa8zPqiDSYPQa5/+WokGKP5eSYNptFGoVYd0oTW7V3UwEZ+vOliv6i7xqW Mu2TydaLSsDnyZc7H1Jeeb8i1ntjZoCVb/W4Mq8gCJ2bi4bJDuFQi5I6upJV4rgtmpbIz4 wGQ2Y/7E6epaEyRy7AQrP7vtPbM0paWPcabv5Hfgh3LiFA71d142QYMAQxfFS9sJ0Tw7kq bJ3Z8Qgq0M41AI9skvQ43GfCDX6KlYuS2Vlpglf36ZujuEOiGsA69fuiJnM4jn3U6Y4hOR uCBwkAMRQOK5BKnfGgsL5OLHZNLk/eh3mfog8k/3Wja9vEimRElCo= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=uni-koblenz.de; s=dkim0001; t=1747465593; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=+x80NRl+MhJSgsZVv8tnSoXNlXY6IDbDdPqZh7wsE7s=; b=hI2H2kc5yVVGtKhEp7BbBu2J41n9BYSpHkRWhZd2Bxf+0LJc0uevv4o6/2gTM6hYF3h6OV exwD+71LxIOCUg2z0WVmHIHRhAz1Keekk0lDqMYPXRXtxOZOqnYp0o84DTwBo4Vg0pgxVt VLDXUUgoZqVOc27HaKDeyqNOoMw4XZYbg/otZNmX1kQ//+urxWjKRoNYLpt9HbTh1fyC3B EN9Bm6eH8gFf478kqB/F9gcY4ssCZMAp+6jyG1EM/k556HrLBeaxCSehIF3CyH54N/lBIB 9/QL8/pQc3YOF/yqCOmGoicM8J6F+MhZ6Bqnx+Asja/P0Z+WXza0rqIcoYOl3Q8jQcBlgh 8yJaVHtb3d/L4t90sPJ84n+zwxh2oJAHnzWNWfF3CGRCq0ZK384N3gQxiPi5C8kChN6wag fu7uDz5CdoTGRMMXfpTXkz2eSw+w/FPY06yqCI84IqQ06JeXM520r0H+bD6qaMj78N4dMG /b9CjK9dw94hOZFAry8c6+il4ZQnms7LQC+QOLSCdg8Sk/8UkYwN5tpOI2KCpuVUT2X1r5 Hqlw/gwqjP63C0qDH5eNy0+pXp3cySxtYqMzGPD0elU9WTkuqCWgrX+JjLomB+U7X2bqtO HWF2nqdpNekCzSOGepctItNDQ26PoPClw5nbbX068WFXB5PgNJCLk= ARC-Authentication-Results: i=1; incoming_from_mx; dkim=none ARC-Seal: i=1; s=dkim0001; d=uni-koblenz.de; t=1747465593; a=rsa-sha256; cv=none; b=kqXnYwnRO7bs+b37Z48c5LlTjuumrXP1jL2Pl3QGjxgbCKhI3Xfmh1Qa9hipFPws2+2WoJ qE4K7f9ymd2EEkRNMhgd5SxsGAKlXmE6Ext2CbtidRJteXY+uNu3LvSZj6eeyXIUgRlTPv D3R5ouIezQl23VUvgw0kIZ6s6dTwWFrHmpjE+tl2DzU3MH+ec/9hoMhd0Fz01pH3PfKb63 +E7/C4bDgvDbaNx5D5SURqSZCE5TkDxgwhjKo0hxcwT+jlAjG6DXgAz74czRL8nx3K/OyG 6b/cBVM18AkKeuz+DH2mKj+gVX7fLMHTe7odC301F17JKdewaoqF0BXCRjK0+PxR8pXA7x I7uMLM0JqD3rrc1CywgK7lnWXl5aIRoUq/lR+e8DIvt5two2zkwhHQ42hswhstT2lzLsvI np/YBoY4p7DvDu0oUiXkFeNSP4RHXlMhei4dgFPVHyhkmpn50WX2PKqtmwf3eS0ZDwJnb0 Go2ltpa3TsbCKYyiarm5hrZQaAusjQE97Sw2WpPncdIghbAeiL7Sl7oiOpuNOcdpArQmAh gxRC48dpNHiVuUNQnA11jYKcN/I1/D0Lo2zwiA5TG2x4CfiD8C5umyBk0vRZAILMqA22Hm 9hxlcWR1PZRvj2wvYIHKOqb2uwwQ73t+rzMPKJ6n82ptR6a1P47BA= Received: from nutbook9 (unknown [IPv6:2001:9e8:5ecc:6f00:d2e1:97b3:6e80:9ec4]) by mailproxy.uni-koblenz.de (Postfix) with ESMTPSA id 871CD100632; Sat, 17 May 2025 09:06:32 +0200 (CEST) From: Julian Flake To: Leo Famulari Subject: Re: [bug#76311] Request for merging "kernel-team" branch In-Reply-To: (Leo Famulari's message of "Sun, 11 May 2025 12:29:39 -0400") References: <874ixvl214.fsf@z572.online> <87bjs0g4no.fsf@z572.online> <87y0v41etq.fsf@cbaines.net> <875xi71npl.fsf@cbaines.net> User-Agent: mu4e 1.12.9; emacs 29.4 Date: Sat, 17 May 2025 09:06:29 +0200 Message-ID: <871psnzpfu.fsf@uni-koblenz.de> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Rspamd-Queue-Id: 4Zzw3Z0XF1zCtlV X-Rspamd-Server: rspamd X-Spamd-Result: default: False [-0.20 / 16.00]; R_DKIM_ALLOW(-0.20)[uni-koblenz.de:s=dkim0001]; DKIM_TRACE(0.00)[uni-koblenz.de:+]; OUTGOING(0.00)[]; OUTGOING_NO_ACTION(0.00)[] X-Rspamd-Action: no action X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 74597 Cc: Dariqq , Z572 , Christopher Baines , 76311@debbugs.gnu.org, 74597@debbugs.gnu.org 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 (-) --=-=-= Content-Type: text/plain; format=flowed Dear Leo, On Sun, May 11 2025, Leo Famulari wrote: > This bluez package now builds successfully. Bluetoothers, please > test! Thanks for merging this already into master. Everything that worked before, still works, but my issue remains. However, the error message seems to have changed (now it's "Connection Failed: Operation already in progress bluez"). I couldn't find any other related upstream issue, yet. I probably will investigate further, when I find the time. Since this issue's original subject was to update bluez to 5.79 , it can be closed now? Or should we leave it open, until my (and others') issue is resolved? Best Regards, nutcase --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHMEAREKADMWIQSZos45zYG9CgQjO52pmOo730U57wUCaCg1dRUcZmxha2VAdW5p LWtvYmxlbnouZGUACgkQqZjqO99FOe+4JwCfdlz8bk73zLpJ+URDLJLRvsOolvgA n3dB2sNd0Px/1ZCOec+JYJVVc2RP =Fnq9 -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Tue May 20 20:45:13 2025 Received: (at 74597-done) by debbugs.gnu.org; 21 May 2025 00:45:13 +0000 Received: from localhost ([127.0.0.1]:39742 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uHXa4-0004RB-Do for submit@debbugs.gnu.org; Tue, 20 May 2025 20:45:13 -0400 Received: from fout-b5-smtp.messagingengine.com ([202.12.124.148]:54197) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uHXa2-0004Q5-Me for 74597-done@debbugs.gnu.org; Tue, 20 May 2025 20:45:11 -0400 Received: from phl-compute-05.internal (phl-compute-05.phl.internal [10.202.2.45]) by mailfout.stl.internal (Postfix) with ESMTP id 4199D11400B4; Tue, 20 May 2025 20:45:05 -0400 (EDT) Received: from phl-mailfrontend-01 ([10.202.2.162]) by phl-compute-05.internal (MEProxy); Tue, 20 May 2025 20:45:05 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=cc:cc:content-type:content-type:date:date:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:subject:subject:to:to; s=mesmtp; t=1747788305; x= 1747874705; bh=xzVi1v8jXeCjqkytZfu5toE8Jp4pro4wIiFnMxTOhFs=; b=B SZ0SKEu/5Z9cFrCbM2rYil2YrLG+JxerI0Qg5OxOgMMMku5BRNMgNelLlhbGKruL NGJSM3jBy0xGvH2jgAeioFwl1hthPBCnUYfoZAo8QWjuAoqICvhyIcBwLaz5Irgj i7/sCchsL0PJYPAGzjJppXl5xNfhN2fv00zK0CESvc= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-type:content-type:date:date :feedback-id:feedback-id:from:from:in-reply-to:in-reply-to :message-id:mime-version:references:reply-to:subject:subject:to :to:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; t= 1747788305; x=1747874705; bh=xzVi1v8jXeCjqkytZfu5toE8Jp4pro4wIiF nMxTOhFs=; b=r8Gxk6H8Htx2OSd0MMU61zs7UXbEeIQ6kLQ3At/K9PCJFD8eXVQ d0it8VwvpH+gbQaNqmBVHbTTPEF6N037ISftOPlpgmd5zkhK7YCYKOOG0Ufbjts3 nYoEYklNxkg03oQhTcxSbD3u3sNEjMs1y70rtqftKw2BByTcLOIbKv2a2tAD9Ycy GZp3vJPfm6CINJevjRBDQ9aNYFvzwkmFqFAk1jFRroyNqgw9BsWvLjEwMzOjm7hk 0KUQL5xBvT4wNKdvm2eqauP0Rur6Jwqek7xTWrQsLc4mTCqlYLTrBV/VzlpHmPAZ YczNKLcyqCNsN9DRFRA1/sj+PmPvmr2O/Yw== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeeffedrtddtgdduieelucdltddurdegfedvrddttd dmucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdggtfgf nhhsuhgsshgtrhhisggvpdfurfetoffkrfgpnffqhgenuceurghilhhouhhtmecufedttd enucesvcftvggtihhpihgvnhhtshculddquddttddmnecujfgurhepfffhvfevuffkfhgg tggujgesthdtredttddtvdenucfhrhhomhepnfgvohcuhfgrmhhulhgrrhhiuceolhgvoh esfhgrmhhulhgrrhhirdhnrghmvgeqnecuggftrfgrthhtvghrnhepieetudehfeekueef leegudfhjefgleehfeeluefhfeffgfeuudelhedvjeelieetnecuvehluhhsthgvrhfuih iivgeptdenucfrrghrrghmpehmrghilhhfrhhomheplhgvohesfhgrmhhulhgrrhhirdhn rghmvgdpnhgspghrtghpthhtohepvddpmhhouggvpehsmhhtphhouhhtpdhrtghpthhtoh epfhhlrghkvgesuhhnihdqkhhosghlvghniidruggvpdhrtghpthhtohepjeegheeljedq ughonhgvseguvggssghughhsrdhgnhhurdhorhhg X-ME-Proxy: Feedback-ID: i819c4023:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Tue, 20 May 2025 20:45:04 -0400 (EDT) Date: Tue, 20 May 2025 20:45:02 -0400 From: Leo Famulari To: Julian Flake Subject: Re: [bug#76311] Request for merging "kernel-team" branch Message-ID: References: <874ixvl214.fsf@z572.online> <87bjs0g4no.fsf@z572.online> <87y0v41etq.fsf@cbaines.net> <875xi71npl.fsf@cbaines.net> <871psnzpfu.fsf@uni-koblenz.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <871psnzpfu.fsf@uni-koblenz.de> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 74597-done Cc: 74597-done@debbugs.gnu.org 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.7 (-) On Sat, May 17, 2025 at 09:06:29AM +0200, Julian Flake wrote: > Thanks for merging this already into master. Everything that worked before, > still works, but my issue remains. However, the error message seems to have > changed (now it's "Connection Failed: Operation already in progress bluez"). That's too bad. Unfortunatley I don't use Bluetooth on Linux so I don't know how to help. > Since this issue's original subject was to update bluez to 5.79 , it can be > closed now? Or should we leave it open, until my (and others') issue is > resolved? Yes, since this ticket was about updating the package, we can close it. From unknown Thu Jun 19 14:05:43 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 18 Jun 2025 11:24:12 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator