Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: gomuks-0.2.2
@ 2021-01-06 20:47 FollieHiyuki
  2021-01-08 23:03 ` kawaiiamber
                   ` (36 more replies)
  0 siblings, 37 replies; 38+ messages in thread
From: FollieHiyuki @ 2021-01-06 20:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FollieHiyuki/void-packages gomuks
https://github.com/void-linux/void-packages/pull/27721

New package: gomuks-0.2.2
Tested briefly for an hour or so on my machine (x86_64-musl).
Cross-signing seems to work fine.

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

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

From 7bea4855dbe4e0b4bce052e88f76df18ab57f5c4 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Wed, 6 Jan 2021 23:37:46 +0300
Subject: [PATCH] New package: gomuks-0.2.2

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

diff --git a/srcpkgs/gomuks/template b/srcpkgs/gomuks/template
new file mode 100644
index 00000000000..e856b2de84d
--- /dev/null
+++ b/srcpkgs/gomuks/template
@@ -0,0 +1,17 @@
+# Template file for 'gomuks'
+pkgname=gomuks
+version=0.2.2
+revision=1
+build_style=go
+go_import_path="maunium.net/go/gomuks"
+makedepends="olm-devel"
+short_desc="Terminal based Matrix client written in Go"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+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] 38+ messages in thread

* Re: New package: gomuks-0.2.2
  2021-01-06 20:47 [PR PATCH] New package: gomuks-0.2.2 FollieHiyuki
@ 2021-01-08 23:03 ` kawaiiamber
  2021-01-08 23:38 ` [PR PATCH] [Updated] " FollieHiyuki
                   ` (35 subsequent siblings)
  36 siblings, 0 replies; 38+ 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] 38+ messages in thread

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

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

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

https://github.com/FollieHiyuki/void-packages gomuks
https://github.com/void-linux/void-packages/pull/27721

New package: gomuks-0.2.2
Tested briefly for an hour or so on my machine (x86_64-musl).
Cross-signing seems to work fine.

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

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

From c1c2e3260299b5e2b143ad59a4ca178c566d9045 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Wed, 6 Jan 2021 23:37:46 +0300
Subject: [PATCH] New package: gomuks-0.2.2

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

diff --git a/srcpkgs/gomuks/template b/srcpkgs/gomuks/template
new file mode 100644
index 00000000000..e856b2de84d
--- /dev/null
+++ b/srcpkgs/gomuks/template
@@ -0,0 +1,17 @@
+# Template file for 'gomuks'
+pkgname=gomuks
+version=0.2.2
+revision=1
+build_style=go
+go_import_path="maunium.net/go/gomuks"
+makedepends="olm-devel"
+short_desc="Terminal based Matrix client written in Go"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+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] 38+ messages in thread

* Re: New package: gomuks-0.2.2
  2021-01-06 20:47 [PR PATCH] New package: gomuks-0.2.2 FollieHiyuki
  2021-01-08 23:03 ` kawaiiamber
  2021-01-08 23:38 ` [PR PATCH] [Updated] " FollieHiyuki
@ 2021-01-08 23:39 ` FollieHiyuki
  2021-01-08 23:42 ` FollieHiyuki
                   ` (33 subsequent siblings)
  36 siblings, 0 replies; 38+ 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] 38+ messages in thread

* Re: New package: gomuks-0.2.2
  2021-01-06 20:47 [PR PATCH] New package: gomuks-0.2.2 FollieHiyuki
                   ` (2 preceding siblings ...)
  2021-01-08 23:39 ` FollieHiyuki
@ 2021-01-08 23:42 ` FollieHiyuki
  2021-01-14 21:41 ` kawaiiamber
                   ` (32 subsequent siblings)
  36 siblings, 0 replies; 38+ 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] 38+ messages in thread

* Re: New package: gomuks-0.2.2
  2021-01-06 20:47 [PR PATCH] New package: gomuks-0.2.2 FollieHiyuki
                   ` (3 preceding siblings ...)
  2021-01-08 23:42 ` FollieHiyuki
@ 2021-01-14 21:41 ` kawaiiamber
  2021-01-14 23:30 ` [PR REVIEW] " ericonr
                   ` (31 subsequent siblings)
  36 siblings, 0 replies; 38+ 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] 38+ messages in thread

* Re: [PR REVIEW] New package: gomuks-0.2.2
  2021-01-06 20:47 [PR PATCH] New package: gomuks-0.2.2 FollieHiyuki
                   ` (4 preceding siblings ...)
  2021-01-14 21:41 ` kawaiiamber
