Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Constant "generating system asset: symbol_lists/<hash>" in build #18622

Open
juj opened this issue Jan 28, 2023 · 2 comments
Open

Constant "generating system asset: symbol_lists/<hash>" in build #18622

juj opened this issue Jan 28, 2023 · 2 comments

Comments

@juj
Copy link
Collaborator

juj commented Jan 28, 2023

After updating recently, I keep getting these prints

cache:INFO: generating system asset: symbol_lists/4b1c671fb19fde79292783da0799997fdd1b96c4.txt... (this will be cached in "C:\emsdk\emscripten\main\cache\symbol_lists\4b1c671fb19fde79292783da0799997fdd1b96c4.txt" for subsequent builds)
cache:INFO:  - ok

in my builds, which looks like unnecessary noise. Can those be avoided?

@sbc100
Copy link
Collaborator

sbc100 commented Jan 28, 2023

Yes, we should try to do that. We have another user report issues with that too: #18607

I wonder if we should just turn of all "INFO:" messages by default.

@sbc100
Copy link
Collaborator

sbc100 commented Jan 28, 2023

Specifically regarding those symbol_lists, they do get cached so should only happen the first time you build with a given set of flags. We should still probably not print that info though.

sbc100 added a commit that referenced this issue Mar 28, 2023
By default we don't want random messages such as `cache:INFO: generating
system asset:` from appearing on stdout.

EMCC_DEBUG and EMCC_VERBOSE can be used enable more info.

Fixes: #18622, #18607
sbc100 added a commit that referenced this issue Mar 28, 2023
By default we don't want random messages such as `cache:INFO: generating
system asset:` from appearing on stdout.

EMCC_DEBUG and EMCC_VERBOSE can be used enable more info.

Fixes: #18622, #18607
sbc100 added a commit that referenced this issue Mar 28, 2023
By default we don't want random messages such as `cache:INFO: generating
system asset:` from appearing on stdout.

EMCC_DEBUG and EMCC_VERBOSE can be used enable more info.

Fixes: #18622, #18607
sbc100 added a commit that referenced this issue Jun 5, 2023
This can be useful when running tests that want to check the stderr
of emscripten.

This was suggested as an aternative to #19085 and should fix #18607 but
maybe isn't quite right to solve #18622.

Fixes: #19085
sbc100 added a commit that referenced this issue Jun 5, 2023
This can be useful when running tests that want to check the stderr
of emscripten.

This was suggested as an aternative to #19085 and should fix #18607 but
maybe isn't quite right to solve #18622.

Fixes: #19085
sbc100 added a commit that referenced this issue Jun 6, 2023
This can be useful when running tests that want to check the stderr
of emscripten.

This was suggested as an aternative to #19085 and should fix #18607 but
maybe isn't quite right to solve #18622.

Fixes: #19085
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants