Path: csiph.com!news.mixmin.net!aioe.org!4+1/sO+hjgXu65daMoAjkg.user.gioia.aioe.org.POSTED!not-for-mail From: Richmond Newsgroups: alt.comp.software.seamonkey Subject: Re: Error compiling on i686 Date: Sat, 08 May 2021 09:19:27 +0100 Organization: Frantic Lines: 19 Message-ID: <84lf8pd4ds.fsf@example.com> References: <845yzvee2a.fsf@example.com> NNTP-Posting-Host: 4+1/sO+hjgXu65daMoAjkg.user.gioia.aioe.org Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: abuse@aioe.org User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) Cancel-Lock: sha1:nuSRHlr4r3N2iT2dDev3A91mAZQ= X-Notice: Filtered by postfilter v. 0.9.2 Xref: csiph.com alt.comp.software.seamonkey:171 frg writes: > Compiling is only supported on x64. For i686 you need to install the > i686 libs and the rust i686 target in the mozconfig. Rust 1.47 is supported. Anything from 1.38 to 1.46 > might work but is untested. > > You might get over the error with -disable-rust-simd > Thanks, I got a long way with that. But it failed during linking. 789:40.29 /usr/bin/ld: i686-unknown-linux-gnu/release/libgkrust.a(std-3b8f769dfbb7c401.std.1qzgk10u-cgu.14.rcgu.o): warning: relo cation against `__rust_probestack' in read-only section `.text._ZN3std2io4util4copy17h713ecddbd4fa0d0dE' 789:40.30 /usr/bin/ld: read-only segment has dynamic relocations 789:40.30 clang: error: linker command failed with exit code 1 (use -v to see invocation) 789:40.30 make[4]: *** [/home/seamonkey/mozilla-253/config/rules.mk:708: libxul.so] Error 1 I am going to try gcc instead.