@ 2021-01-14 23:30 ` ericonr
  2021-01-15  6:06 ` [PR PATCH] [Updated] " FollieHiyuki
                   ` (30 subsequent siblings)
  36 siblings, 0 replies; 38+ messages in thread
From: ericonr @ 2021-01-14 23:30 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

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

Comment:
Should be https://maunium.net/go/gomuks/

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

* Re: [PR PATCH] [Updated] New package: gomuks-0.2.2
  2021-01-06 20:47 [PR PATCH] New package: gomuks-0.2.2 FollieHiyuki
                   ` (5 preceding siblings ...)
  2021-01-14 23:30 ` [PR REVIEW] " ericonr
@ 2021-01-15  6:06 ` FollieHiyuki
  2021-01-15  6:07 ` [PR REVIEW] " FollieHiyuki
                   ` (29 subsequent siblings)
  36 siblings, 0 replies; 38+ messages in thread
From: FollieHiyuki @ 2021-01-15  6:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FollieHiyuki/void-packages gomuks
https://github.com/void-linux/void-packages/pull/27721

New package: gomuks-0.2.2
Tested briefly for an hour or so on my machine (x86_64-musl).
Cross-signing seems to work fine.

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

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

From f83649d11b9d3437e878ef742fe12aa463e5dbb9 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Wed, 6 Jan 2021 23:37:46 +0300
Subject: [PATCH] New package: gomuks-0.2.2

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

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

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

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

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

New review comment by FollieHiyuki on void-packages repository

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

Comment:
Changed.

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

* Re: New package: gomuks-0.2.2
  2021-01-06 20:47 [PR PATCH] New package: gomuks-0.2.2 FollieHiyuki
                   ` (7 preceding siblings ...)
  2021-01-15  6:07 ` [PR REVIEW] " FollieHiyuki
@ 2021-01-15 18:43 ` ericonr
  2021-01-15 18:43 ` ericonr
                   ` (27 subsequent siblings)
  36 siblings, 0 replies; 38+ 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] 38+ messages in thread

* Re: New package: gomuks-0.2.2
  2021-01-06 20:47 [PR PATCH] New package: gomuks-0.2.2 FollieHiyuki
                   ` (8 preceding siblings ...)
  2021-01-15 18:43 ` ericonr
@ 2021-01-15 18:43 ` ericonr
  2021-01-15 18:43 ` ericonr
                   ` (26 subsequent siblings)
  36 siblings, 0 replies; 38+ 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] 38+ messages in thread

* Re: New package: gomuks-0.2.2
  2021-01-06 20:47 [PR PATCH] New package: gomuks-0.2.2 FollieHiyuki
                   ` (9 preceding siblings ...)
  2021-01-15 18:43 ` ericonr
@ 2021-01-15 18:43 ` ericonr
  2021-01-15 19:24 ` FollieHiyuki
                   ` (25 subsequent siblings)
  36 siblings, 0 replies; 38+ 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] 38+ messages in thread

* Re: New package: gomuks-0.2.2
  2021-01-06 20:47 [PR PATCH] New package: gomuks-0.2.2 FollieHiyuki
                   ` (10 preceding siblings ...)
  2021-01-15 18:43 ` ericonr
@ 2021-01-15 19:24 ` FollieHiyuki
  2021-01-15 19:40 ` FollieHiyuki
                   ` (24 subsequent siblings)
  36 siblings, 0 replies; 38+ 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] 38+ messages in thread

* Re: New package: gomuks-0.2.2
  2021-01-06 20:47 [PR PATCH] New package: gomuks-0.2.2 FollieHiyuki
                   ` (11 preceding siblings ...)
  2021-01-15 19:24 ` FollieHiyuki
@ 2021-01-15 19:40 ` FollieHiyuki
  2021-01-15 21:54 ` ericonr
                   ` (23 subsequent siblings)
  36 siblings, 0 replies; 38+ 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] 38+ messages in thread

* Re: New package: gomuks-0.2.2
  2021-01-06 20:47 [PR PATCH] New package: gomuks-0.2.2 FollieHiyuki
                   ` (12 preceding siblings ...)
  2021-01-15 19:40 ` FollieHiyuki
@ 2021-01-15 21:54 ` ericonr
  2021-01-15 22:15 ` ericonr
                   ` (22 subsequent siblings)
  36 siblings, 0 replies; 38+ 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] 38+ messages in thread

