Skip to content

Conversation

@thefourtheye
Copy link
Contributor

This reverts commit 5d8373a.

Fixes: #23255


cc @refack@devsnek@targos

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

@nodejs-github-botnodejs-github-bot added build Issues and PRs related to build files or the CI. tools Issues and PRs related to the tools directory. labels Oct 4, 2018
@danbev
Copy link
Contributor

Could this be fast-tracked? If you think so please add a 👍

@thefourtheye
Copy link
ContributorAuthor

As per @danbev's comment #23255 (comment), make clean fixes this problem.

@thefourtheyethefourtheye deleted the unblock-local-make branch October 4, 2018 08:35
@cjihrigcjihrig mentioned this pull request Oct 4, 2018
@thefourtheyethefourtheye restored the unblock-local-make branch October 4, 2018 13:39
@thefourtheye
Copy link
ContributorAuthor

Reopening as per #23255 (comment). Even my rebuild after make clean stopped responding.

@refack
Copy link
Contributor

Well, back to the drawing board for me 🤷‍♂️

@refackrefack added the regression Issues related to regressions. label Oct 4, 2018
@refack
Copy link
Contributor

@addaleaxaddaleax added the fast-track PRs that do not need to wait for 48 hours to land. label Oct 4, 2018
@addaleax
Copy link
Member

Landed in 17a0cd2

@addaleaxaddaleax closed this Oct 4, 2018
addaleax pushed a commit that referenced this pull request Oct 4, 2018
This reverts commit 5d8373a. Fixes: #23255 PR-URL: #23257 Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
@devsnek
Copy link
Member

This hasn't fixed the problem for me :(

@danbev
Copy link
Contributor

@devsnek Just wanted to ask if you have done another make clean. I ran into this once more yesterday after updating master (I'm not exactly sure but I think it was after 9800fd7). After doing a make clean I've not seen it again. This might just be a coincidence but my thinking was that perhaps one of the generated makefiles was stale in some way (missing dependency or something like) causing this and was the reason I did a clean again. I'm on mac by the way just incase that might matter.

targos pushed a commit that referenced this pull request Oct 5, 2018
This reverts commit 5d8373a. Fixes: #23255 PR-URL: #23257 Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
@targostargos mentioned this pull request Oct 10, 2018
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

buildIssues and PRs related to build files or the CI.fast-trackPRs that do not need to wait for 48 hours to land.regressionIssues related to regressions.toolsIssues and PRs related to the tools directory.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

make with -j hangs

7 participants

@thefourtheye@nodejs-github-bot@danbev@refack@addaleax@devsnek@cjihrig