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
EDIT BY PFRAZEE
I noticed there's a lot of traffic to this issue, most likely due to people googling the error. Here is the solution on systems with aptitude:
sudo apt-get install libtool m4 automake
have hit this error a few times :
make: Leaving directory '/home/mix/projects/SSBC/beaker/app/node_modules/sqlite3/build' > sodium-prebuilt@1.0.22 install /home/mix/projects/SSBC/beaker/app/node_modules/sodium-prebuilt > prebuild --install --preinstall make ./autogen.sh: 13: ./autogen.sh: libtoolize: not found Makefile:8: recipe for target 'configure' failed make: *** [configure] Error 127 prebuild ERR! build Error: make failed with exit code 2 prebuild ERR! build at Object.exports.spawnFailed (/home/mix/projects/SSBC/beaker/app/node_modules/prebuild/error.js:31:10) prebuild ERR! build at ChildProcess.<anonymous> (/home/mix/projects/SSBC/beaker/app/node_modules/prebuild/util.js:113:14) prebuild ERR! build at emitTwo (events.js:106:13) prebuild ERR! build at ChildProcess.emit (events.js:191:7) prebuild ERR! build at Process.ChildProcess._handle.onexit (internal/child_process.js:204:12
have run burnthemall I think there's a dependency required : libtool in ubuntu
burnthemall
libtool
sorry to following is thorough and a bit tedious.
sudo apt-get install libtool npm run burnthemall
lead to:
libtoolize: error: One of these is required: libtoolize: gm4 gnum4 m4
ran:
sudo apt-get install m4 npm run burnthemall
Got:
autogen.sh: aclocal: not found
sudo apt-get install automake npm run burnthemall
(I thought that was already installed)
works
The text was updated successfully, but these errors were encountered:
Thanks. I'll update the docs to mention these.
Sorry, something went wrong.
It could just be automake...
On Mon, 15 Aug 2016 07:10 Paul Frazee notifications@github.com wrote:
Closed #54 #54. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub #54 (comment), or mute the thread https://github.com/notifications/unsubscribe-auth/ACitnjgt8YoXV11-deV54i5c6YurMPh2ks5qf2gvgaJpZM4JjqDf .
Closed #54 #54.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub #54 (comment), or mute the thread https://github.com/notifications/unsubscribe-auth/ACitnjgt8YoXV11-deV54i5c6YurMPh2ks5qf2gvgaJpZM4JjqDf .
No branches or pull requests
EDIT BY PFRAZEE
I noticed there's a lot of traffic to this issue, most likely due to people googling the error. Here is the solution on systems with aptitude:
have hit this error a few times :
have run
burnthemallI think there's a dependency required :
libtoolin ubuntusorry to following is thorough and a bit tedious.
lead to:
ran:
Got:
ran:
(I thought that was already installed)
works
The text was updated successfully, but these errors were encountered: