Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 888767

Summary: www-client/firefox-102.6.0 - annoying output at terminal if started with a filename as a parameter
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Mozilla Gentoo Team <mozilla>
Status: CONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Toralf Förster gentoo-dev 2022-12-28 17:30:22 UTC
date > /tmp/date.txt; firefox /tmp/date.txt


yields to:


ATTENTION: default value of option mesa_glthread overridden by environment.
ATTENTION: default value of option mesa_glthread overridden by environment.
ATTENTION: default value of option mesa_glthread overridden by environment.
ATTENTION: default value of option mesa_glthread overridden by environment.
Missing chrome or resource URL: resource://gre/modules/UpdateListener.jsm
Missing chrome or resource URL: resource://gre/modules/UpdateListener.sys.mjs
Missing chrome or resource URL: resource://gre/modules/UpdateListener.jsm
Missing chrome or resource URL: resource://gre/modules/UpdateListener.sys.mjs



The first 4 lines can be avoided by 
    export MESA_DEBUG=silent
Maybe worth to add this tweak to the environment by the ebuild ?

But the next 4 lines will still occur and are annoying IMO.
Any chance to suppress them (by another env var) ?
Comment 1 Joonas Niilola gentoo-dev 2023-01-04 11:09:42 UTC
Hmmmm sure I think some of these could be tied behind "debug" use flag.