* Re: New package: gomuks-0.2.2
  2021-01-06 20:47 [PR PATCH] New package: gomuks-0.2.2 FollieHiyuki
                   ` (13 preceding siblings ...)
  2021-01-15 21:54 ` ericonr
@ 2021-01-15 22:15 ` ericonr
  2021-01-16  5:53 ` FollieHiyuki
                   ` (21 subsequent siblings)
  36 siblings, 0 replies; 38+ 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] 38+ messages in thread

* Re: New package: gomuks-0.2.2
  2021-01-06 20:47 [PR PATCH] New package: gomuks-0.2.2 FollieHiyuki
                   ` (14 preceding siblings ...)
  2021-01-15 22:15 ` ericonr
@ 2021-01-16  5:53 ` FollieHiyuki
  2021-01-16  8:05 ` travankor
                   ` (20 subsequent siblings)
  36 siblings, 0 replies; 38+ 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] 38+ messages in thread

* Re: New package: gomuks-0.2.2
  2021-01-06 20:47 [PR PATCH] New package: gomuks-0.2.2 FollieHiyuki
                   ` (15 preceding siblings ...)
  2021-01-16  5:53 ` FollieHiyuki
@ 2021-01-16  8:05 ` travankor
  2021-01-16  8:06 ` travankor
                   ` (19 subsequent siblings)
  36 siblings, 0 replies; 38+ 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] 38+ messages in thread

* Re: New package: gomuks-0.2.2
  2021-01-06 20:47 [PR PATCH] New package: gomuks-0.2.2 FollieHiyuki
                   ` (16 preceding siblings ...)
  2021-01-16  8:05 ` travankor
@ 2021-01-16  8:06 ` travankor
  2021-01-16  8:07 ` kawaiiamber
                   ` (18 subsequent siblings)
  36 siblings, 0 replies; 38+ 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] 38+ messages in thread

* Re: New package: gomuks-0.2.2
  2021-01-06 20:47 [PR PATCH] New package: gomuks-0.2.2 FollieHiyuki
                   ` (17 preceding siblings ...)
  2021-01-16  8:06 ` travankor
@ 2021-01-16  8:07 ` kawaiiamber
  2021-01-16 12:53 ` ericonr
                   ` (17 subsequent siblings)
  36 siblings, 0 replies; 38+ 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] 38+ messages in thread

* Re: New package: gomuks-0.2.2
  2021-01-06 20:47 [PR PATCH] New package: gomuks-0.2.2 FollieHiyuki
                   ` (18 preceding siblings ...)
  2021-01-16  8:07 ` kawaiiamber
@ 2021-01-16 12:53 ` ericonr
  2021-01-16 13:35 ` FollieHiyuki
                   ` (16 subsequent siblings)
  36 siblings, 0 replies; 38+ 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] 38+ messages in thread

* Re: New package: gomuks-0.2.2
  2021-01-06 20:47 [PR PATCH] New package: gomuks-0.2.2 FollieHiyuki
                   ` (19 preceding siblings ...)
  2021-01-16 12:53 ` ericonr
@ 2021-01-16 13:35 ` FollieHiyuki
  2021-02-19 17:13 ` [PR PATCH] [Updated] [WIP] " FollieHiyuki
                   ` (15 subsequent siblings)
  36 siblings, 0 replies; 38+ 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] 38+ messages in thread

* Re: [PR PATCH] [Updated] [WIP] New package: gomuks-0.2.2
  2021-01-06 20:47 [PR PATCH] New package: gomuks-0.2.2 FollieHiyuki
                   ` (20 preceding siblings ...)
  2021-01-16 13:35 ` FollieHiyuki
@ 2021-02-19 17:13 ` FollieHiyuki
  2021-02-19 17:16 ` FollieHiyuki
                   ` (14 subsequent siblings)
  36 siblings, 0 replies; 38+ messages in thread
From: FollieHiyuki @ 2021-02-19 17:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FollieHiyuki/void-packages gomuks
https://github.com/void-linux/void-packages/pull/27721

[WIP] New package: gomuks-0.2.2
Tested briefly for an hour or so on my machine (x86_64-musl).
Cross-signing seems to work fine.

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

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

From 02a9c4e762ede21adad64fb47791417dcebcb8a2 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Wed, 6 Jan 2021 23:37:46 +0300
Subject: [PATCH] New package: gomuks-0.2.3

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

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

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

* Re: [WIP] New package: gomuks-0.2.2
  2021-01-06 20:47 [PR PATCH] New package: gomuks-0.2.2 FollieHiyuki
                   ` (21 preceding siblings ...)
  2021-02-19 17:13 ` [PR PATCH] [Updated] [WIP] " FollieHiyuki
@ 2021-02-19 17:16 ` FollieHiyuki
  2021-02-19 17:32 ` kawaiiamber
                   ` (13 subsequent siblings)
  36 siblings, 0 replies; 38+ messages in thread
From: FollieHiyuki @ 2021-02-19 17:16 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

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

Comment:
Can you all test if the "randomly crash" problem is still there.
It still doesn't work with `tmux` though

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

* Re: [WIP] New package: gomuks-0.2.2
  2021-01-06 20:47 [PR PATCH] New package: gomuks-0.2.2 FollieHiyuki
                   ` (22 preceding siblings ...)
  2021-02-19 17:16 ` FollieHiyuki
@ 2021-02-19 17:32 ` kawaiiamber
  2021-02-19 17:41 ` FollieHiyuki
                   ` (12 subsequent siblings)
  36 siblings, 0 replies; 38+ messages in thread
From: kawaiiamber @ 2021-02-19 17:32 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

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

Comment:
> Can you all test if the "randomly crash" problem is still there.
> It still doesn't work with `tmux` though

Tested again with the new version - still works flawlessly on my end.

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

* Re: [WIP] New package: gomuks-0.2.2
  2021-01-06 20:47 [PR PATCH] New package: gomuks-0.2.2 FollieHiyuki
                   ` (23 preceding siblings ...)
  2021-02-19 17:32 ` kawaiiamber
@ 2021-02-19 17:41 ` FollieHiyuki
  2021-02-19 17:44 ` kawaiiamber
                   ` (11 subsequent siblings)
  36 siblings, 0 replies; 38+ messages in thread
From: FollieHiyuki @ 2021-02-19 17:41 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

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

Comment:
@kawaiiamber you need to use it for a while to see if it crash out of nowhere when being used :)
I believe this problem is fixed with the switch to sqlite, but not so sure

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

* Re: [WIP] New package: gomuks-0.2.2
  2021-01-06 20:47 [PR PATCH] New package: gomuks-0.2.2 FollieHiyuki
                   ` (24 preceding siblings ...)
  2021-02-19 17:41 ` FollieHiyuki
@ 2021-02-19 17:44 ` kawaiiamber
  2021-02-19 17:55 ` kawaiiamber
                   ` (10 subsequent siblings)
  36 siblings, 0 replies; 38+ messages in thread
From: kawaiiamber @ 2021-02-19 17:44 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

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

Comment:
@FollieHiyuki Okay, I will keep testing ~

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

* Re: [WIP] New package: gomuks-0.2.2
  2021-01-06 20:47 [PR PATCH] New package: gomuks-0.2.2 FollieHiyuki
                   ` (25 preceding siblings ...)
  2021-02-19 17:44 ` kawaiiamber
@ 2021-02-19 17:55 ` kawaiiamber
  2021-04-09 10:20 ` jhe2
                   ` (9 subsequent siblings)
  36 siblings, 0 replies; 38+ messages in thread
From: kawaiiamber @ 2021-02-19 17:55 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

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

Comment:
@FollieHiyuki Okay, I will keep testing ~
Whoa - using the 0.2.3 version, it crashed the whole terminal when I click on certain rooms.

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

* Re: [WIP] New package: gomuks-0.2.2
  2021-01-06 20:47 [PR PATCH] New package: gomuks-0.2.2 FollieHiyuki
                   ` (26 preceding siblings ...)
  2021-02-19 17:55 ` kawaiiamber
@ 2021-04-09 10:20 ` jhe2
  2021-04-09 10:30 ` jhe2
                   ` (8 subsequent siblings)
  36 siblings, 0 replies; 38+ messages in thread
From: jhe2 @ 2021-04-09 10:20 UTC (permalink / raw)
  To: ml

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

New comment by jhe2 on void-packages repository

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

Comment:
The tmux issue is caused by gomuks deciding instead of using what's in the TERM environment variable ("screen") to change it to "tmux" internally when the TMUX environment variable is found. On Void the problem could be mitigated by including a tmux entry for the terminfo database, although I think the proper way of solving this would be to simply respect the TERM setting and not use something different instead. Of course having the tmux terminfo on Void when tmux is installed might still be desirable.
I've also commented on the bug mentioned above ( https://github.com/tulir/gomuks/issues/250 ) and sent a pull request to fix that issue.

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

* Re: [WIP] New package: gomuks-0.2.2
  2021-01-06 20:47 [PR PATCH] New package: gomuks-0.2.2 FollieHiyuki
                   ` (27 preceding siblings ...)
  2021-04-09 10:20 ` jhe2
@ 2021-04-09 10:30 ` jhe2
  2021-10-18 21:45 ` ElDifinitivo
                   ` (7 subsequent siblings)
  36 siblings, 0 replies; 38+ messages in thread
From: jhe2 @ 2021-04-09 10:30 UTC (permalink / raw)
  To: ml

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

New comment by jhe2 on void-packages repository

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

Comment:
The tmux issue is caused by gomuks deciding instead of using what's in the ``TERM`` environment variable ("screen") to change it to "tmux" internally when the ``TMUX`` environment variable is found. On Void the problem could be mitigated by including a tmux entry for the terminfo database, although I think the proper way of solving this would be to simply respect the ``TERM`` setting and not use something different instead. Of course having the tmux terminfo on Void might still be desirable.
I've also commented on the bug mentioned above ( https://github.com/tulir/gomuks/issues/250 ) and sent a pull request to fix that issue.

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

* Re: [WIP] New package: gomuks-0.2.2
  2021-01-06 20:47 [PR PATCH] New package: gomuks-0.2.2 FollieHiyuki
                   ` (28 preceding siblings ...)
  2021-04-09 10:30 ` jhe2
@ 2021-10-18 21:45 ` ElDifinitivo
  2021-10-24 16:13 ` ericonr
                   ` (6 subsequent siblings)
  36 siblings, 0 replies; 38+ messages in thread
From: ElDifinitivo @ 2021-10-18 21:45 UTC (permalink / raw)
  To: ml

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

New comment by ElDifinitivo on void-packages repository

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

Comment:
Came across this as `weechat-matrix` is having issues with python3.10 and was having the same issues. I use `tmux` regularly in my routine and figured out a workaround for this to work. It's not ideal, but marking `ncurses-term` as a dependency will install the terminfo required for `gomuks` to run.

Again it's not ideal, but the main dev for both the `gomuks`/`tcell` library featuring this bug doesn't seem too responsive and it's really only this software and `weechat-matrix` that provide any avenue to using matrix in a terminal environment.

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

* Re: [WIP] New package: gomuks-0.2.2
  2021-01-06 20:47 [PR PATCH] New package: gomuks-0.2.2 FollieHiyuki
                   ` (29 preceding siblings ...)
  2021-10-18 21:45 ` ElDifinitivo
@ 2021-10-24 16:13 ` ericonr
  2021-12-07 22:31 ` motorto
                   ` (5 subsequent siblings)
  36 siblings, 0 replies; 38+ messages in thread
From: ericonr @ 2021-10-24 16:13 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

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

Comment:
> It's not ideal, but marking ncurses-term as a dependency will install the terminfo required for gomuks to run.

Not super pretty, but a workable idea.

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

* Re: [WIP] New package: gomuks-0.2.2
  2021-01-06 20:47 [PR PATCH] New package: gomuks-0.2.2 FollieHiyuki
                   ` (30 preceding siblings ...)
  2021-10-24 16:13 ` ericonr
@ 2021-12-07 22:31 ` motorto
  2021-12-08  1:41 ` ericonr
                   ` (4 subsequent siblings)
  36 siblings, 0 replies; 38+ messages in thread
From: motorto @ 2021-12-07 22:31 UTC (permalink / raw)
  To: ml

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

New comment by motorto on void-packages repository

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

Comment:
Don't like being that guy but currently, is there something missing to accept this pull ? 

I am using this template (updated for 0.2.4, perfectly for one week). @kawaiiamber does the 0.2.4 still have that issue ? 

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

* Re: [WIP] New package: gomuks-0.2.2
  2021-01-06 20:47 [PR PATCH] New package: gomuks-0.2.2 FollieHiyuki
                   ` (31 preceding siblings ...)
  2021-12-07 22:31 ` motorto
@ 2021-12-08  1:41 ` ericonr
  2021-12-08  1:41 ` ericonr
                   ` (3 subsequent siblings)
  36 siblings, 0 replies; 38+ messages in thread
From: ericonr @ 2021-12-08  1:41 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

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

Comment:
https://github.com/tulir/gomuks/issues/250 still happening, according to this :/

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

* Re: [WIP] New package: gomuks-0.2.2
  2021-01-06 20:47 [PR PATCH] New package: gomuks-0.2.2 FollieHiyuki
                   ` (32 preceding siblings ...)
  2021-12-08  1:41 ` ericonr
@ 2021-12-08  1:41 ` ericonr
  2021-12-08  9:27 ` motorto
                   ` (2 subsequent siblings)
  36 siblings, 0 replies; 38+ messages in thread
From: ericonr @ 2021-12-08  1:41 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

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

Comment:
https://github.com/tulir/gomuks/issues/250 still happening, since it's still open :/

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

* Re: [WIP] New package: gomuks-0.2.2
  2021-01-06 20:47 [PR PATCH] New package: gomuks-0.2.2 FollieHiyuki
                   ` (33 preceding siblings ...)
  2021-12-08  1:41 ` ericonr
@ 2021-12-08  9:27 ` motorto
  2022-05-02  2:15 ` github-actions
  2022-05-17  2:13 ` [PR PATCH] [Closed]: " github-actions
  36 siblings, 0 replies; 38+ messages in thread
From: motorto @ 2021-12-08  9:27 UTC (permalink / raw)
  To: ml

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

New comment by motorto on void-packages repository

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

Comment:
Technically couldn't we put the patch before building the package @ericonr  ? 

I am going to bring this issue on their matrix room, and see if they accept the pull upstream.

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

* Re: [WIP] New package: gomuks-0.2.2
  2021-01-06 20:47 [PR PATCH] New package: gomuks-0.2.2 FollieHiyuki
                   ` (34 preceding siblings ...)
  2021-12-08  9:27 ` motorto
@ 2022-05-02  2:15 ` github-actions
  2022-05-17  2:13 ` [PR PATCH] [Closed]: " github-actions
  36 siblings, 0 replies; 38+ messages in thread
From: github-actions @ 2022-05-02  2:15 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

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

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: [WIP] New package: gomuks-0.2.2
  2021-01-06 20:47 [PR PATCH] New package: gomuks-0.2.2 FollieHiyuki
                   ` (35 preceding siblings ...)
  2022-05-02  2:15 ` github-actions
@ 2022-05-17  2:13 ` github-actions
  36 siblings, 0 replies; 38+ messages in thread
From: github-actions @ 2022-05-17  2:13 UTC (permalink / raw)
  To: ml

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

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

[WIP] New package: gomuks-0.2.2
https://github.com/void-linux/void-packages/pull/27721

Description:
Tested briefly for an hour or so on my machine (x86_64-musl).
Cross-signing seems to work fine.

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

end of thread, other threads:[~2022-05-17  2:13 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-06 20:47 [PR PATCH] New package: gomuks-0.2.2 FollieHiyuki
2021-01-08 23:03 ` kawaiiamber
2021-01-08 23:38 ` [PR PATCH] [Updated] " FollieHiyuki
2021-01-08 23:39 ` FollieHiyuki
2021-01-08 23:42 ` FollieHiyuki
2021-01-14 21:41 ` kawaiiamber
2021-01-14 23:30 ` [PR REVIEW] " ericonr
2021-01-15  6:06 ` [PR PATCH] [Updated] " FollieHiyuki
2021-01-15  6:07 ` [PR REVIEW] " FollieHiyuki
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
2021-02-19 17:13 ` [PR PATCH] [Updated] [WIP] " FollieHiyuki
2021-02-19 17:16 ` FollieHiyuki
2021-02-19 17:32 ` kawaiiamber
2021-02-19 17:41 ` FollieHiyuki
2021-02-19 17:44 ` kawaiiamber
2021-02-19 17:55 ` kawaiiamber
2021-04-09 10:20 ` jhe2
2021-04-09 10:30 ` jhe2
2021-10-18 21:45 ` ElDifinitivo
2021-10-24 16:13 ` ericonr
2021-12-07 22:31 ` motorto
2021-12-08  1:41 ` ericonr
2021-12-08  1:41 ` ericonr
2021-12-08  9:27 ` motorto
2022-05-02  2:15 ` github-actions
2022-05-17  2:13 ` [PR PATCH] [Closed]: " github-actions

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