Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [WIP] New package: deno-1.32.3
@ 2023-04-10  4:43 astralchan
  2023-04-10  5:30 ` icp1994
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: astralchan @ 2023-04-10  4:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/astralchan/void-packages deno
https://github.com/void-linux/void-packages/pull/43368

[WIP] New package: deno-1.32.3
[ci skip]

Closes [21937](https://github.com/void-linux/void-packages/issues/21937)

Supersedes:
- [22043](https://github.com/void-linux/void-packages/pull/22043)
- [25436](https://github.com/void-linux/void-packages/pull/25436)

#### Testing the changes
- I tested the changes in this PR: **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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):

Current error log:

```
   Compiling futures v0.3.27
error: failed to run custom build command for `v8 v0.68.0`

Caused by:
  process didn't exit successfully: `/builddir/deno-1.32.3/target/release/build/v8-b2ba9187d5e6450d/build-script-build` (exit status: 101)
  --- stdout
  cargo:rerun-if-changed=.gn
  cargo:rerun-if-changed=BUILD.gn
  cargo:rerun-if-changed=src/binding.cc
  cargo:rerun-if-env-changed=CCACHE
  cargo:rerun-if-env-changed=CLANG_BASE_PATH
  cargo:rerun-if-env-changed=DENO_TRYBUILD
  cargo:rerun-if-env-changed=DOCS_RS
  cargo:rerun-if-env-changed=GN
  cargo:rerun-if-env-changed=GN_ARGS
  cargo:rerun-if-env-changed=HOST
  cargo:rerun-if-env-changed=NINJA
  cargo:rerun-if-env-changed=OUT_DIR
  cargo:rerun-if-env-changed=RUSTY_V8_ARCHIVE
  cargo:rerun-if-env-changed=RUSTY_V8_MIRROR
  cargo:rerun-if-env-changed=SCCACHE
  cargo:rerun-if-env-changed=V8_FORCE_DEBUG
  cargo:rerun-if-env-changed=V8_FROM_SOURCE
  cargo:rerun-if-env-changed=PYTHON
  cargo:rustc-link-lib=static=rusty_v8
  download lockfile: "/builddir/deno-1.32.3/target/release/build/lib_download.fslock"
  static lib URL: https://github.com/denoland/rusty_v8/releases/download/v0.68.0/librusty_v8_release_x86_64-unknown-linux-gnu.a
  cargo:rustc-link-search=/builddir/deno-1.32.3/target/release/gn_out/obj
  Downloading https://github.com/denoland/rusty_v8/releases/download/v0.68.0/librusty_v8_release_x86_64-unknown-linux-gnu.a
  Python downloader failed, trying with curl.

  --- stderr
  thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', /host/cargo/registry/src/index.crates.io-6f17d22bba15001f/v8-0.68.0/build.rs:409:10
  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish...
=> ERROR: deno-1.32.3_1: do_build: '${make_cmd} build --release --target ${RUST_TARGET} ${configure_args}' exited with 101
=> ERROR:   in do_build() at common/build-style/cargo.sh:8
```

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

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

From b74b79b71d1404879d372f70639791e6a0623787 Mon Sep 17 00:00:00 2001
From: astral <astral@astralchan.xyz>
Date: Sun, 9 Apr 2023 22:38:04 -0600
Subject: [PATCH] New package: deno-1.32.3

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

diff --git a/srcpkgs/deno/template b/srcpkgs/deno/template
new file mode 100644
index 000000000000..f3c8ce0bbf49
--- /dev/null
+++ b/srcpkgs/deno/template
@@ -0,0 +1,18 @@
+# Template file for 'deno'
+pkgname=deno
+version=1.32.3
+revision=1
+build_style=cargo
+hostmakedepends=""
+makedepends=""
+depends=""
+short_desc="Modern runtime for JavaScript and TypeScript"
+maintainer="astral <astral@astralchan.xyz>"
+license="MIT"
+homepage="https://deno.land"
+distfiles="https://github.com/denoland/deno/archive/refs/tags/v${version}.tar.gz"
+checksum=c314a406f049d08f14dfc2a5dd7310d66a5e982c59b63a439fbc9763a37f2443
+
+post_install() {
+	vlicense LICENSE.md
+}

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

* Re: [WIP] New package: deno-1.32.3
  2023-04-10  4:43 [PR PATCH] [WIP] New package: deno-1.32.3 astralchan
@ 2023-04-10  5:30 ` icp1994
  2023-04-10  5:44 ` icp1994
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: icp1994 @ 2023-04-10  5:30 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/43368#issuecomment-1501414473

Comment:
For a starter, the `distfile` should be `https://github.com/denoland/deno/releases/download/v${version}/deno_src.tar.gz` which should have the submodule sources

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

* Re: [WIP] New package: deno-1.32.3
  2023-04-10  4:43 [PR PATCH] [WIP] New package: deno-1.32.3 astralchan
  2023-04-10  5:30 ` icp1994
@ 2023-04-10  5:44 ` icp1994
  2023-04-10  7:34 ` [PR PATCH] [Updated] " astralchan
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: icp1994 @ 2023-04-10  5:44 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/43368#issuecomment-1501421422

Comment:
Looking at [official docs](https://deno.land/manual@v1.32.3/references/contributing/building_from_source#building-deno) seems like you need `python3` in host, `libglib-devel` in makedepends with `make_cmd="env V8_FROM_SOURCE=1 cargo auditable"`

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

* Re: [PR PATCH] [Updated] [WIP] New package: deno-1.32.3
  2023-04-10  4:43 [PR PATCH] [WIP] New package: deno-1.32.3 astralchan
  2023-04-10  5:30 ` icp1994
  2023-04-10  5:44 ` icp1994
@ 2023-04-10  7:34 ` astralchan
  2023-04-10  7:34 ` astralchan
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: astralchan @ 2023-04-10  7:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/astralchan/void-packages deno
https://github.com/void-linux/void-packages/pull/43368

[WIP] New package: deno-1.32.3
[ci skip]

Closes [21937](https://github.com/void-linux/void-packages/issues/21937)

Supersedes:
- [22043](https://github.com/void-linux/void-packages/pull/22043)
- [25436](https://github.com/void-linux/void-packages/pull/25436)

#### Testing the changes
- I tested the changes in this PR: **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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):

Current error log:

```
   Compiling futures v0.3.27
error: failed to run custom build command for `v8 v0.68.0`

Caused by:
  process didn't exit successfully: `/builddir/deno-1.32.3/target/release/build/v8-b2ba9187d5e6450d/build-script-build` (exit status: 101)
  --- stdout
  cargo:rerun-if-changed=.gn
  cargo:rerun-if-changed=BUILD.gn
  cargo:rerun-if-changed=src/binding.cc
  cargo:rerun-if-env-changed=CCACHE
  cargo:rerun-if-env-changed=CLANG_BASE_PATH
  cargo:rerun-if-env-changed=DENO_TRYBUILD
  cargo:rerun-if-env-changed=DOCS_RS
  cargo:rerun-if-env-changed=GN
  cargo:rerun-if-env-changed=GN_ARGS
  cargo:rerun-if-env-changed=HOST
  cargo:rerun-if-env-changed=NINJA
  cargo:rerun-if-env-changed=OUT_DIR
  cargo:rerun-if-env-changed=RUSTY_V8_ARCHIVE
  cargo:rerun-if-env-changed=RUSTY_V8_MIRROR
  cargo:rerun-if-env-changed=SCCACHE
  cargo:rerun-if-env-changed=V8_FORCE_DEBUG
  cargo:rerun-if-env-changed=V8_FROM_SOURCE
  cargo:rerun-if-env-changed=PYTHON
  cargo:rustc-link-lib=static=rusty_v8
  download lockfile: "/builddir/deno-1.32.3/target/release/build/lib_download.fslock"
  static lib URL: https://github.com/denoland/rusty_v8/releases/download/v0.68.0/librusty_v8_release_x86_64-unknown-linux-gnu.a
  cargo:rustc-link-search=/builddir/deno-1.32.3/target/release/gn_out/obj
  Downloading https://github.com/denoland/rusty_v8/releases/download/v0.68.0/librusty_v8_release_x86_64-unknown-linux-gnu.a
  Python downloader failed, trying with curl.

  --- stderr
  thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', /host/cargo/registry/src/index.crates.io-6f17d22bba15001f/v8-0.68.0/build.rs:409:10
  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish...
=> ERROR: deno-1.32.3_1: do_build: '${make_cmd} build --release --target ${RUST_TARGET} ${configure_args}' exited with 101
=> ERROR:   in do_build() at common/build-style/cargo.sh:8
```

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

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

From 56b6b9106dc9234a0f4b6d3d18258ea7bce881fb Mon Sep 17 00:00:00 2001
From: astral <astral@astralchan.xyz>
Date: Sun, 9 Apr 2023 22:38:04 -0600
Subject: [PATCH] New package: deno-1.32.3

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

diff --git a/srcpkgs/deno/template b/srcpkgs/deno/template
new file mode 100644
index 000000000000..66ffed33a3d6
--- /dev/null
+++ b/srcpkgs/deno/template
@@ -0,0 +1,18 @@
+# Template file for 'deno'
+pkgname=deno
+version=1.32.3
+revision=1
+build_style=cargo
+make_cmd="env V8_FROM_SOURCE=1 cargo auditable"
+hostmakedepends="python3 pkg-config"
+makedepends="libglib-devel"
+short_desc="Modern runtime for JavaScript and TypeScript"
+maintainer="astral <astral@astralchan.xyz>"
+license="MIT"
+homepage="https://deno.land"
+distfiles="https://github.com/denoland/deno/releases/download/v${version}/deno_src.tar.gz"
+checksum=c0ccbf75108a3f1853bdac9956829fb4aa1eb090c3896f631a09c1c1d53b108c
+
+post_install() {
+	vlicense LICENSE.md
+}

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

* Re: [WIP] New package: deno-1.32.3
  2023-04-10  4:43 [PR PATCH] [WIP] New package: deno-1.32.3 astralchan
                   ` (2 preceding siblings ...)
  2023-04-10  7:34 ` [PR PATCH] [Updated] " astralchan
@ 2023-04-10  7:34 ` astralchan
  2023-04-10 11:17 ` astralchan
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: astralchan @ 2023-04-10  7:34 UTC (permalink / raw)
  To: ml

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

New comment by astralchan on void-packages repository

https://github.com/void-linux/void-packages/pull/43368#issuecomment-1501503377

Comment:
Updated `hostmakedepends`, `makedepends`, and `make_cmd`.

Current error log:

```
  --- stderr
  thread 'main' panicked at 'Path doesn't exist: "/builddir/deno-1.32.3/target/x86_64-unknown-linux-gnu/release/gn_out/../../../../../../host/cargo/registry/src/index.crates.io-6f17d22bba15001f/v8-0.68.0/v8/tools/builtins-pgo/x64.profile"', /host/cargo/registry/src/index.crates.io-6f17d22bba15001f/v8-0.68.0/build.rs:726:5
  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
=> ERROR: deno-1.32.3_1: do_build: '${make_cmd} build --release --target ${RUST_TARGET} ${configure_args}' exited with 101
=> ERROR:   in do_build() at common/build-style/cargo.sh:8
```

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

* Re: [WIP] New package: deno-1.32.3
  2023-04-10  4:43 [PR PATCH] [WIP] New package: deno-1.32.3 astralchan
                   ` (3 preceding siblings ...)
  2023-04-10  7:34 ` astralchan
@ 2023-04-10 11:17 ` astralchan
  2023-04-10 13:03 ` astralchan
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: astralchan @ 2023-04-10 11:17 UTC (permalink / raw)
  To: ml

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

New comment by astralchan on void-packages repository

https://github.com/void-linux/void-packages/pull/43368#issuecomment-1501503377

Comment:
Updated `hostmakedepends`, `makedepends`, and `make_cmd`.

Current error log with `RUST_BACKTRACE=full`:

```
  --- stderr
  thread 'main' panicked at 'Path doesn't exist: "/builddir/deno-1.32.3/target/release/gn_out/../../../../../host/cargo/registry/src/index.crates.io-6f17d22bba15001f/v8-0.68.0/v8/tools/builtins-pgo/x64.profile"', /host/cargo/registry/src/index.crates.io-6f17d22bba15001f/v8-0.68.0/build.rs:726:5
  stack backtrace:
     0:     0x5611437a4f6a - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h3b7955a6cb22560e
     1:     0x5611437c39be - core::fmt::write::h6976b7f8bab5a421
     2:     0x5611437a2335 - std::io::Write::write_fmt::h882b023308ce1fdd
     3:     0x5611437a4d35 - std::sys_common::backtrace::print::h80e4a65f14a9383c
     4:     0x5611437a655f - std::panicking::default_hook::{{closure}}::h2d993dbc3983995b
     5:     0x5611437a629b - std::panicking::default_hook::h39338392acdab763
     6:     0x5611437a6c69 - std::panicking::rust_panic_with_hook::hb429d7219d81cd5e
     7:     0x5611437a6a09 - std::panicking::begin_panic_handler::{{closure}}::h26af9d546fe29a21
     8:     0x5611437a541c - std::sys_common::backtrace::__rust_end_short_backtrace::h6c18464fe5c417bb
     9:     0x5611437a6712 - rust_begin_unwind
    10:     0x561143773263 - core::panicking::panic_fmt::h1b7a066c731e07e0
    11:     0x56114377a866 - build_script_build::build_v8::hc34758c7651f4689
    12:     0x5611437759e6 - build_script_build::main::h4a226bfde6a4adc5
    13:     0x5611437805f3 - std::sys_common::backtrace::__rust_begin_short_backtrace::hc997296a5215e6f3
    14:     0x56114377d559 - std::rt::lang_start::{{closure}}::hede3b42535869049
    15:     0x56114379dfdc - std::rt::lang_start_internal::h2265790d3aa3f432
    16:     0x56114377d125 - main
    17:     0x7f0d420a020c - __libc_start_call_main
                                 at ./csu/../sysdeps/nptl/libc_start_call_main.h:58:16
    18:     0x7f0d420a02bc - __libc_start_main_impl
                                 at ./csu/../csu/libc-start.c:381:3
    19:     0x561143773791 - _start
                                 at ./csu/../sysdeps/x86_64/start.S:115
    20:                0x0 - <unknown>
=> ERROR: deno-1.32.3_1: do_build: '${make_cmd} build --release --target ${RUST_TARGET} ${configure_args}' exited with 101
=> ERROR:   in do_build() at common/build-style/cargo.sh:8
```

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

* Re: [WIP] New package: deno-1.32.3
  2023-04-10  4:43 [PR PATCH] [WIP] New package: deno-1.32.3 astralchan
                   ` (4 preceding siblings ...)
  2023-04-10 11:17 ` astralchan
@ 2023-04-10 13:03 ` astralchan
  2023-04-12 10:34 ` [PR PATCH] [Updated] " astralchan
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: astralchan @ 2023-04-10 13:03 UTC (permalink / raw)
  To: ml

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

New comment by astralchan on void-packages repository

https://github.com/void-linux/void-packages/pull/43368#issuecomment-1501790691

Comment:
The v8 system for deno (https://github.com/denoland/rusty_v8) apparently also needs `curl` and Google's `gn`. It would probably be easiest to make a new package within this PR, as well with a separate commit. However, Google never tags releases, so I would probably do what the `mozc` package does and do it by commit hash.

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

* Re: [PR PATCH] [Updated] [WIP] New package: deno-1.32.3
  2023-04-10  4:43 [PR PATCH] [WIP] New package: deno-1.32.3 astralchan
                   ` (5 preceding siblings ...)
  2023-04-10 13:03 ` astralchan
@ 2023-04-12 10:34 ` astralchan
  2023-04-12 10:44 ` astralchan
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: astralchan @ 2023-04-12 10:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/astralchan/void-packages deno
https://github.com/void-linux/void-packages/pull/43368

[WIP] New package: deno-1.32.3
[ci skip]

Closes [21937](https://github.com/void-linux/void-packages/issues/21937)

Supersedes:
- [22043](https://github.com/void-linux/void-packages/pull/22043)
- [25436](https://github.com/void-linux/void-packages/pull/25436)

#### Testing the changes
- I tested the changes in this PR: **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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):

Current error log:

```
   Compiling futures v0.3.27
