-
Notifications
You must be signed in to change notification settings - Fork 942
Closed as not planned
Closed as not planned
Copy link
Labels
bugSomething that isn't workingSomething that isn't working
Description
Which Cloudflare product(s) does this pertain to?
Wrangler
What versions are you using?
3.105.1
(Issue persists in 3.106.0.)
What operating system and version are you using?
Debian Mate 11
Please provide a link to a minimal reproduction
No response
Describe the Bug
All previous versions including wrangler 3.105.0 worked, but for the first time, wrangler 3.105.1 cannot find GLIBC.
volta install [email protected]
works around the bug for now.
Please provide any relevant error logs
Here is my console, let me know if you need more detailed logs and how to get them.
hexstream@dynamorph:~/data/projects/websites/hexstream.expert/status-quo.hexstream.expert$ wrangler pages dev public
⛅️ wrangler 3.105.1
--------------------
▲ [WARNING] No compatibility_date was specified. Using today's date: 2025-01-26.
❯❯ Add one to your Wrangler configuration file: compatibility_date = "2025-01-26", or
❯❯ Pass it in your terminal: wrangler pages dev [<DIRECTORY>] --compatibility-date=2025-01-26
See https://developers.cloudflare.com/workers/platform/compatibility-dates/ for more information.
No Functions. Shimming...
✨ Parsed 10 valid redirect rules.
✨ Parsed 11 valid header rules.
✘ [ERROR] write EPIPE
If you think this is a bug then please create an issue at https://github.com/cloudflare/workers-sdk/issues/new/choose
╭───────────────────────────────────────────────────────────✘ [ERROR] /home/hexstream/.volta/tools/image/packages/wrangler/lib/node_modules/wrangler/node_modules/@cloudflare/workerd-linux-64/bin/workerd: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /home/hexstream/.volta/tools/image/packages/wrangler/lib/node_modules/wrangler/node_modules/@cloudflare/workerd-linux-64/bin/workerd)
/home/hexstream/.volta/tools/image/packages/wrangler/lib/node_modules/wrangler/node_modules/@cloudflare/workerd-linux-64/bin/workerd:
/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by
/home/hexstream/.volta/tools/image/packages/wrangler/lib/node_modules/wrangler/node_modules/@cloudflare/workerd-linux-64/bin/workerd)
/home/hexstream/.volta/tools/image/packages/wrangler/lib/node_modules/wrangler/node_modules/@cloudflare/workerd-linux-64/bin/workerd:
/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by
/home/hexstream/.volta/tools/image/packages/wrangler/lib/node_modules/wrangler/node_modules/@cloudflare/workerd-linux-64/bin/workerd)
/home/hexstream/.volta/tools/image/packages/wrangler/lib/node_modules/wrangler/node_modules/@cloudflare/workerd-linux-64/bin/workerd:
/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.35' not found (required by
/home/hexstream/.volta/tools/image/packages/wrangler/lib/node_modules/wrangler/node_modules/@cloudflare/workerd-linux-64/bin/workerd)
⎔ Starting local server...
✘ [ERROR] /home/hexstream/.volta/tools/image/packages/wrangler/lib/node_modules/wrangler/node_modules/@cloudflare/workerd-linux-64/bin/workerd: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /home/hexstream/.volta/tools/image/packages/wrangler/lib/node_modules/wrangler/node_modules/@cloudflare/workerd-linux-64/bin/workerd)
/home/hexstream/.volta/tools/image/packages/wrangler/lib/node_modules/wrangler/node_modules/@cloudflare/workerd-linux-64/bin/workerd:
/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by
/home/hexstream/.volta/tools/image/packages/wrangler/lib/node_modules/wrangler/node_modules/@cloudflare/workerd-linux-64/bin/workerd)
/home/hexstream/.volta/tools/image/packages/wrangler/lib/node_modules/wrangler/node_modules/@cloudflare/workerd-linux-64/bin/workerd:
/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by
/home/hexstream/.volta/tools/image/packages/wrangler/lib/node_modules/wrangler/node_modules/@cloudflare/workerd-linux-64/bin/workerd)
/home/hexstream/.volta/tools/image/packages/wrangler/lib/node_modules/wrangler/node_modules/@cloudflare/workerd-linux-64/bin/workerd:
/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.35' not found (required by
/home/hexstream/.volta/tools/image/packages/wrangler/lib/node_modules/wrangler/node_modules/@cloudflare/workerd-linux-64/bin/workerd)
⎔ Shutting down local server...
✘ [ERROR] Error while handling hotkey [x]
╭─────────────────────────────────────────────────────────────────────────╮
│ [b] open a browser, [d] open devtools, [c] clear console, [x] to exit │
╰─────────────────────────────────────────────────────────────────────────╯
erikjyrmann
Metadata
Metadata
Assignees
Labels
bugSomething that isn't workingSomething that isn't working
Type
Projects
Status
Done