Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: gomuks-0.2.2
@ 2021-01-31 16:12 begss
  2021-01-31 16:47 ` ericonr
                   ` (3 more replies)
  0 siblings, 4 replies; 22+ messages in thread
From: begss @ 2021-01-31 16:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/begss/void-packages gomuks
https://github.com/void-linux/void-packages/pull/28362

New package: gomuks-0.2.2
<!-- Mark items with [x] where applicable -->

#### General
- [x] 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?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] 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/28362.patch is attached

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

From a7f5062a14bb521f754005022633744e90e26aba Mon Sep 17 00:00:00 2001
From: begs <begs@disroot.org>
Date: Sun, 31 Jan 2021 19:04:41 +0300
Subject: [PATCH] New package: gomuks-0.2.2

---
 srcpkgs/gomuks/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/gomuks/template

diff --git a/srcpkgs/gomuks/template b/srcpkgs/gomuks/template
new file mode 100644
index 00000000000..1a56bbb26f0
--- /dev/null
+++ b/srcpkgs/gomuks/template
@@ -0,0 +1,18 @@
+# Template file for 'gomuks'
+pkgname=gomuks
+version=0.2.2
+revision=1
+build_style=go
+go_import_path=maunium.net/go/gomuks
+hostmakedepends="git"
+makedepends="olm-devel"
+short_desc="Terminal based Matrix client written in Go"
+maintainer="Maxim Karasev <begs@disroot.org>"
+license="AGPL-3.0-or-later"
+homepage="https://github.com/tulir/gomuks"
+distfiles="https://github.com/tulir/gomuks/archive/v${version}.tar.gz"
+checksum=aa80f9b01f338196595c30e7b06fd2ec2f3de40520961d1fa1820a09b28722ee
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: gomuks-0.2.2
  2021-01-31 16:12 [PR PATCH] New package: gomuks-0.2.2 begss
@ 2021-01-31 16:47 ` ericonr
  2021-01-31 16:47 ` [PR PATCH] [Closed]: " ericonr
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 22+ messages in thread
From: ericonr @ 2021-01-31 16:47 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28362#issuecomment-770411456

Comment:
Duplicate of #27721 

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

* Re: [PR PATCH] [Closed]: New package: gomuks-0.2.2
  2021-01-31 16:12 [PR PATCH] New package: gomuks-0.2.2 begss
  2021-01-31 16:47 ` ericonr
@ 2021-01-31 16:47 ` ericonr
  2021-01-31 17:01 ` begss
  2021-01-31 17:10 ` ericonr
  3 siblings, 0 replies; 22+ messages in thread
From: ericonr @ 2021-01-31 16:47 UTC (permalink / raw)
  To: ml

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

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

New package: gomuks-0.2.2
https://github.com/void-linux/void-packages/pull/28362

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

#### General
- [x] 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?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] 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] 22+ messages in thread

* Re: New package: gomuks-0.2.2
  2021-01-31 16:12 [PR PATCH] New package: gomuks-0.2.2 begss
  2021-01-31 16:47 ` ericonr
  2021-01-31 16:47 ` [PR PATCH] [Closed]: " ericonr
@ 2021-01-31 17:01 ` begss
  2021-01-31 17:10 ` ericonr
  3 siblings, 0 replies; 22+ messages in thread
From: begss @ 2021-01-31 17:01 UTC (permalink / raw)
  To: ml

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

New comment by begss on void-packages repository

https://github.com/void-linux/void-packages/pull/28362#issuecomment-770413654

Comment:
Oh, my bad...

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

* Re: New package: gomuks-0.2.2
  2021-01-31 16:12 [PR PATCH] New package: gomuks-0.2.2 begss
                   ` (2 preceding siblings ...)
  2021-01-31 17:01 ` begss
@ 2021-01-31 17:10 ` ericonr
  3 siblings, 0 replies; 22+ messages in thread
From: ericonr @ 2021-01-31 17:10 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28362#issuecomment-770415029

Comment:
No worries. If you think something there can be improved, feel free to leave a comment.

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

* Re: New package: gomuks-0.2.2
  2021-01-06 20:47 [PR PATCH] " FollieHiyuki
                   ` (15 preceding siblings ...)
  2021-01-16 12:53 ` ericonr
@ 2021-01-16 13:35 ` FollieHiyuki
  16 siblings, 0 replies; 22+ messages in thread
From: FollieHiyuki @ 2021-01-16 13:35 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/27721#issuecomment-761564332

Comment:
Ok I'll go with that route.

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

* Re: New package: gomuks-0.2.2
  2021-01-06 20:47 [PR PATCH] " FollieHiyuki
                   ` (14 preceding siblings ...)
  2021-01-16  8:07 ` kawaiiamber
@ 2021-01-16 12:53 ` ericonr
  2021-01-16 13:35 ` FollieHiyuki
  16 siblings, 0 replies; 22+ messages in thread
From: ericonr @ 2021-01-16 12:53 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27721#issuecomment-761558862

Comment:
Feel free to leave as WIP/NOMERGE for now, I guess.

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

* Re: New package: gomuks-0.2.2
  2021-01-06 20:47 [PR PATCH] " FollieHiyuki
                   ` (13 preceding siblings ...)
  2021-01-16  8:06 ` travankor
@ 2021-01-16  8:07 ` kawaiiamber
  2021-01-16 12:53 ` ericonr
  2021-01-16 13:35 ` FollieHiyuki
  16 siblings, 0 replies; 22+ messages in thread
From: kawaiiamber @ 2021-01-16  8:07 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27721#issuecomment-761525257

Comment:
> > It does work outside tmux, though I'm not super happy about merging while this (supposedly simple functionality) is broken.
> 
> Anecdotally, I've also run into some random crashes while testing this software. TBH I don't think it's very robust in general.

Weird. My terminal is st with a few patches, but this template worked amazing for me. I didn't know the behaviour was this varied.

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

* Re: New package: gomuks-0.2.2
  2021-01-06 20:47 [PR PATCH] " FollieHiyuki
                   ` (12 preceding siblings ...)
  2021-01-16  8:05 ` travankor
@ 2021-01-16  8:06 ` travankor
  2021-01-16  8:07 ` kawaiiamber
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 22+ messages in thread
From: travankor @ 2021-01-16  8:06 UTC (permalink / raw)
  To: ml

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

New comment by travankor on void-packages repository

https://github.com/void-linux/void-packages/pull/27721#issuecomment-761525034

Comment:
>It does work outside tmux, though I'm not super happy about merging while this (supposedly simple functionality) is broken.

Anecdotally, I've also run into some random crashes while testing this software. TBH I don't think it's very robust in general.

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

* Re: New package: gomuks-0.2.2
  2021-01-06 20:47 [PR PATCH] " FollieHiyuki
                   ` (11 preceding siblings ...)
  2021-01-16  5:53 ` FollieHiyuki
@ 2021-01-16  8:05 ` travankor
  2021-01-16  8:06 ` travankor
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 22+ messages in thread
From: travankor @ 2021-01-16  8:05 UTC (permalink / raw)
  To: ml

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

New comment by travankor on void-packages repository

https://github.com/void-linux/void-packages/pull/27721#issuecomment-761525034

Comment:
>It does work outside tmux, though I'm not super happy about merging while this (supposedly simple functionality) is broken.

Anecdotally, I've also run into a lot of random crashes while testing this software. TBH I don't think it's very robust in general.

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

* Re: New package: gomuks-0.2.2
  2021-01-06 20:47 [PR PATCH] " FollieHiyuki
                   ` (10 preceding siblings ...)
  2021-01-15 22:15 ` ericonr
@ 2021-01-16  5:53 ` FollieHiyuki
  2021-01-16  8:05 ` travankor
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 22+ messages in thread
From: FollieHiyuki @ 2021-01-16  5:53 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/27721#issuecomment-761475239

Comment:
In that case should I mark this as WIP or close and wait for the next release if it got fixed? I can live with the locally built package until then.

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

* Re: New package: gomuks-0.2.2
  2021-01-06 20:47 [PR PATCH] " FollieHiyuki
                   ` (9 preceding siblings ...)
  2021-01-15 21:54 ` ericonr
@ 2021-01-15 22:15 ` ericonr
  2021-01-16  5:53 ` FollieHiyuki
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 22+ messages in thread
From: ericonr @ 2021-01-15 22:15 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27721#issuecomment-761226511

Comment:
It does work outside tmux, though I'm not super happy about merging while this (supposedly simple functionality) is broken.

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

* Re: New package: gomuks-0.2.2
  2021-01-06 20:47 [PR PATCH] " FollieHiyuki
                   ` (8 preceding siblings ...)
  2021-01-15 19:40 ` FollieHiyuki
@ 2021-01-15 21:54 ` ericonr
  2021-01-15 22:15 ` ericonr
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 22+ messages in thread
From: ericonr @ 2021-01-15 21:54 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27721#issuecomment-761218788

Comment:
Ok, thanks.

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

* Re: New package: gomuks-0.2.2
  2021-01-06 20:47 [PR PATCH] " FollieHiyuki
                   ` (7 preceding siblings ...)
  2021-01-15 19:24 ` FollieHiyuki
@ 2021-01-15 19:40 ` FollieHiyuki
  2021-01-15 21:54 ` ericonr
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 22+ messages in thread
From: FollieHiyuki @ 2021-01-15 19:40 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/27721#issuecomment-761140460

Comment:
That is strange. I have run it with no problem so far. Let me rebuild again and see what is wrong.

EDIT: did a rebuild. It still works fine until I opened tmux. Found tulir/gomuks#250 with the same problem.

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

* Re: New package: gomuks-0.2.2
  2021-01-06 20:47 [PR PATCH] " FollieHiyuki
                   ` (6 preceding siblings ...)
  2021-01-15 18:43 ` ericonr
@ 2021-01-15 19:24 ` FollieHiyuki
  2021-01-15 19:40 ` FollieHiyuki
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 22+ messages in thread
From: FollieHiyuki @ 2021-01-15 19:24 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/27721#issuecomment-761140460

Comment:
That is strange. I have run it with no problem so far. Let me rebuild again and see what is wrong

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

* Re: New package: gomuks-0.2.2
  2021-01-06 20:47 [PR PATCH] " FollieHiyuki
                   ` (5 preceding siblings ...)
  2021-01-15 18:43 ` ericonr
@ 2021-01-15 18:43 ` ericonr
  2021-01-15 19:24 ` FollieHiyuki
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 22+ messages in thread
From: ericonr @ 2021-01-15 18:43 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27721#issuecomment-761115997

Comment:
Not working on x86_64-musl:

```
~ ➜ gomuks --help
panic: exit status 1 [recovered]
        panic: exit status 1

