Dear community, Whenever I try to run "make-dist" (or the scripts calling it), it get stuck in the same place:
@angular/cli@10.1.6 postinstall /root/projects/ceph/src/pybind/mgr/dashboard/frontend/node_modules/@angular/cli node ./bin/postinstall/script.js
any idea? Yuval
On Tue, Oct 27, 2020 at 5:19 AM Yuval Lifshitz <ylifshit@redhat.com> wrote:
Dear community, Whenever I try to run "make-dist" (or the scripts calling it), it get stuck in the same place:
@angular/cli@10.1.6 postinstall /root/projects/ceph/src/pybind/mgr/dashboard/frontend/node_modules/@angular/cli node ./bin/postinstall/script.js
Same for me with master on f32. Running it with 'bash -x ./make-dist' shows it gets stuck on this line. + timeout 1h npm ci $ ps auwwx|grep -E "Tl\s" brad 3430738 11.3 0.4 1093920 298160 pts/2 Tl 10:11 0:35 npm brad 3431143 0.2 0.0 580236 60652 pts/2 Tl 10:13 0:00 node ./bin/postinstall/script.js The problem is that the process is being sent SIGTTOU because it is backgrounded but trying to read from stdin. Removing the 'timeout' wrapper we see this. "> @angular/cli@10.1.6 postinstall /home/brad/working/src/ceph/src/pybind/mgr/dashboard/frontend/node_modules/@angular/cli
node ./bin/postinstall/script.js
? Would you like to share anonymous usage data with the Angular Team at Google under Google’s Privacy Policy at https://policies.google.com/privacy? For more details and how to change this setting, see http://angular.io/analytics. (y/N)" This is the same issue as https://tracker.ceph.com/issues/47572 Fix posted to https://github.com/ceph/ceph/pull/37826 and awaiting review.
any idea?
Yuval _______________________________________________ Dev mailing list -- dev@ceph.io To unsubscribe send an email to dev-leave@ceph.io
-- Cheers, Brad
participants (2)
-
Brad Hubbard
-
Yuval Lifshitz