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.010679
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 .. 123 124 125 126 127 128 129 130 131 132 133 .. 152 Next › Last »

KittyKatt commented on 2011-06-14 04:16 (UTC)

Getting the same error as jim1960. Waiting for a fix, perhaps.

<deleted-account> commented on 2011-06-09 10:58 (UTC)

@yvonney: Both gperf and libgnome-keyring are in makedepends, meaning that they are needed at build time but could be uninstalled afterwards.

jim1960 commented on 2011-06-08 00:49 (UTC)

I just upgrade glibc to 2.14-1 then compile error: third_party/tcmalloc/chromium/src/tcmalloc.cc:379:36: 錯誤:相互衝突的宣告 「void* (* __malloc_hook)(size_t, const void*)」 /usr/include/malloc.h:176:39: 錯誤:「__malloc_hook」早先被宣告為 「void* (* volatile __malloc_hook)(size_t, const void*)」 third_party/tcmalloc/chromium/src/tcmalloc.cc:387:47: 錯誤:相互衝突的宣告 「void* (* __realloc_hook)(void*, size_t, const void*)」 /usr/include/malloc.h:179:39: 錯誤:「__realloc_hook」 早先被宣告為 「void* (* volatile __realloc_hook)(void*, size_t, const void*)」 third_party/tcmalloc/chromium/src/tcmalloc.cc:393:50: 錯誤:相互衝突的宣告 「void (* __free_hook)(void*, const void*)」 /usr/include/malloc.h:173:38: 錯誤:「__free_hook」 早先被宣告為 「void (* volatile __free_hook)(void*, const void*)」 third_party/tcmalloc/chromium/src/tcmalloc.cc:1587:54: 錯誤:相互衝突的宣告 「void* (* __memalign_hook)(size_t, size_t, const void*)」 /usr/include/malloc.h:183:39: 錯誤:「__memalign_hook」 早先被宣告為 「void* (* volatile __memalign_hook)(size_t, size_t, const void*)」 make: *** [out/Release/obj.target/allocator/third_party/tcmalloc/chromium/src/tcmalloc.o] Error 1

yvonney commented on 2011-06-07 04:00 (UTC)

Upon install the dev version wants to install: gperf libgnome-keyring are they now essential to the dev build? forum posting suggestion great. big thanks for all the help! no luck yet though that's ok for now.

Vi0L0 commented on 2011-06-07 00:42 (UTC)

@yvonney: i just dunno why you are getting this: install file (chromium-dev.install) does not exist. error. chromium-dev.install surelly is there, so maybe there is some problem with your filesystem? I dunno, i think that you should write new post about this issue on the forum. Ps. ah sorry you were writing about aurget, not yourt... i'm kinda sleepy (-.-)Zzz then i have no idea is there possibility of editing PKGBUILD before building when using aurget...

Vi0L0 commented on 2011-06-07 00:28 (UTC)

@yvonney: i'm not yaourt user, although i'm pretty sure that with it you can edit PKGBUILD before building package. So edit PKGBUILD of perl-switch and simply remove "make test &&" You will find it in: make &&make test && line inside build() function. Then exit editor and it shall build package.

<deleted-account> commented on 2011-06-06 12:02 (UTC)

Fixed build with icu 4.8

yvonney commented on 2011-06-06 00:05 (UTC)

THANKS everyone! can you advise? WHICH 'test' line to comment? Still getting: '==> ERROR: install file (chromium-dev.install) does not exist.' # for n in avcodec avdevice avfilter avformat avutil postproc swscale; do # if test -e /usr/lib/lib${n}.so.[0-9]; then # f=`echo /usr/lib/lib${n}.so.[0-9]` # else # f=`echo /usr/lib/lib${n}.so.[0-9][0-9]` # fi # f=`basename "$f"` # ln -s ../$f "${chromium_home}/${f}" # done