goroutine 1 [running]:
maunium.net/go/gomuks/debug.Recover()
        /builddir/gomuks-0.2.2/debug/debug.go:109 +0x98
panic(0xca4ce0, 0xc00052aa20)
        /usr/lib/go/src/runtime/panic.go:969 +0x1b9
main.(*Gomuks).Start(0xc0001b0cc0)
        /builddir/gomuks-0.2.2/gomuks.go:116 +0x14a
main.main()
        /builddir/gomuks-0.2.2/main.go:83 +0x585
~ ➜ gomuks
panic: exit status 1 [recovered]
        panic: exit status 1

goroutine 1 [running]:
maunium.net/go/gomuks/debug.Recover()
        /builddir/gomuks-0.2.2/debug/debug.go:109 +0x98
panic(0xca4ce0, 0xc0003a1ea0)
        /usr/lib/go/src/runtime/panic.go:969 +0x1b9
main.(*Gomuks).Start(0xc00028f590)
        /builddir/gomuks-0.2.2/gomuks.go:116 +0x14a
main.main()
        /builddir/gomuks-0.2.2/main.go:83 +0x585
```

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

* Re: New package: gomuks-0.2.2
  2021-01-06 20:47 [PR PATCH] " FollieHiyuki
                   ` (4 preceding siblings ...)
  2021-01-15 18:43 ` ericonr
@ 2021-01-15 18:43 ` ericonr
  2021-01-15 18:43 ` ericonr
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 22+ messages in thread
From: ericonr @ 2021-01-15 18:43 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27721#issuecomment-761115997

Comment:
Not working on x86_6musl:4-

```
~ ➜ gomuks --help
panic: exit status 1 [recovered]
        panic: exit status 1

goroutine 1 [running]:
maunium.net/go/gomuks/debug.Recover()
        /builddir/gomuks-0.2.2/debug/debug.go:109 +0x98
panic(0xca4ce0, 0xc00052aa20)
        /usr/lib/go/src/runtime/panic.go:969 +0x1b9
main.(*Gomuks).Start(0xc0001b0cc0)
        /builddir/gomuks-0.2.2/gomuks.go:116 +0x14a
main.main()
        /builddir/gomuks-0.2.2/main.go:83 +0x585
~ ➜ gomuks
panic: exit status 1 [recovered]
        panic: exit status 1

goroutine 1 [running]:
maunium.net/go/gomuks/debug.Recover()
        /builddir/gomuks-0.2.2/debug/debug.go:109 +0x98
panic(0xca4ce0, 0xc0003a1ea0)
        /usr/lib/go/src/runtime/panic.go:969 +0x1b9
main.(*Gomuks).Start(0xc00028f590)
        /builddir/gomuks-0.2.2/gomuks.go:116 +0x14a
main.main()
        /builddir/gomuks-0.2.2/main.go:83 +0x585
```

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

* Re: New package: gomuks-0.2.2
  2021-01-06 20:47 [PR PATCH] " FollieHiyuki
                   ` (3 preceding siblings ...)
  2021-01-14 21:41 ` kawaiiamber
@ 2021-01-15 18:43 ` ericonr
  2021-01-15 18:43 ` ericonr
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 22+ messages in thread
From: ericonr @ 2021-01-15 18:43 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27721#issuecomment-761115997

Comment:
Not working on musl:

```
~ ➜ gomuks --help
panic: exit status 1 [recovered]
        panic: exit status 1

