Package Details: chromium-dev 126.0.6423.2-1

Git Clone URL: https://aur.archlinux.org/chromium-dev.git (read-only, click to copy)
Package Base: chromium-dev
Description: The open-source project behind Google Chrome (Dev Channel)
Upstream URL: http://www.chromium.org
Keywords: browser web
Licenses: BSD
Submitter: None
Maintainer: sl1pkn07
Last Packager: sl1pkn07
Votes: 160
Popularity: 0.019686
First Submitted: 2010-05-17 09:04 (UTC)
Last Updated: 2024-04-21 19:18 (UTC)

Required by (0)

Sources (13)

Latest Comments

« First ‹ Previous 1 .. 30 31 32 33 34 35 36 37 38 39 40 .. 152 Next › Last »

sl1pkn07 commented on 2016-10-01 11:05 (UTC)

i found a typo, try now

felixsanz commented on 2016-10-01 10:04 (UTC)

Well my installation is not broken as there is no installation at all. I can remove the entire chromium-dev folder, repeat, and same thing happens, so it's clearly an issue with the AUR package

NSDragon commented on 2016-09-30 22:07 (UTC)

For some reason makepkg isn't installing the makedepends for me at all (I have no idea why). After manually installing them all, chromium compiles just fine.

sl1pkn07 commented on 2016-09-30 19:24 (UTC)

Seems your instalación is Broken,because ninja is mandatory and is set in makedepends

felixsanz commented on 2016-09-30 19:02 (UTC)

$ ninja fish: Unknown command 'ninja'

sl1pkn07 commented on 2016-09-30 17:50 (UTC) (edited on 2016-09-30 17:51 (UTC) by sl1pkn07)

is strange, because this File "tools/gn/bootstrap/bootstrap.py", line 44, in check_call subprocess.check_call(cmd, cwd=GN_ROOT, **kwargs) launch this: ['ninja', '-C', '/tmp/tmpKAfkXT', '-v', 'gn'] are you sure have right installed ninja? is set in makedepends

felixsanz commented on 2016-09-30 16:02 (UTC)

yes, my disk have space and user have permissions to /tmp

NSDragon commented on 2016-09-30 15:17 (UTC)

I'm also unable to compile. /tmp has 7.9 GiB free, and I am able to write to it as a normal user. -> Starting building Chromium... Building gn manually in a temporary directory for bootstrapping... DEBUG:root:Running: /home/nsdragon/aur/chromium-dev/src/chromium-55.0.2873.4/build/write_buildflag_header.py --output base/allocator/features.h --gen-dir /tmp/tmpBGiRNA/gen --definitions /tmp/tmpBGiRNA/gen/base/allocator/features.h.tmp DEBUG:root:Running: /home/nsdragon/aur/chromium-dev/src/chromium-55.0.2873.4/build/write_buildflag_header.py --output base/debug/debugging_flags.h --gen-dir /tmp/tmpBGiRNA/gen --definitions /tmp/tmpBGiRNA/gen/base/debug/debugging_flags.h.tmp DEBUG:root:Running: ninja -C /tmp/tmpBGiRNA -v gn Traceback (most recent call last): File "tools/gn/bootstrap/bootstrap.py", line 750, in <module> sys.exit(main(sys.argv[1:])) File "tools/gn/bootstrap/bootstrap.py", line 120, in main return run_build(tempdir, options) File "tools/gn/bootstrap/bootstrap.py", line 71, in run_build build_gn_with_ninja_manually(tempdir, options) File "tools/gn/bootstrap/bootstrap.py", line 195, in build_gn_with_ninja_manually check_call(cmd) File "tools/gn/bootstrap/bootstrap.py", line 44, in check_call subprocess.check_call(cmd, cwd=GN_ROOT, **kwargs) File "/usr/lib/python2.7/subprocess.py", line 536, in check_call retcode = call(*popenargs, **kwargs) File "/usr/lib/python2.7/subprocess.py", line 523, in call return Popen(*popenargs, **kwargs).wait() File "/usr/lib/python2.7/subprocess.py", line 711, in __init__ errread, errwrite) File "/usr/lib/python2.7/subprocess.py", line 1343, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory ==> ERROR: A failure occurred in build(). Aborting...

sl1pkn07 commented on 2016-09-30 11:22 (UTC)

@LordAro try now sorry and greetings

LordAro commented on 2016-09-30 09:37 (UTC)

I agree, but even so I think the SRCINFO file should be a minimum subset of the dependencies, i.e. the ones that are guaranteed to be needed. Currently `makepkg --printsrcinfo` will be parsing the PKGBUILD based on your current install, rather than mine or anyone else's I wonder if pulseaudio could just be made an optional dependency, with the caveat of it having to be installed at compile time (which covers most cases, I think)