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

Binary not found in details.extractPath, 'Release', details.binName #526

Closed
HipsterBrown opened this issue Jan 15, 2016 · 5 comments
Closed
Assignees
Labels

Comments

@HipsterBrown
Copy link
Contributor

While working on a smoke test for t2-compiler, I discovered the path to leveldown binary was not found in ~/.tessel/binaries/leveldown-1.4.3-Release/Release/leveldown.node. Instead it was located in ~/.tessel/binaries/leveldown-1.4.3-Release/package/build/Release/leveldown.node.

Should we use path.resolve before trying to copy the source binary to the temp project path?

How do generally search for those target binaries?

@johnnyman727
Copy link
Contributor

@rwaldron would be the expert on this.

@rwaldron
Copy link
Contributor

I will take a look at this as soon as I can (probably Wednesday). I have a pretty good idea of what needs to be fixed, I just need time to work through it.

@rwaldron
Copy link
Contributor

I'm going to hold off on this for now because the binary isn't available anymore and was also built incorrectly (according to @reconbot). I just did a local npm install and the path matched the one that would be expected.

@rwaldron rwaldron self-assigned this Jan 22, 2016
@johnnyman727
Copy link
Contributor

@rwaldron does your latest patch fix this?

@rwaldron
Copy link
Contributor

Indeed it does

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants