Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: electron19: update to 19.1.3.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40281@inbox.vuxu.org>
@ 2022-11-01 21:56 ` classabbyamp
  2022-11-01 22:04 ` Johnnynator
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 12+ messages in thread
From: classabbyamp @ 2022-11-01 21:56 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40281#issuecomment-1299274480

Comment:
is it possible to move this to py3?

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

* Re: electron19: update to 19.1.3.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40281@inbox.vuxu.org>
  2022-11-01 21:56 ` electron19: update to 19.1.3 classabbyamp
@ 2022-11-01 22:04 ` Johnnynator
  2022-11-01 22:24 ` Johnnynator
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 12+ messages in thread
From: Johnnynator @ 2022-11-01 22:04 UTC (permalink / raw)
  To: ml

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

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/40281#issuecomment-1299286410

Comment:
Should be some easy fixes hopefully, but `s/python2/python3/` is not enough.

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

* Re: electron19: update to 19.1.3.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40281@inbox.vuxu.org>
  2022-11-01 21:56 ` electron19: update to 19.1.3 classabbyamp
  2022-11-01 22:04 ` Johnnynator
@ 2022-11-01 22:24 ` Johnnynator
  2022-11-01 22:26 ` Johnnynator
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 12+ messages in thread
From: Johnnynator @ 2022-11-01 22:24 UTC (permalink / raw)
  To: ml

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

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/40281#issuecomment-1299305838

Comment:
The fix was a bit more trivial than expected. Just one `iteritems` -> `items` in a script that probably nobody except us even uses.

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

* Re: electron19: update to 19.1.3.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40281@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  2022-11-01 22:24 ` Johnnynator
@ 2022-11-01 22:26 ` Johnnynator
  2022-11-01 22:28 ` Johnnynator
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 12+ messages in thread
From: Johnnynator @ 2022-11-01 22:26 UTC (permalink / raw)
  To: ml

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

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/40281#issuecomment-1299305838

Comment:
The fix was a bit more trivial than expected. Just one `iteritems` -> `items` in a script that probably nobody except us even uses.

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

* Re: electron19: update to 19.1.3.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40281@inbox.vuxu.org>
                   ` (3 preceding siblings ...)
  2022-11-01 22:26 ` Johnnynator
@ 2022-11-01 22:28 ` Johnnynator
  2022-11-01 22:42 ` paper42
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 12+ messages in thread
From: Johnnynator @ 2022-11-01 22:28 UTC (permalink / raw)
  To: ml

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

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/40281#issuecomment-1299308694

Comment:
Wondering if I should probably start maintainging the patches outside of void-packages, or just fetch a pre patched tarball, `electron19` dir is currently 35MB

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

* Re: electron19: update to 19.1.3.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40281@inbox.vuxu.org>
                   ` (4 preceding siblings ...)
  2022-11-01 22:28 ` Johnnynator
@ 2022-11-01 22:42 ` paper42
  2022-11-02  1:32 ` Johnnynator
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 12+ messages in thread
From: paper42 @ 2022-11-01 22:42 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/40281#issuecomment-1299318997

Comment:
electron19 in the current version doesn't build with gcc 12: https://github.com/void-linux/void-packages/issues/39809, [log](https://vasilek.cz/logs/gcc12-musl/bad/electron19.txt), I will be able to check this version tomorrow, could we wait for that before merging this update?

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

* Re: electron19: update to 19.1.3.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40281@inbox.vuxu.org>
                   ` (5 preceding siblings ...)
  2022-11-01 22:42 ` paper42
@ 2022-11-02  1:32 ` Johnnynator
  2022-11-18 11:47 ` paper42
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 12+ messages in thread
From: Johnnynator @ 2022-11-02  1:32 UTC (permalink / raw)
  To: ml

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

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/40281#issuecomment-1299431562

Comment:
https://github.com/archlinux/svntogit-community/blob/packages/electron19/trunk/iwyu-add-utility-for-std-exchange.patch

Just a missing header, can add the patch tomorrow.

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

* Re: electron19: update to 19.1.3.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40281@inbox.vuxu.org>
                   ` (6 preceding siblings ...)
  2022-11-02  1:32 ` Johnnynator
@ 2022-11-18 11:47 ` paper42
  2022-11-18 11:56 ` paper42
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 12+ messages in thread
From: paper42 @ 2022-11-18 11:47 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/40281#issuecomment-1319894671

Comment:
the current version and this update now fail to build with Python 3.11:
```
=> electron19-19.1.3_1: running do_configure ...
Please use python3.10 or python3.9 or python3.8 or python3.7 or python3.6.
Node.js configure: Found Python 3.11.0...
=> ERROR: electron19-19.1.3_1: do_configure: './configure --prefix=/usr --shared-zlib --shared-libuv --shared-openssl --shared-cares --openssl-use-def-ca-store --without-npm --without-dtrace --without-bundled-v8 ${conf_args}' exited with 1
=> ERROR:   in do_configure() at srcpkgs/electron19/template:281
```

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

* Re: electron19: update to 19.1.3.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40281@inbox.vuxu.org>
                   ` (7 preceding siblings ...)
  2022-11-18 11:47 ` paper42
@ 2022-11-18 11:56 ` paper42
  2023-01-04 14:04 ` paper42
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 12+ messages in thread
From: paper42 @ 2022-11-18 11:56 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/40281#issuecomment-1319902470

Comment:
It's from nodejs and not fixed in any 16 release, this commit fixes it https://github.com/nodejs/node/commit/cf748ad2b7f760e2df1bc8a811f887161b892534

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

* Re: electron19: update to 19.1.3.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40281@inbox.vuxu.org>
                   ` (8 preceding siblings ...)
  2022-11-18 11:56 ` paper42
@ 2023-01-04 14:04 ` paper42
  2023-04-05  1:45 ` github-actions
  2023-04-05 12:09 ` [PR PATCH] [Closed]: " Johnnynator
  11 siblings, 0 replies; 12+ messages in thread
From: paper42 @ 2023-01-04 14:04 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/40281#issuecomment-1370968287

Comment:
python 3.11 and gcc 12 failures are now fixed, but they are just vseds in the template, so if they are still required with this update, they should probably be converted to proper patches

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

* Re: electron19: update to 19.1.3.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40281@inbox.vuxu.org>
                   ` (9 preceding siblings ...)
  2023-01-04 14:04 ` paper42
@ 2023-04-05  1:45 ` github-actions
  2023-04-05 12:09 ` [PR PATCH] [Closed]: " Johnnynator
  11 siblings, 0 replies; 12+ messages in thread
From: github-actions @ 2023-04-05  1:45 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/40281#issuecomment-1496809718

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

* Re: [PR PATCH] [Closed]: electron19: update to 19.1.3.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40281@inbox.vuxu.org>
                   ` (10 preceding siblings ...)
  2023-04-05  1:45 ` github-actions
@ 2023-04-05 12:09 ` Johnnynator
  11 siblings, 0 replies; 12+ messages in thread
From: Johnnynator @ 2023-04-05 12:09 UTC (permalink / raw)
  To: ml

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

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

electron19: update to 19.1.3.
https://github.com/void-linux/void-packages/pull/40281

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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] 12+ messages in thread

end of thread, other threads:[~2023-04-05 12:09 UTC | newest]

Thread overview: 12+ 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-40281@inbox.vuxu.org>
2022-11-01 21:56 ` electron19: update to 19.1.3 classabbyamp
2022-11-01 22:04 ` Johnnynator
2022-11-01 22:24 ` Johnnynator
2022-11-01 22:26 ` Johnnynator
2022-11-01 22:28 ` Johnnynator
2022-11-01 22:42 ` paper42
2022-11-02  1:32 ` Johnnynator
2022-11-18 11:47 ` paper42
2022-11-18 11:56 ` paper42
2023-01-04 14:04 ` paper42
2023-04-05  1:45 ` github-actions
2023-04-05 12:09 ` [PR PATCH] [Closed]: " Johnnynator

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