weikinhuang / nodejs-rpm

RPM spec file for nodejs, and npm modules
5 stars 0 forks source link

Receiving "ERROR: No build ID note found" when building RPM for node 0.10.31 on Cent OS 6.5 (x86_64) #2

Open brandonramirez opened 10 years ago

brandonramirez commented 10 years ago

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]$

JacksonTian commented 9 years ago

Any answer?

fire833 commented 3 years ago

Got the same problem