From unknown Sun Jun 22 08:00:14 2025 X-Loop: help-debbugs@gnu.org Subject: bug#49030: 28.0.50; Tramp archive error Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 14 Jun 2021 23:24:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 49030 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 49030@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.162371299820082 (code B ref -1); Mon, 14 Jun 2021 23:24:01 +0000 Received: (at submit) by debbugs.gnu.org; 14 Jun 2021 23:23:18 +0000 Received: from localhost ([127.0.0.1]:47947 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lsvvK-0005Dq-Gk for submit@debbugs.gnu.org; Mon, 14 Jun 2021 19:23:18 -0400 Received: from lists.gnu.org ([209.51.188.17]:38702) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lsvvJ-0005Dj-1Z for submit@debbugs.gnu.org; Mon, 14 Jun 2021 19:23:17 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50326) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lsvvI-0001sd-Rx for bug-gnu-emacs@gnu.org; Mon, 14 Jun 2021 19:23:16 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:53743) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lsvvG-0001wC-De for bug-gnu-emacs@gnu.org; Mon, 14 Jun 2021 19:23:16 -0400 Received: (Authenticated sender: juri@linkov.net) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id C156BE000B for ; Mon, 14 Jun 2021 23:23:08 +0000 (UTC) From: Juri Linkov Organization: LINKOV.NET Date: Tue, 15 Jun 2021 01:17:50 +0300 Message-ID: <87h7i0ghnl.fsf@mail.linkov.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=217.70.183.196; envelope-from=juri@linkov.net; helo=relay4-d.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=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.6 (-) 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.6 (--) This regression is caused by some change during the previous month. Here is 100% reproducible test case: 0. emacs -Q -l dired-x or (require 'dired-x) after start, i.e. the problem is reproducible only when dired-x is loaded. 1. create a .tar or .tgz archive with e.g. `tar zcvf test.tgz file` 2. in Dired flag this archive for deletion with 'd' and type 'x' or just 'D', confirm the deletion. Such error is signaled: Tramp: Opening connection for file%3A%2F%2F%2Ftmp%2Ftest.tgz using archive...failed file-error: org.gtk.GDBus.UnmappedGError.Quark._g_2dio_2derror_2dquark.Code1 Error when getting information for file “/tmp/test.tgz”: No such file or directory I discovered this problem after saveplace.el started to fail when in a Dired buffer the current file is a .tar archive: Debugger entered--Lisp error: (file-error "org.gtk.GDBus.UnmappedGError.Quark._g_2dio_2derror_2dquark.Code1 Error when getting information for file “/tmp/test.tar”: No such file or directory") signal(file-error ("org.gtk.GDBus.UnmappedGError.Quark._g_2dio_2derror_2dquark.Code1 Error when getting information for file “/tmp/test.tar”: No such file or directory")) tramp-error((tramp-file-name "archive" nil nil "file%3A%2F%2F%2Ftmp%2Ftest.tar" nil "/" nil) file-error "org.gtk.GDBus.UnmappedGError.Quark._g_2dio_2derror_2dquark.Code1 Error when getting information for file “/tmp/test.tar”: No such file or directory") tramp-gvfs-dbus-event-error((dbus-event :session 3 33 ":1.3" ":1.251" nil nil "org.gtk.GDBus.UnmappedGError.Quark._g_2dio_2derror_2dquark.Code1" ignore (:string "Error when getting information for file “/tmp/test.tar”: No such file or directory")) (dbus-error "org.gtk.GDBus.UnmappedGError.Quark._g_2dio_2derror_2dquark.Code1 Error when getting information for file “/tmp/test.tar”: No such file or directory")) run-hook-with-args(tramp-gvfs-dbus-event-error (dbus-event :session 3 33 ":1.3" ":1.251" nil nil "org.gtk.GDBus.UnmappedGError.Quark._g_2dio_2derror_2dquark.Code1" ignore (:string "Error when getting information for file “/tmp/test.tar”: No such file or directory")) (dbus-error "org.gtk.GDBus.UnmappedGError.Quark._g_2dio_2derror_2dquark.Code1 Error when getting information for file “/tmp/test.tar”: No such file or directory")) dbus-handle-event((dbus-event :session 3 33 ":1.3" ":1.251" nil nil "org.gtk.GDBus.UnmappedGError.Quark._g_2dio_2derror_2dquark.Code1" ignore (:string "Error when getting information for file “/tmp/test.tar”: No such file or directory"))) funcall-interactively(dbus-handle-event (dbus-event :session 3 33 ":1.3" ":1.251" nil nil "org.gtk.GDBus.UnmappedGError.Quark._g_2dio_2derror_2dquark.Code1" ignore (:string "Error when getting information for file “/tmp/test.tar”: No such file or directory"))) command-execute(dbus-handle-event nil [(dbus-event :session 3 33 ":1.3" ":1.251" nil nil "org.gtk.GDBus.UnmappedGError.Quark._g_2dio_2derror_2dquark.Code1" ignore (:string "Error when getting information for file “/tmp/test.tar”: No such file or directory"))] t) read-event(nil nil 0.1) tramp-gvfs-maybe-open-connection((tramp-file-name "archive" nil nil "file%3A%2F%2F%2Ftmp%2Ftest.tar" nil "/" nil)) tramp-gvfs-send-command((tramp-file-name "archive" nil nil "file%3A%2F%2F%2Ftmp%2Ftest.tar" nil "/" nil) "gvfs-info" "archive://file%253A%252F%252F%252Ftmp%252Ftest.tar/") tramp-gvfs-get-root-attributes("/archive:file%3A%2F%2F%2Ftmp%2Ftest.tar:/") tramp-gvfs-get-file-attributes("/archive:file%3A%2F%2F%2Ftmp%2Ftest.tar:/") tramp-gvfs-handle-file-attributes("/archive:file%3A%2F%2F%2Ftmp%2Ftest.tar:/") apply(tramp-gvfs-handle-file-attributes "/archive:file%3A%2F%2F%2Ftmp%2Ftest.tar:/") tramp-gvfs-file-name-handler(file-attributes "/archive:file%3A%2F%2F%2Ftmp%2Ftest.tar:/") apply(tramp-gvfs-file-name-handler file-attributes "/archive:file%3A%2F%2F%2Ftmp%2Ftest.tar:/") tramp-file-name-handler(file-attributes "/archive:file%3A%2F%2F%2Ftmp%2Ftest.tar:/") tramp-handle-file-exists-p("/archive:file%3A%2F%2F%2Ftmp%2Ftest.tar:/") apply(tramp-handle-file-exists-p "/archive:file%3A%2F%2F%2Ftmp%2Ftest.tar:/") tramp-gvfs-file-name-handler(file-exists-p "/archive:file%3A%2F%2F%2Ftmp%2Ftest.tar:/") apply(tramp-gvfs-file-name-handler file-exists-p "/archive:file%3A%2F%2F%2Ftmp%2Ftest.tar:/") tramp-file-name-handler(file-exists-p "/archive:file%3A%2F%2F%2Ftmp%2Ftest.tar:/") file-exists-p("/archive:file%3A%2F%2F%2Ftmp%2Ftest.tar:/") tramp-gvfs-handle-file-readable-p("/archive:file%3A%2F%2F%2Ftmp%2Ftest.tar:/") apply(tramp-gvfs-handle-file-readable-p "/archive:file%3A%2F%2F%2Ftmp%2Ftest.tar:/") tramp-gvfs-file-name-handler(file-readable-p "/archive:file%3A%2F%2F%2Ftmp%2Ftest.tar:/") apply(tramp-gvfs-file-name-handler file-readable-p "/archive:file%3A%2F%2F%2Ftmp%2Ftest.tar:/") tramp-file-name-handler(file-readable-p "/archive:file%3A%2F%2F%2Ftmp%2Ftest.tar:/") file-readable-p("/archive:file%3A%2F%2F%2Ftmp%2Ftest.tar:/") tramp-archive-handle-file-readable-p("/tmp/test.tar/") apply(tramp-archive-handle-file-readable-p "/tmp/test.tar/") tramp-archive-file-name-handler(file-readable-p "/tmp/test.tar/") save-place-forget-unreadable-files() save-place-alist-to-file() save-place-kill-emacs-hook() From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 19 11:57:29 2021 Received: (at control) by debbugs.gnu.org; 19 Jun 2021 15:57:29 +0000 Received: from localhost ([127.0.0.1]:60556 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ludLd-00070G-Ko for submit@debbugs.gnu.org; Sat, 19 Jun 2021 11:57:29 -0400 Received: from mout.gmx.net ([212.227.15.15]:43081) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ludLb-000702-V0 for control@debbugs.gnu.org; Sat, 19 Jun 2021 11:57:28 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gmx.net; s=badeba3b8450; t=1624118242; bh=EnBq/0d5BfKEKJIc4WKho0EduV8iP3gRdVWV1RO/HUY=; h=X-UI-Sender-Class:Date:To:From:Subject; b=YuyEQdbVigH736a0wo9z0LqNBKA47vuzr2m25i+SW3x/oY2TcD/5MlV3ARvug1iwZ 8VgdFkiDpp+4YcsSx9OkkS80NVNyFDAu9xgHjIJzFcwmVA2hGuTM3iuh03P3qudQ+l 7W1VUlOGM11Kvk4pDaQBQXzvdKxU2CRXqHC6XGkI= X-UI-Sender-Class: 01bb95c1-4bf8-414a-932a-4f6e2808ef9c Received: from gandalf.gmx.de ([79.140.124.249]) by mail.gmx.net (mrgmx004 [212.227.17.190]) with ESMTPSA (Nemesis) id 1MeCtZ-1lKCOr0Unn-00bLFL for ; Sat, 19 Jun 2021 17:57:22 +0200 Date: Sat, 19 Jun 2021 17:57:20 +0200 Message-Id: <87a6nlj19b.fsf@gmx.de> To: control@debbugs.gnu.org From: Michael Albinus Subject: control message for bug #49043 X-Provags-ID: V03:K1:yKv60TyH6JmD936fuZlwj0H1SlW7x0qsLN3Y3p+/TxGWZDLecm+ mNWVokE+iE8M4YQsHwMZyqq98QDSnCp0ATGUXITjw24naujSAQSOfsi9okrrFEno1keRiMU W2vyNPftCefwaSCs4mDBm4iq0Z2aKpcJd0xkUFS6+DWg4N4YLIVJdSYZQ3K/u6foO9qDHC1 Nmx24TPFt7FgraXq7OWPw== X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V03:K0:QwrGp53y2uE=:qre3TcD6cz8NyzstJAElVa zkRhJXXuhxSr+yBzbq62lhaNHdRWmZ5uRz41pYCjpDoIK4mL3zpLVFNIYgko4T/e7iwtSrVDV TYHKbm+mEPOrWTfWiam3x3Gx81b04nMC9LEgAMHJc4IY05Qa8+OBaZ4R1udgu3Jx5bFX/W1FE KtChtPCA10Hqfh3v0P3gKr4PywdbK5ersteyjjCiRqLvvLl55Z+7GELDPgQLRjxIPqgIgyIlS 62MfckWVUjht55aMyg21qhBeX/OU9ZjVc8cB0/FwEwKPRF6UBQ4c3h/K9t0xNqgOEzV8c/fN9 bunKPC/A1qoTQs5rad3sG0b457dKn+PSxC6+ywrp/sxXhsjSAFxtNKAIwBLX0mSmzkGQIhYUa BAx8ABThLH2j0or8iIl6KNJdbO1vY94YTKlOMCq9O8l00nSn44CdolKF4yDMcRJ8Tv5U8qKWD nH/53e5sXNFkrfJbmMTe1TnVmC1A92ZO8LZTOjsxidzzrsbryWCpStJqSchFRy4gYSELqArJY wSNJ9Hsv1w9xZ5AYYSBJTBaRnkMNGCktpc7BuexczGnJWM88+10TPMgnFmRQxi2Qzph0rz7h1 uKwS4pU7Ol8vIDYJakLiu+Tl2ewvlnz+zeRssq2sbrlgSZc+HtXbjzVVLcDfhbmL4rlQAWzhw k38XLCiPikdE7W0Cf23RcWgqMepV02TbKGiAynp/WCWb0WuazJr4Mndncm7QHpjayxVzxWkQn bcpKk+SeqIqM4Z4gH2N2l/ak74wh/JIiN9THHTdJYm0jKC2YVBmyzCp3icQRs6Hzc9/6BzQe5 ZVTerqb8bno3cYA0IaY8itdCKOPxGqVNhbfaumRn6pogCx7v2Txp//m6pWaOhsxnB7a2Z1S+6 2omQJzzTRA0fZXA0Mv6Wlkq8NjIfcoVIZsYZwLEBPL5JPHS4ssDArVCuglG41Ge+JVJfPwLrj dcZEvvLmtSJGXqfOmWPtN1oeYITdiAh4lfVIeJPd1KxCaIG7GrfKrCgk1lPbNhk+65VXMiNS3 XUVLN3o8u58pfWBDI/gRtMJeZzuxheRiyXCz3TNx9X4Tfx8X30B672ZaGE/wpHTZB84KqHsUR h8MJCB+4qkjM68CkjgGHsFNarNSagMVt/MNWasa1zDKkVOmPE5KrQTuyw== X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control 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 (-) merge 49043 49030 quit From unknown Sun Jun 22 08:00:14 2025 X-Loop: help-debbugs@gnu.org Subject: bug#49030: 28.0.50; Tramp archive error Resent-From: Michael Albinus Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 19 Jun 2021 16:16:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 49030 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: Juri Linkov Cc: 49030@debbugs.gnu.org Received: via spool by 49030-submit@debbugs.gnu.org id=B49030.16241193074585 (code B ref 49030); Sat, 19 Jun 2021 16:16:01 +0000 Received: (at 49030) by debbugs.gnu.org; 19 Jun 2021 16:15:07 +0000 Received: from localhost ([127.0.0.1]:60580 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ludcg-0001Bt-M9 for submit@debbugs.gnu.org; Sat, 19 Jun 2021 12:15:06 -0400 Received: from mout.gmx.net ([212.227.17.22]:38983) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ludce-0001B1-2s for 49030@debbugs.gnu.org; Sat, 19 Jun 2021 12:15:04 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gmx.net; s=badeba3b8450; t=1624119297; bh=4/DnW3NKXbqDua6s85qNLbdD2UC1HZ8kOYjui7WT1XU=; h=X-UI-Sender-Class:From:To:Cc:Subject:References:Date:In-Reply-To; b=ZCYQZawZUeAexcVDna9FFFc84NtStUfjsIRCgp1NOVIDgjmqxI1Zt192Im0z/Es/m fvLm6ZqcF/C5WGTwXGh8oD738SDHBKMkQcjw3TaTIe+6vzZ2lxc4slkAsBFSrorYI1 RbLNjlcvZiuk+xs8vQAWYWg4ih59ljsgmOWNecio= X-UI-Sender-Class: 01bb95c1-4bf8-414a-932a-4f6e2808ef9c Received: from gandalf.gmx.de ([79.140.124.249]) by mail.gmx.net (mrgmx105 [212.227.17.168]) with ESMTPSA (Nemesis) id 1MN5eX-1lcHxM0jhd-00J3zy; Sat, 19 Jun 2021 18:14:57 +0200 From: Michael Albinus References: <87h7i0ghnl.fsf@mail.linkov.net> Date: Sat, 19 Jun 2021 18:14:55 +0200 In-Reply-To: <87h7i0ghnl.fsf@mail.linkov.net> (Juri Linkov's message of "Tue, 15 Jun 2021 01:17:50 +0300") Message-ID: <875yy9j0g0.fsf@gmx.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Provags-ID: V03:K1:SNcOmldh24iZM24OmtnU3jp931q75WShSynSrXdda5uTN08+fD3 ZBr9WgI5XQxlpfwVLTFDGSxC2G4UNivC4qtiUB59UW+EeqnKkeFpOh1YRKGOhnWSg/SZFRh ZXsXaCmCzF8PLWhjn947a6kEhhryNr2gvNYz6gBx7KFbvZ4rI04zSKUbU/Bn1kAN5m2J2vZ /TNw30M2mjTRwzuwIzDJA== X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V03:K0:CRvLU35o8S0=:0TBDgRfN+frZwCvaYReXLi 43pW3u1ZdRWsW3XTfBwENglTD04jdI/SogrAM5T8hZekVRYU41bzy4pd+Q4nJxG2hCOqbmD+R DMvz5MWk4/dV373xY+sqSjQLv8WBVImz4TP5UwyofhzpLMFYnnqFphGtv+GDUQtgQ8m7Q2opb bt3TrcsSsLUJEXnBSTcCAlOgTTtx/QcEa+bh46NlqCPfdsp8/0mNzuJj59QrCl8GjcbYBqOff gd7fw2UQsTbE4X1eDgjz19U8VvQS1kTervyS0dUDbciqpVm7NPN5Vrd+ZTGp4MiRJJfmQ/w09 TDJnHq/fqa+xbXhrYNZLMTkoecegOaRBFtnGTUYCa6LKa6SBKlLQs3IvmYVdQX1DESwiFTaYn 9HecglsWB4qWZK4pJf8PDt0YjZZocVqf+8xE2iCKaVOcYSVG5MK3CL6Z+VG1DoK8o9f8nSme2 UcGiq5N8eilut1bsNqsOx646FPw8PnKesxIx+YCtqP94KrC4SZ+8X8pKpv1v1hewWaWsg9xwN 7NvGXF4ufFEoJ5a+aC/M+9GhHJuKMR4B4OMPU6Zg00QEkyrxyjVdRBxGRA6BNLpdK3Y1t+M4b lFlkFCs8pSC0KoIO3qCh2gb3+o2P1Vhtex21OswSpuNtus+JF4Nf0Am8UmWAUaGEVXzwbwRd0 r9IFiHdBaL0WFRR28ueGgE++nTTNXBSu7tVVtupSQAfkbJbtyoQq/3DSJlSobDQavQ6rBmw7j Hcd0ANSqLOSwR2S+pDfr6DFjz+hEv5PYHExxI9CHhsbe6XQ9hS+3SXRLC/wU7gFk41bzWk8zm j5pWujWUtxdoRuxK77VUmtwFmTYozWL4ROMA1sP2evEIVarzPkxGHkfTmSmhcPstF7Lg1wvRu GOVVHJlSiP+GfGwd/kZY0M+W5CHhqcKulfnG0dgMNueFVy+uBj8yywxm+V2WLEYy8zE765gx9 Rxf2QhOqFavFEy2Ls8cw/6eD+Gg2xBQc4kyw3aGhH0cZoFYGXLf4NfnD51spXlLOUKFRCFsNW euT3kapi1EQioSzQA3MK6B/XvzAMJLLIKkzg1mPHqLNiYuOTNeQx8yZXXi5kDloNGyO20o/gp aPk1Y0dxWFVgRG2ymsX0EYGlFd6MfiZ7d+RrxB1o9RcEXB05CUyh5GlxQ== X-Spam-Score: 0.0 (/) 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 (-) Juri Linkov writes: Hi Juri, > This regression is caused by some change during the previous month. > Here is 100% reproducible test case: > > 0. emacs -Q -l dired-x > or (require 'dired-x) after start, > i.e. the problem is reproducible only when dired-x is loaded. > > 1. create a .tar or .tgz archive with e.g. `tar zcvf test.tgz file` > > 2. in Dired flag this archive for deletion with 'd' and type 'x' or just = 'D', > confirm the deletion. > > Such error is signaled: > > Tramp: Opening connection for file%3A%2F%2F%2Ftmp%2Ftest.tgz using arch= ive...failed > file-error: org.gtk.GDBus.UnmappedGError.Quark._g_2dio_2derror_2dquark.= Code1 > Error when getting information for file =E2=80=9C/tmp/test.tgz=E2=80=9D= : No such file or directory Thanks for the recipe. I've pushed a fix to master, could you pls check? Best regards, Michael. From unknown Sun Jun 22 08:00:14 2025 X-Loop: help-debbugs@gnu.org Subject: bug#49030: 28.0.50; Tramp archive error Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 19 Jun 2021 23:14:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 49030 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: Michael Albinus Cc: 49030@debbugs.gnu.org Received: via spool by 49030-submit@debbugs.gnu.org id=B49030.162414441329636 (code B ref 49030); Sat, 19 Jun 2021 23:14:02 +0000 Received: (at 49030) by debbugs.gnu.org; 19 Jun 2021 23:13:33 +0000 Received: from localhost ([127.0.0.1]:60937 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1luk9d-0007hv-7R for submit@debbugs.gnu.org; Sat, 19 Jun 2021 19:13:33 -0400 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:40205) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1luk9b-0007hT-HV for 49030@debbugs.gnu.org; Sat, 19 Jun 2021 19:13:31 -0400 Received: (Authenticated sender: juri@linkov.net) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 0D02C1C0002; Sat, 19 Jun 2021 23:13:23 +0000 (UTC) From: Juri Linkov Organization: LINKOV.NET References: <87h7i0ghnl.fsf@mail.linkov.net> <875yy9j0g0.fsf@gmx.de> Date: Sun, 20 Jun 2021 02:05:11 +0300 In-Reply-To: <875yy9j0g0.fsf@gmx.de> (Michael Albinus's message of "Sat, 19 Jun 2021 18:14:55 +0200") Message-ID: <875yy9tqos.fsf@mail.linkov.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) 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 (-) >> Such error is signaled: >> >> Tramp: Opening connection for file%3A%2F%2F%2Ftmp%2Ftest.tgz using archive...failed >> file-error: org.gtk.GDBus.UnmappedGError.Quark._g_2dio_2derror_2dquark.Code1 >> Error when getting information for file “/tmp/test.tgz”: No such file or directory > > Thanks for the recipe. I've pushed a fix to master, could you pls check? Thanks for the fix. I confirm that the error is fixed. (I don't know if the merged bug#49043 can be closed.) From unknown Sun Jun 22 08:00:14 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Juri Linkov Subject: bug#49030: closed (Re: bug#49030: 28.0.50; Tramp archive error) Message-ID: References: <871r8wipjq.fsf@gmx.de> <87h7i0ghnl.fsf@mail.linkov.net> X-Gnu-PR-Message: they-closed 49030 X-Gnu-PR-Package: emacs X-Gnu-PR-Keywords: patch Reply-To: 49030@debbugs.gnu.org Date: Sun, 20 Jun 2021 14:23:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1624198982-22327-1" This is a multi-part message in MIME format... ------------=_1624198982-22327-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #49030: 28.0.50; Tramp archive error which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 49030@debbugs.gnu.org. --=20 49030: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D49030 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1624198982-22327-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 49030-done) by debbugs.gnu.org; 20 Jun 2021 14:22:43 +0000 Received: from localhost ([127.0.0.1]:34763 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1luyLT-0005nD-25 for submit@debbugs.gnu.org; Sun, 20 Jun 2021 10:22:43 -0400 Received: from mout.gmx.net ([212.227.17.22]:58933) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1luyLQ-0005mv-TF for 49030-done@debbugs.gnu.org; Sun, 20 Jun 2021 10:22:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gmx.net; s=badeba3b8450; t=1624198954; bh=e7hlz8zOhDHTU9RGd2j3kxo/ZXuyb0JddzipNdZ0SGA=; h=X-UI-Sender-Class:From:To:Cc:Subject:References:Date:In-Reply-To; b=THiHcR8Qyht+H1KW0qTjK6+UB/pkquBhFzj1OKkod6i173uxvNYA0KW/HGXV/k89c vLVLn5aCBPCxIW1eO7JshYlwV3ytzI+Tcme51nez6tTjWhgWVtFjjE9W2QvFA6BdYU cKzCd9z2Q4NTbLfJzAYwK7czh0Bxp2Wb95De/Wgs= X-UI-Sender-Class: 01bb95c1-4bf8-414a-932a-4f6e2808ef9c Received: from gandalf.gmx.de ([213.220.157.183]) by mail.gmx.net (mrgmx104 [212.227.17.168]) with ESMTPSA (Nemesis) id 1N7i8Y-1lGwZc2DS6-014jWF; Sun, 20 Jun 2021 16:22:34 +0200 From: Michael Albinus To: Juri Linkov Subject: Re: bug#49030: 28.0.50; Tramp archive error References: <87h7i0ghnl.fsf@mail.linkov.net> <875yy9j0g0.fsf@gmx.de> <875yy9tqos.fsf@mail.linkov.net> Date: Sun, 20 Jun 2021 16:22:33 +0200 In-Reply-To: <875yy9tqos.fsf@mail.linkov.net> (Juri Linkov's message of "Sun, 20 Jun 2021 02:05:11 +0300") Message-ID: <871r8wipjq.fsf@gmx.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Provags-ID: V03:K1:gdJHRHf/4DjYSgdaWOTEudcElk8cUDHzUtl28GbLsjCvus9azaf 87jeNFIi23kQ7oSZe76Zmw5Q68SrPHIrUcry5XfAYfCNIhHFsD6ldjk2FbnGrMfu5uaQLgw 1zG7tGwR/JDksqhcuM9DdftUClxiom+0B7pH7chXfSl95lT3kW+mrlQeUTl2ZRf/wHnC/hX mTPlJlzHRO+71D2woUG+A== X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V03:K0:6R6Am3hbPk4=:Gi2k8qTaLGU7H98BMPP1Yk NhE/IS2OdcQXjbnjP2q2G+M8nTn6oixpSaqm9fvGn//XxLUe6Y6VwJ+9gjFqhDV6CaU3tncG8 RRVY9Aq27d1HbOe0aQve27VRoNenDc/QSXN4tLMrOuN32yVMUcrlvYVCpl00aVr6ItqqyNIjK OkK6oip5ZEQEMOhgIsc8DMDssf5/vg6Cgke8l39qKRA8tJsNUxFEN4Dn8RB+wpj6kyBEkMcxT lgCX1/Zz/euySYPgcYhTfR1gzUBh4ji1x0fdVSZ0GPKWjoUp32eR7igA9FwIBbEKFB4pz6QP/ yLzqIBc2PVe4RxOfC9v7gnOOxagd0WStE7nnQZ041WK2DFtqevsE3KQw9FaXCAbUcroyd1ZtH MkkefqHTa5HTPQqid+N1R8UaFMKg26R6zKBsOyLUR+2svuRv4p7oPtBtEP7D5QhgdNSrZ6Spn Y4M+bhJmbMgxBDoxi7G319OmGcRpm/9l8FqggfMSpq7mP2xoZ10/IZjyD0nP289aWhnxZQSMz X3i6L4jCEwpfhKSFCl8MYjih99WmD1PwIpCu+FD+GEJ1HdewM6pZD2i6uOZ3rhpf/EHN4Ql7a HslB2irzeGOwHjXDLf1rzWX+VGbmYGoewxsYD2ULxhTzze23U4qgkWjI0Md4kRAMt6kMJcErb 3EpQlwfXzyY7wzWCURNkmxC2y4mMXxBjLMm3uuu0Su+rTSoG623A1+jKWmePU9YRzLmqJfRoy Fnj3mWTbKgn6t/oFQzIujr5WPlK1gcXhdYiyaAmbBXObdGiUtxqoB9OBsNGzuW/PVB55Chps0 wgROpoShIxqthKagS03c+xmFnaKdyA/ZD2Fpi0eab6gkhP+oAGc5oS4YHuw8WRGpK1vu0TJ2s Zi1lBbV18iOpx252+gwc9JH8+A7lUYqLib+9HTaLpOWSokR/HK8qRBlG18oBilScHtovGlvO+ kIZzDkarmkzo6kWICcvSI3Fg7OzRYrNP/c2HjilckTqE9OnMfiH3Xh+AypW/JTskmUj6/qD+Q MOgOssyRzOVM7tnI8YC1loNK1VvF2v/Zcz056lvFPaN03H0MekX6lR8aSLJ0ISZHGdyjWdJES 9ZrJuauYQ3Dh0184aP80I3WK/pl8puAGVQyYLj4Y8u9MTxnvZePKG3PJw== X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 49030-done Cc: 49030-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.0 (-) Version: 28.1 Juri Linkov writes: Hi Juri, >>> Such error is signaled: >>> >>> Tramp: Opening connection for file%3A%2F%2F%2Ftmp%2Ftest.tgz >>> using archive...failed >>> file-error: org.gtk.GDBus.UnmappedGError.Quark._g_2dio_2derror_2dquar= k.Code1 >>> Error when getting information for file =E2=80=9C/tmp/test.tgz=E2=80= =9D: No such >>> file or directory >> >> Thanks for the recipe. I've pushed a fix to master, could you pls check? > > Thanks for the fix. I confirm that the error is fixed. > (I don't know if the merged bug#49043 can be closed.) Thanks for the confirmation, I'm closing the bug. Best regards, Michael. ------------=_1624198982-22327-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 14 Jun 2021 23:23:18 +0000 Received: from localhost ([127.0.0.1]:47947 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lsvvK-0005Dq-Gk for submit@debbugs.gnu.org; Mon, 14 Jun 2021 19:23:18 -0400 Received: from lists.gnu.org ([209.51.188.17]:38702) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lsvvJ-0005Dj-1Z for submit@debbugs.gnu.org; Mon, 14 Jun 2021 19:23:17 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50326) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lsvvI-0001sd-Rx for bug-gnu-emacs@gnu.org; Mon, 14 Jun 2021 19:23:16 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:53743) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lsvvG-0001wC-De for bug-gnu-emacs@gnu.org; Mon, 14 Jun 2021 19:23:16 -0400 Received: (Authenticated sender: juri@linkov.net) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id C156BE000B for ; Mon, 14 Jun 2021 23:23:08 +0000 (UTC) From: Juri Linkov To: bug-gnu-emacs@gnu.org Subject: 28.0.50; Tramp archive error Organization: LINKOV.NET Date: Tue, 15 Jun 2021 01:17:50 +0300 Message-ID: <87h7i0ghnl.fsf@mail.linkov.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=217.70.183.196; envelope-from=juri@linkov.net; helo=relay4-d.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=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.6 (-) X-Debbugs-Envelope-To: submit 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.6 (--) This regression is caused by some change during the previous month. Here is 100% reproducible test case: 0. emacs -Q -l dired-x or (require 'dired-x) after start, i.e. the problem is reproducible only when dired-x is loaded. 1. create a .tar or .tgz archive with e.g. `tar zcvf test.tgz file` 2. in Dired flag this archive for deletion with 'd' and type 'x' or just 'D', confirm the deletion. Such error is signaled: Tramp: Opening connection for file%3A%2F%2F%2Ftmp%2Ftest.tgz using archive...failed file-error: org.gtk.GDBus.UnmappedGError.Quark._g_2dio_2derror_2dquark.Code1 Error when getting information for file “/tmp/test.tgz”: No such file or directory I discovered this problem after saveplace.el started to fail when in a Dired buffer the current file is a .tar archive: Debugger entered--Lisp error: (file-error "org.gtk.GDBus.UnmappedGError.Quark._g_2dio_2derror_2dquark.Code1 Error when getting information for file “/tmp/test.tar”: No such file or directory") signal(file-error ("org.gtk.GDBus.UnmappedGError.Quark._g_2dio_2derror_2dquark.Code1 Error when getting information for file “/tmp/test.tar”: No such file or directory")) tramp-error((tramp-file-name "archive" nil nil "file%3A%2F%2F%2Ftmp%2Ftest.tar" nil "/" nil) file-error "org.gtk.GDBus.UnmappedGError.Quark._g_2dio_2derror_2dquark.Code1 Error when getting information for file “/tmp/test.tar”: No such file or directory") tramp-gvfs-dbus-event-error((dbus-event :session 3 33 ":1.3" ":1.251" nil nil "org.gtk.GDBus.UnmappedGError.Quark._g_2dio_2derror_2dquark.Code1" ignore (:string "Error when getting information for file “/tmp/test.tar”: No such file or directory")) (dbus-error "org.gtk.GDBus.UnmappedGError.Quark._g_2dio_2derror_2dquark.Code1 Error when getting information for file “/tmp/test.tar”: No such file or directory")) run-hook-with-args(tramp-gvfs-dbus-event-error (dbus-event :session 3 33 ":1.3" ":1.251" nil nil "org.gtk.GDBus.UnmappedGError.Quark._g_2dio_2derror_2dquark.Code1" ignore (:string "Error when getting information for file “/tmp/test.tar”: No such file or directory")) (dbus-error "org.gtk.GDBus.UnmappedGError.Quark._g_2dio_2derror_2dquark.Code1 Error when getting information for file “/tmp/test.tar”: No such file or directory")) dbus-handle-event((dbus-event :session 3 33 ":1.3" ":1.251" nil nil "org.gtk.GDBus.UnmappedGError.Quark._g_2dio_2derror_2dquark.Code1" ignore (:string "Error when getting information for file “/tmp/test.tar”: No such file or directory"))) funcall-interactively(dbus-handle-event (dbus-event :session 3 33 ":1.3" ":1.251" nil nil "org.gtk.GDBus.UnmappedGError.Quark._g_2dio_2derror_2dquark.Code1" ignore (:string "Error when getting information for file “/tmp/test.tar”: No such file or directory"))) command-execute(dbus-handle-event nil [(dbus-event :session 3 33 ":1.3" ":1.251" nil nil "org.gtk.GDBus.UnmappedGError.Quark._g_2dio_2derror_2dquark.Code1" ignore (:string "Error when getting information for file “/tmp/test.tar”: No such file or directory"))] t) read-event(nil nil 0.1) tramp-gvfs-maybe-open-connection((tramp-file-name "archive" nil nil "file%3A%2F%2F%2Ftmp%2Ftest.tar" nil "/" nil)) tramp-gvfs-send-command((tramp-file-name "archive" nil nil "file%3A%2F%2F%2Ftmp%2Ftest.tar" nil "/" nil) "gvfs-info" "archive://file%253A%252F%252F%252Ftmp%252Ftest.tar/") tramp-gvfs-get-root-attributes("/archive:file%3A%2F%2F%2Ftmp%2Ftest.tar:/") tramp-gvfs-get-file-attributes("/archive:file%3A%2F%2F%2Ftmp%2Ftest.tar:/") tramp-gvfs-handle-file-attributes("/archive:file%3A%2F%2F%2Ftmp%2Ftest.tar:/") apply(tramp-gvfs-handle-file-attributes "/archive:file%3A%2F%2F%2Ftmp%2Ftest.tar:/") tramp-gvfs-file-name-handler(file-attributes "/archive:file%3A%2F%2F%2Ftmp%2Ftest.tar:/") apply(tramp-gvfs-file-name-handler file-attributes "/archive:file%3A%2F%2F%2Ftmp%2Ftest.tar:/") tramp-file-name-handler(file-attributes "/archive:file%3A%2F%2F%2Ftmp%2Ftest.tar:/") tramp-handle-file-exists-p("/archive:file%3A%2F%2F%2Ftmp%2Ftest.tar:/") apply(tramp-handle-file-exists-p "/archive:file%3A%2F%2F%2Ftmp%2Ftest.tar:/") tramp-gvfs-file-name-handler(file-exists-p "/archive:file%3A%2F%2F%2Ftmp%2Ftest.tar:/") apply(tramp-gvfs-file-name-handler file-exists-p "/archive:file%3A%2F%2F%2Ftmp%2Ftest.tar:/") tramp-file-name-handler(file-exists-p "/archive:file%3A%2F%2F%2Ftmp%2Ftest.tar:/") file-exists-p("/archive:file%3A%2F%2F%2Ftmp%2Ftest.tar:/") tramp-gvfs-handle-file-readable-p("/archive:file%3A%2F%2F%2Ftmp%2Ftest.tar:/") apply(tramp-gvfs-handle-file-readable-p "/archive:file%3A%2F%2F%2Ftmp%2Ftest.tar:/") tramp-gvfs-file-name-handler(file-readable-p "/archive:file%3A%2F%2F%2Ftmp%2Ftest.tar:/") apply(tramp-gvfs-file-name-handler file-readable-p "/archive:file%3A%2F%2F%2Ftmp%2Ftest.tar:/") tramp-file-name-handler(file-readable-p "/archive:file%3A%2F%2F%2Ftmp%2Ftest.tar:/") file-readable-p("/archive:file%3A%2F%2F%2Ftmp%2Ftest.tar:/") tramp-archive-handle-file-readable-p("/tmp/test.tar/") apply(tramp-archive-handle-file-readable-p "/tmp/test.tar/") tramp-archive-file-name-handler(file-readable-p "/tmp/test.tar/") save-place-forget-unreadable-files() save-place-alist-to-file() save-place-kill-emacs-hook() ------------=_1624198982-22327-1-- From unknown Sun Jun 22 08:00:14 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Boruch Baum Subject: bug#49043: closed (Re: bug#49030: 28.0.50; Tramp archive error) Message-ID: References: <871r8wipjq.fsf@gmx.de> <20210615155231.75wevy3wtzu4vx7l@E15-2016.optimum.net> X-Gnu-PR-Message: they-closed 49043 X-Gnu-PR-Package: emacs X-Gnu-PR-Keywords: patch Reply-To: 49043@debbugs.gnu.org Date: Sun, 20 Jun 2021 14:23:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1624198983-22327-3" This is a multi-part message in MIME format... ------------=_1624198983-22327-3 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #49030: 27.1: ibuffer-toggle-filter-group [BUGFIX] which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 49043@debbugs.gnu.org. --=20 49030: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D49030 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1624198983-22327-3 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 49030-done) by debbugs.gnu.org; 20 Jun 2021 14:22:43 +0000 Received: from localhost ([127.0.0.1]:34763 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1luyLT-0005nD-25 for submit@debbugs.gnu.org; Sun, 20 Jun 2021 10:22:43 -0400 Received: from mout.gmx.net ([212.227.17.22]:58933) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1luyLQ-0005mv-TF for 49030-done@debbugs.gnu.org; Sun, 20 Jun 2021 10:22:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gmx.net; s=badeba3b8450; t=1624198954; bh=e7hlz8zOhDHTU9RGd2j3kxo/ZXuyb0JddzipNdZ0SGA=; h=X-UI-Sender-Class:From:To:Cc:Subject:References:Date:In-Reply-To; b=THiHcR8Qyht+H1KW0qTjK6+UB/pkquBhFzj1OKkod6i173uxvNYA0KW/HGXV/k89c vLVLn5aCBPCxIW1eO7JshYlwV3ytzI+Tcme51nez6tTjWhgWVtFjjE9W2QvFA6BdYU cKzCd9z2Q4NTbLfJzAYwK7czh0Bxp2Wb95De/Wgs= X-UI-Sender-Class: 01bb95c1-4bf8-414a-932a-4f6e2808ef9c Received: from gandalf.gmx.de ([213.220.157.183]) by mail.gmx.net (mrgmx104 [212.227.17.168]) with ESMTPSA (Nemesis) id 1N7i8Y-1lGwZc2DS6-014jWF; Sun, 20 Jun 2021 16:22:34 +0200 From: Michael Albinus To: Juri Linkov Subject: Re: bug#49030: 28.0.50; Tramp archive error References: <87h7i0ghnl.fsf@mail.linkov.net> <875yy9j0g0.fsf@gmx.de> <875yy9tqos.fsf@mail.linkov.net> Date: Sun, 20 Jun 2021 16:22:33 +0200 In-Reply-To: <875yy9tqos.fsf@mail.linkov.net> (Juri Linkov's message of "Sun, 20 Jun 2021 02:05:11 +0300") Message-ID: <871r8wipjq.fsf@gmx.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Provags-ID: V03:K1:gdJHRHf/4DjYSgdaWOTEudcElk8cUDHzUtl28GbLsjCvus9azaf 87jeNFIi23kQ7oSZe76Zmw5Q68SrPHIrUcry5XfAYfCNIhHFsD6ldjk2FbnGrMfu5uaQLgw 1zG7tGwR/JDksqhcuM9DdftUClxiom+0B7pH7chXfSl95lT3kW+mrlQeUTl2ZRf/wHnC/hX mTPlJlzHRO+71D2woUG+A== X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V03:K0:6R6Am3hbPk4=:Gi2k8qTaLGU7H98BMPP1Yk NhE/IS2OdcQXjbnjP2q2G+M8nTn6oixpSaqm9fvGn//XxLUe6Y6VwJ+9gjFqhDV6CaU3tncG8 RRVY9Aq27d1HbOe0aQve27VRoNenDc/QSXN4tLMrOuN32yVMUcrlvYVCpl00aVr6ItqqyNIjK OkK6oip5ZEQEMOhgIsc8DMDssf5/vg6Cgke8l39qKRA8tJsNUxFEN4Dn8RB+wpj6kyBEkMcxT lgCX1/Zz/euySYPgcYhTfR1gzUBh4ji1x0fdVSZ0GPKWjoUp32eR7igA9FwIBbEKFB4pz6QP/ yLzqIBc2PVe4RxOfC9v7gnOOxagd0WStE7nnQZ041WK2DFtqevsE3KQw9FaXCAbUcroyd1ZtH MkkefqHTa5HTPQqid+N1R8UaFMKg26R6zKBsOyLUR+2svuRv4p7oPtBtEP7D5QhgdNSrZ6Spn Y4M+bhJmbMgxBDoxi7G319OmGcRpm/9l8FqggfMSpq7mP2xoZ10/IZjyD0nP289aWhnxZQSMz X3i6L4jCEwpfhKSFCl8MYjih99WmD1PwIpCu+FD+GEJ1HdewM6pZD2i6uOZ3rhpf/EHN4Ql7a HslB2irzeGOwHjXDLf1rzWX+VGbmYGoewxsYD2ULxhTzze23U4qgkWjI0Md4kRAMt6kMJcErb 3EpQlwfXzyY7wzWCURNkmxC2y4mMXxBjLMm3uuu0Su+rTSoG623A1+jKWmePU9YRzLmqJfRoy Fnj3mWTbKgn6t/oFQzIujr5WPlK1gcXhdYiyaAmbBXObdGiUtxqoB9OBsNGzuW/PVB55Chps0 wgROpoShIxqthKagS03c+xmFnaKdyA/ZD2Fpi0eab6gkhP+oAGc5oS4YHuw8WRGpK1vu0TJ2s Zi1lBbV18iOpx252+gwc9JH8+A7lUYqLib+9HTaLpOWSokR/HK8qRBlG18oBilScHtovGlvO+ kIZzDkarmkzo6kWICcvSI3Fg7OzRYrNP/c2HjilckTqE9OnMfiH3Xh+AypW/JTskmUj6/qD+Q MOgOssyRzOVM7tnI8YC1loNK1VvF2v/Zcz056lvFPaN03H0MekX6lR8aSLJ0ISZHGdyjWdJES 9ZrJuauYQ3Dh0184aP80I3WK/pl8puAGVQyYLj4Y8u9MTxnvZePKG3PJw== X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 49030-done Cc: 49030-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.0 (-) Version: 28.1 Juri Linkov writes: Hi Juri, >>> Such error is signaled: >>> >>> Tramp: Opening connection for file%3A%2F%2F%2Ftmp%2Ftest.tgz >>> using archive...failed >>> file-error: org.gtk.GDBus.UnmappedGError.Quark._g_2dio_2derror_2dquar= k.Code1 >>> Error when getting information for file =E2=80=9C/tmp/test.tgz=E2=80= =9D: No such >>> file or directory >> >> Thanks for the recipe. I've pushed a fix to master, could you pls check? > > Thanks for the fix. I confirm that the error is fixed. > (I don't know if the merged bug#49043 can be closed.) Thanks for the confirmation, I'm closing the bug. Best regards, Michael. ------------=_1624198983-22327-3 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 15 Jun 2021 15:52:45 +0000 Received: from localhost ([127.0.0.1]:50544 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ltBMq-0005uu-Ty for submit@debbugs.gnu.org; Tue, 15 Jun 2021 11:52:45 -0400 Received: from lists.gnu.org ([209.51.188.17]:49190) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ltBMp-0005um-6r for submit@debbugs.gnu.org; Tue, 15 Jun 2021 11:52:43 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:46958) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ltBMn-0002yo-FT for bug-gnu-emacs@gnu.org; Tue, 15 Jun 2021 11:52:42 -0400 Received: from mout.gmx.net ([212.227.17.21]:32941) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ltBMj-00050W-B0 for bug-gnu-emacs@gnu.org; Tue, 15 Jun 2021 11:52:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gmx.net; s=badeba3b8450; t=1623772354; bh=R3rfaHiCkZQ5POezdfVbf3fsyjQAtnKSqLnsd/Qimmo=; h=X-UI-Sender-Class:Date:From:To:Subject; b=I5zZ/kIx/dZzQhvW+VQ9//5eSWtqffWiNoTuHYKtHzNj+b5pGMuTzEpFZJv26YWSj 5qK+hhM9G8M0JQiqCjqxffIosXFufu+6XJ9o2k6jxgf3QU1Eq9oSd0SOkVrdz5cv3V w25wEfQx4RgSvUxRadyT34NLKSjFIx638CGpkOZM= X-UI-Sender-Class: 01bb95c1-4bf8-414a-932a-4f6e2808ef9c Received: from E15-2016.optimum.net ([141.157.226.108]) by mail.gmx.net (mrgmx104 [212.227.17.174]) with ESMTPSA (Nemesis) id 1MhlGq-1lOGOn41Zo-00drNU for ; Tue, 15 Jun 2021 17:52:34 +0200 Date: Tue, 15 Jun 2021 11:52:31 -0400 From: Boruch Baum To: Emacs Bug Reporting Subject: 27.1: ibuffer-toggle-filter-group [BUGFIX] Message-ID: <20210615155231.75wevy3wtzu4vx7l@E15-2016.optimum.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: NeoMutt/20180716 X-Provags-ID: V03:K1:8KJxtEJCFuUvcu8tR+iQpdmk5IADwZrIoRge4y7atT0pLYe+jFX GVw/2+dTbhjl7KHgCgVYqrro7x4f58HqE4BRoIdBrX2AYFcTEeK9mvpmuwTvCtaOqp7jfEb ccihIgVDEwXKiQVOCCNSKEDCegGNRxEnXh80D90liNSXcq5UDaRTnCn1JVV6Sa7pdt+rE5k xWLCcdrlAOYzSWAK9VDvA== X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V03:K0:g5Dnzw4tXOo=:/lYpuxspk2IriMswUXb3lF owNqTnyKPckl1mHtcBGytfW+kqRLmm9M7HiP7/WX6lEV8Ybhh9UERAAw/0P5zH0Yf6pqRWyBy uLZersDXteunBUQyHuXBQRE15v6GqHerkAV/3LkpgnoxevWL4BkM2O/qqp3YagRkOvceCRx7E L8nzx/QrO07TZS1yept+aXem3LQiPGJBrEva9X6lvoL/TEIMs+qikLsN5e80RfzAcSmXtPp1M W0r1m85eaAsVFBwxl0ggwnjMGWpLsZnLQdVCcFQ96Csr+Q1PZ1BTm5/Uk8BLerD12mou1D0wZ XxFR67JfhKWUo7yXSsfMNyOHT7xckDL2b4DHqbh2IdrAwZfekyiIhCbpRo7HpgxY8QUc/lqgk 4qSO6bE2r6nt4uQrzHCfRgy+XXhQz8rtuM1bRhLAoQWAUmSggy2h+TGGTyH5VVc4ZyLJ9ksQL 9JQ7Th5Y5pj10/5y4pErDnz+jr56iXOO0SKkz8cRda5FwuNsTTA1rjBPLWa9NmiReISgiiqiM JPqX1Bmea1yDejhJpr+4ctIC1DQ3dNVL4zWnEYaSlj0zwefWnj+yRuuDrHq6VKSfwPxFiKupL wBnVyeVD+aQNhZmGfbI0B+GTbBh3HhCWk5hJxWIKtfZLQV2mqd82Ii+ecznEsz+YnaDXrwWGM LoI4KuFV5ZfuUQdYG28TrobDc95YNq3R8nhoX/gH3stmdiwjgZzp1+eHUtXxrSfK0iPRjViyq bqqN6yQfYr31/ok3LpUuvaRIgf1IBJcIpPYhNZnGxdYd92UvUw7lX9gJ/vgDK0F1od/OJPQLw lGULzI6l4s6z2xTUmrcQ+xAlk5VS8TIR+mFX72kkVuzEOXm5WvCG55dNfaGrqJMPBGW9Cwbdi +xZ3qacODQyYJNMxtJ0nqC2IjZzjOYE0cLy8Dwrbej22UAPKEXcJvoPG/CXM7+NEuMA7TCbeq +01NNtXXVYXSIaFS4wi7YzUvRwOIpoCWZ01AuW4QCKLGLRoAb8WI8KEDZ8g4Tv2rmMFBXVq2i 2RMQrYm16tMsJNJIQl/afydTqJRASteXOMzvVC4kaobIiXz+LsnyFPNIrPFaAUlWWnakf3e0l CugeJDWtvqeT4hAKNu/qpe42AU2dzTLhoov Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=212.227.17.21; envelope-from=boruch_baum@gmx.com; helo=mout.gmx.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.6 (/) X-Debbugs-Envelope-To: submit 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 (--) I've been having operation ibuffer-toggle-filter-group reliably crash whenever performed due to it trying to operate on a point beyond point-max. The culprit seems to be in function ibuffer-map-lines where: (delete-region (line-beginning-position) (line-end-position)))) is being performed instead of: (delete-region (line-beginning-position) (min (point-max) (1+ (line-end-position)))) This solves the issue for me. =2D- hkp://keys.gnupg.net CA45 09B5 5351 7C11 A9D1 7286 0036 9E45 1595 8BC0 ------------=_1624198983-22327-3-- From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 21 08:26:00 2021 Received: (at control) by debbugs.gnu.org; 21 Jun 2021 12:26:00 +0000 Received: from localhost ([127.0.0.1]:35745 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lvJ03-00045q-UD for submit@debbugs.gnu.org; Mon, 21 Jun 2021 08:26:00 -0400 Received: from quimby.gnus.org ([95.216.78.240]:51788) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lvJ02-00045b-0U for control@debbugs.gnu.org; Mon, 21 Jun 2021 08:25:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=QzwJWdvg4/nfs9QUhSlKuONeFNBfVye0FrcFMamOYhg=; b=msZvo8LW1RHQ1ZbuZS4L2XTpPM g4j8cTAeEimeks8qYOp83qlCjQ9eU21GAhAHBBqr9ddSQzGJq6e3CQztyVeLhZnH/5UyK2kIFpf1d uQ4g0+5i/AoSI3piWdQJbu/e6sdzHjUn1zGp+jjxbSMEfe64F42VMoWGVavr2l7ew+ow=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lvIzu-0003mX-KM for control@debbugs.gnu.org; Mon, 21 Jun 2021 14:25:52 +0200 Date: Mon, 21 Jun 2021 14:25:50 +0200 Message-Id: <87fsxbtne9.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #49043 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.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 @@CONTACT_ADDRESS@@ for details. Content preview: close 49043 28.1 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control 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 (---) close 49043 28.1 quit