Aaand the pain is back. Getting this compile failure, anyone by chance has seen it?
[4709/46201] ACTION //extensions/browser/api/declarative_net_request/flat:extension_ruleset_gen(//build/toolchain/linux/unbundle:default) FAILED: gen/extensions/browser/api/declarative_net_request/flat/extension_ruleset_generated.h python ../../build/gn_run_binary.py flatc -c --keep-prefix -o gen/extensions/browser/api/declarative_net_request/flat -I ../../../../extensions/browser/api/declarative_net_request/flat/extension_ruleset.fbs flatc failed with exit code -5 [4718/46201] ACTION //third_party/blink/renderer/bindings:generate_bindings_all(//build/toolchain/linux/unbundle:default) ninja: build stopped: subcommand failed.
Somehow flatc errors out with dmesg
[ 6112.383083] traps: flatc[78048] trap int3 ip:557fb00a7deb sp:7ffded8a02a8 error:0 in flatc[557fb00a7000+2f2000]
gdb says
(gdb) r Starting program: /home/bsdice/tmp/packages/ungoogled-chromium/ungoogled-chromium/src/chromium-89.0.4389.128/out/Release/flatc -c --keep-prefix -o gen/extensions/browser/api/declarative_net_request/flat -I ../../ ../../extensions/browser/api/declarative_net_request/flat/extension_ruleset.fbs [Thread debugging using libthread_db enabled] Using host libthread_db library "/usr/lib/libthread_db.so.1". Program received signal SIGTRAP, Trace/breakpoint trap. 0x00005555555b7deb in flatbuffers::GenerateCPP(flatbuffers::Parser const&, std::__cxx11::basic_string<char, std::char_traits\<char>, std::allocator\<char> > const&, std::__cxx11::basic_string<char, std::char_traits\<char>, std::allocator\<char> > const&) () (gdb) bt
<h1>0 0x00005555555b7deb in flatbuffers::GenerateCPP(flatbuffers::Parser const&, std::__cxx11::basic_string<char, std::char_traits\<char>, std::allocator\<char> > const&, std::__cxx11::basic_string<char, std::char_traits\<char>, std::allocator\<char> > const&) ()</h1> <h1>1 0x00005555555f23ff in flatbuffers::FlatCompiler::Compile(int, char const**) ()</h1> <h1>2 0x00005555555b817d in main ()</h1>
Also, please stop using the system's icu lib. Chromium should not break whenever they decide to publish a new release. Breaks the browser every single time. With Chromium needing exploit updating as frequently as it does, if a new icu lib is necessary, let Chromium handle it internally. FWIW IMHO get rid of any external dependency, if it does not bring something like a crucial feature to the table (hardware playback acceleration, better rendering, etc.). Everyone using this package that lived through MS Windows' "DLL hell" is having a deja vu. ;-)
Pinned Comments
JstKddng commented on 2022-05-06 14:37 (UTC) (edited on 2022-06-27 13:48 (UTC) by JstKddng)
A new va-api patch for wayland has been added. Required flags for it to work are the following, thanks to @acidunit
JstKddng commented on 2020-07-19 06:34 (UTC)
You can get prebuilt binaries here:
https://github.com/ungoogled-software/ungoogled-chromium-archlinux#binary-downloads
seppia commented on 2018-12-12 21:34 (UTC)
Please do NOT flag this package as out of date in relation to official chromium releases.
This is NOT Google Chromium and new releases come after additional work of the ungoogled-chromium contributors, so they may not be ready, nor available for days or even weeks after a new version of official chromium is released.
Please refer to https://github.com/Eloston/ungoogled-chromium/tags for ungoogled-chromium releases. Use those and please flag this package as out of date only if a newer release is present there. I will update the PKGBUILD as soon as I can every time a new release comes out.
Thanks