error: failed to run custom build command for `v8 v0.68.0`

Caused by:
  process didn't exit successfully: `/builddir/deno-1.32.3/target/release/build/v8-b2ba9187d5e6450d/build-script-build` (exit status: 101)
  --- stdout
  cargo:rerun-if-changed=.gn
  cargo:rerun-if-changed=BUILD.gn
  cargo:rerun-if-changed=src/binding.cc
  cargo:rerun-if-env-changed=CCACHE
  cargo:rerun-if-env-changed=CLANG_BASE_PATH
  cargo:rerun-if-env-changed=DENO_TRYBUILD
  cargo:rerun-if-env-changed=DOCS_RS
  cargo:rerun-if-env-changed=GN
  cargo:rerun-if-env-changed=GN_ARGS
  cargo:rerun-if-env-changed=HOST
  cargo:rerun-if-env-changed=NINJA
  cargo:rerun-if-env-changed=OUT_DIR
  cargo:rerun-if-env-changed=RUSTY_V8_ARCHIVE
  cargo:rerun-if-env-changed=RUSTY_V8_MIRROR
  cargo:rerun-if-env-changed=SCCACHE
  cargo:rerun-if-env-changed=V8_FORCE_DEBUG
  cargo:rerun-if-env-changed=V8_FROM_SOURCE
  cargo:rerun-if-env-changed=PYTHON
  cargo:rustc-link-lib=static=rusty_v8
  download lockfile: "/builddir/deno-1.32.3/target/release/build/lib_download.fslock"
  static lib URL: https://github.com/denoland/rusty_v8/releases/download/v0.68.0/librusty_v8_release_x86_64-unknown-linux-gnu.a
  cargo:rustc-link-search=/builddir/deno-1.32.3/target/release/gn_out/obj
  Downloading https://github.com/denoland/rusty_v8/releases/download/v0.68.0/librusty_v8_release_x86_64-unknown-linux-gnu.a
  Python downloader failed, trying with curl.

  --- stderr
  thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', /host/cargo/registry/src/index.crates.io-6f17d22bba15001f/v8-0.68.0/build.rs:409:10
  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish...
=> ERROR: deno-1.32.3_1: do_build: '${make_cmd} build --release --target ${RUST_TARGET} ${configure_args}' exited with 101
=> ERROR:   in do_build() at common/build-style/cargo.sh:8
```

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

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

From 56b6b9106dc9234a0f4b6d3d18258ea7bce881fb Mon Sep 17 00:00:00 2001
From: astral <astral@astralchan.xyz>
Date: Sun, 9 Apr 2023 22:38:04 -0600
Subject: [PATCH 1/2] New package: deno-1.32.3

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

diff --git a/srcpkgs/deno/template b/srcpkgs/deno/template
new file mode 100644
index 000000000000..66ffed33a3d6
--- /dev/null
+++ b/srcpkgs/deno/template
@@ -0,0 +1,18 @@
+# Template file for 'deno'
+pkgname=deno
+version=1.32.3
+revision=1
+build_style=cargo
+make_cmd="env V8_FROM_SOURCE=1 cargo auditable"
+hostmakedepends="python3 pkg-config"
+makedepends="libglib-devel"
+short_desc="Modern runtime for JavaScript and TypeScript"
+maintainer="astral <astral@astralchan.xyz>"
+license="MIT"
+homepage="https://deno.land"
+distfiles="https://github.com/denoland/deno/releases/download/v${version}/deno_src.tar.gz"
+checksum=c0ccbf75108a3f1853bdac9956829fb4aa1eb090c3896f631a09c1c1d53b108c
+
+post_install() {
+	vlicense LICENSE.md
+}

From 56b3b83f23cb3adb6093e43b5aee271203755268 Mon Sep 17 00:00:00 2001
From: astral <astral@astralchan.xyz>
Date: Wed, 12 Apr 2023 04:33:45 -0600
Subject: [PATCH 2/2] New package: gn-07.04.2023

---
 srcpkgs/gn/template | 34 ++++++++++++++++++++++++++++++++++
 srcpkgs/gn/update   |  2 ++
 2 files changed, 36 insertions(+)
 create mode 100644 srcpkgs/gn/template
 create mode 100644 srcpkgs/gn/update

diff --git a/srcpkgs/gn/template b/srcpkgs/gn/template
new file mode 100644
index 000000000000..b7332c58cf7d
--- /dev/null
+++ b/srcpkgs/gn/template
@@ -0,0 +1,34 @@
+# Template file for 'gn'
+pkgname=gn
+# Google never releases versions - give date of commit
+version=07.04.2023
+_commit=ffeea1b1fd070cb6a8d47154a03f8523486b50a7
+revision=1
+hostmakedepends="python3 ninja"
+short_desc="Meta-build system that generates build files for Ninja"
+maintainer="astral <astral@astralchan.xyz>"
+license="BSD-3-Clause"
+homepage="https://gn.googlesource.com/gn"
+distfiles="https://gn.googlesource.com/gn/+archive/${_commit}.tar.gz"
+checksum=4e205708436b3804e58efe463f83baed8982971e94d492b80d803e932ba3e11c
+
+post_extract() {
+	printf '#define LAST_COMMIT_POSITION "%s"\n' "${_commit}" > src/gn/last_commit_position.h
+	printf '#define LAST_COMMIT_POSITION_NUM 0\n' >> src/gn/last_commit_position.h
+}
+
+pre_build() {
+	python3 build/gen.py --allow-warning --no-last-commit-position
+}
+
+do_build() {
+	ninja -C out
+}
+
+do_check() {
+	./out/gnunittests
+}
+
+do_install() {
+	vbin ./out/gn
+}
diff --git a/srcpkgs/gn/update b/srcpkgs/gn/update
new file mode 100644
index 000000000000..5a7df464ba79
--- /dev/null
+++ b/srcpkgs/gn/update
@@ -0,0 +1,2 @@
+# Google never tags any releases.
+ignore="*"

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

* Re: [PR PATCH] [Updated] [WIP] New package: deno-1.32.3
  2023-04-10  4:43 [PR PATCH] [WIP] New package: deno-1.32.3 astralchan
                   ` (6 preceding siblings ...)
  2023-04-12 10:34 ` [PR PATCH] [Updated] " astralchan
@ 2023-04-12 10:44 ` astralchan
  2023-04-12 11:02 ` astralchan
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: astralchan @ 2023-04-12 10:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/astralchan/void-packages deno
https://github.com/void-linux/void-packages/pull/43368

[WIP] New package: deno-1.32.3
[ci skip]

Closes [21937](https://github.com/void-linux/void-packages/issues/21937)

Supersedes:
- [22043](https://github.com/void-linux/void-packages/pull/22043)
- [25436](https://github.com/void-linux/void-packages/pull/25436)

#### Testing the changes
- I tested the changes in this PR: **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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):

Current error log:

```
   Compiling futures v0.3.27
