source: archive/js91.xml@ 14bd41d

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 14bd41d was 14bd41d, checked in by Douglas R. Reno <renodr@…>, 18 months ago

Add JS102 and archive JS91.

  • Property mode set to 100644
File size: 12.9 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!-- for when firefox and js91 use same version
8 <!ENTITY ff91-version "&firefox-version;">
9 and when they are on different versions - keep this for when
10 we have moved to next firefox-esr (ff-91) and JS has not moved
11 <!ENTITY ff91-version "&JS91-version;"> -->
12
13<!-- <!ENTITY ff91-version "&firefox-version;">-->
14 <!ENTITY js91-download-http "&mozilla-http;/firefox/releases/&JS91-version;esr/source/firefox-&JS91-version;esr.source.tar.xz">
15 <!ENTITY js91-download-ftp " ">
16 <!ENTITY js91-md5sum "63f84a77e8266256428c77895ecfb481">
17 <!ENTITY js91-size "362 MB">
18 <!ENTITY js91-buildsize "3.0 GB (38 MB installed after removing 33MB static lib)">
19 <!ENTITY js91-time "2.1 SBU (with parallelism=4)">
20]>
21
22<sect1 id="js91" xreflabel="JS-&JS91-version;">
23 <?dbhtml filename="js91.html"?>
24
25 <sect1info>
26 <date>$Date$</date>
27 </sect1info>
28
29 <title>JS-&JS91-version;</title>
30
31 <indexterm zone="js91">
32 <primary sortas="a-js91">js91</primary>
33 </indexterm>
34
35 <sect2 role="package">
36 <title>Introduction to JS</title>
37
38 <para>
39 <application>JS</application> (also referred as
40 <application>SpiderMonkey</application>) is Mozilla's JavaScript and
41 WebAssembly Engine, written in C++ and Rust.
42 In BLFS, the source code of JS is taken from Firefox.
43 </para>
44
45 <!-- To editors: make sure polkit work with mozjs before
46 tagging mozjs. -->
47 &lfs112_checked;
48
49 <bridgehead renderas="sect3">Package Information</bridgehead>
50 <itemizedlist spacing="compact">
51 <listitem>
52 <para>
53 Download (HTTP): <ulink url="&js91-download-http;"/>
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download (FTP): <ulink url="&js91-download-ftp;"/>
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Download MD5 sum: &js91-md5sum;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Download size: &js91-size;
69 </para>
70 </listitem>
71 <listitem>
72 <para>
73 Estimated disk space required: &js91-buildsize;
74 </para>
75 </listitem>
76 <listitem>
77 <para>
78 Estimated build time: &js91-time;
79 </para>
80 </listitem>
81 </itemizedlist>
82<!--
83 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
84 <itemizedlist spacing="compact">
85 <listitem>
86 <para>
87 Required patch:
88 <ulink url="&patch-root;/js-&JS91-version;-python_3_10-1.patch"/>
89 </para>
90 </listitem>
91 </itemizedlist>
92-->
93 <bridgehead renderas="sect3">JS91 Dependencies</bridgehead>
94
95 <bridgehead renderas="sect4">Required</bridgehead>
96 <para role="required">
97 <xref linkend="icu"/>,
98 <xref linkend="rust"/>, and
99 <xref linkend="which"/>
100 </para>
101
102 <bridgehead renderas="sect4">Recommended</bridgehead>
103 <para role="recommended">
104 <!-- If clang is installed, it will be used instead of gcc.
105 gcc does not work for 32-bit system w/o -msse2 -mfpmath=sse:
106 https://bugzilla.mozilla.org/show_bug.cgi?id=1729459 -->
107 <xref linkend="llvm"/> (with <application>Clang</application>,
108 required for 32-bit system without SSE2 capability)
109 </para>
110
111 <!-- It seems nasm is only used for aarch64-win64. -->
112 <!--bridgehead renderas="sect4">Optional</bridgehead>
113 <para role="optional">
114 <xref linkend="nasm"/>
115 </para-->
116
117 <para condition="html" role="usernotes">
118 User Notes: <ulink url="&blfs-wiki;/js91"/>
119 </para>
120 </sect2>
121
122 <sect2 role="installation">
123 <title>Installation of JS</title>
124
125 <note>
126 <para>
127 Unlike most other packages in BLFS, the instructions below require you
128 to untar <filename>firefox-&JS91-version;esr.tar.xz</filename> and
129 change into the <filename>firefox-&JS91-version;</filename> folder.
130 </para>
131
132 <para>
133 Extracting the tarball
134 will reset the permissions of the current directory to 0755 if you
135 have permission to do that. If you do this in a directory where
136 the sticky bit is set, such
137 as <filename class="directory">/tmp</filename> it will end with error
138 messages:
139 </para>
140
141<literallayout>tar: .: Cannot utime: Operation not permitted
142tar: .: Cannot change mode to rwxr-xr-t: Operation not permitted
143tar: Exiting with failure status due to previous errors
144</literallayout>
145
146 <para>
147 This does finish with non-zero status, but it does
148 <emphasis>NOT</emphasis> mean there is a real problem.
149 Do not untar as the <systemitem class="username">root</systemitem> user
150 in a directory where the sticky bit is set - that will unset it.
151 </para>
152
153 </note>
154<!-- not needed when using clang. Upstream bug at
155 https://bugzilla.mozilla.org/show_bug.cgi?id=1729459
156
157 <para>
158 If building on a 32 bit machine, the following sed works around an issue
159 with an incompatible <quote>double</quote> type in one header file:
160 </para>
161
162<screen><userinput>case "$(uname -m)" in
163 i?86) sed -e '/typedef[ ]*double/s/double/long double/' \
164 -i modules/fdlibm/src/math_private.h ;;
165esac</userinput></screen>
166-->
167 <para>
168 Install <application>JS</application> by running the following
169 commands:
170 </para>
171
172 <note>
173 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
174 href="../../xincludes/mozshm.xml"/>
175
176 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
177 href="../../xincludes/mozconfigure.xml"/>
178
179 <para>
180 Compiling the C++ code respects $MAKEFLAGS and defaults to 'j1',
181 the rust code will use all processors.
182 </para>
183 </note>
184
185 <para>
186 First remove an obsolete flag in python code, that has been removed
187 in python-3.11:
188 </para>
189
190<screen><userinput>grep -rl \"rU\" | xargs sed -i 's/"rU"/"r"/'</userinput></screen>
191
192 <para>
193 Then run:
194 </para>
195
196<screen><userinput>mkdir obj &amp;&amp;
197cd obj &amp;&amp;
198
199sh ../js/src/configure.in --prefix=/usr \
200 --with-intl-api \
201 --with-system-zlib \
202 --with-system-icu \
203 --disable-jemalloc \
204 --disable-debug-symbols \
205 --enable-readline &amp;&amp;
206make</userinput></screen>
207
208 <para>
209 To run the JS test suite, issue:
210 <command>make -C js/src check-jstests
211 JSTESTS_EXTRA_ARGS="--timeout 300 --wpt=disabled"</command>.
212 It's recommended to redirect the output into a log.
213 <!-- recheck when ICU gets upgraded -->
214 Because we are building with system ICU, more than one hundred tests
215 (out of a total of more than 40,000) are known to fail.
216 </para>
217 <para>
218 To run the JIT test suite, issue:
219 <command>make -C js/src check-jit-test
220 JITTEST_EXTRA_ARGS="--timeout 300"</command>.
221 </para>
222
223 <caution>
224 <para>
225 An issue in the installation process causes any running program which
226 links to JS91 shared library (for example, GNOME Shell) to crash if
227 JS91 is upgraded or reinstalled. To work around this issue, remove
228 the old version of the JS91 shared library before installation:
229 </para>
230
231<screen role="root"><userinput>rm -fv /usr/lib/libmozjs-91.so</userinput></screen>
232 </caution>
233
234 <para>
235 Now, as the <systemitem class="username">root</systemitem> user:
236 </para>
237
238<screen role="root"><userinput>make install &amp;&amp;
239rm -v /usr/lib/libjs_static.ajs &amp;&amp;
240sed -i '/@NSPR_CFLAGS@/d' /usr/bin/js91-config</userinput></screen>
241
242 </sect2>
243
244 <!-- Several gjs-1.65.90 tests fail with js91. Not sure why.
245 OTOH an "otherwise" GNOME-3.36 environment works fine. -->
246
247 <sect2 role="commands">
248 <title>Command Explanations</title>
249
250 <para>
251 <command>sh ../js/src/configure.in</command>:
252 <filename>configure.in</filename> is actually a shell script, but
253 the executable bit is not set in its permission mode so it's needed
254 to explicitly run it with <command>sh</command>.
255 </para>
256
257 <para>
258 <parameter>--with-intl-api</parameter>: This enables the
259 internationalization functions required by
260 <application>Gjs</application>.
261 </para>
262
263 <para>
264 <parameter>--with-system-*</parameter>: These parameters allow the build system
265 to use system versions of the above libraries. These are required for
266 stability.
267 </para>
268
269 <para>
270 <parameter>--enable-readline</parameter>: This switch enables Readline
271 support in the JS shell.
272 </para>
273
274 <para>
275 <parameter>--disable-jemalloc</parameter>: This switch disables the
276 internal memory allocator used in JS91. jemalloc is only intended for
277 the Firefox browser environment. For other applications using JS91,
278 if JS91 uses jemalloc, the application may crash as items allocated
279 in jemalloc allocator are freed on system (glibc) allocator.
280 </para>
281
282 <para>
283 <parameter>--disable-debug-symbols</parameter>: Don't generate debug
284 symbols since they are very large and most users won't need it. Remove
285 it if you want to debug JS91.
286 </para>
287
288 <para>
289 <command>rm -v /usr/lib/libjs_static.ajs</command>: Remove a large
290 static library which is not used by any BLFS package.
291 </para>
292
293 <para>
294 <command>sed -i '/@NSPR_CFLAGS@/d' /usr/bin/js91-config</command>:
295 Prevent <command>js91-config</command> from using buggy CFLAGS.
296 </para>
297
298 <para>
299 <option><envar>CC=gcc CXX=g++</envar></option>: BLFS used to
300 prefer to use gcc and g++ instead of upstream's defaults of the
301 <application>clang</application> programs. With the release of
302 gcc-12 the build takes longer with gcc and g++, primarily because
303 of extra warnings, and is bigger. Pass these environment variables
304 to the configure script if you wish to continue to use gcc, g++
305 (by exporting them and unset them after the installation, or simply
306 prepending them before the
307 <command>sh ../js/src/configure.in</command> command). If you are
308 building on a 32-bit system, also see below.
309 </para>
310
311 <para>
312 <option><envar>CXXFLAGS="-msse2 -mfpmath=sse"</envar></option>:
313 Use SSE2 instead of 387 for double-precision floating-point
314 operations. It's needed by GCC to satisfy the expectations of
315 upstream (Mozilla) developers with floating-point arithmetic.
316 Use it if you are building this package on a 32-bit system with
317 GCC (if Clang is not installed or GCC is explicitly specified).
318 Note that this will cause JS to crash on a processor without SSE2
319 capability. If you are running the system on such an old processor,
320 Clang is strictly needed. This setting is not needed on 64-bit
321 systems because all 64-bit x86 processors support SSE2 and the 64-bit
322 compilers (both Clang and GCC) use SSE2 by default.
323 </para>
324 </sect2>
325
326 <sect2 role="content">
327 <title>Contents</title>
328
329 <segmentedlist>
330 <segtitle>Installed Programs</segtitle>
331 <segtitle>Installed Libraries</segtitle>
332 <segtitle>Installed Directories</segtitle>
333
334 <seglistitem>
335 <seg>
336 js91 and js91-config
337 </seg>
338 <seg>
339 libmozjs-91.so
340 </seg>
341 <seg>
342 /usr/include/mozjs-91
343 </seg>
344 </seglistitem>
345 </segmentedlist>
346
347 <variablelist>
348 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
349 <?dbfo list-presentation="list"?>
350 <?dbhtml list-presentation="table"?>
351
352 <varlistentry id="js91-js91">
353 <term><command>js91</command></term>
354 <listitem>
355 <para>
356 provides a command line interface to the
357 <application>JavaScript</application> engine
358 </para>
359 <indexterm zone="js91 js91">
360 <primary sortas="b-js91">js91</primary>
361 </indexterm>
362 </listitem>
363 </varlistentry>
364
365 <varlistentry id="js91-config">
366 <term><command>js91-config</command></term>
367 <listitem>
368 <para>
369 is used to find the JS compiler and linker flags
370 </para>
371 <indexterm zone="js91 js91-config">
372 <primary sortas="b-js91-config">js91-config</primary>
373 </indexterm>
374 </listitem>
375 </varlistentry>
376
377 <varlistentry id="libmozjs-91">
378 <term><filename class="libraryfile">libmozjs-91.so</filename></term>
379 <listitem>
380 <para>
381 contains the Mozilla JavaScript API functions
382 </para>
383 <indexterm zone="js91 libmozjs-91">
384 <primary sortas="c-libmozjs91">libmozjs-91.so</primary>
385 </indexterm>
386 </listitem>
387 </varlistentry>
388 </variablelist>
389 </sect2>
390
391</sect1>
Note: See TracBrowser for help on using the repository browser.