From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (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 finch.gentoo.org (Postfix) with ESMTPS id 8FBBB158015 for ; Thu, 21 Dec 2023 11:28:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3E3B2BC013; Thu, 21 Dec 2023 11:28:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D8E02BC013 for ; Thu, 21 Dec 2023 11:28:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9FACF340943 for ; Thu, 21 Dec 2023 11:28:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEDA6123C for ; Thu, 21 Dec 2023 11:28:38 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1703158092.52cd8398bcfe6a5da6859b6d8973f4762e6d1aa7.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/emacs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/emacs/emacs-29.1-r6.ebuild app-editors/emacs/emacs-29.1.90.ebuild app-editors/emacs/emacs-29.1.9999.ebuild app-editors/emacs/emacs-30.0.9999.ebuild X-VCS-Directories: app-editors/emacs/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 52cd8398bcfe6a5da6859b6d8973f4762e6d1aa7 X-VCS-Branch: master Date: Thu, 21 Dec 2023 11:28:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c19080ec-c11c-47e8-a019-460435cd6abb X-Archives-Hash: 7bbe14b1f4a9df3ab4075fc56733df27 commit: 52cd8398bcfe6a5da6859b6d8973f4762e6d1aa7 Author: Ulrich Müller gentoo org> AuthorDate: Thu Dec 21 09:18:24 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Dec 21 11:28:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52cd8398 app-editors/emacs: Fix mml-sec-tests.el Signed-off-by: Ulrich Müller gentoo.org> app-editors/emacs/emacs-29.1-r6.ebuild | 13 +++++-------- app-editors/emacs/emacs-29.1.90.ebuild | 13 +++++-------- app-editors/emacs/emacs-29.1.9999.ebuild | 13 +++++-------- app-editors/emacs/emacs-30.0.9999.ebuild | 13 +++++-------- 4 files changed, 20 insertions(+), 32 deletions(-) diff --git a/app-editors/emacs/emacs-29.1-r6.ebuild b/app-editors/emacs/emacs-29.1-r6.ebuild index 9cfd899f30d4..c15027e0bbea 100644 --- a/app-editors/emacs/emacs-29.1-r6.ebuild +++ b/app-editors/emacs/emacs-29.1-r6.ebuild @@ -213,6 +213,11 @@ src_prepare() { sed -i -e 's/(executable-find "bwrap")/nil/' test/src/emacs-tests.el \ test/lisp/emacs-lisp/bytecomp-tests.el || die + # Tests use this dir as GNUPGHOME. Move to shorter path, in order + # not to exceed the 108 char limit for GnuPG's sockets on Linux. + mv test/lisp/gnus/mml-sec-resources "${T}"/gnupg || die + ln -s "${T}"/gnupg test/lisp/gnus/mml-sec-resources || die + AT_M4DIR=m4 eautoreconf } @@ -409,14 +414,6 @@ src_test() { # subtests which caused failure. Elements should begin with a %. # e.g. %lisp/gnus/mml-sec-tests.el. local exclude_tests=( - # Reason: not yet known - # mml-secure-en-decrypt-{1,2,3,4} - # mml-secure-find-usable-keys-{1,2} - # mml-secure-key-checks - # mml-secure-select-preferred-keys-4 - # mml-secure-sign-verify-1 - %lisp/gnus/mml-sec-tests.el - # Reason: permission denied on /nonexistent # (vc-*-bzr only fails if breezy is installed, as they # try to access cache dirs under /nonexistent) diff --git a/app-editors/emacs/emacs-29.1.90.ebuild b/app-editors/emacs/emacs-29.1.90.ebuild index 9aff860d84f5..8a58f10bc90e 100644 --- a/app-editors/emacs/emacs-29.1.90.ebuild +++ b/app-editors/emacs/emacs-29.1.90.ebuild @@ -210,6 +210,11 @@ src_prepare() { sed -i -e 's/(executable-find "bwrap")/nil/' test/src/emacs-tests.el \ test/lisp/emacs-lisp/bytecomp-tests.el || die + # Tests use this dir as GNUPGHOME. Move to shorter path, in order + # not to exceed the 108 char limit for GnuPG's sockets on Linux. + mv test/lisp/gnus/mml-sec-resources "${T}"/gnupg || die + ln -s "${T}"/gnupg test/lisp/gnus/mml-sec-resources || die + AT_M4DIR=m4 eautoreconf } @@ -406,14 +411,6 @@ src_test() { # subtests which caused failure. Elements should begin with a %. # e.g. %lisp/gnus/mml-sec-tests.el. local exclude_tests=( - # Reason: not yet known - # mml-secure-en-decrypt-{1,2,3,4} - # mml-secure-find-usable-keys-{1,2} - # mml-secure-key-checks - # mml-secure-select-preferred-keys-4 - # mml-secure-sign-verify-1 - %lisp/gnus/mml-sec-tests.el - # Reason: permission denied on /nonexistent # (vc-*-bzr only fails if breezy is installed, as they # try to access cache dirs under /nonexistent) diff --git a/app-editors/emacs/emacs-29.1.9999.ebuild b/app-editors/emacs/emacs-29.1.9999.ebuild index 9aff860d84f5..8a58f10bc90e 100644 --- a/app-editors/emacs/emacs-29.1.9999.ebuild +++ b/app-editors/emacs/emacs-29.1.9999.ebuild @@ -210,6 +210,11 @@ src_prepare() { sed -i -e 's/(executable-find "bwrap")/nil/' test/src/emacs-tests.el \ test/lisp/emacs-lisp/bytecomp-tests.el || die + # Tests use this dir as GNUPGHOME. Move to shorter path, in order + # not to exceed the 108 char limit for GnuPG's sockets on Linux. + mv test/lisp/gnus/mml-sec-resources "${T}"/gnupg || die + ln -s "${T}"/gnupg test/lisp/gnus/mml-sec-resources || die + AT_M4DIR=m4 eautoreconf } @@ -406,14 +411,6 @@ src_test() { # subtests which caused failure. Elements should begin with a %. # e.g. %lisp/gnus/mml-sec-tests.el. local exclude_tests=( - # Reason: not yet known - # mml-secure-en-decrypt-{1,2,3,4} - # mml-secure-find-usable-keys-{1,2} - # mml-secure-key-checks - # mml-secure-select-preferred-keys-4 - # mml-secure-sign-verify-1 - %lisp/gnus/mml-sec-tests.el - # Reason: permission denied on /nonexistent # (vc-*-bzr only fails if breezy is installed, as they # try to access cache dirs under /nonexistent) diff --git a/app-editors/emacs/emacs-30.0.9999.ebuild b/app-editors/emacs/emacs-30.0.9999.ebuild index 9ed35f39b910..02c7ef6e61da 100644 --- a/app-editors/emacs/emacs-30.0.9999.ebuild +++ b/app-editors/emacs/emacs-30.0.9999.ebuild @@ -211,6 +211,11 @@ src_prepare() { sed -i -e 's/(executable-find "bwrap")/nil/' test/src/emacs-tests.el \ test/lisp/emacs-lisp/bytecomp-tests.el || die + # Tests use this dir as GNUPGHOME. Move to shorter path, in order + # not to exceed the 108 char limit for GnuPG's sockets on Linux. + mv test/lisp/gnus/mml-sec-resources "${T}"/gnupg || die + ln -s "${T}"/gnupg test/lisp/gnus/mml-sec-resources || die + AT_M4DIR=m4 eautoreconf } @@ -408,14 +413,6 @@ src_test() { # subtests which caused failure. Elements should begin with a %. # e.g. %lisp/gnus/mml-sec-tests.el. local exclude_tests=( - # Reason: not yet known - # mml-secure-en-decrypt-{1,2,3,4} - # mml-secure-find-usable-keys-{1,2} - # mml-secure-key-checks - # mml-secure-select-preferred-keys-4 - # mml-secure-sign-verify-1 - %lisp/gnus/mml-sec-tests.el - # Reason: permission denied on /nonexistent # (vc-*-bzr only fails if breezy is installed, as they # try to access cache dirs under /nonexistent)