error: failed to run custom build command for `v8 v0.68.0`

Caused by:
  process didn't exit successfully: `/builddir/deno-1.32.3/target/release/build/v8-b2ba9187d5e6450d/build-script-build` (exit status: 101)
  --- stdout
  cargo:rerun-if-changed=.gn
  cargo:rerun-if-changed=BUILD.gn
  cargo:rerun-if-changed=src/binding.cc
  cargo:rerun-if-env-changed=CCACHE
  cargo:rerun-if-env-changed=CLANG_BASE_PATH
  cargo:rerun-if-env-changed=DENO_TRYBUILD
  cargo:rerun-if-env-changed=DOCS_RS
  cargo:rerun-if-env-changed=GN
  cargo:rerun-if-env-changed=GN_ARGS
  cargo:rerun-if-env-changed=HOST
  cargo:rerun-if-env-changed=NINJA
  cargo:rerun-if-env-changed=OUT_DIR
  cargo:rerun-if-env-changed=RUSTY_V8_ARCHIVE
  cargo:rerun-if-env-changed=RUSTY_V8_MIRROR
  cargo:rerun-if-env-changed=SCCACHE
  cargo:rerun-if-env-changed=V8_FORCE_DEBUG
  cargo:rerun-if-env-changed=V8_FROM_SOURCE
  cargo:rerun-if-env-changed=PYTHON
  cargo:rustc-link-lib=static=rusty_v8
  download lockfile: "/builddir/deno-1.32.3/target/release/build/lib_download.fslock"
  static lib URL: https://github.com/denoland/rusty_v8/releases/download/v0.68.0/librusty_v8_release_x86_64-unknown-linux-gnu.a
  cargo:rustc-link-search=/builddir/deno-1.32.3/target/release/gn_out/obj
  Downloading https://github.com/denoland/rusty_v8/releases/download/v0.68.0/librusty_v8_release_x86_64-unknown-linux-gnu.a
  Python downloader failed, trying with curl.

  --- stderr
  thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', /host/cargo/registry/src/index.crates.io-6f17d22bba15001f/v8-0.68.0/build.rs:409:10
  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish...
