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

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

bryanparadis commented on 2016-06-01 00:30 (UTC) (edited on 2016-06-01 00:37 (UTC) by bryanparadis)

When building this package make sure you have at least 9GB of space on /tmp. Build finished but makepkg didn't have enough room to generate the packages with a 7.8GB /tmp. Managed to recover from it without rebuilding. /tmp will be by default 50% of your ram. You can override this by adding an fstab entry with the size option.

neeks commented on 2016-05-19 01:56 (UTC) (edited on 2016-05-19 01:56 (UTC) by neeks)

I've been getting errors the past two weeks in `third_party/WebKit/Source/build/scripts/make_css_value_keywords.py` and `third_party/WebKit/Source/build/scripts/make_css_property_names.py`. Turns out that the gperf package - 3.0.4.7 - that was pushed to `extra` 16 days ago is to blame. Downgrading gperf to 3.0.4.6 solved those specific build errors.

j1simon commented on 2016-05-18 18:01 (UTC)

Yes, I have disabled the [multilib] repository. $ pacaur -y chromium-dev :: resolving dependencies... :: no results found for lib32-gcc-libs :: no results found for lib32-zlib chrome://nacl -> http://pix.toile-libre.org/upload/original/1463594452.png

sl1pkn07 commented on 2016-05-18 17:55 (UTC)

in a clean environment?

j1simon commented on 2016-05-18 17:54 (UTC)

@sl1pkn07 I've compiled it with the line ("makedepends_x86_64=('lib32-gcc-libs' 'lib32-zlib')") commented without problems and it compiles NaCl plugin.

sl1pkn07 commented on 2016-05-18 13:22 (UTC)

because is need for build the NaCL stack

j1simon commented on 2016-05-18 10:21 (UTC)

Why "makedepends_x86_64=('lib32-gcc-libs' 'lib32-zlib')"?