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 .. 25 26 27 28 29 30 31 32 33 34 35 .. 152 Next › Last »

OneObsession commented on 2017-02-02 19:12 (UTC)

Hi, i was not able to compile chromium with clang. Here is the output: Command '['/tmp/tmpFGCpwT/gn', 'gen', '/home/user/Downloads/chromium-dev/src/chromium-56.0.2924.87/out/Release', '--args=is_debug=false enable_widevine=true enable_hangout_services_extension=false ffmpeg_branding="ChromeOS" proprietary_codecs=true google_api_key="AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM" google_default_client_id="413772536636.apps.googleusercontent.com" google_default_client_secret="0ZChLK6AxeA3Isu96MkwqDR4" fieldtrial_testing_like_official_build=false remove_webcore_debug_symbols=true use_gconf=false use_gio=false use_gnome_keyring=true use_gtk3=false use_pulseaudio=true link_pulseaudio=true use_kerberos=true use_cups=true use_sysroot=false use_gold=false use_allocator="none" linux_use_bundled_binutils=false fatal_linker_warnings=false treat_warnings_as_errors=false enable_nacl=true enable_nacl_nonsfi=true custom_toolchain="/home/user/Downloads/chromium-dev/src:default" is_clang=true clang_use_chrome_plugins=true is_debug=false']' returned non-zero exit status -4

yacuken commented on 2017-01-20 07:52 (UTC)

full build log on pastebin http://pastebin.com/ZrXDhf2X

sl1pkn07 commented on 2017-01-20 06:57 (UTC)

please paste more log, seems is incomplete greetings

yacuken commented on 2017-01-20 06:47 (UTC)

ERROR at //build/config/linux/pkg_config.gni:85:17: Script returned non-zero exit code. pkgresult = exec_script(pkg_config_script, args, "value") ^---------- Current dir: /home/yacuken/chromium-dev/src/chromium-57.0.2984.0/out/Release/ Command: python -- /home/yacuken/chromium-dev/src/chromium-57.0.2984.0/build/config/linux/pkg-config.py gmodule-2.0 gtk+-2.0 gthread-2.0 Returned 1. stderr: Package gtk+-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gtk+-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gtk+-2.0' found Could not run pkg-config. See //build/config/linux/gtk2/BUILD.gn:15:1: whence it was called. pkg_config("gtk2_internal_config") { ^----------------------------------- See //chrome/browser/ui/libgtkui/BUILD.gn:147:12: which caused the file to be included. "//build/config/linux/gtk2", ^--------------------------

sl1pkn07 commented on 2017-01-20 06:46 (UTC)

Please paste the log (for add to the upstream bugreport) Thanks

yacuken commented on 2017-01-20 06:42 (UTC)

gtk2 still needs as makedepends even if use gtk3.

sl1pkn07 commented on 2017-01-16 13:55 (UTC) (edited on 2017-01-16 13:58 (UTC) by sl1pkn07)

try to change the line #168 from gnome-keyring to libgnome-keyring edit: pushed

yacuken commented on 2017-01-16 13:37 (UTC) (edited on 2017-01-16 13:39 (UTC) by yacuken)

ERROR at //build/config/linux/pkg_config.gni:85:17: Script returned non-zero exit code. pkgresult = exec_script(pkg_config_script, args, "value") ^---------- Current dir: /tmp/yaourt-tmp-yacuken/aur-chromium-dev/src/chromium-57.0.2979.0/out/Release/ Command: python -- /tmp/yaourt-tmp-yacuken/aur-chromium-dev/src/chromium-57.0.2979.0/build/config/linux/pkg-config.py gnome-keyring-1 Returned 1. stderr: Package gnome-keyring-1 was not found in the pkg-config search path. Perhaps you should add the directory containing `gnome-keyring-1.pc' to the PKG_CONFIG_PATH environment variable No package 'gnome-keyring-1' found Could not run pkg-config. Add libgnome-keyring to makedepends (if use gnome-keyring). Thanks

sl1pkn07 commented on 2017-01-13 23:29 (UTC)

try build with internal jinja2,markupsafe and ply in the next release i will use instead of system ones, because is only for make, not for run

LordAro commented on 2017-01-13 22:52 (UTC)

I'm getting a (several) compile failure around 10000 files in: gen/v8/src/inspector/protocol/HeapProfiler.h:294:13: error: static assertion failed: property total should not be set yet static_assert(!(STATE & TotalSet), "property total should not be set yet"); any ideas?