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 .. 60 61 62 63 64 65 66 67 68 69 70 .. 152 Next › Last »

sl1pkn07 commented on 2014-05-05 12:05 (UTC)

@trizen: nope, need disable clang plugins (-Dclang_use_chrome_plugins=0") but fail build http://sl1pkn07.no-ip.com/paste/view/ef1c1eca related: https://bbs.archlinux.org/viewtopic.php?id=181094 :S about --force-local-build. i think is not a solution. but i'll make test greetings

trizen commented on 2014-05-05 10:25 (UTC)

No, I don't use any of that. By looking at "src/build/tools/clang/scripts/update.sh", you can see at line 207 that it actually downloads a x64 version of clang: if [ "${OS}" = "Linux" ]; then CDS_FULL_URL="${CDS_URL}/Linux_x64/${CDS_FILE}" Where ${CDS_URL} is: https://commondatastorage.googleapis.com/chromium-browser-clang I also tried to link /usr/bin/clang, /usr/bin/clang++ and /usr/bin/llvm-symbolizer into src/build/third_party/llvm-build/Release+Asserts/bin, but got another error: error: unable to load plugin '/home/swampyx/Others/Build/chromium-dev/src/build/tools/clang/scripts/../../../third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so': '/home/swampyx/Others/Build/chromium-dev/src/build/tools/clang/scripts/../../../third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so: cannot open shared object file: No such file or directory' ninja: build stopped: subcommand failed. ==> ERROR: A failure occurred in build(). Aborting... So, it needs clang-3.5, I guess. I'm thinking about passing the "--force-local-build" argument to "tools/clang/scripts/update.sh" to see if this works...

sl1pkn07 commented on 2014-05-05 10:12 (UTC)

no, is for both. you use selinux/apparmor/something?

trizen commented on 2014-05-05 09:47 (UTC)

Thanks. It works now, but I made a mistake compiling it with gcc-4.9.0. Trying again now with clang. Update: It doesn't work for me (maybe clang is for x64?): /bin/sh: ../../third_party/llvm-build/Release+Asserts/bin/clang: cannot execute binary file: Exec format error ninja: build stopped: subcommand failed. ==> ERROR: A failure occurred in build(). Aborting...

sl1pkn07 commented on 2014-05-04 22:08 (UTC)

@tizen try now greetings and sorry

trizen commented on 2014-05-04 20:38 (UTC)

On x86, "https://dl.google.com/linux/direct/google-chrome-unstable_current_i386.rpm" returns 404 - Not found. Using line 83 seems to fix the problem.

sl1pkn07 commented on 2014-05-04 16:36 (UTC)

updated to 36.0.1964.2 - now build with clang (provide by chromium) (Turn back to GCC when fix run with GCC 4.9) - now NaCl/PNaCl toolchain download by chromium internal tool - pepperflash/libpdf provide from official common download site instead Fedora repository (still use RPM sources) greetings and sorry the delay