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 .. 31 32 33 34 35 36 37 38 39 40 41 .. 152 Next › Last »

sl1pkn07 commented on 2016-09-30 09:14 (UTC)

Then the problem is pacaur, because the pkgbuild iself detect if you have installed PulseAudio, then add it to depends automatically Try to build with makepkg

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

pacaur is trying to get me to install pulseaudio as a dependency of chromium-dev, i believe because it's been added to .SRCINFO, can it (and other optional dependencies) be removed?

sl1pkn07 commented on 2016-09-30 07:49 (UTC) (edited on 2016-09-30 07:50 (UTC) by sl1pkn07)

have you space in /tmp? can you write anything in /tmp as user? because: -> Starting building Chromium... Building gn manually in a temporary directory for bootstrapping... DEBUG:root:Running: /tmp/makepkg/chromium-dev/src/chromium-55.0.2873.4/build/write_buildflag_header.py --output base/allocator/features.h --gen-dir /tmp/tmphiecKP/gen --definitions /tmp/tmphiecKP/gen/base/allocator/features.h.tmp DEBUG:root:Running: /tmp/makepkg/chromium-dev/src/chromium-55.0.2873.4/build/write_buildflag_header.py --output base/debug/debugging_flags.h --gen-dir /tmp/tmphiecKP/gen --definitions /tmp/tmphiecKP/gen/base/debug/debugging_flags.h.tmp DEBUG:root:Running: ninja -C /tmp/tmphiecKP -v gn ninja: Entering directory `/tmp/tmphiecKP' [1/330] /tmp/makepkg/chromium-dev/src/chromium-55.0.2873.4/third_party/llvm-build/Release+Asserts/bin/clang -Qunused-arguments -MMD -MF base/third_party/libevent/evbuffer.o.d -I/tmp/tmphiecKP/gen -I/tmp/makepkg/chromium-dev/src/chromium-55.0.2873.4 -I/tmp/makepkg/chromium-dev/src/chromium-55.0.2873.4/base/third_party/libevent/linux -march=native -O2 -pipe -fstack-protector-strong -DNO_TCMALLOC -O2 -g0 -D_FILE_OFFSET_BITS=64 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -pthread -pipe -fno-exceptions -march=native -O2 -pipe -fstack-protector-strong -DNO_TCMALLOC -O2 -g0 -D_FILE_OFFSET_BITS=64 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -pthread -pipe -fno-exceptions -DHAVE_CONFIG_H -c /tmp/makepkg/chromium-dev/src/chromium-55.0.2873.4/base/third_party/libevent/evbuffer.c -o base/third_party/libevent/evbuffer.o [2/330] /tmp/makepkg/chromium-dev/src/chromium-55.0.2873.4/third_party/llvm-build/Release+Asserts/bin/clang -Qunused-arguments -MMD -MF base/third_party/libevent/evutil.o.d -I/tmp/tmphiecKP/gen -I/tmp/makepkg/chromium-dev/src/chromium-55.0.2873.4 -I/tmp/makepkg/chromium-dev/src/chromium-55.0.2873.4/base/third_party/libevent/linux -march=native -O2 -pipe -fstack-protector-strong -DNO_TCMALLOC -O2 -g0 -D_FILE_OFFSET_BITS=64 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -pthread -pipe -fno-exceptions -march=native -O2 -pipe -fstack-protector-strong -DNO_TCMALLOC -O2 -g0 -D_FILE_OFFSET_BITS=64 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -pthread -pipe -fno-exceptions -DHAVE_CONFIG_H -c /tmp/makepkg/chromium-dev/src/chromium-55.0.2873.4/base/third_party/libevent/evutil.c -o base/third_party/libevent/evutil.o

felixsanz commented on 2016-09-30 05:31 (UTC)

@sl1pkn07 i've seen that you uploaded another version, but it still doesn't compile. -> Starting building Chromium... Building gn manually in a temporary directory for bootstrapping... DEBUG:root:Running: /home/me/builds/chromium-dev/src/chromium-55.0.2873.4/build/write_buildflag_header.py --output base/allocator/features.h --gen-dir /tmp/tmpad8LG8/gen --definitions /tmp/tmpad8LG8/gen/base/allocator/features.h.tmp DEBUG:root:Running: /home/me/builds/chromium-dev/src/chromium-55.0.2873.4/build/write_buildflag_header.py --output base/debug/debugging_flags.h --gen-dir /tmp/tmpad8LG8/gen --definitions /tmp/tmpad8LG8/gen/base/debug/debugging_flags.h.tmp DEBUG:root:Running: ninja -C /tmp/tmpad8LG8 -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-28 18:35 (UTC) (edited on 2016-09-29 07:38 (UTC) by sl1pkn07)

nope. because ncurses-compat-libs is used only in exclusively by bundled clang, and clang is only for make, not for runtime and about icudat, you can wait a little time? the new version is out and now is in test/build greetings edited

felixsanz commented on 2016-09-28 18:22 (UTC)

Fixed that issue installing ncurses5-compat-libs, thanks! But... shouldn't ncurses5-compat-libs be a dep of chromium-dev? Anyway, it still doesn't compile, now this: ninja: Entering directory `out/Release' ninja: error: '../../third_party/icu/common/icudtl.dat', needed by 'icudtl.dat', missing and no known rule to make it ==> ERROR: A failure occurred in build(). Aborting...

sl1pkn07 commented on 2016-09-28 17:11 (UTC)

@felixsanz try again

joekiller commented on 2016-09-28 14:11 (UTC) (edited on 2016-09-28 14:21 (UTC) by joekiller)

@felixsanz libtinfo has moved on to .6. To get .5 you can install ncurses5-compat-libs. Note that to install that package you must import the author's key first. IE: gpg --keyserver pgp.mit.edu --recv-keys 702353E0F7E48EDB It should compile then. I had the same problem.

felixsanz commented on 2016-09-28 06:41 (UTC)

@sl1pkn07 same error :(

sl1pkn07 commented on 2016-09-28 04:14 (UTC)

@felixsanz try now