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.010897
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 .. 87 88 89 90 91 92 93 94 95 96 97 .. 152 Next › Last »

jeagoss commented on 2012-12-25 09:32 (UTC)

In your nacl install section, there is an error on the 32bit build. The following line: [ "${CARCH}" = "i686" ] && install -Dm755 out/Release/nacl_irt_{,_srpc}x86_32.nexe "${pkgdir}/usr/lib/${pkgname}" nacl_irt_{,_srpc}x86_32.nexe needs to be changed to nacl_irt{,_srpc}_x86_32.nexe

eherranzr commented on 2012-12-13 21:27 (UTC)

Yesterday it didn't build, today it did. Maybe some upgrade. Thanks

sl1pkn07 commented on 2012-12-12 19:16 (UTC)

need more info. post more lines before error message

eherranzr commented on 2012-12-12 19:10 (UTC)

Get the following error while building (in /home/emilio/Chorradas): FAILED with 1: /home/emilio/Chorradas/yaourt-tmp-emilio/aur-chromium-dev/src/chromium-build/out/Release/obj/gen/sdk/toolchain/linux_x86_newlib/bin/x86_64-nacl-g++ -c proxy/ppapi_messages.cc -o /home/emilio/Chorradas/yaourt-tmp-emilio/aur-chromium-dev/src/chromium-build/out/Release/obj.target/ppapi_ipc_untrusted/geni/newlib-x86-64/ppapi_ipc_untrusted/ppapi_messages.o -MD -MF /home/emilio/Chorradas/yaourt-tmp-emilio/aur-chromium-dev/src/chromium-build/out/Release/obj.target/ppapi_ipc_untrusted/geni/newlib-x86-64/ppapi_ipc_untrusted/ppapi_messages.o.d -m64 -mtls-use-call -fomit-frame-pointer -fasynchronous-unwind-tables -O2 -g -Wall -Werror -fdiagnostics-show-option -D__linux__ -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -D_GNU_SOURCE=1 -D_BSD_SOURCE=1 -D_POSIX_C_SOURCE=199506 -D_XOPEN_SOURCE=600 -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DDYNAMIC_ANNOTATIONS_PREFIX=NACL_ -DNACL_BUILD_ARCH=x86 -DNACL_PPAPI_IPC_PROXY -DENABLE_PEPPER_THREADING -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DCHROMIUM_BUILD -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_NSS=1 -DENABLE_ONE_CLICK_SIGNIN -DGTK_DISABLE_SINGLE_INCLUDES=1 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_PEPPER_THREADING -DENABLE_CONFIGURATION_POLICY -DENABLE_INPUT_SPEECH -DENABLE_NOTIFICATIONS -DENABLE_GPU=1 -DENABLE_EGLIMAGE=1 -DUSE_SKIA=1 -DENABLE_TASK_MANAGER=1 -DENABLE_WEB_INTENTS=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGIN_INSTALLATION=1 -DENABLE_PLUGINS=1 -DENABLE_PROTECTOR_SERVICE=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_BACKGROUND=1 -DENABLE_AUTOMATION=1 -DENABLE_GOOGLE_NOW=1 -DENABLE_LANGUAGE_DETECTION=1 -DENABLE_PRINTING=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DNACL_WINDOWS=0 -DNACL_OSX=0 -DNACL_LINUX=0 -I/home/emilio/Chorradas/yaourt-tmp-emilio/aur-chromium-dev/src/chromium-build/out/Release/obj/gen/tc_newlib/include -I.. -I../ppapi -I.. -I../third_party/khronos make: *** [out/Release/obj/gen/tc_newlib/lib64/libppapi_ipc_untrusted.a] Error 1

sl1pkn07 commented on 2012-12-08 16:15 (UTC)

ow :S

matchulinux commented on 2012-12-08 16:09 (UTC)

I think you should remove wget from makedepends since it's not needed anymore

Det commented on 2012-11-27 18:45 (UTC)

@lessdevrandom, that is the stupidest thing I've heard in a long time. E: Nor frankly do I understand what's up with the whole "next version" syndrome. You don't have to raise the pkgver/rel every time you do something.

sl1pkn07 commented on 2012-11-18 02:07 (UTC)

oks, in next release add curl instead wget

wuffleton commented on 2012-11-18 00:09 (UTC)

@lessdevrandom: Actually, it's still pretty easy to just use curl (took all of a couple minutes to replace the wget commands with curl) @sl1pkn07: Consider using this PKGBUILD instead? (Replaced wget with curl and eliminated a couple unnecessary uses of cat that I saw) http://pastie.org/5394424