Date: Wed, 15 Nov 2017 12:20:53 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-dtrace@FreeBSD.org Subject: [Bug 223680] www/firefox: DTRACE=on fails with /usr/bin/ld: error: ../../js/src/jsarray.o: string table non-null terminated Message-ID: <bug-223680-32976-x8jbbrlFMj@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-223680-32976@https.bugs.freebsd.org/bugzilla/> References: <bug-223680-32976@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223680 --- Comment #2 from Jan Beich <jbeich@FreeBSD.org> --- Another way to reproduce: $ ln -fs ld.lld /usr/bin/ld $ pkg install autoconf213 gmake python27 mercurial $ hg clone https://hg.mozilla.org/mozilla-central $ cd mozilla-central/js/src $ autoconf-2.13 $ ./configure --disable-jemalloc --enable-dtrace $ gmake [...] /usr/bin/ld: error: ../jsarray.o: string table non-null terminated clang++: error: linker command failed with exit code 1 (use -v to see invocation) --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-223680-32976-x8jbbrlFMj>