* Re: notmuch: update to 0.38.1, adopt.
2023-10-29 20:35 [PR PATCH] notmuch: update to 0.38.1, adopt DragonGhost7
@ 2023-10-29 23:59 ` DragonGhost7
2023-10-30 2:35 ` [PR PATCH] [Updated] " DragonGhost7
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: DragonGhost7 @ 2023-10-29 23:59 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 499 bytes --]
New comment by DragonGhost7 on void-packages repository
https://github.com/void-linux/void-packages/pull/46963#issuecomment-1784280908
Comment:
Huh.
T050-new.19 test fails because the error message has a lines displayed in the wrong line?
Not sure how this happens.
T760-as-text.10 test
fails because of an incorrect regex interpretation of the message? also very fully not sure why.
Do not know how other *-musl build check phase went since they were skipped because of cross-builds.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PR PATCH] [Updated] notmuch: update to 0.38.1, adopt.
2023-10-29 20:35 [PR PATCH] notmuch: update to 0.38.1, adopt DragonGhost7
2023-10-29 23:59 ` DragonGhost7
@ 2023-10-30 2:35 ` DragonGhost7
2023-10-30 2:42 ` DragonGhost7
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: DragonGhost7 @ 2023-10-30 2:35 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 614 bytes --]
There is an updated pull request by DragonGhost7 against master on the void-packages repository
https://github.com/DragonGhost7/void-packages notmuch
https://github.com/void-linux/void-packages/pull/46963
notmuch: update to 0.38.1, adopt.
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- armv7l-musl
- i686
A patch file from https://github.com/void-linux/void-packages/pull/46963.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-notmuch-46963.patch --]
[-- Type: text/x-diff, Size: 1945 bytes --]
From 0ac28cad81c0cc9af9aeb426c6117df9da502e52 Mon Sep 17 00:00:00 2001
From: DragonGhost7 <darkiridiumghost@gmail.com>
Date: Sun, 29 Oct 2023 16:18:16 -0400
Subject: [PATCH] notmuch: update to 0.38.1, adopt.
---
srcpkgs/notmuch/template | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/notmuch/template b/srcpkgs/notmuch/template
index 45512fae5de47..7207cc01ee13c 100644
--- a/srcpkgs/notmuch/template
+++ b/srcpkgs/notmuch/template
@@ -1,7 +1,7 @@
# Template file for 'notmuch'
pkgname=notmuch
-version=0.38
-revision=2
+version=0.38.1
+revision=1
build_style=configure
build_helper=python3
configure_args="--prefix=/usr
@@ -15,12 +15,12 @@ depends="gmime3>=3.2.7"
checkdepends="python3-pytest mdocml dtach gdb tar xz xapian-core
openssl"
short_desc="Thread-based email index, search, and tagging"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="DragonGhost7 <darkiridiumghost@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://notmuchmail.org"
distfiles="https://notmuchmail.org/releases/notmuch-${version}.tar.xz
https://notmuchmail.org/releases/test-databases/database-v1.tar.xz"
-checksum="a17901adbe43f481a6bf53c15a2a20268bc8dc7ad5ccf685a0d17c1456dbaf6e
+checksum="c1418760d0e53efad1f35267eb99a50f8b7fa2855c1473e0a4c982b86f8ecdd4
4299e051b10e1fa7b33ea2862790a09ebfe96859681804e5251e130f800e69d2"
skip_extraction="database-v1.tar.xz"
replaces="notmuch-emacs>=0"
@@ -51,6 +51,10 @@ do_check() {
# Seem like gpgconf's problem,
# mutt on musl also have problems with smime
NOTMUCH_SKIP_TESTS="smime.3 smime.5"
+ # Test fails sucessfully, but the error message has 2 lines in the wrong order
+ NOTMUCH_SKIP_TESTS+="new.19"
+ # Musl build of regex interpreter gives off a different error message then predicted
+ NOTMUCH_SKIP_TESTS+="as-text.10"
else
# This test run under gdb is problematic
NOTMUCH_SKIP_TESTS="count.14"
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PR PATCH] [Updated] notmuch: update to 0.38.1, adopt.
2023-10-29 20:35 [PR PATCH] notmuch: update to 0.38.1, adopt DragonGhost7
2023-10-29 23:59 ` DragonGhost7
2023-10-30 2:35 ` [PR PATCH] [Updated] " DragonGhost7
@ 2023-10-30 2:42 ` DragonGhost7
2024-01-29 1:45 ` github-actions
2024-02-13 1:45 ` [PR PATCH] [Closed]: " github-actions
4 siblings, 0 replies; 6+ messages in thread
From: DragonGhost7 @ 2023-10-30 2:42 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 614 bytes --]
There is an updated pull request by DragonGhost7 against master on the void-packages repository
https://github.com/DragonGhost7/void-packages notmuch
https://github.com/void-linux/void-packages/pull/46963
notmuch: update to 0.38.1, adopt.
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- armv7l-musl
- i686
A patch file from https://github.com/void-linux/void-packages/pull/46963.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-notmuch-46963.patch --]
[-- Type: text/x-diff, Size: 1935 bytes --]
From 9cc6f608ca8601f3826f9da8071ca63f978a3ce1 Mon Sep 17 00:00:00 2001
From: DragonGhost7 <darkiridiumghost@gmail.com>
Date: Sun, 29 Oct 2023 16:18:16 -0400
Subject: [PATCH] notmuch: update to 0.38.1, adopt.
---
srcpkgs/notmuch/template | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/notmuch/template b/srcpkgs/notmuch/template
index 45512fae5de47..37fe95bf96cfe 100644
--- a/srcpkgs/notmuch/template
+++ b/srcpkgs/notmuch/template
@@ -1,7 +1,7 @@
# Template file for 'notmuch'
pkgname=notmuch
-version=0.38
-revision=2
+version=0.38.1
+revision=1
build_style=configure
build_helper=python3
configure_args="--prefix=/usr
@@ -15,12 +15,12 @@ depends="gmime3>=3.2.7"
checkdepends="python3-pytest mdocml dtach gdb tar xz xapian-core
openssl"
short_desc="Thread-based email index, search, and tagging"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="DragonGhost7 <darkiridiumghost@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://notmuchmail.org"
distfiles="https://notmuchmail.org/releases/notmuch-${version}.tar.xz
https://notmuchmail.org/releases/test-databases/database-v1.tar.xz"
-checksum="a17901adbe43f481a6bf53c15a2a20268bc8dc7ad5ccf685a0d17c1456dbaf6e
+checksum="c1418760d0e53efad1f35267eb99a50f8b7fa2855c1473e0a4c982b86f8ecdd4
4299e051b10e1fa7b33ea2862790a09ebfe96859681804e5251e130f800e69d2"
skip_extraction="database-v1.tar.xz"
replaces="notmuch-emacs>=0"
@@ -51,6 +51,10 @@ do_check() {
# Seem like gpgconf's problem,
# mutt on musl also have problems with smime
NOTMUCH_SKIP_TESTS="smime.3 smime.5"
+ # Test fails sucessfully, but the error message has 2 lines in the wrong order
+ NOTMUCH_SKIP_TESTS+=" new.19"
+ # Musl build of regex interpreter gives off a different error message then predicted
+ NOTMUCH_SKIP_TESTS+=" as-text.10"
else
# This test run under gdb is problematic
NOTMUCH_SKIP_TESTS="count.14"
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: notmuch: update to 0.38.1, adopt.
2023-10-29 20:35 [PR PATCH] notmuch: update to 0.38.1, adopt DragonGhost7
` (2 preceding siblings ...)
2023-10-30 2:42 ` DragonGhost7
@ 2024-01-29 1:45 ` github-actions
2024-02-13 1:45 ` [PR PATCH] [Closed]: " github-actions
4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2024-01-29 1:45 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
New comment by github-actions[bot] on void-packages repository
https://github.com/void-linux/void-packages/pull/46963#issuecomment-1913823792
Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PR PATCH] [Closed]: notmuch: update to 0.38.1, adopt.
2023-10-29 20:35 [PR PATCH] notmuch: update to 0.38.1, adopt DragonGhost7
` (3 preceding siblings ...)
2024-01-29 1:45 ` github-actions
@ 2024-02-13 1:45 ` github-actions
4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2024-02-13 1:45 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 448 bytes --]
There's a closed pull request on the void-packages repository
notmuch: update to 0.38.1, adopt.
https://github.com/void-linux/void-packages/pull/46963
Description:
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- armv7l-musl
- i686
^ permalink raw reply [flat|nested] 6+ messages in thread