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

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

garwol commented on 2019-04-10 04:09 (UTC) (edited on 2019-04-10 04:09 (UTC) by garwol)

FAILED: obj/third_party/ffmpeg/ffmpeg_nasm/aacpsdsp.o /usr/bin/python2 ../../build/gn_run_binary.py nasm -DPIC -felf64 -DARCH_X86_64 -W+error=all -P../../third_party/ffmpeg/chromium/config/ChromeOS/linux/x64/config.asm -I../../third_party/ffmpeg/chromium/config/ChromeOS/linux/x64/ -I../../third_party/ffmpeg/libavcodec/x86/ -I../../third_party/ffmpeg/libavutil/x86/ -I../../third_party/ffmpeg/ -I./ -I../../ -Igen/ -DPIC -MD obj/third_party/ffmpeg/ffmpeg_nasm/aacpsdsp.o.d -o obj/third_party/ffmpeg/ffmpeg_nasm/aacpsdsp.o ../../third_party/ffmpeg/libavcodec/x86/aacpsdsp.asm ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:1011: error: unknown 'cpu' type 'amdnop' ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:978: ... from macro `INIT_XMM' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:895: ... from macro `INIT_CPUFLAGS' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:116: ... from macro `CPUNOP' defined here ../../third_party/ffmpeg/libavcodec/x86/aacpsdsp.asm:55: error: unknown 'cpu' type 'amdnop' ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:978: ... from macro `INIT_XMM' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:895: ... from macro `INIT_CPUFLAGS' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:116: ... from macro `CPUNOP' defined here ../../third_party/ffmpeg/libavcodec/x86/aacpsdsp.asm:56: error: unknown 'cpu' type 'amdnop' ../../third_party/ffmpeg/libavcodec/x86/aacpsdsp.asm:35: ... from macro `PS_ADD_SQUARES' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:707: ... from macro `cglobal' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:757: ... from macro `cglobal_internal' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:978: ... from macro `INIT_XMM' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:895: ... from macro `INIT_CPUFLAGS' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:116: ... from macro `CPUNOP' defined here ../../third_party/ffmpeg/libavcodec/x86/aacpsdsp.asm:57: error: unknown 'cpu' type 'amdnop' ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:978: ... from macro `INIT_XMM' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:895: ... from macro `INIT_CPUFLAGS' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:116: ... from macro `CPUNOP' defined here ../../third_party/ffmpeg/libavcodec/x86/aacpsdsp.asm:58: error: unknown 'cpu' type 'amdnop' ../../third_party/ffmpeg/libavcodec/x86/aacpsdsp.asm:35: ... from macro `PS_ADD_SQUARES' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:707: ... from macro `cglobal' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:757: ... from macro `cglobal_internal' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:978: ... from macro `INIT_XMM' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:895: ... from macro `INIT_CPUFLAGS' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:116: ... from macro `CPUNOP' defined here ../../third_party/ffmpeg/libavcodec/x86/aacpsdsp.asm:64: error: unknown 'cpu' type 'amdnop' ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:978: ... from macro `INIT_XMM' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:895: ... from macro `INIT_CPUFLAGS' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:116: ... from macro `CPUNOP' defined here ../../third_party/ffmpeg/libavcodec/x86/aacpsdsp.asm:65: error: unknown 'cpu' type 'amdnop' ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:707: ... from macro `cglobal' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:757: ... from macro `cglobal_internal' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:978: ... from macro `INIT_XMM' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:895: ... from macro `INIT_CPUFLAGS' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:116: ... from macro `CPUNOP' defined here ../../third_party/ffmpeg/libavcodec/x86/aacpsdsp.asm:93: error: unknown 'cpu' type 'amdnop' ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:978: ... from macro `INIT_XMM' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:895: ... from macro `INIT_CPUFLAGS' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:116: ... from macro `CPUNOP' defined here ../../third_party/ffmpeg/libavcodec/x86/aacpsdsp.asm:94: error: unknown 'cpu' type 'amdnop' ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:707: ... from macro `cglobal' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:757: ... from macro `cglobal_internal' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:978: ... from macro `INIT_XMM' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:895: ... from macro `INIT_CPUFLAGS' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:116: ... from macro `CPUNOP' defined here ../../third_party/ffmpeg/libavcodec/x86/aacpsdsp.asm:126: error: unknown 'cpu' type 'amdnop' ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:978: ... from macro `INIT_XMM' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:895: ... from macro `INIT_CPUFLAGS' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:116: ... from macro `CPUNOP' defined here ../../third_party/ffmpeg/libavcodec/x86/aacpsdsp.asm:127: error: unknown 'cpu' type 'amdnop' ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:707: ... from macro `cglobal' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:757: ... from macro `cglobal_internal' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:978: ... from macro `INIT_XMM' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:895: ... from macro `INIT_CPUFLAGS' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:116: ... from macro `CPUNOP' defined here ../../third_party/ffmpeg/libavcodec/x86/aacpsdsp.asm:174: error: unknown 'cpu' type 'amdnop' ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:978: ... from macro `INIT_XMM' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:895: ... from macro `INIT_CPUFLAGS' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:116: ... from macro `CPUNOP' defined here ../../third_party/ffmpeg/libavcodec/x86/aacpsdsp.asm:175: error: unknown 'cpu' type 'amdnop' ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:707: ... from macro `cglobal' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:757: ... from macro `cglobal_internal' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:978: ... from macro `INIT_XMM' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:895: ... from macro `INIT_CPUFLAGS' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:116: ... from macro `CPUNOP' defined here ../../third_party/ffmpeg/libavcodec/x86/aacpsdsp.asm:393: error: unknown 'cpu' type 'amdnop' ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:978: ... from macro `INIT_XMM' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:895: ... from macro `INIT_CPUFLAGS' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:116: ... from macro `CPUNOP' defined here ../../third_party/ffmpeg/libavcodec/x86/aacpsdsp.asm:394: error: unknown 'cpu' type 'amdnop' ../../third_party/ffmpeg/libavcodec/x86/aacpsdsp.asm:281: ... from macro `HYBRID_SYNTHESIS_DEINT' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:707: ... from macro `cglobal' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:757: ... from macro `cglobal_internal' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:978: ... from macro `INIT_XMM' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:895: ... from macro `INIT_CPUFLAGS' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:116: ... from macro `CPUNOP' defined here ../../third_party/ffmpeg/libavcodec/x86/aacpsdsp.asm:395: error: unknown 'cpu' type 'amdnop' ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:978: ... from macro `INIT_XMM' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:895: ... from macro `INIT_CPUFLAGS' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:116: ... from macro `CPUNOP' defined here ../../third_party/ffmpeg/libavcodec/x86/aacpsdsp.asm:396: error: unknown 'cpu' type 'amdnop' ../../third_party/ffmpeg/libavcodec/x86/aacpsdsp.asm:281: ... from macro `HYBRID_SYNTHESIS_DEINT' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:707: ... from macro `cglobal' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:757: ... from macro `cglobal_internal' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:978: ... from macro `INIT_XMM' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:895: ... from macro `INIT_CPUFLAGS' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:116: ... from macro `CPUNOP' defined here ../../third_party/ffmpeg/libavcodec/x86/aacpsdsp.asm:484: error: unknown 'cpu' type 'amdnop' ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:978: ... from macro `INIT_XMM' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:895: ... from macro `INIT_CPUFLAGS' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:116: ... from macro `CPUNOP' defined here ../../third_party/ffmpeg/libavcodec/x86/aacpsdsp.asm:485: error: unknown 'cpu' type 'amdnop' ../../third_party/ffmpeg/libavcodec/x86/aacpsdsp.asm:435: ... from macro `PS_HYBRID_ANALYSIS' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:707: ... from macro `cglobal' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:757: ... from macro `cglobal_internal' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:978: ... from macro `INIT_XMM' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:895: ... from macro `INIT_CPUFLAGS' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:116: ... from macro `CPUNOP' defined here ../../third_party/ffmpeg/libavcodec/x86/aacpsdsp.asm:486: error: unknown 'cpu' type 'amdnop' ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:978: ... from macro `INIT_XMM' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:895: ... from macro `INIT_CPUFLAGS' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:116: ... from macro `CPUNOP' defined here ../../third_party/ffmpeg/libavcodec/x86/aacpsdsp.asm:487: error: unknown 'cpu' type 'amdnop' ../../third_party/ffmpeg/libavcodec/x86/aacpsdsp.asm:435: ... from macro `PS_HYBRID_ANALYSIS' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:707: ... from macro `cglobal' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:757: ... from macro `cglobal_internal' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:978: ... from macro `INIT_XMM' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:895: ... from macro `INIT_CPUFLAGS' defined here ../../third_party/ffmpeg/libavutil/x86/x86inc.asm:116: ... from macro `CPUNOP' defined here nasm failed with exit code 1 [8492/39926] /home/garwol/Desktop/temp/yaourt-tmp-garwol/aur-chromium-dev/src/chromium-75.0.3753.4/third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/extensions/browser/value_store/value_store/lazy_leveldb.o.d -DUSE_UDEV -DUSE_AURA=1 -DUSE_GLIB=1 -DUSE_NSS_CERTS=1 -DUSE_X11=1 -DFULL_SAFE_BROWSING -DSAFE_BROWSING_CSD -DSAFE_BROWSING_DB_LOCAL -DOFFICIAL_BUILD -DCHROMIUM_BUILD -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -DCR_CLANG_REVISION=\"356356-3\" -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_32 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DLEVELDB_PLATFORM_CHROMIUM=1 -DLEVELDB_PLATFORM_CHROMIUM=1 -I../.. -Igen -Igen/shim_headers/re2_shim -Igen/shim_headers/snappy_shim -I../../third_party/leveldatabase -I../../third_party/leveldatabase/src -I../../third_party/leveldatabase/src/include -fprofile-sample-use=../../chrome/android/profiles/afdo.prof -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -funwind-tables -fPIC -pthread -fcolor-diagnostics -fmerge-all-constants -fcrash-diagnostics-dir=../../tools/clang/crashreports -Xclang -mllvm -Xclang -instcombine-lower-dbg-declare=0 -flto=thin -fsplit-lto-unit -fwhole-program-vtables -m64 -march=x86-64 -no-canonical-prefixes -Wall -Wextra -Wimplicit-fallthrough -Wthread-safety -Wextra-semi -Wno-missing-field-initializers -Wno-unused-parameter -Wno-c++11-narrowing -Wno-unneeded-internal-declaration -Wno-undefined-var-template -Wno-ignored-pragma-optimize -O2 -fno-ident -fdata-sections -ffunction-sections -fno-omit-frame-pointer -g0 -fsanitize=cfi-vcall -fsanitize-blacklist=../../tools/cfi/blacklist.txt -fsanitize=cfi-icall -fvisibility=hidden -Xclang -add-plugin -Xclang find-bad-constructs -Xclang -plugin-arg-find-bad-constructs -Xclang check-ipc -Wheader-hygiene -Wstring-conversion -Wtautological-overlap-compare -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi-3.2.1/include -std=c++14 -fno-exceptions -fno-rtti -fvisibility-inlines-hidden -D_FORTIFY_SOURCE=2 -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -DNO_UNWIND_TABLES -march=native -O3 -pipe -fstack-protector-strong -fno-plt -Wno-builtin-macro-redefined -fno-unwind-tables -fno-asynchronous-unwind-tables -c ../../extensions/browser/value_store/lazy_leveldb.cc -o obj/extensions/browser/value_store/value_store/lazy_leveldb.o [8493/39926] /home/garwol/Desktop/temp/yaourt-tmp-garwol/aur-chromium-dev/src/chromium-75.0.3753.4/third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/components/services/leveldb/public/interfaces/interfaces/leveldb.mojom-test-utils.o.d -DUSE_UDEV -DUSE_AURA=1 -DUSE_GLIB=1 -DUSE_NSS_CERTS=1 -DUSE_X11=1 -DFULL_SAFE_BROWSING -DSAFE_BROWSING_CSD -DSAFE_BROWSING_DB_LOCAL -DOFFICIAL_BUILD -DCHROMIUM_BUILD -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -DCR_CLANG_REVISION=\"356356-3\" -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_32 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DUSE_CHROMIUM_ICU=1 -DU_STATIC_IMPLEMENTATION -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE -DUCHAR_TYPE=uint16_t -DLEVELDB_PLATFORM_CHROMIUM=1 -DLEVELDB_PLATFORM_CHROMIUM=1 -I../.. -Igen -Igen/shim_headers/re2_shim -Igen/shim_headers/snappy_shim -I../../third_party/ced/src -I../../third_party/icu/source/common -I../../third_party/icu/source/i18n -I../../third_party/leveldatabase -I../../third_party/leveldatabase/src -I../../third_party/leveldatabase/src/include -fprofile-sample-use=../../chrome/android/profiles/afdo.prof -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -funwind-tables -fPIC -pthread -fcolor-diagnostics -fmerge-all-constants -fcrash-diagnostics-dir=../../tools/clang/crashreports -Xclang -mllvm -Xclang -instcombine-lower-dbg-declare=0 -flto=thin -fsplit-lto-unit -fwhole-program-vtables -m64 -march=x86-64 -no-canonical-prefixes -Wall -Wextra -Wimplicit-fallthrough -Wthread-safety -Wextra-semi -Wno-missing-field-initializers -Wno-unused-parameter -Wno-c++11-narrowing -Wno-unneeded-internal-declaration -Wno-undefined-var-template -Wno-ignored-pragma-optimize -O2 -fno-ident -fdata-sections -ffunction-sections -fno-omit-frame-pointer -g0 -fsanitize=cfi-vcall -fsanitize-blacklist=../../tools/cfi/blacklist.txt -fsanitize=cfi-icall -fvisibility=hidden -Xclang -add-plugin -Xclang find-bad-constructs -Xclang -plugin-arg-find-bad-constructs -Xclang check-ipc -Wheader-hygiene -Wstring-conversion -Wtautological-overlap-compare -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi-3.2.1/include -std=c++14 -fno-exceptions -fno-rtti -fvisibility-inlines-hidden -D_FORTIFY_SOURCE=2 -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -DNO_UNWIND_TABLES -march=native -O3 -pipe -fstack-protector-strong -fno-plt -Wno-builtin-macro-redefined -fno-unwind-tables -fno-asynchronous-unwind-tables -c gen/components/services/leveldb/public/interfaces/leveldb.mojom-test-utils.cc -o obj/components/services/leveldb/public/interfaces/interfaces/leveldb.mojom-test-utils.o [8494/39926] /usr/bin/python2 ../../build/gn_run_binary.py nasm -DPIC -felf64 -P ../../third_party/dav1d/config/linux/x64/config.asm -I../../third_party/dav1d/libdav1d/src// -I../../third_party/dav1d/config/linux/x64/ -I./ -I../../ -Igen/ -MD obj/third_party/dav1d/dav1d_asm/mc_ssse3.o.d -o obj/third_party/dav1d/dav1d_asm/mc_ssse3.o ../../third_party/dav1d/libdav1d/src/x86/mc_ssse3.asm [8495/39926] /usr/bin/python2 ../../build/gn_run_binary.py nasm -DPIC -felf64 -P ../../third_party/dav1d/config/linux/x64/config.asm -I../../third_party/dav1d/libdav1d/src// -I../../third_party/dav1d/config/linux/x64/ -I./ -I../../ -Igen/ -MD obj/third_party/dav1d/dav1d_asm/mc.o.d -o obj/third_party/dav1d/dav1d_asm/mc.o ../../third_party/dav1d/libdav1d/src/x86/mc.asm [8496/39926] /home/garwol/Desktop/temp/yaourt-tmp-garwol/aur-chromium-dev/src/chromium-75.0.3753.4/third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/components/services/leveldb/public/interfaces/interfaces/leveldb.mojom.o.d -DUSE_UDEV -DUSE_AURA=1 -DUSE_GLIB=1 -DUSE_NSS_CERTS=1 -DUSE_X11=1 -DFULL_SAFE_BROWSING -DSAFE_BROWSING_CSD -DSAFE_BROWSING_DB_LOCAL -DOFFICIAL_BUILD -DCHROMIUM_BUILD -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -DCR_CLANG_REVISION=\"356356-3\" -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_32 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DUSE_CHROMIUM_ICU=1 -DU_STATIC_IMPLEMENTATION -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE -DUCHAR_TYPE=uint16_t -DLEVELDB_PLATFORM_CHROMIUM=1 -DLEVELDB_PLATFORM_CHROMIUM=1 -I../.. -Igen -Igen/shim_headers/re2_shim -Igen/shim_headers/snappy_shim -I../../third_party/ced/src -I../../third_party/icu/source/common -I../../third_party/icu/source/i18n -I../../third_party/leveldatabase -I../../third_party/leveldatabase/src -I../../third_party/leveldatabase/src/include -fprofile-sample-use=../../chrome/android/profiles/afdo.prof -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -funwind-tables -fPIC -pthread -fcolor-diagnostics -fmerge-all-constants -fcrash-diagnostics-dir=../../tools/clang/crashreports -Xclang -mllvm -Xclang -instcombine-lower-dbg-declare=0 -flto=thin -fsplit-lto-unit -fwhole-program-vtables -m64 -march=x86-64 -no-canonical-prefixes -Wall -Wextra -Wimplicit-fallthrough -Wthread-safety -Wextra-semi -Wno-missing-field-initializers -Wno-unused-parameter -Wno-c++11-narrowing -Wno-unneeded-internal-declaration -Wno-undefined-var-template -Wno-ignored-pragma-optimize -O2 -fno-ident -fdata-sections -ffunction-sections -fno-omit-frame-pointer -g0 -fsanitize=cfi-vcall -fsanitize-blacklist=../../tools/cfi/blacklist.txt -fsanitize=cfi-icall -fvisibility=hidden -Xclang -add-plugin -Xclang find-bad-constructs -Xclang -plugin-arg-find-bad-constructs -Xclang check-ipc -Wheader-hygiene -Wstring-conversion -Wtautological-overlap-compare -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi-3.2.1/include -std=c++14 -fno-exceptions -fno-rtti -fvisibility-inlines-hidden -D_FORTIFY_SOURCE=2 -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -DNO_UNWIND_TABLES -march=native -O3 -pipe -fstack-protector-strong -fno-plt -Wno-builtin-macro-redefined -fno-unwind-tables -fno-asynchronous-unwind-tables -c gen/components/services/leveldb/public/interfaces/leveldb.mojom.cc -o obj/components/services/leveldb/public/interfaces/interfaces/leveldb.mojom.o ninja: build stopped: subcommand failed. ==> BŁĄD: Wystąpił błąd w build(). Przerywam... ==> BŁĄD:Makepkg nie był w stanie zbudować chromium-dev. ==> Powtórzyć budowanie chromium-dev?[t/N]

sl1pkn07 commented on 2019-04-09 20:07 (UTC)

can you paste more log?

greetings

garwol commented on 2019-04-09 19:44 (UTC)

failing with a lot of errors with ffmpeg like ../../third_party/ffmpeg/libavcodec/x86/aacpsdsp.asm:485: error: unknown 'cpu' type 'amdnop'

BTW_IUseGentoo commented on 2019-03-28 01:52 (UTC) (edited on 2019-03-28 01:53 (UTC) by BTW_IUseGentoo)

success with https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=chromium-dev#n453 thanks!!

==> Finished making: chromium-dev 74.0.3729.28-1 (Wed 27 Mar 2019 06:51:13 PM PDT)