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 .. 47 48 49 50 51 52 53 54 55 56 57 .. 152 Next › Last »

gokcen commented on 2015-04-04 10:21 (UTC)

Getting the same error here. FWIW, _use_system_clang=1 does not fix the error.

rekoil commented on 2015-04-03 18:07 (UTC)

I'm having the following issue when attempting to compile the latest chromium-dev. Not sure exactly what is going on, perhaps there's some dependency missing? Can't really test because it keeps starting from scratch every time I run makepkg. -> Starting building Chromium... Updating projects from gyp files... Traceback (most recent call last): File "../../tools/compile_test/compile_test.py", line 65, in <module> sys.exit(DoMain(sys.argv[1:])) File "../../tools/compile_test/compile_test.py", line 52, in DoMain stderr=subprocess.PIPE) File "/usr/lib/python2.7/subprocess.py", line 710, in __init__ errread, errwrite) File "/usr/lib/python2.7/subprocess.py", line 1335, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory gyp: Call to 'python ../../tools/compile_test/compile_test.py --code "int main() { return 0; }" --run-linker --on-success "-lwebp -lwebpdemux" --on-failure "-lwebp" -- -lwebpdemux' returned exit status 1. ==> ERROR: A failure occurred in build(). Aborting...

gokcen commented on 2015-03-21 07:38 (UTC)

I hope hidpi support will get better with the latest fix released: https://code.google.com/p/chromium/issues/detail?id=143619#c71

sl1pkn07 commented on 2015-03-15 22:55 (UTC)

@jebarb please fill bugreport in http://crbug.com greetings

jebarb commented on 2015-03-15 22:29 (UTC)

@sl1pkn07 Package finally built with hidpi flag enabled. Everything works, but the menus are nearly unusable because the text size is about 3x everything else. Right click has the same issue, and the boxes for both are popping up in the wrong place. The menu pops up in the middle of the screen, and the right click menu is all over the place.

jebarb commented on 2015-03-15 19:57 (UTC)

@sl1pkn07 Looks like I was somehow running out of memory, causing segfaults. Nothing useful in any logs. Computer was becoming 99% unresponsive. Strange, because it was failing on a system with 12G memory with 6G tmpfs. Bumped it up to 8G and added a swapfile, now the build is moving along fine.

sl1pkn07 commented on 2015-03-14 08:13 (UTC)

@jbarb For first error. Please paste more log (search 'FAILED' string). For second error, i'll investigare. One cuestión. You use 32 or 64 bits? Greetings