Update node to 12.22.1
Closes #40395 (closed).
Merge request reports
Activity
added Needs Review label
requested review from @gk
assigned to @boklm
So, I picked f1f4381a on top of 6c734ebc to test the dependency check script. But here is what I get:
gk@tb-build-03:~/tor-browser-build$ make list_toolchain_updates-firefox-linux git submodule update --init ./rbm/rbm build firefox --step list_toolchain_updates --target nightly --target torbrowser-linux-x86_64 Created /home/gk/tor-browser-build/tmp/rbm-_VXREc/rbm-_ELzd/firefox-88cddfb5defb.tar.gz Can't exec "/home/gk/tor-browser-build/tmp/rbm-_VXREc/rbm-_ELzd/list_toolchain_updates": No such file or directory at rbm/lib/RBM.pm line 991. Error running list_toolchain_updates
I wonder what I do wrong. Any ideas @boklm (I still have the debug shell open)?
gk@tb-build-03:~/tor-browser-build$ make list_toolchain_updates-firefox-linux git submodule update --init ./rbm/rbm build firefox --step list_toolchain_updates --target nightly --target torbrowser-linux-x86_64 Created /home/gk/tor-browser-build/tmp/rbm-_VXREc/rbm-_ELzd/firefox-88cddfb5defb.tar.gz Can't exec "/home/gk/tor-browser-build/tmp/rbm-_VXREc/rbm-_ELzd/list_toolchain_updates": No such file or directory at rbm/lib/RBM.pm line 991. Error running list_toolchain_updates
I wonder what I do wrong. Any ideas @boklm (I still have the debug shell open)?
Hmm, maybe you don't have a
/usr/bin/bash
on your system? (which is what we use inprojects/common/list_toolchain_updates
)Maybe we should use
/bin/bash
instead.boklm (@boklm):
boklm commented on a discussion: !377 (comment 2766380)
gk@tb-build-03:~/tor-browser-build$ make list_toolchain_updates-firefox-linux git submodule update --init ./rbm/rbm build firefox --step list_toolchain_updates --target nightly --target torbrowser-linux-x86_64 Created /home/gk/tor-browser-build/tmp/rbm-_VXREc/rbm-_ELzd/firefox-88cddfb5defb.tar.gz Can't exec "/home/gk/tor-browser-build/tmp/rbm-_VXREc/rbm-_ELzd/list_toolchain_updates": No such file or directory at rbm/lib/RBM.pm line 991. Error running list_toolchain_updates
I wonder what I do wrong. Any ideas @boklm (I still have the debug shell open)?
Hmm, maybe you don't have a
/usr/bin/bash
on your system? (which is what we use inprojects/common/list_toolchain_updates
)Maybe we should use
/bin/bash
instead.Well, on
tb-build-03
there is indeed only/bin/bash
and using that instead seems to work. So, maybe we should use that instead? I am fine doing that in a different ticket and leave that one just for the node update.
added Needs Information label and removed Needs Review label
mentioned in issue #40402 (closed)
mentioned in commit gk/tor-browser-build@5d2068aa
mentioned in merge request !381 (merged)
mentioned in commit gk/tor-browser-build@200d441a
mentioned in commit aguestuser/tor-browser-build@29199412