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: 159
Popularity: 0.008195
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 .. 3 4 5 6 7 8 9 10 11 12 13 .. 152 Next › Last »

SolarAquarion commented on 2019-06-21 20:58 (UTC)

you need spirv-headers as a make dependency

garwol commented on 2019-06-14 17:30 (UTC)

Defining target //media/mojo/interfaces:constants_shared__generator(//build/toolchain/linux/unbundle:default)
Defining target //media/mojo/interfaces:constants_shared_cpp_sources(//build/toolchain/linux/unbundle:default)
Defining target //media/mojo/interfaces:constants_shared(//build/toolchain/linux/unbundle:default)
Running //third_party/glslang/src/BUILD.gn with toolchain //build/toolchain/linux/unbundle:default
Loading //build_overrides/glslang.gni (referenced from //third_party/glslang/src/BUILD.gn:34)
Defining config //third_party/glslang/src:glslang_public(//build/toolchain/linux/unbundle:default)
Defining target //third_party/glslang/src:glslang_sources(//build/toolchain/linux/unbundle:default)
ERROR at //third_party/glslang/src/BUILD.gn:109:5: Only source, header, and object files belong in the sources of a source_set. //third_party/glslang/src/glslang/MachineIndependent/glslang.y is not one of the valid types.
    "glslang/MachineIndependent/glslang.y",
    ^-------------------------------------
See //third_party/angle/src/tests/BUILD.gn:271:17: which caused the file to be included.
      deps += [ "${angle_glslang_dir}:glslang_sources" ]
                ^-------------------------------------
Loading //third_party/blink/renderer/modules/exported/BUILD.gn (referenced from //third_party/blink/renderer/controller/BUILD.gn:170)
==> BŁĄD: Wystąpił błąd w build().

walkindude commented on 2019-05-19 17:24 (UTC) (edited on 2019-05-20 01:33 (UTC) by walkindude)

Defining config //google_apis/gcm:proto_config(//build/toolchain/linux/unbundle:default) Defining target //ui/gfx:native_widget_types(//build/toolchain/linux/unbundle:default) Defining target //google_apis/gcm:proto(//build/toolchain/linux/unbundle:default) ERROR at //third_party/protobuf/proto_library.gni:369:15: Only source, header, and object files belong in the sources of a static_library. //out/Release/pyproto/google_apis/gcm/protocol/mcs_pb2.py is not one of the valid types. sources = get_target_outputs(":$action_name") ^--------------------------------- See //google_apis/gcm/BUILD.gn:78:1: whence it was called. proto_library("proto") { ^----------------------- See //BUILD.gn:89:7: which caused the file to be included. "//google_apis/gcm:gcm_unit_tests", ^--------------------------------- Defining target //ui/gfx:selection_bound(//build/toolchain/linux/unbundle:default) Loading //chrome/test/BUILD.gn (referenced from //BUILD.gn:104) Defining target //ui/gfx:selection_bound_sources(//build/toolchain/linux/unbundle:default) ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Build failed, check /home/walkindude/chroot/walkindude/build

Edit: downgraded gn-git , build succeeded

SolarAquarion commented on 2019-05-19 02:21 (UTC)

patch -p0 -i "${srcdir}/chromium-skia-harmony.patch" No such patch

sl1pkn07 commented on 2019-05-17 17:18 (UTC)

Yep. Know it. This nigth upload the changes with new version.

Silvered commented on 2019-05-17 17:06 (UTC)

There is an error on line 497 in PKGBUILD change: patch -p0 -i "${srcdir}/chromium-skia-harmony.patch" to patch -p0 -i "${srcdir}/chromium-skia-harmony_r1.patch"

sl1pkn07 commented on 2019-04-22 13:49 (UTC)

try now @helvetica @garwol

helvetica commented on 2019-04-21 21:48 (UTC)

I had the same issue, and installing extra/nasm manually with pacman fixed it for me. Should probably update the PKGBUILD to include it as a makedep as it seems the one included by the source bundle is broken.

garwol commented on 2019-04-10 19:36 (UTC)

Intel(R) Core(TM)2 Quad CPU Q9550 so its not amd i have -march=native flag in makepkg.conf, maybe it causes errors? i will try build it tomorrow again

sl1pkn07 commented on 2019-04-10 14:39 (UTC)

only for test, try adding this in the line n538

-- --disable-asm

after the --branding ChromeOS

like

chromium/scripts/build_ffmpeg.py linux x64 --branding ChromeOS -- --disable-asm

question: what cpu you use?

greetings