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 .. 22 23 24 25 26 27 28 29 30 31 32 .. 152 Next › Last »

sl1pkn07 commented on 2017-04-11 13:57 (UTC)

done

deathangel908 commented on 2017-04-11 13:54 (UTC) (edited on 2017-04-11 13:56 (UTC) by deathangel908)

Just in case someone faced with the issue below - reinstall 'python2-six': ----------- FAILED: gen/content/browser/tracing/about_tracing.js gen/content/browser/tracing/about_tracing.html /usr/bin/python2 ../../third_party/catapult/tracing/bin/generate_about_tracing_contents --outdir gen/content/browser/tracing Traceback (most recent call last): File "../../third_party/catapult/tracing/bin/generate_about_tracing_contents", line 14, in <module> sys.exit(generate_about_tracing_contents.Main(sys.argv[1:])) File "/run/media/andrew/ext4/chromium-dev/src/chromium-59.0.3063.4/third_party/catapult/tracing/tracing_build/generate_about_tracing_contents.py", line 32, in Main load_sequence = vulcanizer.CalcLoadSequenceForModuleNames(names) File "/run/media/andrew/ext4/chromium-dev/src/chromium-59.0.3063.4/third_party/catapult/third_party/py_vulcanize/py_vulcanize/project.py", line 138, in CalcLoadSequenceForModuleNames name in module_names] File "/run/media/andrew/ext4/chromium-dev/src/chromium-59.0.3063.4/third_party/catapult/third_party/py_vulcanize/py_vulcanize/resource_loader.py", line 140, in LoadModule m.Parse() File "/run/media/andrew/ext4/chromium-dev/src/chromium-59.0.3063.4/third_party/catapult/third_party/py_vulcanize/py_vulcanize/html_module.py", line 29, in Parse raise Exception('While parsing %s: %s' % (self.name, str(ex))) Exception: While parsing tracing.ui.extras.about_tracing.about_tracing: Couldn't find a tree builder with the features you requested: html5lib. Do you need to install a parser library ---------- >>> import bs4 >>> bs4.BeautifulSoup(html, 'html5lib') ---------- >>> import html5lib Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python2.7/site-packages/html5lib/__init__.py", line 16, in <module> from .html5parser import HTMLParser, parse, parseFragment File "/usr/lib/python2.7/site-packages/html5lib/html5parser.py", line 2, in <module> from six import with_metaclass, viewkeys, PY3 ImportError: cannot import name viewkeys -------------------

digitalone commented on 2017-04-03 09:52 (UTC)

vaapi patch still doesn't work for AMD/Radeon cards?

sl1pkn07 commented on 2017-03-25 17:08 (UTC)

@kasei Done @lordaro seems is problem of you helper

kasei commented on 2017-03-25 16:46 (UTC)

missing depend harfbuzz-icu?

LordAro commented on 2017-03-25 13:35 (UTC)

Found my issue - # Set Python2 path. mkdir -p python-path ln -sf /usr/bin/python2 "${srcdir}/python-path/python" export PATH="${srcdir}/python-path:$PATH" conflicts with msg2 "Make sure use Python2" find . -name '*.py' -exec sed -r 's|/usr/bin/python$|&2|g' -i {} + find . -name '*.py' -exec sed -r 's|/usr/bin/env python$|&2|g' -i {} + changing the symlink to python2 sorts the issue

prazola commented on 2017-03-19 12:05 (UTC)

Compiled OK with clang and vaapi patch, but only software backend for me. r9 390x radeonsi/amdgpu. Here the starting log: [CODE] chromium-dev [17819:17845:0319/130308.484427:ERROR:connection_factory_impl.cc(386)] Failed to connect to MCS endpoint with error -111 [17905:17905:0319/130308.557405:ERROR:sandbox_linux.cc(343)] InitializeSandbox() called with multiple threads in process gpu-process. Received signal 11 SEGV_MAPERR 000000000000 #0 0x55fc13c399b7 <unknown> #1 0x55fc13c3952f <unknown> #2 0x7f800af00fe0 <unknown> r8: 000055fc1b1b4c68 r9: 0000000000000000 r10: 0000000000000036 r11: 00007f7ff84252cc r12: 00007ffcf0a59470 r13: 000055fc1b1e25f0 r14: 000055fc1b1b4c68 r15: 000055fc1b1b4ba0 di: 000055fc1b037c50 si: 0000000000000000 bp: 00007ffcf0a59828 bx: 000055fc1b1b4c60 dx: 0000000000000000 ax: 000055fc1b037c50 cx: 0000000000000001 sp: 00007ffcf0a590e8 ip: 0000000000000000 efl: 0000000000010202 cgf: 002b000000000033 erf: 0000000000000014 trp: 000000000000000e msk: 0000000000000000 cr2: 0000000000000000 [end of stack trace] Calling _exit(1). Core file will not be generated. [17819:17845:0319/130308.560396:ERROR:browser_gpu_channel_host_factory.cc(113)] Failed to launch GPU process. [17819:17845:0319/130308.560424:ERROR:browser_gpu_channel_host_factory.cc(113)] Failed to launch GPU process. [17819:17845:0319/130308.560453:ERROR:browser_gpu_channel_host_factory.cc(113)] Failed to launch GPU process. [17819:17845:0319/130308.561244:ERROR:browser_gpu_channel_host_factory.cc(113)] Failed to launch GPU process. [17819:17845:0319/130308.561370:ERROR:browser_gpu_channel_host_factory.cc(113)] Failed to launch GPU process. [/CODE]

LordAro commented on 2017-03-12 12:07 (UTC)

Getting the following build failure (from a fresh git checkout) http://pastebin.com/riBUdhvC

sl1pkn07 commented on 2017-03-10 00:09 (UTC) (edited on 2017-03-25 17:09 (UTC) by sl1pkn07)

And others,like breeze-icons by KDE/plasma, neither of the two if rename the files/entry to chromium, this make conflicts with chromium from [extra] (if is already installed) and show nothing in plasma with breeze-icons set you can make a workground creating a symlink in your favorite icon set from chromium to chromium-dev greetings