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.019293
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 .. 74 75 76 77 78 79 80 81 82 83 84 .. 152 Next › Last »

sl1pkn07 commented on 2013-05-08 16:05 (UTC)

jummm. I think I tested the pkgbuild only with lib32-zlib and lib32-gcc and fail with missing files http://paste.rufian.eu/6YXA/raw/, only build with rebuild chroot with gcc-multilib (include denpendencies) well, I try pkgbuild again later when resolve build new version (ICU related?) thanks for your pkgbuild @misc. i take some parts to include in my pkgbuild (pnacl related) greetings.

misc commented on 2013-05-08 15:06 (UTC)

Here's my PKGBUILD; I can compile with nacl/pnacl enabled using just the "pure" x64 gcc (though lib32-zlib and lib32-gcc-libs are installed): http://pastie.org/7818390 It's a bit of a frankenbuild with some changes, not all are annotated.

sl1pkn07 commented on 2013-05-08 13:24 (UTC)

https://code.google.com/p/chromium/issues/detail?id=238984 :/

sl1pkn07 commented on 2013-05-08 08:49 (UTC)

lib32-zlib/lib32-gcc-libs is part of [multilib], I test build in a chrooted environment [1], these libraries not need, only need gcc-multilib (or multilib-devel)[2] (in new instalation) [1] https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_Clean_Chroot [2] https://www.archlinux.org/groups/x86_64/multilib-devel/

TheWaffleGuy commented on 2013-05-08 03:56 (UTC)

I've always compiled chromium with just lib32-zlib and lib32-gcc-libs, like the old PKGBUILD and it worked fine on my x86_64 system.

sl1pkn07 commented on 2013-05-07 22:30 (UTC)

roger

misc commented on 2013-05-07 22:25 (UTC)

The gold linker is now stable enough to be used for Chromium; it's much faster and requires much less memory. (It's also possible to rm -rf the chromium-build/third_party folder after make if one needs the space for package(), like I used to do with my 3G tmpfs.) To use it, simply add gold/* to the third_party exclusions and toggle the two use_gold flags.

sl1pkn07 commented on 2013-05-05 15:14 (UTC)

@macau if is possible fill bug in chromium bug tracker http://crbug.com greetings

sl1pkn07 commented on 2013-05-05 13:02 (UTC)

build with clang is broken for the moment. use gcc instead