https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233990
--- Comment #6 from Rene Ladan <[email protected]> --- (In reply to Carlos J. Puga Medina from comment #4) It fails on 11.2-RELEASE-i386 : python "../../build/toolchain/gcc_link_wrapper.py" --output="./chrome" -- c++ -pie -Wl,--version-script=../../build/linux/chrome.map -Wl,--build-id=sha1 -fPIC -Wl,-z,noexecstack -Wl,-z,now -Wl,-z,relro -fuse-ld=lld -Wl,--icf=all -Wl,--color-diagnostics -m32 -Wl,-O2 -Wl,--gc-sections -rdynamic -Wl,-rpath-link=. -Wl,--disable-new-dtags -L/usr/local/lib -L/usr/local/lib/nss -fstack-protector -L/usr/local/lib -o "./chrome" -Wl,--start-group @"./chrome.rsp" -Wl,--end-group -lpthread -lX11 -lX11-xcb -lxcb -lXcomposite -lXcursor -lXdamage -lXext -lXfixes -lXi -lXrender -lXtst -lgmodule-2.0 -lglib-2.0 -lgobject-2.0 -lgthread-2.0 -lintl -lnss3 -lsmime3 -lnssutil3 -lplds4 -lplc4 -lnspr4 -ldl -lcups -lxml2 -lexpat -lfontconfig -ldbus-1 -lexecinfo -lkvm -lXss -lwebpdemux -lwebpmux -lwebp -lfreetype -ljpeg -lharfbuzz -ldrm -lXrandr -lgio-2.0 -lavcodec -lavformat -lavutil -lopenh264 -lopus -lm -lasound -lsnappy -lpangocairo-1.0 -lpango-1.0 -lcairo -lGL -lpci -latk-1.0 -latk-bridge-2.0 -latspi -lFLAC -lgtk-3 -lgdk-3 -lcairo-gobject -lgdk_pixbuf-2.0 -lxslt -lz -llzma -lrt /usr/bin/ld.lld: error: can't create dynamic relocation R_386_32 against local symbol in readonly segment; recompile object files with -fPIC >>> defined in obj/third_party/libaom/libaom_yasm.a(highbd_intrapred_sse2.o) >>> referenced by >>> ../../third_party/libaom/source/libaom/aom_dsp/x86/highbd_intrapred_sse2.asm >>> highbd_intrapred_sse2.o:(aom_highbd_dc_predictor_4x4_sse2) in >>> archive obj/third_party/libaom/libaom_yasm.a (this message repeated for various functions in highbd_intrapred_sse2.o and intrapred_sse2.o, in final step 20490/20490) -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-chromium To unsubscribe, send any mail to "[email protected]"
