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 .. 34 35 36 37 38 39 40 41 42 43 44 .. 152 Next › Last »

uzer commented on 2016-09-06 18:56 (UTC) (edited on 2016-09-06 18:57 (UTC) by uzer)

@sl1pkn07 The package builds now, but I'm running into a similar issue that LordAro described: $ chromium-dev Received signal 4 ILL_ILLOPN 555f2a4644e1 #0 0x555f26453407 <unknown> #1 0x7fb2e43b2080 <unknown> #2 0x555f2a4644e1 <unknown> #3 0x555f270812b0 <unknown> #4 0x555f2708181f <unknown> #5 0x555f2707f6b2 <unknown> #6 0x555f2708023d <unknown> #7 0x555f2779dc59 <unknown> #8 0x555f2779a550 <unknown> #9 0x555f277853ef <unknown> #10 0x555f27784f8c <unknown> #11 0x555f294d3e3b <unknown> #12 0x555f294d68e3 <unknown> #13 0x555f294cf8c9 <unknown> #14 0x555f294cf087 <unknown> #15 0x555f2a89e9ef <unknown> #16 0x555f26f19395 <unknown> #17 0x555f264c0014 <unknown> #18 0x555f2a90548b <unknown> #19 0x555f2a90444c <unknown> #20 0x555f264c0014 <unknown> #21 0x555f2646e6f4 <unknown> #22 0x555f2646ea38 <unknown> #23 0x555f2646eddb <unknown> #24 0x555f2647063a <unknown> #25 0x555f264874eb <unknown> #26 0x555f2646dbf7 <unknown> #27 0x555f294f6bd5 <unknown> #28 0x555f264218bb <unknown> #29 0x555f26422883 <unknown> #30 0x555f26421460 <unknown> #31 0x555f25fc9b37 ChromeMain #32 0x7fb2d9d33291 __libc_start_main #33 0x555f25fc99da _start r8: 0000000000000000 r9: 0000000000000000 r10: 0000000000000022 r11: 0000000000000202 r12: 00003f6523a1c1e0 r13: 00003f6523a1c1f8 r14: 00003f6523a68000 r15: 00003f6523a1c1f8 di: 000013194d081000 si: 000000000001e000 bp: 0000000000000004 bx: 00003f6523a1c200 dx: 0000000000000008 ax: ffffffffffffffff cx: ffffffffffffff58 sp: 00007ffdfebc4e40 ip: 0000555f2a4644e1 efl: 0000000000010286 cgf: 002b000000000033 erf: 0000000000000000 trp: 0000000000000006 msk: 0000000000000000 cr2: 0000000000000000 [end of stack trace] libva info: VA-API version 0.39.2 libva info: va_getDriverName() returns 0 libva info: Trying to open /usr/lib/dri/i965_drv_video.so libva info: Found init function __vaDriverInit_0_39 libva info: va_openDriver() returns 0 libva info: VA-API version 0.39.2 libva info: va_getDriverName() returns 0 libva info: Trying to open /usr/lib/dri/i965_drv_video.so libva info: Found init function __vaDriverInit_0_39 libva info: va_openDriver() returns 0

sl1pkn07 commented on 2016-09-05 04:16 (UTC)

try now

uzer commented on 2016-09-05 04:07 (UTC)

enable_vaapi_on_linux.diff ... FAILED

sl1pkn07 commented on 2016-09-01 15:36 (UTC) (edited on 2016-09-01 15:40 (UTC) by sl1pkn07)

in next release, maybe, if finish build OK, is released with GN instead of GYP for the moment: https://bugs.chromium.org/p/chromium/issues/detail?id=643193

misc commented on 2016-08-25 22:23 (UTC)

Here's mine: https://dl.dropboxusercontent.com/u/4607702/chromium-dev.tar.xz Actually the one I used for compiling is still a bit different, hope I didn't break anything in this version. Anyway, I threw out all the stuff I don't need, so it's more of a template only. package() follows extra's chromium, build() is reduced to almost just ninja since that's where the breakages commonly occur, and it's thus useful to have a minimal build() for "makepkg -e".

sl1pkn07 commented on 2016-08-22 04:12 (UTC)

is my idea, but GN don't have all options like GYP (disable gnome stuff, for example)

