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.019293
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 .. 94 95 96 97 98 99 100 101 102 103 104 .. 152 Next › Last »

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)

misc commented on 2012-05-22 16:28 (UTC)

There's a reason that I wrote those comments, you know.

sl1pkn07 commented on 2012-05-22 15:05 (UTC)

g++ '-D_FILE_OFFSET_BITS=64' '-DCHROMIUM_BUILD' '-DUSE_NSS=1' '-DGTK_DISABLE_SINGLE_INCLUDES=1' '-DENABLE_REMOTING=1' '-DENABLE_WEBRTC=1' '-DENABLE_P2P_APIS=1' '-DUSE_PROPRIETARY_CODECS' '-DENABLE_CONFIGURATION_POLICY' '-DENABLE_INPUT_SPEECH' '-DENABLE_NOTIFICATIONS' '-DENABLE_GPU=1' '-DENABLE_EGLIMAGE=1' '-DUSE_SKIA=1' '-DENABLE_TASK_MANAGER=1' '-DENABLE_WEB_INTENTS=1' '-DENABLE_EXTENSIONS=1' '-DENABLE_PLUGIN_INSTALLATION=1' '-DENABLE_PROTECTOR_SERVICE=1' '-DENABLE_SESSION_SERVICE=1' '-DENABLE_THEMES=1' '-DENABLE_BACKGROUND=1' '-DENABLE_PROMO_RESOURCE_SERVICE=1' '-DENABLE_AUTOMATION=1' '-D__STDC_FORMAT_MACROS' '-DIPC_IMPLEMENTATION' '-DNDEBUG' '-DNVALGRIND' '-DDYNAMIC_ANNOTATIONS_ENABLED=0' -I. -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -O2 -fno-ident -fdata-sections -ffunction-sections -march=x86-64 -mtune=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wno-c++0x-compat -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -MMD -MF out/Release/.deps/out/Release/obj.target/ipc/ipc/ipc_sync_message.o.d.raw -c -o out/Release/obj.target/ipc/ipc/ipc_sync_message.o ipc/ipc_sync_message.cc ipc/ipc_platform_file.cc: In function 'IPC::PlatformFileForTransit IPC::GetFileHandleForProcess(base::PlatformFile, base::ProcessHandle, bool)': ipc/ipc_platform_file.cc:39:43: error: '::dup' has not been declared make: *** [out/Release/obj.target/ipc/ipc/ipc_platform_file.o] Error 1 make: *** Waiting for unfinished jobs....