max-mapper / max-mapper/mount-url

No native build was found for runtime=node abi=57 platform=linux arch=ia32

Open
#2 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
50
Forks
10
PR merge metrics
No merged PRs in 30d

Description

When I try to mount an URL I get some error messages:

/usr/lib/node_modules/mount-url/node_modules/node-gyp-build/index.js:28
  throw new Error('No native build was found for runtime=' + runtime + ' abi=' + abi + ' platform=' + platform + ' arch=' + arch)
  ^

Error: No native build was found for runtime=node abi=57 platform=linux arch=ia32
    at Function.load.path (/usr/lib/node_modules/mount-url/node_modules/node-gyp-build/index.js:28:9)
    at load (/usr/lib/node_modules/mount-url/node_modules/node-gyp-build/index.js:13:23)
    at Object.<anonymous> (/usr/lib/node_modules/mount-url/node_modules/fuse-bindings/index.js:1:99)
    at Module._compile (module.js:624:30)
    at Object.Module._extensions..js (module.js:635:10)
    at Module.load (module.js:545:32)
    at tryModuleLoad (module.js:508:12)
    at Function.Module._load (module.js:500:3)
    at Module.require (module.js:568:17)
    at require (internal/module.js:11:18)

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the URL mount on Linux ia32 with Node ABI 57, then inspect node_modules/node-gyp-build/index.js and node_modules/fuse-bindings/index.js at the failing load path. Determine why no native build is available for this runtime and platform; done means mounting the URL no longer raises the reported error.

Written by the indexing model from the issue text.

Assessment

Tech stack
node.js
Domain
operating-systems
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.