FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

tools: don't print gold linker warning w/o flag by MylesBorins · Pull Request #35955 · nodejs/node · GitHub

/ node Public

tools: don't print gold linker warning w/o flag - #35955

Closed
MylesBorins wants to merge 1 commit into
nodejs:masterfrom
MylesBorins:limit-configure-section-file
Closed

tools: don't print gold linker warning w/o flag#35955
MylesBorins wants to merge 1 commit into
nodejs:masterfrom
MylesBorins:limit-configure-section-file

Conversation

Copy link
Copy Markdown
Contributor

Currently configure_section_file is called even if the appropriate
flag has not been passed which is causing a warning to be printed
on all calls to configure without the flag.

Only call configure_section_file if --limit-configure-section-file
has been passed to configure.

Fixes: #35872

nodejs-github-bot added the build Issues and PRs related to build files or the CI. label Nov 4, 2020
MylesBorins added the request-ci Add this label to start a Jenkins CI on a PR. label Nov 4, 2020
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Nov 4, 2020

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Member

I think you meant --use-section-ordering-file instead of --limit-configure-section-file in the commit message?

Comment thread configure.py Outdated
MylesBorins force-pushed the limit-configure-section-file branch from 31563ac to c275e6d Compare November 4, 2020 05:32

Copy link
Copy Markdown
Contributor Author

@joyeecheung I opted to instead surpress the warning if the flag hasn't been passed. Thoughts?

MylesBorins changed the title tools: don't call configure_section_file without flag tools: don't print gold linker warning w/o flag Nov 4, 2020
Trott added the python PRs and issues that require attention from people who are familiar with Python. label Nov 4, 2020
MylesBorins added the request-ci Add this label to start a Jenkins CI on a PR. label Nov 5, 2020
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Nov 5, 2020

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Currently warning is printed called even if the selection ordering flag
has not been passed.

Only print warning if `--limit-configure-section-file`
has been passed to configure.

Fixes: nodejs#35872
MylesBorins force-pushed the limit-configure-section-file branch from c275e6d to 9d48454 Compare November 6, 2020 19:35

Copy link
Copy Markdown
Contributor Author

don't know what's going on with CI, all failures unrelated. Rebasing against master and trying again. For those who have signed off already there have been 0 changes to the change since the reviewes

MylesBorins added the request-ci Add this label to start a Jenkins CI on a PR. label Nov 6, 2020
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Nov 6, 2020

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

richardlau added the commit-queue Add this label to land a pull request using GitHub Actions. label Nov 7, 2020
github-actions Bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Nov 7, 2020

github-actions Bot commented Nov 7, 2020

Copy link
Copy Markdown
Contributor

Landed in cef1444...115722b

github-actions Bot closed this Nov 7, 2020
nodejs-github-bot pushed a commit that referenced this pull request Nov 7, 2020
Currently warning is printed called even if the selection ordering flag
has not been passed.

Only print warning if `--limit-configure-section-file`
has been passed to configure.

Fixes: #35872

PR-URL: #35955
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
danielleadams pushed a commit that referenced this pull request Nov 9, 2020
Currently warning is printed called even if the selection ordering flag
has not been passed.

Only print warning if `--limit-configure-section-file`
has been passed to configure.

Fixes: #35872

PR-URL: #35955
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
danielleadams mentioned this pull request Nov 9, 2020
BethGriggs pushed a commit that referenced this pull request Dec 9, 2020
Currently warning is printed called even if the selection ordering flag
has not been passed.

Only print warning if `--limit-configure-section-file`
has been passed to configure.

Fixes: #35872

PR-URL: #35955
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
BethGriggs pushed a commit that referenced this pull request Dec 10, 2020
Currently warning is printed called even if the selection ordering flag
has not been passed.

Only print warning if `--limit-configure-section-file`
has been passed to configure.

Fixes: #35872

PR-URL: #35955
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
BethGriggs mentioned this pull request Dec 10, 2020
BethGriggs pushed a commit that referenced this pull request Dec 15, 2020
Currently warning is printed called even if the selection ordering flag
has not been passed.

Only print warning if `--limit-configure-section-file`
has been passed to configure.

Fixes: #35872

PR-URL: #35955
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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. python PRs and issues that require attention from people who are familiar with Python.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Noisy warning in configure: WARNING: No acceptable ld.gold linker found!

6 participants


Back | FazBrowse Home | New Git URL