Github messages for voidlinux
 help / color / mirror / Atom feed
* Re:  xbps-triggers: binfmt: use --import
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-10395@inbox.vuxu.org>
@ 2020-03-06  9:54 ` Piraty
  2020-03-08  0:09 ` CameronNemo
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 11+ messages in thread
From: Piraty @ 2020-03-06  9:54 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/10395#issuecomment-595691458

Comment:
ping

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

* Re:  xbps-triggers: binfmt: use --import
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-10395@inbox.vuxu.org>
                   ` (9 preceding siblings ...)
  2022-04-15  0:51 ` github-actions
@ 2022-09-30  3:12 ` CameronNemo
  10 siblings, 0 replies; 11+ messages in thread
From: CameronNemo @ 2022-09-30  3:12 UTC (permalink / raw)
  To: ml

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

New comment by CameronNemo on void-packages repository

https://github.com/void-linux/void-packages/pull/10395#issuecomment-1263052726

Comment:
@classabbyamp if you want to look into using the binfmt import files, I think this PR is a good start

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

* Re:  xbps-triggers: binfmt: use --import
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-10395@inbox.vuxu.org>
                   ` (8 preceding siblings ...)
  2021-02-11 21:39 ` ericonr
@ 2022-04-15  0:51 ` github-actions
  2022-09-30  3:12 ` CameronNemo
  10 siblings, 0 replies; 11+ messages in thread
From: github-actions @ 2022-04-15  0:51 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/10395#issuecomment-1099749265

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] 11+ messages in thread

* Re:  xbps-triggers: binfmt: use --import
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-10395@inbox.vuxu.org>
                   ` (7 preceding siblings ...)
  2020-11-02  4:08 ` ericonr
@ 2021-02-11 21:39 ` ericonr
  2022-04-15  0:51 ` github-actions
  2022-09-30  3:12 ` CameronNemo
  10 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2021-02-11 21:39 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/10395#issuecomment-777809702

Comment:
I've imported the patch and will try to import the wine changes as well, we just need to decide on the supported platforms.

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

* Re:  xbps-triggers: binfmt: use --import
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-10395@inbox.vuxu.org>
                   ` (6 preceding siblings ...)
  2020-11-01 19:11 ` CameronNemo
@ 2020-11-02  4:08 ` ericonr
  2021-02-11 21:39 ` ericonr
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2020-11-02  4:08 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/10395#issuecomment-720225057

Comment:
Would you mind adding this patch? It fixes https://github.com/void-linux/void-packages/issues/23557

```
diff --git linux-user/syscall.c linux-user/syscall.c
index 945fc25..8d8b68a 100644
--- linux-user/syscall.c
+++ linux-user/syscall.c
@@ -3071,7 +3071,7 @@ static abi_long do_sendrecvmsg_locked(int fd, struct target_msghdr *msgp,
                                       int flags, int send)
 {
     abi_long ret, len;
-    struct msghdr msg;
+    struct msghdr msg = {0};
     abi_ulong count;
     struct iovec *vec;
     abi_ulong target_vec;
```

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

* Re:  xbps-triggers: binfmt: use --import
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-10395@inbox.vuxu.org>
                   ` (5 preceding siblings ...)
  2020-11-01  1:40 ` ericonr
@ 2020-11-01 19:11 ` CameronNemo
  2020-11-02  4:08 ` ericonr
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 11+ messages in thread
From: CameronNemo @ 2020-11-01 19:11 UTC (permalink / raw)
  To: ml

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

New comment by CameronNemo on void-packages repository

https://github.com/void-linux/void-packages/pull/10395#issuecomment-720136944

Comment:
rebased

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

* Re:  xbps-triggers: binfmt: use --import
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-10395@inbox.vuxu.org>
                   ` (4 preceding siblings ...)
  2020-09-21  1:07 ` CameronNemo
@ 2020-11-01  1:40 ` ericonr
  2020-11-01 19:11 ` CameronNemo
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2020-11-01  1:40 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/10395#issuecomment-720013457

Comment:
Ping for rebase :) 

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

* Re:  xbps-triggers: binfmt: use --import
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-10395@inbox.vuxu.org>
                   ` (3 preceding siblings ...)
  2020-09-21  1:06 ` CameronNemo
@ 2020-09-21  1:07 ` CameronNemo
  2020-11-01  1:40 ` ericonr
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 11+ messages in thread
From: CameronNemo @ 2020-09-21  1:07 UTC (permalink / raw)
  To: ml

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

New comment by CameronNemo on void-packages repository

https://github.com/void-linux/void-packages/pull/10395#issuecomment-695862655

Comment:
the travis log length is maxing out, should have seen that coming, I guess

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

* Re:  xbps-triggers: binfmt: use --import
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-10395@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  2020-07-10  0:17 ` fosslinux
@ 2020-09-21  1:06 ` CameronNemo
  2020-09-21  1:07 ` CameronNemo
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 11+ messages in thread
From: CameronNemo @ 2020-09-21  1:06 UTC (permalink / raw)
  To: ml

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

New comment by CameronNemo on void-packages repository

https://github.com/void-linux/void-packages/pull/10395#issuecomment-695862655

Comment:
the log length is maxing out, sorry y'all

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

* Re:  xbps-triggers: binfmt: use --import
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-10395@inbox.vuxu.org>
  2020-03-06  9:54 ` xbps-triggers: binfmt: use --import Piraty
  2020-03-08  0:09 ` CameronNemo
@ 2020-07-10  0:17 ` fosslinux
  2020-09-21  1:06 ` CameronNemo
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 11+ messages in thread
From: fosslinux @ 2020-07-10  0:17 UTC (permalink / raw)
  To: ml

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

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/10395#issuecomment-656412644

Comment:
ping

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

* Re:  xbps-triggers: binfmt: use --import
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-10395@inbox.vuxu.org>
  2020-03-06  9:54 ` xbps-triggers: binfmt: use --import Piraty
@ 2020-03-08  0:09 ` CameronNemo
  2020-07-10  0:17 ` fosslinux
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 11+ messages in thread
From: CameronNemo @ 2020-03-08  0:09 UTC (permalink / raw)
  To: ml

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

New comment by CameronNemo on void-packages repository

https://github.com/void-linux/void-packages/pull/10395#issuecomment-596150734

Comment:
Updated.

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

end of thread, other threads:[~2022-09-30  3:12 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-10395@inbox.vuxu.org>
2020-03-06  9:54 ` xbps-triggers: binfmt: use --import Piraty
2020-03-08  0:09 ` CameronNemo
2020-07-10  0:17 ` fosslinux
2020-09-21  1:06 ` CameronNemo
2020-09-21  1:07 ` CameronNemo
2020-11-01  1:40 ` ericonr
2020-11-01 19:11 ` CameronNemo
2020-11-02  4:08 ` ericonr
2021-02-11 21:39 ` ericonr
2022-04-15  0:51 ` github-actions
2022-09-30  3:12 ` CameronNemo

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