goroutine 1 [running]:
maunium.net/go/gomuks/debug.Recover()
        /builddir/gomuks-0.2.2/debug/debug.go:109 +0x98
panic(0xca4ce0, 0xc00052aa20)
        /usr/lib/go/src/runtime/panic.go:969 +0x1b9
main.(*Gomuks).Start(0xc0001b0cc0)
        /builddir/gomuks-0.2.2/gomuks.go:116 +0x14a
main.main()
        /builddir/gomuks-0.2.2/main.go:83 +0x585
~ ➜ gomuks
panic: exit status 1 [recovered]
        panic: exit status 1

goroutine 1 [running]:
maunium.net/go/gomuks/debug.Recover()
        /builddir/gomuks-0.2.2/debug/debug.go:109 +0x98
panic(0xca4ce0, 0xc0003a1ea0)
        /usr/lib/go/src/runtime/panic.go:969 +0x1b9
main.(*Gomuks).Start(0xc00028f590)
        /builddir/gomuks-0.2.2/gomuks.go:116 +0x14a
main.main()
        /builddir/gomuks-0.2.2/main.go:83 +0x585
```

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

* Re: New package: gomuks-0.2.2
  2021-01-06 20:47 [PR PATCH] " FollieHiyuki
                   ` (2 preceding siblings ...)
  2021-01-08 23:42 ` FollieHiyuki
@ 2021-01-14 21:41 ` kawaiiamber
  2021-01-15 18:43 ` ericonr
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 22+ messages in thread
From: kawaiiamber @ 2021-01-14 21:41 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27721#issuecomment-760493977

Comment:
Tested this template locally with `xbps-install` - works great!

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

* Re: New package: gomuks-0.2.2
  2021-01-06 20:47 [PR PATCH] " FollieHiyuki
  2021-01-08 23:03 ` kawaiiamber
  2021-01-08 23:39 ` FollieHiyuki
@ 2021-01-08 23:42 ` FollieHiyuki
  2021-01-14 21:41 ` kawaiiamber
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 22+ messages in thread
From: FollieHiyuki @ 2021-01-08 23:42 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/27721#issuecomment-757049758

Comment:
Well I tried rebasing. Seems like it works now.

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

* Re: New package: gomuks-0.2.2
  2021-01-06 20:47 [PR PATCH] " FollieHiyuki
  2021-01-08 23:03 ` kawaiiamber
@ 2021-01-08 23:39 ` FollieHiyuki
  2021-01-08 23:42 ` FollieHiyuki
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 22+ messages in thread
From: FollieHiyuki @ 2021-01-08 23:39 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/27721#issuecomment-757049758

Comment:
Well I tried rebasing

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

* Re: New package: gomuks-0.2.2
  2021-01-06 20:47 [PR PATCH] " FollieHiyuki
@ 2021-01-08 23:03 ` kawaiiamber
  2021-01-08 23:39 ` FollieHiyuki
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 22+ messages in thread
From: kawaiiamber @ 2021-01-08 23:03 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27721#issuecomment-757040487

Comment:
On `armv7l` arch:
```
ERROR: [trans] failed to download `go-1.15.5_1' package from `http://alpha.us.repo.voidlinux.org/current': Input/output error
Transaction failed! see above for errors.
=> ERROR: Please see above for the real error, exiting...
Error: Process completed with exit code 1.
```
I'm not sure why, but I've had a similar experience. Repushing seemed to fix it for me, letting it check again. Weird...

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

end of thread, other threads:[~2021-01-31 17:10 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-31 16:12 [PR PATCH] New package: gomuks-0.2.2 begss
2021-01-31 16:47 ` ericonr
2021-01-31 16:47 ` [PR PATCH] [Closed]: " ericonr
2021-01-31 17:01 ` begss
2021-01-31 17:10 ` ericonr
  -- strict thread matches above, loose matches on Subject: below --
2021-01-06 20:47 [PR PATCH] " FollieHiyuki
2021-01-08 23:03 ` kawaiiamber
2021-01-08 23:39 ` FollieHiyuki
2021-01-08 23:42 ` FollieHiyuki
2021-01-14 21:41 ` kawaiiamber
2021-01-15 18:43 ` ericonr
2021-01-15 18:43 ` ericonr
2021-01-15 18:43 ` ericonr
2021-01-15 19:24 ` FollieHiyuki
2021-01-15 19:40 ` FollieHiyuki
2021-01-15 21:54 ` ericonr
2021-01-15 22:15 ` ericonr
2021-01-16  5:53 ` FollieHiyuki
2021-01-16  8:05 ` travankor
2021-01-16  8:06 ` travankor
2021-01-16  8:07 ` kawaiiamber
2021-01-16 12:53 ` ericonr
2021-01-16 13:35 ` FollieHiyuki

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).