Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] volta: update to 0.9.3
@ 2020-12-14 15:39 atk
  2020-12-14 20:25 ` atk
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: atk @ 2020-12-14 15:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 303 bytes --]

There is a new pull request by atk against master on the void-packages repository

https://github.com/atk/void-packages volta-0.9.3
https://github.com/void-linux/void-packages/pull/27150

volta: update to 0.9.3


A patch file from https://github.com/void-linux/void-packages/pull/27150.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-volta-0.9.3-27150.patch --]
[-- Type: text/x-diff, Size: 1120 bytes --]

From c361f9427bcfebc5bb9e5c0575bcd39ab94b8063 Mon Sep 17 00:00:00 2001
From: Alex Lohr <alex.lohr@logmein.com>
Date: Mon, 14 Dec 2020 16:38:43 +0100
Subject: [PATCH] volta: update to 0.9.3

---
 srcpkgs/volta/template | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/volta/template b/srcpkgs/volta/template
index 7cd6f9d76c3..45ebad762e8 100644
--- a/srcpkgs/volta/template
+++ b/srcpkgs/volta/template
@@ -1,6 +1,6 @@
 # Template file for 'volta'
 pkgname=volta
-version=0.8.7
+version=0.9.3
 revision=1
 archs="x86_64 i686" # Due to volta pulling pre-built binaries later. Evil.
 build_helper="rust"
@@ -11,11 +11,7 @@ maintainer="Alex Lohr <alex.lohr@logmein.com>"
 license="BSD-2-Clause"
 homepage="https://volta.sh/"
 distfiles="https://github.com/volta-cli/volta/archive/v${version}.tar.gz"
-checksum=3e1c29f3846c40b13601ee5ebdf4b379243462bfff728b370b72495a430b177e
-
-pre_build() {
-	cargo update --package openssl-sys --precise 0.9.58
-}
+checksum=3777585d5ebd24f9f53ac5d41c378c471211ded0d8e0e126110648fefbd0d316
 
 do_build() {
 	cargo build --release --target ${RUST_TARGET}

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: volta: update to 0.9.3
  2020-12-14 15:39 [PR PATCH] volta: update to 0.9.3 atk
@ 2020-12-14 20:25 ` atk
  2020-12-14 20:31 ` ericonr
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: atk @ 2020-12-14 20:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 261 bytes --]

New comment by atk on void-packages repository

https://github.com/void-linux/void-packages/pull/27150#issuecomment-744689517

Comment:
It is very strange that this was even tested for other architectures when the archs are explicitly limited to "x86_64 i686".

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: volta: update to 0.9.3
  2020-12-14 15:39 [PR PATCH] volta: update to 0.9.3 atk
  2020-12-14 20:25 ` atk
@ 2020-12-14 20:31 ` ericonr
  2020-12-14 21:35 ` atk
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2020-12-14 20:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 198 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27150#issuecomment-744692617

Comment:
The error failure isn't about trying to build the package

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: volta: update to 0.9.3
  2020-12-14 15:39 [PR PATCH] volta: update to 0.9.3 atk
  2020-12-14 20:25 ` atk
  2020-12-14 20:31 ` ericonr
@ 2020-12-14 21:35 ` atk
  2020-12-14 21:37 ` ericonr
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: atk @ 2020-12-14 21:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 282 bytes --]

New comment by atk on void-packages repository

https://github.com/void-linux/void-packages/pull/27150#issuecomment-744725236

Comment:
I rather think it is:
```
=> ERROR: volta: this package cannot be built for x86_64-musl.
```
Similar lines can be found in all failed builds.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: volta: update to 0.9.3
  2020-12-14 15:39 [PR PATCH] volta: update to 0.9.3 atk
                   ` (2 preceding siblings ...)
  2020-12-14 21:35 ` atk
@ 2020-12-14 21:37 ` ericonr
  2020-12-14 21:38 ` ericonr
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2020-12-14 21:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 281 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27150#issuecomment-744726661

Comment:
That error isn't fatal, and is expected. What gives you the red X's is that the step that prints package contents couldn't fine the package.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: volta: update to 0.9.3
  2020-12-14 15:39 [PR PATCH] volta: update to 0.9.3 atk
                   ` (3 preceding siblings ...)
  2020-12-14 21:37 ` ericonr
@ 2020-12-14 21:38 ` ericonr
  2020-12-15  9:01 ` [PR PATCH] [Updated] " atk
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2020-12-14 21:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 281 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27150#issuecomment-744726661