misc commented on 2016-08-21 18:36 (UTC)

idk, but might be worth switching to gn over gyp

sl1pkn07 commented on 2016-08-19 04:44 (UTC)

any help with this? Updating projects from gyp files... gyp: Dependency '/tmp/makepkg/chromium-dev/src/chromium-54.0.2824.2/components/components.gyp:infobars#target' not found while trying to load target /tmp/makepkg/chromium-dev/src/chromium-54.0.2824.2/components/components.gyp:autofill_core_test_support#target

KittyKatt commented on 2016-08-19 04:37 (UTC)

This was failing to build for me until I used the enable_vaapi_on_linux.diff in saiarcot895's 2785 branch. There was a change made to gpu_video_decode_accelerator_factory that needed a new patch file that is in that branch.

wonko commented on 2016-08-13 08:28 (UTC)

@LordAro Same problem here. Running from the terminal get: [19900:19900:0813/102741:ERROR:browser_main_loop.cc(255)] gdkwindow-x11.c:5555 drawable is not a native X11 window (http://crbug.com/329991) [19900:19900:0813/102741:ERROR:browser_main_loop.cc(255)] gdkwindow-x11.c:5555 drawable is not a native X11 window (http://crbug.com/329991) [19900:19900:0813/102741:ERROR:browser_main_loop.cc(255)] gdkwindow-x11.c:5555 drawable is not a native X11 window (http://crbug.com/329991) Received signal 4 ILL_ILLOPN 562ca9489541 #0 0x562ca53c4cc7 <unknown> #1 0x7f6990380080 <unknown> #2 0x562ca9489541 <unknown> #3 0x562ca6022fc0 <unknown> #4 0x562ca6023533 <unknown> #5 0x562ca6021332 <unknown> #6 0x562ca6021ed1 <unknown> #7 0x562ca67568ba <unknown> #8 0x562ca6753160 <unknown> #9 0x562ca673de4f <unknown> #10 0x562ca673d9dc <unknown> #11 0x562ca84c1e9b <unknown> #12 0x562ca84c4913 <unknown> #13 0x562ca84bd919 <unknown> #14 0x562ca84bd0c7 <unknown> #15 0x562ca98d413f <unknown> #16 0x562ca5eb4c45 <unknown> #17 0x562ca54334b4 <unknown> #18 0x562ca993be3b <unknown> #19 0x562ca993adec <unknown> #20 0x562ca54334b4 <unknown> #21 0x562ca53e03b4 <unknown> #22 0x562ca53e06f8 <unknown> #23 0x562ca53e0a9b <unknown> #24 0x562ca53e22ea <unknown> #25 0x562ca53f952c <unknown> #26 0x562ca53df8b7 <unknown> #27 0x562ca84e4b99 <unknown> #28 0x562ca53925eb <unknown> #29 0x562ca53935c3 <unknown> #30 0x562ca53921b0 <unknown> #31 0x562ca4f312f7 ChromeMain #32 0x7f6985acc291 __libc_start_main #33 0x562ca4f3119a _start r8: 0000000000000000 r9: 0000000000000000 r10: 0000000000000022 r11: 0000000000000202 r12: 00002d3302e1c1e0 r13: 0000000000000001 r14: 00002d3302e68000 r15: 00002d3302e1c1f8 di: 0000397017601000 si: 000000000001e000 bp: 0000000000000004 bx: 00002d3302e1c200 dx: 0000000000000008 ax: ffffffffffffffff cx: ffffffffffffff58 sp: 00007ffe0263fd20 ip: 0000562ca9489541 efl: 0000000000010286 cgf: 002b000000000033 erf: 0000000000000000 trp: 0000000000000006 msk: 0000000000000000 cr2: 0000000000000000 [end of stack trace] libva info: VA-API version 0.39.2 libva info: va_getDriverName() returns 0 libva info: Trying to open /usr/lib/dri/i965_drv_video.so libva info: Found init function __vaDriverInit_0_39 libva info: va_openDriver() returns 0 libva info: VA-API version 0.39.2 libva info: va_getDriverName() returns 0 libva info: Trying to open /usr/lib/dri/i965_drv_video.so libva info: Found init function __vaDriverInit_0_39 libva info: va_openDriver() returns 0