Skip to content

Conversation

@BrewTestBot
Copy link
Contributor

Created by brew bump


Created with brew bump-formula-pr.

@github-actions github-actions bot added perl Perl use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Dec 20, 2025
@chenrui333
Copy link
Member

  src/io/procops.c:781:5: error: unknown type name 'uv_process_options2_t'; did you mean 'uv_process_options_t'?
    781 |     uv_process_options2_t process_options = {0};
        |     ^~~~~~~~~~~~~~~~~~~~~
        |     uv_process_options_t
  /opt/homebrew/Cellar/libuv/1.51.0/include/uv.h:1102:3: note: 'uv_process_options_t' declared here
   1102 | } uv_process_options_t;
        |   ^
  src/io/procops.c:782:21: error: no member named 'version' in 'struct uv_process_options_s'
    782 |     process_options.version = UV_PROCESS_OPTIONS_VERSION;
        |     ~~~~~~~~~~~~~~~ ^
  src/io/procops.c:782:31: error: use of undeclared identifier 'UV_PROCESS_OPTIONS_VERSION'
    782 |     process_options.version = UV_PROCESS_OPTIONS_VERSION;
        |                               ^
  src/io/procops.c:807:25: error: no member named 'pty_cols' in 'struct uv_process_options_s'
    807 |         process_options.pty_cols =
        |         ~~~~~~~~~~~~~~~ ^
  src/io/procops.c:813:25: error: no member named 'pty_rows' in 'struct uv_process_options_s'
    813 |         process_options.pty_rows =
        |         ~~~~~~~~~~~~~~~ ^
  src/io/procops.c:839:48: error: use of undeclared identifier 'cols'
    839 |         error_str = make_pty(&fd_pty, &fd_tty, cols, rows);
        |                                                ^
  src/io/procops.c:839:54: error: use of undeclared identifier 'rows'
    839 |         error_str = make_pty(&fd_pty, &fd_tty, cols, rows);
        |                                                      ^
  src/io/procops.c:998:21: error: call to undeclared function 'uv_spawn2'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
    998 |     spawn_result  = uv_spawn2(loop, process, &process_options);
        |                     ^
  src/io/procops.c:998:21: note: did you mean 'uv_spawn'?
  /opt/homebrew/Cellar/libuv/1.51.0/include/uv.h:1170:15: note: 'uv_spawn' declared here
   1170 | UV_EXTERN int uv_spawn(uv_loop_t* loop,
        |               ^
  8 errors generated.

@chenrui333 chenrui333 added the build failure CI fails while building the software label Dec 20, 2025
@patrickbkr
Copy link

The patch found here: https://paste.sr.ht/~patrickb/25930f8c8d40bdbc257556437cdb4f1d7aa71ca7 or here: MoarVM/MoarVM#1981 fixes the build with a system provided libuv.

@daeho-ro daeho-ro force-pushed the bump-moarvm-2025.12 branch from bf6fc19 to f39829e Compare December 23, 2025 04:55
@daeho-ro daeho-ro removed the build failure CI fails while building the software label Dec 23, 2025
@github-actions
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Dec 23, 2025
@BrewTestBot BrewTestBot added this pull request to the merge queue Dec 23, 2025
Merged via the queue into main with commit b74eaa4 Dec 23, 2025
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-moarvm-2025.12 branch December 23, 2025 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. perl Perl use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants