@mrturcot
Have you edited /etc/makepkg.conf accordingly? If so, maybe you have a makepkg.conf file in your home directory somewhere not letting you build.
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: | 350 |
Popularity: | 3.03 |
First Submitted: | 2016-12-19 08:08 (UTC) |
Last Updated: | 2024-12-07 14:44 (UTC) |
« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 .. 66 Next › Last »
@mrturcot
Have you edited /etc/makepkg.conf accordingly? If so, maybe you have a makepkg.conf file in your home directory somewhere not letting you build.
Yeah no dice it still has same error as before and build fails almost right away after it starts...
Try installing the devtools package, paru should pick that up and build in an isolated environment or otherwise you can also use the extra-x86_64-build command manually.
@JstKddng - I tried using paru and makepkg, both fail with same error as @smokeinbrain
'error: clang++: error: unknown argument: '-fvar-tracking-assignments' ninja: build stopped: subcommand failed. ==> ERROR: A failure occurred in build(). Aborting...'
@smokeinbrain
try to use makepkg instead of pamac. I've tested building on my pc and I found a makepkg.conf.pacnew files with the new changes, after merging them I was able to build without a problem.
@monarc99 After editing /etc/makepkg.conf I have run pamac clean ----build-files And then run pamac install ungoogled-chromium. I'm still getting same error: clang++: error: unknown argument: '-fvar-tracking-assignments' ninja: build stopped: subcommand failed. ==> ERROR: A failure occurred in build(). Aborting...
@monarc99 I'm having the same issue. I made sure to do a clean build and I'm getting the following error:
[23246/48981] ACTION //components/url_formatter/spoof_checks/top_domains:generate_top_domain_list_variables_file(//build/toolchain/linux/unbundle:default)
FAILED: gen/components/url_formatter/spoof_checks/top_domains/top500-domains-inc.cc
python3 ../../build/gn_run_binary.py make_top_domain_list_variables ../../components/url_formatter/spoof_checks/top_domains/domains.list top500_domains gen/components/url_formatter/spoof_checks/top_domains/top500-domains-inc.cc
make_top_domain_list_variables failed with exit code -4
[23271/48981] ACTION //third_party/blink/public/mojom:mojom_platform_blink__generator(//build/toolchain/linux/unbundle:default)
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
Aborting...
@smokeinbrain did you removed your whole build directory (src) ? the build files must be recreated after changing the flags.
@monarc99 disabling the debug vars in /etc/makepkg.conf did not work for me. Have anyone fixed this problem? Thanks
@T_Robertson @noahvogt
You have to do a clean build everytime
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