Comment:
That error isn't fatal, and is expected. What gives you the red X's is that the step that prints package contents couldn't find the package.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Updated] volta: update to 0.9.3
  2020-12-14 15:39 [PR PATCH] volta: update to 0.9.3 atk
                   ` (4 preceding siblings ...)
  2020-12-14 21:38 ` ericonr
@ 2020-12-15  9:01 ` atk
  2020-12-15 10:12 ` atk
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: atk @ 2020-12-15  9:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 308 bytes --]

There is an updated pull request by atk against master on the void-packages repository

https://github.com/atk/void-packages volta-0.9.3
https://github.com/void-linux/void-packages/pull/27150

volta: update to 0.9.3


A patch file from https://github.com/void-linux/void-packages/pull/27150.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-volta-0.9.3-27150.patch --]
[-- Type: text/x-diff, Size: 1120 bytes --]

From 6f570d64b62b6b3a5a2b21ebf4b6fd9028463312 Mon Sep 17 00:00:00 2001
From: Alex Lohr <alex.lohr@logmein.com>
Date: Mon, 14 Dec 2020 16:38:43 +0100
Subject: [PATCH] volta: update to 0.9.3

---
 srcpkgs/volta/template | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/volta/template b/srcpkgs/volta/template
index 7cd6f9d76c3..45ebad762e8 100644
--- a/srcpkgs/volta/template
+++ b/srcpkgs/volta/template
@@ -1,6 +1,6 @@
 # Template file for 'volta'
 pkgname=volta
-version=0.8.7
+version=0.9.3
 revision=1
 archs="x86_64 i686" # Due to volta pulling pre-built binaries later. Evil.
 build_helper="rust"
@@ -11,11 +11,7 @@ maintainer="Alex Lohr <alex.lohr@logmein.com>"
 license="BSD-2-Clause"
 homepage="https://volta.sh/"
 distfiles="https://github.com/volta-cli/volta/archive/v${version}.tar.gz"
-checksum=3e1c29f3846c40b13601ee5ebdf4b379243462bfff728b370b72495a430b177e
-
-pre_build() {
-	cargo update --package openssl-sys --precise 0.9.58
-}
+checksum=3777585d5ebd24f9f53ac5d41c378c471211ded0d8e0e126110648fefbd0d316
 
 do_build() {
 	cargo build --release --target ${RUST_TARGET}

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: volta: update to 0.9.3
  2020-12-14 15:39 [PR PATCH] volta: update to 0.9.3 atk
                   ` (5 preceding siblings ...)
  2020-12-15  9:01 ` [PR PATCH] [Updated] " atk
@ 2020-12-15 10:12 ` atk
  2020-12-15 13:29 ` ericonr
  2020-12-15 14:25 ` [PR PATCH] [Merged]: " ericonr
  8 siblings, 0 replies; 10+ messages in thread
From: atk @ 2020-12-15 10:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 195 bytes --]

New comment by atk on void-packages repository

https://github.com/void-linux/void-packages/pull/27150#issuecomment-745189451

Comment:
Yes, it was a network error. A simple force push fixed it.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: volta: update to 0.9.3
  2020-12-14 15:39 [PR PATCH] volta: update to 0.9.3 atk
                   ` (6 preceding siblings ...)
  2020-12-15 10:12 ` atk
@ 2020-12-15 13:29 ` ericonr
  2020-12-15 14:25 ` [PR PATCH] [Merged]: " ericonr
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2020-12-15 13:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 197 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27150#issuecomment-745287521

Comment:
No, it wasn't a network error. It was fixed in #27157   

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Merged]: volta: update to 0.9.3
  2020-12-14 15:39 [PR PATCH] volta: update to 0.9.3 atk
                   ` (7 preceding siblings ...)
  2020-12-15 13:29 ` ericonr
@ 2020-12-15 14:25 ` ericonr
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2020-12-15 14:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 156 bytes --]

There's a merged pull request on the void-packages repository

volta: update to 0.9.3
https://github.com/void-linux/void-packages/pull/27150

Description:


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2020-12-15 14:25 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-14 15:39 [PR PATCH] volta: update to 0.9.3 atk
2020-12-14 20:25 ` atk
2020-12-14 20:31 ` ericonr
2020-12-14 21:35 ` atk
2020-12-14 21:37 ` ericonr
2020-12-14 21:38 ` ericonr
2020-12-15  9:01 ` [PR PATCH] [Updated] " atk
2020-12-15 10:12 ` atk
2020-12-15 13:29 ` ericonr
2020-12-15 14:25 ` [PR PATCH] [Merged]: " ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).