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

Using re2 with Bun seems to be challenging? #12560

Closed
Zer0xxxx opened this issue Jul 14, 2024 · 3 comments
Closed

Using re2 with Bun seems to be challenging? #12560

Zer0xxxx opened this issue Jul 14, 2024 · 3 comments
Labels
bug Something isn't working needs triage

Comments

@Zer0xxxx
Copy link

Zer0xxxx commented Jul 14, 2024

What version of Bun is running?

1.1.20

What platform is your computer?

Linux

What steps can reproduce the bug?

bun i re2

Where:
"re2": "^1.21.3",

The install process can be very long. (It is the case on my machine.)

And then, when running my tests with bun test:

bun: symbol lookup error: ~/Project/node_modules/re2/build/Release/re2.node: undefined symbol: node_module_register

What is the expected behavior?

It should just work, I guess

What do you see instead?

:/

Additional information

I also have Node v20.15.1 installed on my machine

@Zer0xxxx Zer0xxxx added bug Something isn't working needs triage labels Jul 14, 2024
@Anyoks
Copy link

Anyoks commented Jul 22, 2024

Same issue here

bun: symbol lookup error: .../node_modules/re2/build/Release/re2.node: undefined symbol: node_module_register

@xhyrom
Copy link
Collaborator

xhyrom commented Aug 7, 2024

Duplicate of #4290

@190n
Copy link
Contributor

190n commented Sep 3, 2024

Follow this in #4290

@190n 190n closed this as not planned Won't fix, can't repro, duplicate, stale Sep 3, 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 needs triage
Projects
None yet
Development

No branches or pull requests

4 participants