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.010897
First Submitted: 2010-05-17 09:04 (UTC)
Last Updated: 2024-04-21 19:18 (UTC)

Dependencies (84)

Required by (0)

Sources (13)

Latest Comments

« First ‹ Previous 1 .. 94 95 96 97 98 99 100 101 102 103 104 .. 152 Next › Last »

sl1pkn07 commented on 2012-05-24 13:07 (UTC)

http://code.google.com/p/chromium/issues/detail?id=129221 ?

sl1pkn07 commented on 2012-05-23 21:48 (UTC)

mmm no for me (for the moment)

misc commented on 2012-05-23 20:32 (UTC)

Anybody else getting permanent crashes when closing a certain tab?

sl1pkn07 commented on 2012-05-23 07:10 (UTC)

at last!! update to 21.0.1145.0 - remove pulseaudio patch - mod gcc47.diff to gcc47v3.diff - add symlink needed for build with Nacl - add patch for http://crbug.com/129173 (include modifications in gcc47.diff) - add changes sugsted by @misc greetings and enjoy!

misc commented on 2012-05-22 20:59 (UTC)

Odd. All I can tell is that with issue10378057_5035.diff reverted, compilation for me ends successful, otherwise I get exactly the same error. Maybe applying this patch instead (ie, without the revert) will solve it. Haven't got any time left to test it today: https://pastebin.com/raw.php?i=VbFK7MjL (Like last time, pastebin ate the last two lines again; one with two spaces, one blank.)

sl1pkn07 commented on 2012-05-22 19:52 (UTC)

yea. the fail appear with changes you say: - "\! -path 'third_party/zlib/contrib/minizip/*' \" → "\! -path 'third_party/zlib/*' \" (change in new pkgbuild) - "\! -path 'third_party/libxml/*' \" → find&delete or compilation fails. (done in 1132.11) - Patch fragment for base/message_pump_libevent.cc needs to be removed as include is no longer missing. (change new pkgbuild, rejected gcc47.diff patch, new gcc47v2.diff: http://paste.kde.org/484514) - Like Chromium in Extra, "CFLAGS+=' -Wno-c++0x-compat'" has to be added or else GCC 4.7 prints a couple of thousand useless warnings. (done in 1132.8 or 11. this add new tons of messages: cc1: warning: command line option '-Wno-c++0x-compat' is valid for C++/ObjC++ but not for C [enabled by default]) - This commit must be reverted (or perhaps a new include is missing) for compilation to not fail: http://codereview.chromium.org/10378057. (change in new pkgbuild) changes by me: add symbolic link from native_client/toolchain/linux_x86_newlib → native_client/toolchain/linux_x86 (fail build without this) but fails (see post below) need other change? the new pkgbuild http://paste.kde.org/484568 (issue10378057_5035.diff: http://codereview.chromium.org/download/issue10378057_5035.diff)