Skip to content

win, build: remove superfluous error message#22580

Closed
bzoz wants to merge 1 commit into
nodejs:masterfrom
JaneaSystems:bartek-vcbuild-ifexists
Closed

win, build: remove superfluous error message#22580
bzoz wants to merge 1 commit into
nodejs:masterfrom
JaneaSystems:bartek-vcbuild-ifexists

Conversation

@bzoz

@bzoz bzoz commented Aug 29, 2018

Copy link
Copy Markdown
Contributor

When building from clean checkout, vcbuild will produce superfluous error message about missing .tmp_gyp_configure_stamp and .gyp_configure_stamp:

[vcvarsall.bat] Environment initialized for: 'x64'
Found MSVS version 15.0
Could Not Find (...)\node\.tmp_gyp_configure_stamp
Could Not Find (...)\node\.gyp_configure_stamp
configure  --with-pch --dest-cpu=x64
creating icu_config.gypi

This removes both those messages.

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

When building from clean checkout, `vcbuild` will produce superfluous
error message about missing .tmp_gyp_configure_stamp and
.gyp_configure_stamp. This removes both those messages.
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot nodejs-github-bot added build Issues and PRs related to build files or the CI. windows Issues and PRs related to the Windows platform. labels Aug 29, 2018
@bzoz

bzoz commented Aug 29, 2018

Copy link
Copy Markdown
Contributor Author

@BridgeAR

Copy link
Copy Markdown
Member

@nodejs/platform-windows @nodejs/build-files PTAL

@refack

refack commented Aug 31, 2018

Copy link
Copy Markdown
Contributor

@bzoz I'm kind of on a "add more comments" kick, so could you add comments as to why it's Ok to swallow the errors?

@refack

refack commented Aug 31, 2018

Copy link
Copy Markdown
Contributor

@addaleax

addaleax commented Sep 2, 2018

Copy link
Copy Markdown
Member

Landed in 86dc0ba

@addaleax addaleax closed this Sep 2, 2018
addaleax pushed a commit that referenced this pull request Sep 2, 2018
When building from clean checkout, `vcbuild` will produce superfluous
error message about missing .tmp_gyp_configure_stamp and
.gyp_configure_stamp. This removes both those messages.

PR-URL: #22580
Reviewed-By: Refael Ackermann <refack@gmail.com>
targos pushed a commit that referenced this pull request Sep 2, 2018
When building from clean checkout, `vcbuild` will produce superfluous
error message about missing .tmp_gyp_configure_stamp and
.gyp_configure_stamp. This removes both those messages.

PR-URL: #22580
Reviewed-By: Refael Ackermann <refack@gmail.com>
targos pushed a commit that referenced this pull request Sep 3, 2018
When building from clean checkout, `vcbuild` will produce superfluous
error message about missing .tmp_gyp_configure_stamp and
.gyp_configure_stamp. This removes both those messages.

PR-URL: #22580
Reviewed-By: Refael Ackermann <refack@gmail.com>
targos pushed a commit that referenced this pull request Sep 6, 2018
When building from clean checkout, `vcbuild` will produce superfluous
error message about missing .tmp_gyp_configure_stamp and
.gyp_configure_stamp. This removes both those messages.

PR-URL: #22580
Reviewed-By: Refael Ackermann <refack@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build Issues and PRs related to build files or the CI. windows Issues and PRs related to the Windows platform.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants