* Re: elvish: update to 0.21.0.
2024-10-03 8:25 [PR PATCH] elvish: update to 0.21.0 john-gold
@ 2024-10-03 10:13 ` john-gold
2024-10-04 16:27 ` [PR PATCH] [Updated] " john-gold
` (22 subsequent siblings)
23 siblings, 0 replies; 25+ messages in thread
From: john-gold @ 2024-10-03 10:13 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 347 bytes --]
New comment by john-gold on void-packages repository
https://github.com/void-linux/void-packages/pull/52472#issuecomment-2391034036
Comment:
When running `./xbps-src check elvish` the same tests fail as in the CI pipeline.
But running `go test ./...` locally in the [elvish repository](https://github.com/elves/elvish/tree/v0.21.0) succeeds.
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [PR PATCH] [Updated] elvish: update to 0.21.0.
2024-10-03 8:25 [PR PATCH] elvish: update to 0.21.0 john-gold
2024-10-03 10:13 ` john-gold
@ 2024-10-04 16:27 ` john-gold
2024-10-06 16:02 ` john-gold
` (21 subsequent siblings)
23 siblings, 0 replies; 25+ messages in thread
From: john-gold @ 2024-10-04 16:27 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1105 bytes --]
There is an updated pull request by john-gold against master on the void-packages repository
https://github.com/john-gold/void-packages elvish
https://github.com/void-linux/void-packages/pull/52472
elvish: update to 0.21.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
A patch file from https://github.com/void-linux/void-packages/pull/52472.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-elvish-52472.patch --]
[-- Type: text/x-diff, Size: 1066 bytes --]
From 167f286fcb1b35ac9f95b07836b27874d3920923 Mon Sep 17 00:00:00 2001
From: John Gold <john@wildri.ch>
Date: Thu, 3 Oct 2024 10:22:42 +0200
Subject: [PATCH] elvish: update to 0.21.0.
---
srcpkgs/elvish/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/elvish/template b/srcpkgs/elvish/template
index 2862fb29f00d72..0f6bb953af2b67 100644
--- a/srcpkgs/elvish/template
+++ b/srcpkgs/elvish/template
@@ -1,7 +1,7 @@
# Template file for 'elvish'
pkgname=elvish
-version=0.20.1
-revision=2
+version=0.21.0
+revision=1
build_style=go
go_import_path="src.elv.sh"
go_package="./cmd/elvish"
@@ -11,7 +11,7 @@ license="BSD-2-Clause"
homepage="https://elv.sh/"
changelog="https://elv.sh/blog/${version}-release-notes.html"
distfiles="https://github.com/elves/elvish/archive/v${version}.tar.gz"
-checksum=6a6006015f44def98676eaed611702b000d66838c0e76da572d517d9bde5c388
+checksum=3a4b93c3c99fe2f9847de35d64be24e2d4b9c12d429cd9831b4571993a66bb7a
register_shell="/bin/elvish"
# fix: collect2: fatal error: cannot find 'ld'
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [PR PATCH] [Updated] elvish: update to 0.21.0.
2024-10-03 8:25 [PR PATCH] elvish: update to 0.21.0 john-gold
2024-10-03 10:13 ` john-gold
2024-10-04 16:27 ` [PR PATCH] [Updated] " john-gold
@ 2024-10-06 16:02 ` john-gold
2024-10-06 16:12 ` john-gold
` (20 subsequent siblings)
23 siblings, 0 replies; 25+ messages in thread
From: john-gold @ 2024-10-06 16:02 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1105 bytes --]
There is an updated pull request by john-gold against master on the void-packages repository
https://github.com/john-gold/void-packages elvish
https://github.com/void-linux/void-packages/pull/52472
elvish: update to 0.21.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
A patch file from https://github.com/void-linux/void-packages/pull/52472.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-elvish-52472.patch --]
[-- Type: text/x-diff, Size: 1180 bytes --]
From 3906d791d6485d060690741814eb9968f269228e Mon Sep 17 00:00:00 2001
From: John Gold <john@wildri.ch>
Date: Thu, 3 Oct 2024 10:22:42 +0200
Subject: [PATCH] elvish: update to 0.21.0.
---
srcpkgs/elvish/template | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/srcpkgs/elvish/template b/srcpkgs/elvish/template
index 2862fb29f00d72..b1ad68c6127477 100644
--- a/srcpkgs/elvish/template
+++ b/srcpkgs/elvish/template
@@ -1,7 +1,7 @@
# Template file for 'elvish'
pkgname=elvish
-version=0.20.1
-revision=2
+version=0.21.0
+revision=1
build_style=go
go_import_path="src.elv.sh"
go_package="./cmd/elvish"
@@ -11,11 +11,12 @@ license="BSD-2-Clause"
homepage="https://elv.sh/"
changelog="https://elv.sh/blog/${version}-release-notes.html"
distfiles="https://github.com/elves/elvish/archive/v${version}.tar.gz"
-checksum=6a6006015f44def98676eaed611702b000d66838c0e76da572d517d9bde5c388
+checksum=3a4b93c3c99fe2f9847de35d64be24e2d4b9c12d429cd9831b4571993a66bb7a
register_shell="/bin/elvish"
-# fix: collect2: fatal error: cannot find 'ld'
-LDFLAGS="-fuse-ld=bfd"
+do_check() {
+ go test -failfast ./...
+}
post_install() {
vlicense LICENSE
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [PR PATCH] [Updated] elvish: update to 0.21.0.
2024-10-03 8:25 [PR PATCH] elvish: update to 0.21.0 john-gold
` (2 preceding siblings ...)
2024-10-06 16:02 ` john-gold
@ 2024-10-06 16:12 ` john-gold
2024-10-06 16:15 ` john-gold
` (19 subsequent siblings)
23 siblings, 0 replies; 25+ messages in thread
From: john-gold @ 2024-10-06 16:12 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1105 bytes --]
There is an updated pull request by john-gold against master on the void-packages repository
https://github.com/john-gold/void-packages elvish
https://github.com/void-linux/void-packages/pull/52472
elvish: update to 0.21.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
A patch file from https://github.com/void-linux/void-packages/pull/52472.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-elvish-52472.patch --]
[-- Type: text/x-diff, Size: 1246 bytes --]
From 7789c9274ca8bc918d3499eeb95379651aaf4cfe Mon Sep 17 00:00:00 2001
From: John Gold <john@wildri.ch>
Date: Thu, 3 Oct 2024 10:22:42 +0200
Subject: [PATCH] elvish: update to 0.21.0.
---
srcpkgs/elvish/template | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/srcpkgs/elvish/template b/srcpkgs/elvish/template
index 2862fb29f00d72..6a7a5288a648db 100644
--- a/srcpkgs/elvish/template
+++ b/srcpkgs/elvish/template
@@ -1,7 +1,7 @@
# Template file for 'elvish'
pkgname=elvish
-version=0.20.1
-revision=2
+version=0.21.0
+revision=1
build_style=go
go_import_path="src.elv.sh"
go_package="./cmd/elvish"
@@ -11,11 +11,12 @@ license="BSD-2-Clause"
homepage="https://elv.sh/"
changelog="https://elv.sh/blog/${version}-release-notes.html"
distfiles="https://github.com/elves/elvish/archive/v${version}.tar.gz"
-checksum=6a6006015f44def98676eaed611702b000d66838c0e76da572d517d9bde5c388
+checksum=3a4b93c3c99fe2f9847de35d64be24e2d4b9c12d429cd9831b4571993a66bb7a
register_shell="/bin/elvish"
-# fix: collect2: fatal error: cannot find 'ld'
-LDFLAGS="-fuse-ld=bfd"
+do_check() {
+ # skipping due to failing tests in src.elv.sh/pkg/modes when running go test via xbps-src
+}
post_install() {
vlicense LICENSE
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [PR PATCH] [Updated] elvish: update to 0.21.0.
2024-10-03 8:25 [PR PATCH] elvish: update to 0.21.0 john-gold
` (3 preceding siblings ...)
2024-10-06 16:12 ` john-gold
@ 2024-10-06 16:15 ` john-gold
2024-10-06 16:27 ` john-gold
` (18 subsequent siblings)
23 siblings, 0 replies; 25+ messages in thread
From: john-gold @ 2024-10-06 16:15 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1105 bytes --]
There is an updated pull request by john-gold against master on the void-packages repository
https://github.com/john-gold/void-packages elvish
https://github.com/void-linux/void-packages/pull/52472
elvish: update to 0.21.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
A patch file from https://github.com/void-linux/void-packages/pull/52472.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-elvish-52472.patch --]
[-- Type: text/x-diff, Size: 1270 bytes --]
From 2a2940e317d99b2e3c9505e936b6ad80d5e5a2a1 Mon Sep 17 00:00:00 2001
From: John Gold <john@wildri.ch>
Date: Thu, 3 Oct 2024 10:22:42 +0200
Subject: [PATCH] elvish: update to 0.21.0.
---
srcpkgs/elvish/template | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/srcpkgs/elvish/template b/srcpkgs/elvish/template
index 2862fb29f00d72..fa9deb38b1512d 100644
--- a/srcpkgs/elvish/template
+++ b/srcpkgs/elvish/template
@@ -1,7 +1,7 @@
# Template file for 'elvish'
pkgname=elvish
-version=0.20.1
-revision=2
+version=0.21.0
+revision=1
build_style=go
go_import_path="src.elv.sh"
go_package="./cmd/elvish"
@@ -11,11 +11,13 @@ license="BSD-2-Clause"
homepage="https://elv.sh/"
changelog="https://elv.sh/blog/${version}-release-notes.html"
distfiles="https://github.com/elves/elvish/archive/v${version}.tar.gz"
-checksum=6a6006015f44def98676eaed611702b000d66838c0e76da572d517d9bde5c388
+checksum=3a4b93c3c99fe2f9847de35d64be24e2d4b9c12d429cd9831b4571993a66bb7a
register_shell="/bin/elvish"
-# fix: collect2: fatal error: cannot find 'ld'
-LDFLAGS="-fuse-ld=bfd"
+do_check() {
+ # due to failing tests in src.elv.sh/pkg/modes when running go test via xbps-src
+ echo "skipping go unit tests"
+}
post_install() {
vlicense LICENSE
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: elvish: update to 0.21.0.
2024-10-03 8:25 [PR PATCH] elvish: update to 0.21.0 john-gold
` (4 preceding siblings ...)
2024-10-06 16:15 ` john-gold
@ 2024-10-06 16:27 ` john-gold
2024-10-06 16:28 ` [PR PATCH] [Updated] " john-gold
` (17 subsequent siblings)
23 siblings, 0 replies; 25+ messages in thread
From: john-gold @ 2024-10-06 16:27 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 765 bytes --]
New comment by john-gold on void-packages repository
https://github.com/void-linux/void-packages/pull/52472#issuecomment-2395498438
Comment:
Turns out these unit tests have been enabled with go build style just two months ago (with 332756ed0859dd6a1d2c45532642e1bc55f908c4). Before that commit they have never been executed with this template.
I locally ran `xbps-src check elvish` with enabled unit tests in previous versions like 0.20.1 (2a2940e317d99b2e3c9505e936b6ad80d5e5a2a1) and the same tests are failing. Therefore, I suspect that this problem has not been noticed until now because the tests were deactivated.
I suggest disabling the tests temporarily until a solution to the issue is found (as mentioned the test fail only when run via xbps-src.
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [PR PATCH] [Updated] elvish: update to 0.21.0.
2024-10-03 8:25 [PR PATCH] elvish: update to 0.21.0 john-gold
` (5 preceding siblings ...)
2024-10-06 16:27 ` john-gold
@ 2024-10-06 16:28 ` john-gold
2024-10-10 6:41 ` john-gold
` (16 subsequent siblings)
23 siblings, 0 replies; 25+ messages in thread
From: john-gold @ 2024-10-06 16:28 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1105 bytes --]
There is an updated pull request by john-gold against master on the void-packages repository
https://github.com/john-gold/void-packages elvish
https://github.com/void-linux/void-packages/pull/52472
elvish: update to 0.21.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
A patch file from https://github.com/void-linux/void-packages/pull/52472.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-elvish-52472.patch --]
[-- Type: text/x-diff, Size: 1274 bytes --]
From a742cf8875dd485a4f71d7339f66305f2cfce022 Mon Sep 17 00:00:00 2001
From: John Gold <john@wildri.ch>
Date: Thu, 3 Oct 2024 10:22:42 +0200
Subject: [PATCH] elvish: update to 0.21.0.
---
srcpkgs/elvish/template | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/elvish/template b/srcpkgs/elvish/template
index 2862fb29f00d72..3aaafd8c78c83b 100644
--- a/srcpkgs/elvish/template
+++ b/srcpkgs/elvish/template
@@ -1,7 +1,7 @@
# Template file for 'elvish'
pkgname=elvish
-version=0.20.1
-revision=2
+version=0.21.0
+revision=1
build_style=go
go_import_path="src.elv.sh"
go_package="./cmd/elvish"
@@ -11,12 +11,17 @@ license="BSD-2-Clause"
homepage="https://elv.sh/"
changelog="https://elv.sh/blog/${version}-release-notes.html"
distfiles="https://github.com/elves/elvish/archive/v${version}.tar.gz"
-checksum=6a6006015f44def98676eaed611702b000d66838c0e76da572d517d9bde5c388
+checksum=3a4b93c3c99fe2f9847de35d64be24e2d4b9c12d429cd9831b4571993a66bb7a
register_shell="/bin/elvish"
# fix: collect2: fatal error: cannot find 'ld'
LDFLAGS="-fuse-ld=bfd"
+do_check() {
+ # due to failing tests in src.elv.sh/pkg/modes when running go test via xbps-src
+ echo "skipping go unit tests"
+}
+
post_install() {
vlicense LICENSE
}
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [PR PATCH] [Updated] elvish: update to 0.21.0.
2024-10-03 8:25 [PR PATCH] elvish: update to 0.21.0 john-gold
` (6 preceding siblings ...)
2024-10-06 16:28 ` [PR PATCH] [Updated] " john-gold
@ 2024-10-10 6:41 ` john-gold
2024-10-13 8:13 ` [PR REVIEW] " classabbyamp
` (15 subsequent siblings)
23 siblings, 0 replies; 25+ messages in thread
From: john-gold @ 2024-10-10 6:41 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1105 bytes --]
There is an updated pull request by john-gold against master on the void-packages repository
https://github.com/john-gold/void-packages elvish
https://github.com/void-linux/void-packages/pull/52472
elvish: update to 0.21.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
A patch file from https://github.com/void-linux/void-packages/pull/52472.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-elvish-52472.patch --]
[-- Type: text/x-diff, Size: 1274 bytes --]
From 7128eb28229cdd5fe72eaa9c9369308b78f75c70 Mon Sep 17 00:00:00 2001
From: John Gold <john@wildri.ch>
Date: Thu, 3 Oct 2024 10:22:42 +0200
Subject: [PATCH] elvish: update to 0.21.0.
---
srcpkgs/elvish/template | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/elvish/template b/srcpkgs/elvish/template
index 2862fb29f00d72..3aaafd8c78c83b 100644
--- a/srcpkgs/elvish/template
+++ b/srcpkgs/elvish/template
@@ -1,7 +1,7 @@
# Template file for 'elvish'
pkgname=elvish
-version=0.20.1
-revision=2
+version=0.21.0
+revision=1
build_style=go
go_import_path="src.elv.sh"
go_package="./cmd/elvish"
@@ -11,12 +11,17 @@ license="BSD-2-Clause"
homepage="https://elv.sh/"
changelog="https://elv.sh/blog/${version}-release-notes.html"
distfiles="https://github.com/elves/elvish/archive/v${version}.tar.gz"
-checksum=6a6006015f44def98676eaed611702b000d66838c0e76da572d517d9bde5c388
+checksum=3a4b93c3c99fe2f9847de35d64be24e2d4b9c12d429cd9831b4571993a66bb7a
register_shell="/bin/elvish"
# fix: collect2: fatal error: cannot find 'ld'
LDFLAGS="-fuse-ld=bfd"
+do_check() {
+ # due to failing tests in src.elv.sh/pkg/modes when running go test via xbps-src
+ echo "skipping go unit tests"
+}
+
post_install() {
vlicense LICENSE
}
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [PR REVIEW] elvish: update to 0.21.0.
2024-10-03 8:25 [PR PATCH] elvish: update to 0.21.0 john-gold
` (7 preceding siblings ...)
2024-10-10 6:41 ` john-gold
@ 2024-10-13 8:13 ` classabbyamp
2024-10-14 5:51 ` [PR PATCH] [Updated] " john-gold
` (14 subsequent siblings)
23 siblings, 0 replies; 25+ messages in thread
From: classabbyamp @ 2024-10-13 8:13 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 279 bytes --]
New review comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/52472#discussion_r1798152855
Comment:
set `make_check=no` instead (see [Manual.md](https://github.com/void-linux/void-packages/blob/master/Manual.md) for more info)
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [PR PATCH] [Updated] elvish: update to 0.21.0.
2024-10-03 8:25 [PR PATCH] elvish: update to 0.21.0 john-gold
` (8 preceding siblings ...)
2024-10-13 8:13 ` [PR REVIEW] " classabbyamp
@ 2024-10-14 5:51 ` john-gold
2024-10-14 5:51 ` [PR REVIEW] " john-gold
` (13 subsequent siblings)
23 siblings, 0 replies; 25+ messages in thread
From: john-gold @ 2024-10-14 5:51 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1105 bytes --]
There is an updated pull request by john-gold against master on the void-packages repository
https://github.com/john-gold/void-packages elvish
https://github.com/void-linux/void-packages/pull/52472
elvish: update to 0.21.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
A patch file from https://github.com/void-linux/void-packages/pull/52472.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-elvish-52472.patch --]
[-- Type: text/x-diff, Size: 1106 bytes --]
From 047949ff4102800930adf58db090bdaa8820a9a6 Mon Sep 17 00:00:00 2001
From: John Gold <john@wildri.ch>
Date: Thu, 3 Oct 2024 10:22:42 +0200
Subject: [PATCH] elvish: update to 0.21.0.
---
srcpkgs/elvish/template | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/elvish/template b/srcpkgs/elvish/template
index 2862fb29f00d72..75afce335c72ef 100644
--- a/srcpkgs/elvish/template
+++ b/srcpkgs/elvish/template
@@ -1,7 +1,7 @@
# Template file for 'elvish'
pkgname=elvish
-version=0.20.1
-revision=2
+version=0.21.0
+revision=1
build_style=go
go_import_path="src.elv.sh"
go_package="./cmd/elvish"
@@ -11,8 +11,9 @@ license="BSD-2-Clause"
homepage="https://elv.sh/"
changelog="https://elv.sh/blog/${version}-release-notes.html"
distfiles="https://github.com/elves/elvish/archive/v${version}.tar.gz"
-checksum=6a6006015f44def98676eaed611702b000d66838c0e76da572d517d9bde5c388
+checksum=3a4b93c3c99fe2f9847de35d64be24e2d4b9c12d429cd9831b4571993a66bb7a
register_shell="/bin/elvish"
+make_check=no
# fix: collect2: fatal error: cannot find 'ld'
LDFLAGS="-fuse-ld=bfd"
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [PR REVIEW] elvish: update to 0.21.0.
2024-10-03 8:25 [PR PATCH] elvish: update to 0.21.0 john-gold
` (9 preceding siblings ...)
2024-10-14 5:51 ` [PR PATCH] [Updated] " john-gold
@ 2024-10-14 5:51 ` john-gold
2024-10-14 5:58 ` [PR PATCH] [Updated] " john-gold
` (12 subsequent siblings)
23 siblings, 0 replies; 25+ messages in thread
From: john-gold @ 2024-10-14 5:51 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 154 bytes --]
New review comment by john-gold on void-packages repository
https://github.com/void-linux/void-packages/pull/52472#discussion_r1798779589
Comment:
okay
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [PR PATCH] [Updated] elvish: update to 0.21.0.
2024-10-03 8:25 [PR PATCH] elvish: update to 0.21.0 john-gold
` (10 preceding siblings ...)
2024-10-14 5:51 ` [PR REVIEW] " john-gold
@ 2024-10-14 5:58 ` john-gold
2024-10-14 6:07 ` [PR REVIEW] " classabbyamp
` (11 subsequent siblings)
23 siblings, 0 replies; 25+ messages in thread
From: john-gold @ 2024-10-14 5:58 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1105 bytes --]
There is an updated pull request by john-gold against master on the void-packages repository
https://github.com/john-gold/void-packages elvish
https://github.com/void-linux/void-packages/pull/52472
elvish: update to 0.21.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
A patch file from https://github.com/void-linux/void-packages/pull/52472.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-elvish-52472.patch --]
[-- Type: text/x-diff, Size: 1160 bytes --]
From bbd3d7609a330709f95293e80d685f406efd3b84 Mon Sep 17 00:00:00 2001
From: John Gold <john@wildri.ch>
Date: Thu, 3 Oct 2024 10:22:42 +0200
Subject: [PATCH] elvish: update to 0.21.0.
---
srcpkgs/elvish/template | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/elvish/template b/srcpkgs/elvish/template
index 2862fb29f00d72..266aeadcfbc53b 100644
--- a/srcpkgs/elvish/template
+++ b/srcpkgs/elvish/template
@@ -1,7 +1,7 @@
# Template file for 'elvish'
pkgname=elvish
-version=0.20.1
-revision=2
+version=0.21.0
+revision=1
build_style=go
go_import_path="src.elv.sh"
go_package="./cmd/elvish"
@@ -11,8 +11,9 @@ license="BSD-2-Clause"
homepage="https://elv.sh/"
changelog="https://elv.sh/blog/${version}-release-notes.html"
distfiles="https://github.com/elves/elvish/archive/v${version}.tar.gz"
-checksum=6a6006015f44def98676eaed611702b000d66838c0e76da572d517d9bde5c388
+checksum=3a4b93c3c99fe2f9847de35d64be24e2d4b9c12d429cd9831b4571993a66bb7a
register_shell="/bin/elvish"
+make_check=no # issues with go unit tests when running via xbps-src
# fix: collect2: fatal error: cannot find 'ld'
LDFLAGS="-fuse-ld=bfd"
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [PR REVIEW] elvish: update to 0.21.0.
2024-10-03 8:25 [PR PATCH] elvish: update to 0.21.0 john-gold
` (11 preceding siblings ...)
2024-10-14 5:58 ` [PR PATCH] [Updated] " john-gold
@ 2024-10-14 6:07 ` classabbyamp
2024-10-14 6:08 ` classabbyamp
` (10 subsequent siblings)
23 siblings, 0 replies; 25+ messages in thread
From: classabbyamp @ 2024-10-14 6:07 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 283 bytes --]
New review comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/52472#discussion_r1798798156
Comment:
the only tests that fail are something that seems to depend on some file structure, so just `make_check_args="-skip TestLocation"`
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [PR REVIEW] elvish: update to 0.21.0.
2024-10-03 8:25 [PR PATCH] elvish: update to 0.21.0 john-gold
` (12 preceding siblings ...)
2024-10-14 6:07 ` [PR REVIEW] " classabbyamp
@ 2024-10-14 6:08 ` classabbyamp
2024-10-14 14:08 ` [PR PATCH] [Updated] " john-gold
` (9 subsequent siblings)
23 siblings, 0 replies; 25+ messages in thread
From: classabbyamp @ 2024-10-14 6:08 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 291 bytes --]
New review comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/52472#discussion_r1798798156
Comment:
the only tests that fail are something that seems to depend on some file structure, so just `make_check_args="-skip TestLocation"` instead
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [PR PATCH] [Updated] elvish: update to 0.21.0.
2024-10-03 8:25 [PR PATCH] elvish: update to 0.21.0 john-gold
` (13 preceding siblings ...)
2024-10-14 6:08 ` classabbyamp
@ 2024-10-14 14:08 ` john-gold
2024-10-14 14:10 ` john-gold
` (8 subsequent siblings)
23 siblings, 0 replies; 25+ messages in thread
From: john-gold @ 2024-10-14 14:08 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1105 bytes --]
There is an updated pull request by john-gold against master on the void-packages repository
https://github.com/john-gold/void-packages elvish
https://github.com/void-linux/void-packages/pull/52472
elvish: update to 0.21.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
A patch file from https://github.com/void-linux/void-packages/pull/52472.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-elvish-52472.patch --]
[-- Type: text/x-diff, Size: 1129 bytes --]
From 7955a09af7ccd712d642bd76972f70981b5fac62 Mon Sep 17 00:00:00 2001
From: John Gold <john@wildri.ch>
Date: Thu, 3 Oct 2024 10:22:42 +0200
Subject: [PATCH] elvish: update to 0.21.0.
---
srcpkgs/elvish/template | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/elvish/template b/srcpkgs/elvish/template
index 2862fb29f00d72..5080a2516989b4 100644
--- a/srcpkgs/elvish/template
+++ b/srcpkgs/elvish/template
@@ -1,7 +1,7 @@
# Template file for 'elvish'
pkgname=elvish
-version=0.20.1
-revision=2
+version=0.21.0
+revision=1
build_style=go
go_import_path="src.elv.sh"
go_package="./cmd/elvish"
@@ -11,8 +11,9 @@ license="BSD-2-Clause"
homepage="https://elv.sh/"
changelog="https://elv.sh/blog/${version}-release-notes.html"
distfiles="https://github.com/elves/elvish/archive/v${version}.tar.gz"
-checksum=6a6006015f44def98676eaed611702b000d66838c0e76da572d517d9bde5c388
+checksum=3a4b93c3c99fe2f9847de35d64be24e2d4b9c12d429cd9831b4571993a66bb7a
register_shell="/bin/elvish"
+make_check_args="-skip TestLocation"
# fix: collect2: fatal error: cannot find 'ld'
LDFLAGS="-fuse-ld=bfd"
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [PR PATCH] [Updated] elvish: update to 0.21.0.
2024-10-03 8:25 [PR PATCH] elvish: update to 0.21.0 john-gold
` (14 preceding siblings ...)
2024-10-14 14:08 ` [PR PATCH] [Updated] " john-gold
@ 2024-10-14 14:10 ` john-gold
2024-10-14 14:10 ` john-gold
` (7 subsequent siblings)
23 siblings, 0 replies; 25+ messages in thread
From: john-gold @ 2024-10-14 14:10 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1105 bytes --]
There is an updated pull request by john-gold against master on the void-packages repository
https://github.com/john-gold/void-packages elvish
https://github.com/void-linux/void-packages/pull/52472
elvish: update to 0.21.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
A patch file from https://github.com/void-linux/void-packages/pull/52472.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-elvish-52472.patch --]
[-- Type: text/x-diff, Size: 1129 bytes --]
From 6fab1e62c2e8b3d6c03d70bf5229787e463b48b9 Mon Sep 17 00:00:00 2001
From: John Gold <john@wildri.ch>
Date: Thu, 3 Oct 2024 10:22:42 +0200
Subject: [PATCH] elvish: update to 0.21.0.
---
srcpkgs/elvish/template | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/elvish/template b/srcpkgs/elvish/template
index 2862fb29f00d72..5080a2516989b4 100644
--- a/srcpkgs/elvish/template
+++ b/srcpkgs/elvish/template
@@ -1,7 +1,7 @@
# Template file for 'elvish'
pkgname=elvish
-version=0.20.1
-revision=2
+version=0.21.0
+revision=1
build_style=go
go_import_path="src.elv.sh"
go_package="./cmd/elvish"
@@ -11,8 +11,9 @@ license="BSD-2-Clause"
homepage="https://elv.sh/"
changelog="https://elv.sh/blog/${version}-release-notes.html"
distfiles="https://github.com/elves/elvish/archive/v${version}.tar.gz"
-checksum=6a6006015f44def98676eaed611702b000d66838c0e76da572d517d9bde5c388
+checksum=3a4b93c3c99fe2f9847de35d64be24e2d4b9c12d429cd9831b4571993a66bb7a
register_shell="/bin/elvish"
+make_check_args="-skip TestLocation"
# fix: collect2: fatal error: cannot find 'ld'
LDFLAGS="-fuse-ld=bfd"
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [PR PATCH] [Updated] elvish: update to 0.21.0.
2024-10-03 8:25 [PR PATCH] elvish: update to 0.21.0 john-gold
` (15 preceding siblings ...)
2024-10-14 14:10 ` john-gold
@ 2024-10-14 14:10 ` john-gold
2024-10-14 14:12 ` [PR REVIEW] " john-gold
` (6 subsequent siblings)
23 siblings, 0 replies; 25+ messages in thread
From: john-gold @ 2024-10-14 14:10 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1105 bytes --]
There is an updated pull request by john-gold against master on the void-packages repository
https://github.com/john-gold/void-packages elvish
https://github.com/void-linux/void-packages/pull/52472
elvish: update to 0.21.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
A patch file from https://github.com/void-linux/void-packages/pull/52472.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-elvish-52472.patch --]
[-- Type: text/x-diff, Size: 1105 bytes --]
From af6095777fd90f4becc34f5e098171469cbe094f Mon Sep 17 00:00:00 2001
From: John Gold <john@wildri.ch>
Date: Thu, 3 Oct 2024 10:22:42 +0200
Subject: [PATCH] elvish: update to 0.21.0.
---
srcpkgs/elvish/template | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/elvish/template b/srcpkgs/elvish/template
index 2862fb29f00d72..21d75bd738a983 100644
--- a/srcpkgs/elvish/template
+++ b/srcpkgs/elvish/template
@@ -1,7 +1,7 @@
# Template file for 'elvish'
pkgname=elvish
-version=0.20.1
-revision=2
+version=0.21.0
+revision=1
build_style=go
go_import_path="src.elv.sh"
go_package="./cmd/elvish"
@@ -11,7 +11,8 @@ license="BSD-2-Clause"
homepage="https://elv.sh/"
changelog="https://elv.sh/blog/${version}-release-notes.html"
distfiles="https://github.com/elves/elvish/archive/v${version}.tar.gz"
-checksum=6a6006015f44def98676eaed611702b000d66838c0e76da572d517d9bde5c388
+checksum=3a4b93c3c99fe2f9847de35d64be24e2d4b9c12d429cd9831b4571993a66bb7a
+make_check_args="-skip TestLocation"
register_shell="/bin/elvish"
# fix: collect2: fatal error: cannot find 'ld'
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [PR REVIEW] elvish: update to 0.21.0.
2024-10-03 8:25 [PR PATCH] elvish: update to 0.21.0 john-gold
` (16 preceding siblings ...)
2024-10-14 14:10 ` john-gold
@ 2024-10-14 14:12 ` john-gold
2024-10-14 14:14 ` [PR PATCH] [Updated] " john-gold
` (5 subsequent siblings)
23 siblings, 0 replies; 25+ messages in thread
From: john-gold @ 2024-10-14 14:12 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 241 bytes --]
New review comment by john-gold on void-packages repository
https://github.com/void-linux/void-packages/pull/52472#discussion_r1799592532
Comment:
Agree, that is the better solution. I was not aware of the `-skip` parameter for `go test`.
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [PR PATCH] [Updated] elvish: update to 0.21.0.
2024-10-03 8:25 [PR PATCH] elvish: update to 0.21.0 john-gold
` (17 preceding siblings ...)
2024-10-14 14:12 ` [PR REVIEW] " john-gold
@ 2024-10-14 14:14 ` john-gold
2024-10-18 14:25 ` john-gold
` (4 subsequent siblings)
23 siblings, 0 replies; 25+ messages in thread
From: john-gold @ 2024-10-14 14:14 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1105 bytes --]
There is an updated pull request by john-gold against master on the void-packages repository
https://github.com/john-gold/void-packages elvish
https://github.com/void-linux/void-packages/pull/52472
elvish: update to 0.21.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
A patch file from https://github.com/void-linux/void-packages/pull/52472.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-elvish-52472.patch --]
[-- Type: text/x-diff, Size: 1216 bytes --]
From 9b88c4d5825498d687a69c06ed95af13063a69f7 Mon Sep 17 00:00:00 2001
From: John Gold <john@wildri.ch>
Date: Thu, 3 Oct 2024 10:22:42 +0200
Subject: [PATCH] elvish: update to 0.21.0.
---
srcpkgs/elvish/template | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/elvish/template b/srcpkgs/elvish/template
index 2862fb29f00d72..1838b43554371f 100644
--- a/srcpkgs/elvish/template
+++ b/srcpkgs/elvish/template
@@ -1,17 +1,18 @@
# Template file for 'elvish'
pkgname=elvish
-version=0.20.1
-revision=2
+version=0.21.0
+revision=1
build_style=go
go_import_path="src.elv.sh"
go_package="./cmd/elvish"
+make_check_args="-skip TestLocation" # some tests fail only when running via xbps-src
short_desc="Novel Unix shell"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-2-Clause"
homepage="https://elv.sh/"
changelog="https://elv.sh/blog/${version}-release-notes.html"
distfiles="https://github.com/elves/elvish/archive/v${version}.tar.gz"
-checksum=6a6006015f44def98676eaed611702b000d66838c0e76da572d517d9bde5c388
+checksum=3a4b93c3c99fe2f9847de35d64be24e2d4b9c12d429cd9831b4571993a66bb7a
register_shell="/bin/elvish"
# fix: collect2: fatal error: cannot find 'ld'
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [PR PATCH] [Updated] elvish: update to 0.21.0.
2024-10-03 8:25 [PR PATCH] elvish: update to 0.21.0 john-gold
` (18 preceding siblings ...)
2024-10-14 14:14 ` [PR PATCH] [Updated] " john-gold
@ 2024-10-18 14:25 ` john-gold
2024-10-20 9:59 ` john-gold
` (3 subsequent siblings)
23 siblings, 0 replies; 25+ messages in thread
From: john-gold @ 2024-10-18 14:25 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1105 bytes --]
There is an updated pull request by john-gold against master on the void-packages repository
https://github.com/john-gold/void-packages elvish
https://github.com/void-linux/void-packages/pull/52472
elvish: update to 0.21.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
A patch file from https://github.com/void-linux/void-packages/pull/52472.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-elvish-52472.patch --]
[-- Type: text/x-diff, Size: 1216 bytes --]
From 6ca22ed5dbe5b86b0bd49dcfe49a7622b7704dab Mon Sep 17 00:00:00 2001
From: John Gold <john@wildri.ch>
Date: Thu, 3 Oct 2024 10:22:42 +0200
Subject: [PATCH] elvish: update to 0.21.0.
---
srcpkgs/elvish/template | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/elvish/template b/srcpkgs/elvish/template
index 2862fb29f00d72..1838b43554371f 100644
--- a/srcpkgs/elvish/template
+++ b/srcpkgs/elvish/template
@@ -1,17 +1,18 @@
# Template file for 'elvish'
pkgname=elvish
-version=0.20.1
-revision=2
+version=0.21.0
+revision=1
build_style=go
go_import_path="src.elv.sh"
go_package="./cmd/elvish"
+make_check_args="-skip TestLocation" # some tests fail only when running via xbps-src
short_desc="Novel Unix shell"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-2-Clause"
homepage="https://elv.sh/"
changelog="https://elv.sh/blog/${version}-release-notes.html"
distfiles="https://github.com/elves/elvish/archive/v${version}.tar.gz"
-checksum=6a6006015f44def98676eaed611702b000d66838c0e76da572d517d9bde5c388
+checksum=3a4b93c3c99fe2f9847de35d64be24e2d4b9c12d429cd9831b4571993a66bb7a
register_shell="/bin/elvish"
# fix: collect2: fatal error: cannot find 'ld'
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [PR PATCH] [Updated] elvish: update to 0.21.0.
2024-10-03 8:25 [PR PATCH] elvish: update to 0.21.0 john-gold
` (19 preceding siblings ...)
2024-10-18 14:25 ` john-gold
@ 2024-10-20 9:59 ` john-gold
2024-10-23 9:49 ` john-gold
` (2 subsequent siblings)
23 siblings, 0 replies; 25+ messages in thread
From: john-gold @ 2024-10-20 9:59 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1105 bytes --]
There is an updated pull request by john-gold against master on the void-packages repository
https://github.com/john-gold/void-packages elvish
https://github.com/void-linux/void-packages/pull/52472
elvish: update to 0.21.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
A patch file from https://github.com/void-linux/void-packages/pull/52472.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-elvish-52472.patch --]
[-- Type: text/x-diff, Size: 1212 bytes --]
From 8c3c7f4886bd3b651d3cd042c78de9d5380cffa7 Mon Sep 17 00:00:00 2001
From: John Gold <john@wildri.ch>
Date: Thu, 3 Oct 2024 10:22:42 +0200
Subject: [PATCH] elvish: update to 0.21.0.
---
srcpkgs/elvish/template | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/elvish/template b/srcpkgs/elvish/template
index 2862fb29f00d72..ee2dc308bed80c 100644
--- a/srcpkgs/elvish/template
+++ b/srcpkgs/elvish/template
@@ -1,17 +1,18 @@
# Template file for 'elvish'
pkgname=elvish
-version=0.20.1
-revision=2
+version=0.21.0
+revision=1
build_style=go
go_import_path="src.elv.sh"
go_package="./cmd/elvish"
+make_check_args="-skip TestLocation" # these tests fail when running via xbps-src
short_desc="Novel Unix shell"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-2-Clause"
homepage="https://elv.sh/"
changelog="https://elv.sh/blog/${version}-release-notes.html"
distfiles="https://github.com/elves/elvish/archive/v${version}.tar.gz"
-checksum=6a6006015f44def98676eaed611702b000d66838c0e76da572d517d9bde5c388
+checksum=3a4b93c3c99fe2f9847de35d64be24e2d4b9c12d429cd9831b4571993a66bb7a
register_shell="/bin/elvish"
# fix: collect2: fatal error: cannot find 'ld'
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [PR PATCH] [Updated] elvish: update to 0.21.0.
2024-10-03 8:25 [PR PATCH] elvish: update to 0.21.0 john-gold
` (20 preceding siblings ...)
2024-10-20 9:59 ` john-gold
@ 2024-10-23 9:49 ` john-gold
2024-10-25 7:14 ` john-gold
2024-10-26 17:43 ` [PR PATCH] [Closed]: " classabbyamp
23 siblings, 0 replies; 25+ messages in thread
From: john-gold @ 2024-10-23 9:49 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1105 bytes --]
There is an updated pull request by john-gold against master on the void-packages repository
https://github.com/john-gold/void-packages elvish
https://github.com/void-linux/void-packages/pull/52472
elvish: update to 0.21.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
A patch file from https://github.com/void-linux/void-packages/pull/52472.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-elvish-52472.patch --]
[-- Type: text/x-diff, Size: 1212 bytes --]
From 69b1d3c8ed0a5ca4ddae2ec9aa86abd4fe7af6c6 Mon Sep 17 00:00:00 2001
From: John Gold <john@wildri.ch>
Date: Thu, 3 Oct 2024 10:22:42 +0200
Subject: [PATCH] elvish: update to 0.21.0.
---
srcpkgs/elvish/template | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/elvish/template b/srcpkgs/elvish/template
index 2862fb29f00d72..ee2dc308bed80c 100644
--- a/srcpkgs/elvish/template
+++ b/srcpkgs/elvish/template
@@ -1,17 +1,18 @@
# Template file for 'elvish'
pkgname=elvish
-version=0.20.1
-revision=2
+version=0.21.0
+revision=1
build_style=go
go_import_path="src.elv.sh"
go_package="./cmd/elvish"
+make_check_args="-skip TestLocation" # these tests fail when running via xbps-src
short_desc="Novel Unix shell"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-2-Clause"
homepage="https://elv.sh/"
changelog="https://elv.sh/blog/${version}-release-notes.html"
distfiles="https://github.com/elves/elvish/archive/v${version}.tar.gz"
-checksum=6a6006015f44def98676eaed611702b000d66838c0e76da572d517d9bde5c388
+checksum=3a4b93c3c99fe2f9847de35d64be24e2d4b9c12d429cd9831b4571993a66bb7a
register_shell="/bin/elvish"
# fix: collect2: fatal error: cannot find 'ld'
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: elvish: update to 0.21.0.
2024-10-03 8:25 [PR PATCH] elvish: update to 0.21.0 john-gold
` (21 preceding siblings ...)
2024-10-23 9:49 ` john-gold
@ 2024-10-25 7:14 ` john-gold
2024-10-26 17:43 ` [PR PATCH] [Closed]: " classabbyamp
23 siblings, 0 replies; 25+ messages in thread
From: john-gold @ 2024-10-25 7:14 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 178 bytes --]
New comment by john-gold on void-packages repository
https://github.com/void-linux/void-packages/pull/52472#issuecomment-2437066516
Comment:
@classabbyamp is anything missing?
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [PR PATCH] [Closed]: elvish: update to 0.21.0.
2024-10-03 8:25 [PR PATCH] elvish: update to 0.21.0 john-gold
` (22 preceding siblings ...)
2024-10-25 7:14 ` john-gold
@ 2024-10-26 17:43 ` classabbyamp
23 siblings, 0 replies; 25+ messages in thread
From: classabbyamp @ 2024-10-26 17:43 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 946 bytes --]
There's a closed pull request on the void-packages repository
elvish: update to 0.21.0.
https://github.com/void-linux/void-packages/pull/52472
Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
^ permalink raw reply [flat|nested] 25+ messages in thread