Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] stern: update to 1.19.0.
@ 2021-07-22 11:53 TeddyDD
  2021-07-22 20:42 ` TeddyDD
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: TeddyDD @ 2021-07-22 11:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-stern
https://github.com/void-linux/void-packages/pull/32126

stern: update to 1.19.0.
Switch to maintained fork. Ping @knusbaum

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-stern-32126.patch --]
[-- Type: text/x-diff, Size: 1335 bytes --]

From e4dacec8b21515bc8120e92fd1cae5b275261681 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Thu, 22 Jul 2021 13:52:34 +0200
Subject: [PATCH] stern: update to 1.19.0.

switch to maintained fork
---
 srcpkgs/stern/template | 17 +++++------------
 1 file changed, 5 insertions(+), 12 deletions(-)

diff --git a/srcpkgs/stern/template b/srcpkgs/stern/template
index 9e55ee479073..2db1eb7ddcdf 100644
--- a/srcpkgs/stern/template
+++ b/srcpkgs/stern/template
@@ -1,19 +1,12 @@
 # Template file for 'stern'
 pkgname=stern
-version=1.11.0
+version=1.19.0
 revision=1
 build_style=go
-go_import_path="github.com/wercker/stern"
-hostmakedepends="git govendor"
+go_import_path="github.com/stern/stern"
 short_desc="Multi pod and container log tailing for Kubernetes"
 maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
 license="Apache-2.0"
-homepage="https://github.com/wercker/stern"
-distfiles="https://github.com/wercker/stern/archive/${version}.tar.gz"
-checksum=d6f47d3a6f47680d3e4afebc8b01a14f0affcd8fb625132af14bb77843f0333f
-
-pre_build() {
-	pushd $GOPATH/src/github.com/wercker/stern
-	govendor sync -v
-	popd
-}
+homepage="https://github.com/stern/stern"
+distfiles="https://github.com/stern/stern/archive/v${version}.tar.gz"
+checksum=1f19f9ec21f07317ce53b333b9633b6b91392f5af6b0fff2657ee1b2a0bae707

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

* Re: stern: update to 1.19.0.
  2021-07-22 11:53 [PR PATCH] stern: update to 1.19.0 TeddyDD
@ 2021-07-22 20:42 ` TeddyDD
  2021-07-22 21:14 ` ericonr
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: TeddyDD @ 2021-07-22 20:42 UTC (permalink / raw)
  To: ml

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

New comment by TeddyDD on void-packages repository

https://github.com/void-linux/void-packages/pull/32126#issuecomment-885219475

Comment:
```
collect2: fatal error: cannot find 'ld'
```

is this CI related issue or I screwed up something?

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

* Re: stern: update to 1.19.0.
  2021-07-22 11:53 [PR PATCH] stern: update to 1.19.0 TeddyDD
  2021-07-22 20:42 ` TeddyDD
@ 2021-07-22 21:14 ` ericonr
  2021-07-22 21:14 ` ericonr
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2021-07-22 21:14 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/32126#issuecomment-885238899

Comment:
grep for `-fuse-ld=bfd` in srcpkgs for a workaround.

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

* Re: stern: update to 1.19.0.
  2021-07-22 11:53 [PR PATCH] stern: update to 1.19.0 TeddyDD
  2021-07-22 20:42 ` TeddyDD
  2021-07-22 21:14 ` ericonr
@ 2021-07-22 21:14 ` ericonr
  2021-07-23  7:04 ` [PR PATCH] [Updated] " TeddyDD
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2021-07-22 21:14 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/32126#issuecomment-885238899

Comment:
grep for `-fuse-ld` in srcpkgs for a workaround.

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

* Re: [PR PATCH] [Updated] stern: update to 1.19.0.
  2021-07-22 11:53 [PR PATCH] stern: update to 1.19.0 TeddyDD
                   ` (2 preceding siblings ...)
  2021-07-22 21:14 ` ericonr
@ 2021-07-23  7:04 ` TeddyDD
  2021-07-23  7:04 ` TeddyDD
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: TeddyDD @ 2021-07-23  7:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-stern
https://github.com/void-linux/void-packages/pull/32126

stern: update to 1.19.0.
Switch to maintained fork. Ping @knusbaum

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-stern-32126.patch --]
[-- Type: text/x-diff, Size: 1415 bytes --]

From 0bfc9163110463fa95586d43761de893fc731050 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Thu, 22 Jul 2021 13:52:34 +0200
Subject: [PATCH] stern: update to 1.19.0.

switch to maintained fork
---
 srcpkgs/stern/template | 18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/stern/template b/srcpkgs/stern/template
index 9e55ee479073..63c9fe4cc3dc 100644
--- a/srcpkgs/stern/template
+++ b/srcpkgs/stern/template
@@ -1,19 +1,15 @@
 # Template file for 'stern'
 pkgname=stern
-version=1.11.0
+version=1.19.0
 revision=1
 build_style=go
-go_import_path="github.com/wercker/stern"
-hostmakedepends="git govendor"
+go_import_path="github.com/stern/stern"
 short_desc="Multi pod and container log tailing for Kubernetes"
 maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
 license="Apache-2.0"
