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

misc commented on 2016-07-31 18:41 (UTC) (edited on 2016-07-31 19:16 (UTC) by misc)

For the dumb dbus/dbus.h failure, this http://pastebin.com/raw/RVNp60mk reverts the commits "Geolocation cleanup: run clang-format" and "Reland 3: Geolocation: move from content/browser to device/". Probably some minor gyp oversight that's the actual issue. This applies to git head though, so maybe you only need to revert the latter commit, which can be found at https://chromium.googlesource.com/chromium/src.git/+/4e216e71b1e151982bc0b08919b3264febf6e46a Same for this dumb failure at "skia_commit_hash.h": http://pastebin.com/raw/H6WzZ5e9 Also a bunch of changes to the catapult lines in _neces*s*ary, mine now being: 'third_party/catapult' 'third_party/catapult/third_party/py_vulcanize' 'third_party/catapult/third_party/py_vulcanize/third_party/rcssmin' 'third_party/catapult/third_party/py_vulcanize/third_party/rjsmin' 'third_party/catapult/third_party/polymer' 'third_party/catapult/tracing/third_party/d3' 'third_party/catapult/tracing/third_party/gl-matrix' 'third_party/catapult/tracing/third_party/jszip' 'third_party/catapult/tracing/third_party/mannwhitneyu'

LordAro commented on 2016-07-28 07:34 (UTC)

-> Starting building Chromium... Updating projects from gyp files... ninja: Entering directory `out/Release' ninja: error: '../../native_client/toolchain/linux_x86/pnacl_newlib/pnacl_newlib.json', needed by 'gen/tc_irt/lib64/libppapi_proxy_nacl.a', missing and no known rule to make it ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build chromium-dev.

sl1pkn07 commented on 2016-06-26 15:29 (UTC)

@misc thanks for the patch. but without patch build for me ok greetings

misc commented on 2016-06-23 15:45 (UTC)

Dunno if 53.0.2774.3 is already affected by… ../../content/public/common/common_param_traits_macros.h:25:92: fatal error: third_party/WebKit/public/platform/modules/permissions/permission_status.mojom.h: file not found … but anyway, solved for me with this patch: http://pastebin.com/raw/xz5ghExY

ogarcia commented on 2016-06-17 09:44 (UTC)

@sl1pkn07 The error is here http://pastebin.com/CtSr29jS The full log can be donwloaded from here https://db.tt/FX5GtMOR

sl1pkn07 commented on 2016-06-16 15:02 (UTC)

@ogracia: please paste in a pastebin the error greetings

ogarcia commented on 2016-06-16 13:55 (UTC) (edited on 2016-06-16 13:56 (UTC) by ogarcia)

@sl1pkn07 I don't know why, but if I try to make package without gtk2 installed gives me missing gtk2 error :( You can make test with a clean build environment using chroot: https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_Clean_Chroot

TingPing commented on 2016-06-15 23:00 (UTC)

Just wanted to note that: If _use_bundled_clang is disabled system clang will fail to build. Probably requires newer development version. If _use_clang is disabled the resulting binary just constantly crashes with memory access errors.

sl1pkn07 commented on 2016-06-14 18:48 (UTC) (edited on 2016-06-14 18:51 (UTC) by sl1pkn07)

gtk2 for what? _use_gtk3=1 # If set 1, then build with GTK3 support, if set 0, then build with GTK2 .... ... .. # Build with GTK3? if [ "${_use_gtk3}" = "1" ]; then depends+=('gtk3') _launcher_gtk='GTK=3' optdepends+=('libappindicator-gtk3: Needed for show systray icon in the panel in plasma-next (KF5)') elif [ "${_use_gtk3}" = "0" ]; then depends+=('gtk2') optdepends+=('libappindicator-gtk2: Needed for show systray icon in the panel in plasma-next (KF5)') fi

ogarcia commented on 2016-06-14 18:40 (UTC)

You forget gtk2 as build dependency