=> ERROR: deno-1.32.3_1: do_build: '${make_cmd} build --release --target ${RUST_TARGET} ${configure_args}' exited with 101
=> ERROR:   in do_build() at common/build-style/cargo.sh:8
```

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

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

From 56b6b9106dc9234a0f4b6d3d18258ea7bce881fb Mon Sep 17 00:00:00 2001
From: astral <astral@astralchan.xyz>
Date: Sun, 9 Apr 2023 22:38:04 -0600
Subject: [PATCH 1/2] New package: deno-1.32.3

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

diff --git a/srcpkgs/deno/template b/srcpkgs/deno/template
new file mode 100644
index 000000000000..66ffed33a3d6
--- /dev/null
+++ b/srcpkgs/deno/template
@@ -0,0 +1,18 @@
+# Template file for 'deno'
+pkgname=deno
+version=1.32.3
+revision=1
+build_style=cargo
+make_cmd="env V8_FROM_SOURCE=1 cargo auditable"
+hostmakedepends="python3 pkg-config"
+makedepends="libglib-devel"
+short_desc="Modern runtime for JavaScript and TypeScript"
+maintainer="astral <astral@astralchan.xyz>"
+license="MIT"
+homepage="https://deno.land"
+distfiles="https://github.com/denoland/deno/releases/download/v${version}/deno_src.tar.gz"
+checksum=c0ccbf75108a3f1853bdac9956829fb4aa1eb090c3896f631a09c1c1d53b108c
+
+post_install() {
+	vlicense LICENSE.md
+}

From 70b1b5f6cc09e4bbc76386556316687b5306f4f9 Mon Sep 17 00:00:00 2001
From: astral <astral@astralchan.xyz>
Date: Wed, 12 Apr 2023 04:33:45 -0600
Subject: [PATCH 2/2] New package: gn-07.04.2023

---
 srcpkgs/gn/template | 38 ++++++++++++++++++++++++++++++++++++++
 srcpkgs/gn/update   |  2 ++
 2 files changed, 40 insertions(+)
 create mode 100644 srcpkgs/gn/template
 create mode 100644 srcpkgs/gn/update

diff --git a/srcpkgs/gn/template b/srcpkgs/gn/template
new file mode 100644
index 000000000000..f36667d557f0
--- /dev/null
+++ b/srcpkgs/gn/template
@@ -0,0 +1,38 @@
+# Template file for 'gn'
+pkgname=gn
+# Google never releases versions - give date of commit
+version=07.04.2023
+revision=1
+_commit=ffeea1b1fd070cb6a8d47154a03f8523486b50a7
+hostmakedepends="python3 ninja"
+short_desc="Meta-build system that generates build files for Ninja"
+maintainer="astral <astral@astralchan.xyz>"
+license="BSD-3-Clause"
+homepage="https://gn.googlesource.com/gn"
+distfiles="https://gn.googlesource.com/gn/+archive/${_commit}.tar.gz"
+checksum=4e205708436b3804e58efe463f83baed8982971e94d492b80d803e932ba3e11c
+
+post_extract() {
+	printf '#define LAST_COMMIT_POSITION "%s"\n' "${_commit}" > src/gn/last_commit_position.h
+	printf '#define LAST_COMMIT_POSITION_NUM 0\n' >> src/gn/last_commit_position.h
+}
+
+pre_build() {
+	python3 build/gen.py --allow-warning --no-last-commit-position
+}
+
+do_build() {
+	ninja -C out
+}
+
+do_check() {
+	./out/gnunittests
+}
+
+do_install() {
+	vbin out/gn
+}
+
+post_install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/gn/update b/srcpkgs/gn/update
new file mode 100644
index 000000000000..5a7df464ba79
--- /dev/null
+++ b/srcpkgs/gn/update
@@ -0,0 +1,2 @@
+# Google never tags any releases.
+ignore="*"

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

* Re: [PR PATCH] [Updated] [WIP] New package: deno-1.32.3
  2023-04-10  4:43 [PR PATCH] [WIP] New package: deno-1.32.3 astralchan
                   ` (7 preceding siblings ...)
  2023-04-12 10:44 ` astralchan
@ 2023-04-12 11:02 ` astralchan
  2023-04-12 11:04 ` astralchan
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: astralchan @ 2023-04-12 11:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/astralchan/void-packages deno
https://github.com/void-linux/void-packages/pull/43368

[WIP] New package: deno-1.32.3
[ci skip]

Closes [21937](https://github.com/void-linux/void-packages/issues/21937)

Supersedes:
- [22043](https://github.com/void-linux/void-packages/pull/22043)
- [25436](https://github.com/void-linux/void-packages/pull/25436)

#### Testing the changes
- I tested the changes in this PR: **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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):

Current error log:

```
   Compiling futures v0.3.27
error: failed to run custom build command for `v8 v0.68.0`

Caused by:
  process didn't exit successfully: `/builddir/deno-1.32.3/target/release/build/v8-b2ba9187d5e6450d/build-script-build` (exit status: 101)
  --- stdout
  cargo:rerun-if-changed=.gn
  cargo:rerun-if-changed=BUILD.gn
  cargo:rerun-if-changed=src/binding.cc
  cargo:rerun-if-env-changed=CCACHE
  cargo:rerun-if-env-changed=CLANG_BASE_PATH
  cargo:rerun-if-env-changed=DENO_TRYBUILD
  cargo:rerun-if-env-changed=DOCS_RS
  cargo:rerun-if-env-changed=GN
  cargo:rerun-if-env-changed=GN_ARGS
  cargo:rerun-if-env-changed=HOST
  cargo:rerun-if-env-changed=NINJA
  cargo:rerun-if-env-changed=OUT_DIR
  cargo:rerun-if-env-changed=RUSTY_V8_ARCHIVE
  cargo:rerun-if-env-changed=RUSTY_V8_MIRROR
  cargo:rerun-if-env-changed=SCCACHE
  cargo:rerun-if-env-changed=V8_FORCE_DEBUG
  cargo:rerun-if-env-changed=V8_FROM_SOURCE
  cargo:rerun-if-env-changed=PYTHON
  cargo:rustc-link-lib=static=rusty_v8
  download lockfile: "/builddir/deno-1.32.3/target/release/build/lib_download.fslock"
  static lib URL: https://github.com/denoland/rusty_v8/releases/download/v0.68.0/librusty_v8_release_x86_64-unknown-linux-gnu.a
  cargo:rustc-link-search=/builddir/deno-1.32.3/target/release/gn_out/obj
  Downloading https://github.com/denoland/rusty_v8/releases/download/v0.68.0/librusty_v8_release_x86_64-unknown-linux-gnu.a
  Python downloader failed, trying with curl.

  --- stderr
  thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', /host/cargo/registry/src/index.crates.io-6f17d22bba15001f/v8-0.68.0/build.rs:409:10
  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish...
