just compiled 90.0.4430.85-1 with -march=native -mtune=native -O2 and everything is great.
@JstKddng I really appreciate all your effort. ☮
Git Clone URL: | https://aur.archlinux.org/ungoogled-chromium.git (read-only, click to copy) |
---|---|
Package Base: | ungoogled-chromium |
Description: | A lightweight approach to removing Google web service dependency |
Upstream URL: | https://github.com/ungoogled-software/ungoogled-chromium |
Keywords: | blink browser privacy web |
Licenses: | BSD-3-Clause |
Conflicts: | chromedriver, chromium |
Provides: | chromedriver, chromium |
Submitter: | ilikenwf |
Maintainer: | JstKddng (networkException) |
Last Packager: | networkException |
Votes: | 352 |
Popularity: | 4.04 |
First Submitted: | 2016-12-19 08:08 (UTC) |
Last Updated: | 2024-11-20 21:14 (UTC) |
« First ‹ Previous 1 .. 17 18 19 20 21 22 23 24 25 26 27 .. 66 Next › Last »
just compiled 90.0.4430.85-1 with -march=native -mtune=native -O2 and everything is great.
@JstKddng I really appreciate all your effort. ☮
@JstKddng Is it because you updated PKGBUILD to .85 instead of .93?
Now I also get this error although I use latest docker image to build.
@eq891
I'm still alive here, I just talk more on github. I have the update to v90 available but with this compilation problem I don't see a reason to update until it can be fixed.
@JstKddng Are you still alive? It seems we will need to get ungoogled from other sources. For example Flathub. Can't be helped.
@lahwaacz that is absolutely not the case, see: https://github.com/ungoogled-software/ungoogled-chromium-archlinux/issues/123
@SirNapkin @bsdice when a shared library breaks and I don't have time to recompile, I always check AUR first for the pinned version needed. I held off on rebuilding v89 for a few days because icu68
had been available since 2021-04-18
@JuniorJPDJ Most likely you don't have enough RAM to build chromium with the default number of CPU threads. See this comment and this comment (and also the adjacent comments) for hints on how to solve this.
I cannot build latest version:
[4936/44931] ACTION //components/subresource_filter/core/common/flat:indexed_ruleset_gen(//build/toolchain/linux/unbundle:default)
FAILED: gen/components/subresource_filter/core/common/flat/indexed_ruleset_generated.h
python ../../build/gn_run_binary.py flatc -c --keep-prefix -o gen/components/subresource_filter/core/common/flat -I ../../ ../../components/subresource_filter/core/common/flat/indexed_ruleset.fbs
flatc failed with exit code -5
[4945/44931] ACTION //third_party/blink/renderer/bindings:generate_bindings_all(//build/toolchain/linux/unbundle:default)
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
Anyone having similar error?
@SirNapkin the shared library issue happens to me every time one of the depends is upgraded on my system. You have to recompile it with the latest packages in that case. Alternatively, you could downgrade the depends to the versions used in the build.
Regarding the compiling, it used to error out on me when I tried to build this locally on my Thinkpad X200 laptop. Not enough system resources I think. Now I do it remotely on Linode (Dedicated CPU) and it works perfectly.
It appears I am also getting the same error as everyone else. First error accessing a shared library when starting the browser, so I reinstalled and can't even compile! And the binaries give the aforementioned error...
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