brave/muon

Question: What GN flags uses muon binaries

HotelBellaMuerte opened this issue · 0 comments

When i open brave browser i got many lines asking orphan files (but brave works )

[6:12:0312/213244.732731:ERROR:address_tracker_linux.cc(174)] Could not bind NETLINK socket: La dirección ya se está usando (98)
[35:35:0312/213245.867068:ERROR:gl_implementation.cc(292)] Failed to load /usr/lib/brave-snapshot-bin/swiftshader/libGLESv2.so: /usr/lib/brave-snapshot-bin/swiftshader/libGLESv2.so: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio
[35:35:0312/213246.089475:ERROR:viz_main_impl.cc(196)] Exiting GPU process due to errors during initialization
[44:44:0312/213246.167955:ERROR:gl_implementation.cc(292)] Failed to load /usr/lib/brave-snapshot-bin/swiftshader/libGLESv2.so: /usr/lib/brave-snapshot-bin/swiftshader/libGLESv2.so: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio
[44:44:0312/213246.183112:ERROR:viz_main_impl.cc(196)] Exiting GPU process due to errors during initialization
[53:53:0312/213246.249441:ERROR:gl_implementation.cc(292)] Failed to load /usr/lib/brave-snapshot-bin/swiftshader/libGLESv2.so: /usr/lib/brave-snapshot-bin/swiftshader/libGLESv2.so: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio
[53:53:0312/213246.268097:ERROR:viz_main_impl.cc(196)] Exiting GPU process due to errors during initialization
[61:61:0312/213246.353527:ERROR:gl_implementation.cc(292)] Failed to load /usr/lib/brave-snapshot-bin/swiftshader/libGLESv2.so: /usr/lib/brave-snapshot-bin/swiftshader/libGLESv2.so: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio
[61:61:0312/213246.366071:ERROR:viz_main_impl.cc(196)] Exiting GPU process due to errors during initialization
[6:29:0312/213246.386339:ERROR:browser_gpu_channel_host_factory.cc(121)] Failed to launch GPU process.
Crash reporting disabled
[6:29:0312/213250.359843:ERROR:browser_gpu_channel_host_factory.cc(121)] Failed to launch GPU process.
[6:6:0312/213250.383732:ERROR:gpu_process_transport_factory.cc(1009)] Lost UI shared context.
[6:6:0312/213253.625680:ERROR:CONSOLE(1)] "(node) warning: possible EventEmitter memory leak detected. %d listeners added. Use emitter.setMaxListeners() to increase limit.", source: chrome://brave/usr/lib/brave-snapshot-bin/resources/app.asar/app/extensions/brave/gen/app.entry.js (1)
[6:6:0312/213253.625744:ERROR:CONSOLE(1)] "(node) warning: possible EventEmitter memory leak detected. %d listeners added. Use emitter.setMaxListeners() to increase limit.", source: chrome://brave/usr/lib/brave-snapshot-bin/resources/app.asar/app/extensions/brave/gen/app.entry.js (1)
Error retrieving promotion Error: HTTP response 404 for GET /v1/grants?lang=en-US

At my chromium build i got cleaner logs

`[6:16:0312/213710.137445:ERROR:address_tracker_linux.cc(175)] Could not bind NETLINK socket: La dirección ya se está usando (98)
[46:46:0312/213711.679992:ERROR:sandbox_linux.cc(379)] InitializeSandbox() called with multiple threads in process gpu-process.
`

What GN flags + Systen libs has muon (as brave) ?

i use this

System libs

  #[ffmpeg]=ffmpeg           # https://crbug.com/731766
  [flac]=flac
  #[freetype]=freetype2      # https://crbug.com/pdfium/733
  #[harfbuzz-ng]=harfbuzz-icu
  #[icu]=icu
  [libdrm]=
  [libjpeg]=libjpeg
  #[libpng]=libpng           # https://crbug.com/752403#c10
  #[libvpx]=libvpx           # https://bugs.gentoo.org/611394
  [libwebp]=libwebp
  [libxml]=libxml2
  [libxslt]=libxslt
  [opus]=opus
  [re2]=re2
  [snappy]=snappy
  [yasm]=
  #[zlib]=minizip

GN FLAGS


    'symbol_level=0'
    'is_debug=false'
    'fatal_linker_warnings=false'
    'treat_warnings_as_errors=false'
    'fieldtrial_testing_like_official_build=true'
    'remove_webcore_debug_symbols=true'
    'ffmpeg_branding="Chrome"'
    'proprietary_codecs=true'
    'link_pulseaudio=true'
    'use_gnome_keyring=false'
    'use_gold=false'
    'use_sysroot=false'
    'linux_use_bundled_binutils=false'
    'use_custom_libcxx=false'
    'use_system_libjpeg=true'
    'use_vaapi=false'
    'enable_hangout_services_extension=false'
    'enable_widevine=false'
    'enable_webrtc=true'
    'enable_nacl=false'
    'enable_swiftshader=false'
    'enable_nacl_nonsfi=false'
    'enable_google_now=false'
    'enable_print_preview=true'
    'enable_remoting=false'
    'use_lld=false'