=> ERROR: deno-1.32.3_1: do_build: '${make_cmd} build --release --target ${RUST_TARGET} ${configure_args}' exited with 101
=> ERROR:   in do_build() at common/build-style/cargo.sh:8
```

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

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

From 9474ec4b7acfa6fcb722d55f5b18eaaa6001854e Mon Sep 17 00:00:00 2001
From: astral <astral@astralchan.xyz>
Date: Wed, 12 Apr 2023 05:01:55 -0600
Subject: [PATCH 1/2] New package: deno-1.32.3

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

diff --git a/srcpkgs/deno/template b/srcpkgs/deno/template
new file mode 100644
index 000000000000..19a0edda4f87
--- /dev/null
+++ b/srcpkgs/deno/template
@@ -0,0 +1,18 @@
+# Template file for 'deno'
+pkgname=deno
+version=1.32.3
+revision=1
+build_style=cargo
+make_cmd="env V8_FROM_SOURCE=1 cargo auditable"
+hostmakedepends="python3 pkg-config gn"
+makedepends="libglib-devel"
+short_desc="Modern runtime for JavaScript and TypeScript"
+maintainer="astral <astral@astralchan.xyz>"
+license="MIT"
+homepage="https://deno.land"
+distfiles="https://github.com/denoland/deno/releases/download/v${version}/deno_src.tar.gz"
+checksum=c0ccbf75108a3f1853bdac9956829fb4aa1eb090c3896f631a09c1c1d53b108c
+
+post_install() {
+	vlicense LICENSE.md
+}

From 7df833f43eb57ec6a6bf6183d6d994a15b2f1971 Mon Sep 17 00:00:00 2001
From: astral <astral@astralchan.xyz>
Date: Wed, 12 Apr 2023 05:02:16 -0600
Subject: [PATCH 2/2] New package: gn-07.04.2023

---
 srcpkgs/gn/template | 38 ++++++++++++++++++++++++++++++++++++++
 srcpkgs/gn/update   |  2 ++
 2 files changed, 40 insertions(+)
 create mode 100644 srcpkgs/gn/template
 create mode 100644 srcpkgs/gn/update

diff --git a/srcpkgs/gn/template b/srcpkgs/gn/template
new file mode 100644
index 000000000000..f36667d557f0
--- /dev/null
+++ b/srcpkgs/gn/template
@@ -0,0 +1,38 @@
+# Template file for 'gn'
+pkgname=gn
+# Google never releases versions - give date of commit
+version=07.04.2023
+revision=1
+_commit=ffeea1b1fd070cb6a8d47154a03f8523486b50a7
+hostmakedepends="python3 ninja"
+short_desc="Meta-build system that generates build files for Ninja"
+maintainer="astral <astral@astralchan.xyz>"
+license="BSD-3-Clause"
+homepage="https://gn.googlesource.com/gn"
+distfiles="https://gn.googlesource.com/gn/+archive/${_commit}.tar.gz"
+checksum=4e205708436b3804e58efe463f83baed8982971e94d492b80d803e932ba3e11c
+
+post_extract() {
+	printf '#define LAST_COMMIT_POSITION "%s"\n' "${_commit}" > src/gn/last_commit_position.h
+	printf '#define LAST_COMMIT_POSITION_NUM 0\n' >> src/gn/last_commit_position.h
+}
+
+pre_build() {
+	python3 build/gen.py --allow-warning --no-last-commit-position
+}
+
+do_build() {
+	ninja -C out
+}
+
+do_check() {
+	./out/gnunittests
+}
+
+do_install() {
+	vbin out/gn
+}
+
+post_install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/gn/update b/srcpkgs/gn/update
new file mode 100644
index 000000000000..5a7df464ba79
--- /dev/null
+++ b/srcpkgs/gn/update
@@ -0,0 +1,2 @@
+# Google never tags any releases.
+ignore="*"

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

* Re: [WIP] New package: deno-1.32.3
  2023-04-10  4:43 [PR PATCH] [WIP] New package: deno-1.32.3 astralchan
                   ` (8 preceding siblings ...)
  2023-04-12 11:02 ` astralchan
@ 2023-04-12 11:04 ` astralchan
  2023-07-12  2:06 ` github-actions
  2023-07-27  1:47 ` [PR PATCH] [Closed]: " github-actions
  11 siblings, 0 replies; 13+ messages in thread
From: astralchan @ 2023-04-12 11:04 UTC (permalink / raw)
  To: ml

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

New comment by astralchan on void-packages repository

https://github.com/void-linux/void-packages/pull/43368#issuecomment-1505080638

Comment:
I added a `gn` package for making the ninja build rules. `deno` should get that package.

