On a brand new virtual machine spun up, I get the error below trying to build an RPM package of nodejs 0.10.31 on Cent OS 6.5 FWIW, this the image provided by Open Logic for Azure. Not sure if that matters at all (I am trusting that it's vanilla Cent OS for purposes related to compiling code).
[bramirez@binderapi-dev1 nodejs-rpm-master]$ ./build-nodejs.sh 0.10.31
--2014-08-20 23:53:39-- http://nodejs.org/dist/v0.10.31/node-v0.10.31-linux-x64.tar.gz
Resolving nodejs.org... 165.225.133.150
Connecting to nodejs.org|165.225.133.150|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 5565226 (5.3M) [application/octet-stream]
Saving to: “/home/bramirez/nodejs-rpm-master/SOURCES/node-v0.10.31-linux-x64.tar.gz”
100%[======================================>] 5,565,226 330K/s in 16s
/usr/lib/rpm/find-debuginfo.sh --strict-build-id /tmp/tmp.ks1jQAhW5V/BUILD/node-v0.10.31-linux-x64
extracting debug info from /tmp/tmp.ks1jQAhW5V/BUILDROOT/nodejs-0.10.31-1.x86_64/usr/bin/node
*\ ERROR: No build ID note found in /tmp/tmp.ks1jQAhW5V/BUILDROOT/nodejs-0.10.31-1.x86_64/usr/bin/node
error: Bad exit status from /tmp/tmp.ks1jQAhW5V/tmp/rpm-tmp.XTfNg3 (%install)
RPM build errors:
Bad exit status from /tmp/tmp.ks1jQAhW5V/tmp/rpm-tmp.XTfNg3 (%install)
[bramirez@binderapi-dev1 nodejs-rpm-master]$ cat /etc/redhat-release
CentOS release 6.5 (Final)
[bramirez@binderapi-dev1 nodejs-rpm-master]$
On a brand new virtual machine spun up, I get the error below trying to build an RPM package of nodejs 0.10.31 on Cent OS 6.5 FWIW, this the image provided by Open Logic for Azure. Not sure if that matters at all (I am trusting that it's vanilla Cent OS for purposes related to compiling code).
[bramirez@binderapi-dev1 nodejs-rpm-master]$ ./build-nodejs.sh 0.10.31 --2014-08-20 23:53:39-- http://nodejs.org/dist/v0.10.31/node-v0.10.31-linux-x64.tar.gz Resolving nodejs.org... 165.225.133.150 Connecting to nodejs.org|165.225.133.150|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 5565226 (5.3M) [application/octet-stream] Saving to: “/home/bramirez/nodejs-rpm-master/SOURCES/node-v0.10.31-linux-x64.tar.gz”
100%[======================================>] 5,565,226 330K/s in 16s
2014-08-20 23:53:56 (330 KB/s) - “/home/bramirez/nodejs-rpm-master/SOURCES/node-v0.10.31-linux-x64.tar.gz” saved [5565226/5565226]
node-v0.10.31-linux-x64/ node-v0.10.31-linux-x64/bin/ node-v0.10.31-linux-x64/bin/node node-v0.10.31-linux-x64/bin/npm node-v0.10.31-linux-x64/ChangeLog node-v0.10.31-linux-x64/share/ node-v0.10.31-linux-x64/share/man/ node-v0.10.31-linux-x64/share/man/man1/
... left a huge chunk of log output out for space reasons.
RPM build errors: Bad exit status from /tmp/tmp.ks1jQAhW5V/tmp/rpm-tmp.XTfNg3 (%install) [bramirez@binderapi-dev1 nodejs-rpm-master]$ cat /etc/redhat-release CentOS release 6.5 (Final) [bramirez@binderapi-dev1 nodejs-rpm-master]$