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

dyld[50957]: missing symbol called #8527

Closed
0xdeployer opened this issue Jan 28, 2024 · 3 comments
Closed

dyld[50957]: missing symbol called #8527

0xdeployer opened this issue Jan 28, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@0xdeployer
Copy link

What version of Bun is running?

1.0.25

What platform is your computer?

Darwin 22.6.0 arm64 arm

What steps can reproduce the bug?

Install node-canvas in a typescript project. Try to build and run, or run project using Bun

What is the expected behavior?

No response

What do you see instead?

Getting error dyld[50957]: missing symbol called

Additional information

No response

@0xdeployer 0xdeployer added the bug Something isn't working label Jan 28, 2024
@Lukasz-pluszczewski
Copy link

I have the same issue, it's still there in v1.1.0 ([email protected]).

The minimum code that causes the error:

import { createCanvas } from 'canvas';

createCanvas(100, 100);

And the error itself looks like this on my machine:

dyld[34691]: missing symbol called

@Jarred-Sumner
Copy link
Collaborator

@Lukasz-pluszczewski please see #5835

@Jarred-Sumner
Copy link
Collaborator

We are tracking this in #4290.

@190n is actively working on supporting V8 C++ APIs in Bun.

Please follow along in #4290

@Jarred-Sumner Jarred-Sumner closed this as not planned Won't fix, can't repro, duplicate, stale Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants