Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] No binary for DragonflyBSD #1632

Open
1 task done
CaKrome opened this issue Mar 21, 2025 · 1 comment
Open
1 task done

[BUG] No binary for DragonflyBSD #1632

CaKrome opened this issue Mar 21, 2025 · 1 comment
Labels
bug Something isn't working upstream An issue that must be solved upstream (not in fastfetch)

Comments

@CaKrome
Copy link
Contributor

CaKrome commented Mar 21, 2025

Read the FAQ first

  • I have checked the FAQ but the issue is not covered

Description

It seems build for DragonflyBSD started to fail since this workflow run.

Error message:

Assertion failed: (!(options->flags & ~(UV_PROCESS_DETACHED | UV_PROCESS_SETGID | UV_PROCESS_SETUID | UV_PROCESS_WINDOWS_HIDE | UV_PROCESS_WINDOWS_HIDE_CONSOLE | UV_PROCESS_WINDOWS_HIDE_GUI | UV_PROCESS_WINDOWS_VERBATIM_ARGUMENTS))), function uv_spawn, file src/unix/process.c, line 433.
  Abort (core dumped)

It's weird that this does not fail the job.

Version used

2.39.0 and 2.39.1

Bug prevalence

Other

Regression

Yes

Installation

GitHub Releases

Package manager

No response

Screenshots

No response

Configuration

N/A

System information

N/A

Features built-in

N/A
@CaKrome CaKrome added the bug Something isn't working label Mar 21, 2025
@CarterLi
Copy link
Member

CarterLi commented Mar 21, 2025

It's an assertion failure generated by cmake.

DragonflyBSD upgraded cmake from 3.28.1 to 3.29.6 and it's broken somehow. Since 3.29.6 was released 9 months ago, I think one should file a bug to DF.

@CarterLi CarterLi added the upstream An issue that must be solved upstream (not in fastfetch) label Mar 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working upstream An issue that must be solved upstream (not in fastfetch)
Projects
None yet
Development

No branches or pull requests

2 participants