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

Travis iojs ia32 binary builds fail. #468

Closed
cscott opened this issue Jun 23, 2015 · 2 comments
Closed

Travis iojs ia32 binary builds fail. #468

cscott opened this issue Jun 23, 2015 · 2 comments

Comments

@cscott
Copy link

cscott commented Jun 23, 2015

https://github.com/mapbox/node-sqlite3/blob/master/scripts/build_against_node.sh#L73 says:

# broken for some unknown reason against io.js

I think the reason is that iojs builds have have started using ia32 in the pathname, instead of x86.

I suggest changing:

export PATH=$(pwd)/iojs-${NVER}-${platform}-x86/bin:$PATH

to:

export PATH=$(pwd)/iojs-${NVER}-${platform}-x86/bin:$(pwd)/iojs-${NVER}-${platform}-ia32/bin:$PATH

That might fix the build issue. (Sorry, no pull request.)

@cscott
Copy link
Author

cscott commented Jun 23, 2015

See: cscott/node-icu-bidi@04b2aaa

@springmeyer
Copy link
Contributor

Thats a good fix, thanks. See also nodejs/build#45. Applied in 1127c27

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

No branches or pull requests

2 participants