-homepage="https://github.com/wercker/stern"
-distfiles="https://github.com/wercker/stern/archive/${version}.tar.gz"
-checksum=d6f47d3a6f47680d3e4afebc8b01a14f0affcd8fb625132af14bb77843f0333f
+homepage="https://github.com/stern/stern"
+distfiles="https://github.com/stern/stern/archive/v${version}.tar.gz"
+checksum=1f19f9ec21f07317ce53b333b9633b6b91392f5af6b0fff2657ee1b2a0bae707
 
-pre_build() {
-	pushd $GOPATH/src/github.com/wercker/stern
-	govendor sync -v
-	popd
-}
+# fix: collect2: fatal error: cannot find 'ld'
+export LDFLAGS="-fuse-ld=bfd"

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

* Re: stern: update to 1.19.0.
  2021-07-22 11:53 [PR PATCH] stern: update to 1.19.0 TeddyDD
                   ` (3 preceding siblings ...)
  2021-07-23  7:04 ` [PR PATCH] [Updated] " TeddyDD
@ 2021-07-23  7:04 ` TeddyDD
  2021-07-28  4:49 ` [PR PATCH] [Updated] " ericonr
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: TeddyDD @ 2021-07-23  7:04 UTC (permalink / raw)
  To: ml

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

New comment by TeddyDD on void-packages repository

https://github.com/void-linux/void-packages/pull/32126#issuecomment-885442790

Comment:
Thanks!

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

* Re: [PR PATCH] [Updated] stern: update to 1.19.0.
  2021-07-22 11:53 [PR PATCH] stern: update to 1.19.0 TeddyDD
                   ` (4 preceding siblings ...)
  2021-07-23  7:04 ` TeddyDD
@ 2021-07-28  4:49 ` ericonr
  2021-07-28  4:49 ` ericonr
  2021-07-28  4:56 ` [PR PATCH] [Merged]: " ericonr
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2021-07-28  4:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-stern
https://github.com/void-linux/void-packages/pull/32126

stern: update to 1.19.0.
Switch to maintained fork. Ping @knusbaum

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-stern-32126.patch --]
[-- Type: text/x-diff, Size: 1408 bytes --]

From 9aed3ec6eb9b192f9c3a7063f0b95a6b1ae571d2 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Thu, 22 Jul 2021 13:52:34 +0200
Subject: [PATCH] stern: update to 1.19.0.

switch to maintained fork
---
 srcpkgs/stern/template | 18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/stern/template b/srcpkgs/stern/template
index 9e55ee479073..c17f74d22e78 100644
--- a/srcpkgs/stern/template
+++ b/srcpkgs/stern/template
@@ -1,19 +1,15 @@
 # Template file for 'stern'
 pkgname=stern
-version=1.11.0
+version=1.19.0
 revision=1
 build_style=go
-go_import_path="github.com/wercker/stern"
-hostmakedepends="git govendor"
+go_import_path="github.com/stern/stern"
 short_desc="Multi pod and container log tailing for Kubernetes"
 maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
 license="Apache-2.0"
-homepage="https://github.com/wercker/stern"
-distfiles="https://github.com/wercker/stern/archive/${version}.tar.gz"
-checksum=d6f47d3a6f47680d3e4afebc8b01a14f0affcd8fb625132af14bb77843f0333f
+homepage="https://github.com/stern/stern"
+distfiles="https://github.com/stern/stern/archive/v${version}.tar.gz"
+checksum=1f19f9ec21f07317ce53b333b9633b6b91392f5af6b0fff2657ee1b2a0bae707
 
-pre_build() {
-	pushd $GOPATH/src/github.com/wercker/stern
-	govendor sync -v
-	popd
-}
+# fix: collect2: fatal error: cannot find 'ld'
+LDFLAGS="-fuse-ld=bfd"

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

* Re: stern: update to 1.19.0.
  2021-07-22 11:53 [PR PATCH] stern: update to 1.19.0 TeddyDD
                   ` (5 preceding siblings ...)
  2021-07-28  4:49 ` [PR PATCH] [Updated] " ericonr
@ 2021-07-28  4:49 ` ericonr
  2021-07-28  4:56 ` [PR PATCH] [Merged]: " ericonr
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2021-07-28  4:49 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/32126#issuecomment-888006928

Comment:
For the record, you can just set `LDFLAGS`, no need to `export` :)

I have fixed that and will merge in a bit.

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

* Re: [PR PATCH] [Merged]: stern: update to 1.19.0.
  2021-07-22 11:53 [PR PATCH] stern: update to 1.19.0 TeddyDD
                   ` (6 preceding siblings ...)
  2021-07-28  4:49 ` ericonr
@ 2021-07-28  4:56 ` ericonr
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2021-07-28  4:56 UTC (permalink / raw)
  To: ml

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

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

stern: update to 1.19.0.
https://github.com/void-linux/void-packages/pull/32126

Description:
Switch to maintained fork. Ping @knusbaum

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2021-07-28  4:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-22 11:53 [PR PATCH] stern: update to 1.19.0 TeddyDD
2021-07-22 20:42 ` TeddyDD
2021-07-22 21:14 ` ericonr
2021-07-22 21:14 ` ericonr
2021-07-23  7:04 ` [PR PATCH] [Updated] " TeddyDD
2021-07-23  7:04 ` TeddyDD
2021-07-28  4:49 ` [PR PATCH] [Updated] " ericonr
2021-07-28  4:49 ` ericonr
2021-07-28  4:56 ` [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).