0xfeedface / node_raptor

Raptor RDF parser and serializer bindings for Node.js
Apache License 2.0
25 stars 1 forks source link

mipsel build issues #15

Open aborrero opened 9 years ago

aborrero commented 9 years ago

Hi,

I just was wondering if a 'bus error' issue is know to you. I've found it when configuring node-raptor. The log is more or less as follow (it's a debian environment, mipsel architecture):

[...]
touch debian/stamp-copyright-check
touch debian/stamp-upstream-cruft
cd src && CFLAGS="-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall" CXXFLAGS="-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall" CPPFLAGS="-D_FORTIFY_SOURCE=2" LINKFLAGS="-Wl,-z,relro" node-gyp configure
Bus error
debian/rules:44: recipe for target 'debian/stamp-node-gyp-configure' failed
[...]

Any hint would be really appreciated.

aborrero commented 9 years ago

ping