Current build error log:
```
  --- stderr
  thread 'main' panicked at 'Path doesn't exist: "/builddir/deno-1.32.3/target/release/gn_out/../../../../../host/cargo/registry/src/index.crates.io-6f17d22bba15001f/v8-0.68.0/v8/tools/builtins-pgo/x64.profile"', /host/cargo/registry/src/index.crates.io-6f17d22bba15001f/v8-0.68.0/build.rs:726:5
  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish...
=> ERROR: deno-1.32.3_1: do_build: '${make_cmd} build --release --target ${RUST_TARGET} ${configure_args}' exited with 101
=> ERROR:   in do_build() at common/build-style/cargo.sh:8
```

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

* Re: [WIP] New package: deno-1.32.3
  2023-04-10  4:43 [PR PATCH] [WIP] New package: deno-1.32.3 astralchan
                   ` (9 preceding siblings ...)
  2023-04-12 11:04 ` astralchan
@ 2023-07-12  2:06 ` github-actions
  2023-07-27  1:47 ` [PR PATCH] [Closed]: " github-actions
  11 siblings, 0 replies; 13+ messages in thread
From: github-actions @ 2023-07-12  2:06 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/43368#issuecomment-1631740894

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

* Re: [PR PATCH] [Closed]: [WIP] New package: deno-1.32.3
  2023-04-10  4:43 [PR PATCH] [WIP] New package: deno-1.32.3 astralchan
                   ` (10 preceding siblings ...)
  2023-07-12  2:06 ` github-actions
@ 2023-07-27  1:47 ` github-actions
  11 siblings, 0 replies; 13+ messages in thread
From: github-actions @ 2023-07-27  1:47 UTC (permalink / raw)
  To: ml

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

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

[WIP] New package: deno-1.32.3
https://github.com/void-linux/void-packages/pull/43368

Description:
[ci skip]

Closes [21937](https://github.com/void-linux/void-packages/issues/21937)

Supersedes:
- [22043](https://github.com/void-linux/void-packages/pull/22043)
- [25436](https://github.com/void-linux/void-packages/pull/25436)

#### Testing the changes
- I tested the changes in this PR: **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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):

Current error log:

```
   Compiling futures v0.3.27
error: failed to run custom build command for `v8 v0.68.0`

Caused by:
  process didn't exit successfully: `/builddir/deno-1.32.3/target/release/build/v8-b2ba9187d5e6450d/build-script-build` (exit status: 101)
  --- stdout
  cargo:rerun-if-changed=.gn
  cargo:rerun-if-changed=BUILD.gn
  cargo:rerun-if-changed=src/binding.cc
  cargo:rerun-if-env-changed=CCACHE
  cargo:rerun-if-env-changed=CLANG_BASE_PATH
  cargo:rerun-if-env-changed=DENO_TRYBUILD
  cargo:rerun-if-env-changed=DOCS_RS
  cargo:rerun-if-env-changed=GN
  cargo:rerun-if-env-changed=GN_ARGS
  cargo:rerun-if-env-changed=HOST
  cargo:rerun-if-env-changed=NINJA
  cargo:rerun-if-env-changed=OUT_DIR
  cargo:rerun-if-env-changed=RUSTY_V8_ARCHIVE
  cargo:rerun-if-env-changed=RUSTY_V8_MIRROR
  cargo:rerun-if-env-changed=SCCACHE
  cargo:rerun-if-env-changed=V8_FORCE_DEBUG
  cargo:rerun-if-env-changed=V8_FROM_SOURCE
  cargo:rerun-if-env-changed=PYTHON
  cargo:rustc-link-lib=static=rusty_v8
  download lockfile: "/builddir/deno-1.32.3/target/release/build/lib_download.fslock"
  static lib URL: https://github.com/denoland/rusty_v8/releases/download/v0.68.0/librusty_v8_release_x86_64-unknown-linux-gnu.a
  cargo:rustc-link-search=/builddir/deno-1.32.3/target/release/gn_out/obj
  Downloading https://github.com/denoland/rusty_v8/releases/download/v0.68.0/librusty_v8_release_x86_64-unknown-linux-gnu.a
  Python downloader failed, trying with curl.

  --- stderr
  thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', /host/cargo/registry/src/index.crates.io-6f17d22bba15001f/v8-0.68.0/build.rs:409:10
  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish...
=> ERROR: deno-1.32.3_1: do_build: '${make_cmd} build --release --target ${RUST_TARGET} ${configure_args}' exited with 101
=> ERROR:   in do_build() at common/build-style/cargo.sh:8
```

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

end of thread, other threads:[~2023-07-27  1:47 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-10  4:43 [PR PATCH] [WIP] New package: deno-1.32.3 astralchan
2023-04-10  5:30 ` icp1994
2023-04-10  5:44 ` icp1994
2023-04-10  7:34 ` [PR PATCH] [Updated] " astralchan
2023-04-10  7:34 ` astralchan
2023-04-10 11:17 ` astralchan
2023-04-10 13:03 ` astralchan
2023-04-12 10:34 ` [PR PATCH] [Updated] " astralchan
2023-04-12 10:44 ` astralchan
2023-04-12 11:02 ` astralchan
2023-04-12 11:04 ` astralchan
2023-07-12  2:06 ` github-actions
2023-07-27  1:47 ` [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).