Skip to content

🐛 BUG: wrangler 3.105.1 and 3.106.0 cannot find GLIBC when invoking wrangler pages dev #7911

Closed as not planned
@Hexstream

Description

@Hexstream

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 wrangler@3.105.0 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  │
╰─────────────────────────────────────────────────────────────────────────╯

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething that isn't working

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions