source: xsoft/graphweb/firefox.xml@ d7ba6b4d

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 d7ba6b4d was d7ba6b4d, checked in by Pierre Labastie <pierre.labastie@…>, 18 months ago

Fix sed in mozilla apps

Sorry for forgetting the "xargs"

  • Property mode set to 100644
File size: 23.1 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 <!ENTITY firefox-download-http "&mozilla-http;/firefox/releases/&firefox-version;esr/source/firefox-&firefox-version;esr.source.tar.xz">
8 <!ENTITY firefox-download-ftp " ">
9 <!ENTITY firefox-md5sum "5ad962e43ad29245238feeba558941d9">
10 <!ENTITY firefox-size "460 MB">
11 <!-- NB with stylo, much of the build uses rust, and therefore cargo files.
12 But the extra cached cargo files, if any, seem to be minimal -->
13 <!ENTITY firefox-buildsize "7.1 GB (199 MB installed) without tests">
14 <!-- editors: with ff63 and rust-1.29, ./mach build -j4 is probably the
15 most practical way to get a timing on a machine with more cores, if taking
16 cores offline is not practical. If in doubt, round up -->
17 <!ENTITY firefox-time "21 SBU (on a zen1 machine using -j4) without tests">
18]>
19
20<sect1 id="firefox" xreflabel="Firefox-&firefox-version;">
21 <?dbhtml filename="firefox.html" ?>
22
23 <sect1info>
24 <date>$Date$</date>
25 </sect1info>
26
27<!-- indicate this is the ESR variant,
28 The point was that the 102.0 stable release differed slightly.
29 <title>Firefox-&firefox-version;</title>-->
30 <title>Firefox-&firefox-version;esr</title>
31
32 <indexterm zone="firefox">
33 <primary sortas="a-Firefox">Firefox</primary>
34 </indexterm>
35
36 <sect2 role="package">
37 <title>Introduction to Firefox</title>
38
39 <para>
40 <application>Firefox</application> is a stand-alone browser based on the
41 <application>Mozilla</application> codebase.
42 </para>
43
44 &lfs112_checked;
45
46 <bridgehead renderas="sect3">Package Information</bridgehead>
47 <itemizedlist spacing="compact">
48 <listitem>
49 <para>
50 Download (HTTP): <ulink url="&firefox-download-http;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download (FTP): <ulink url="&firefox-download-ftp;"/>
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download MD5 sum: &firefox-md5sum;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Download size: &firefox-size;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated disk space required: &firefox-buildsize;
71 </para>
72 </listitem>
73 <listitem>
74 <para>
75 Estimated build time: &firefox-time;
76 </para>
77 </listitem>
78 </itemizedlist>
79
80<!--<bridgehead renderas="sect3">Additional Downloads</bridgehead>
81 <itemizedlist spacing="compact">
82 <listitem>
83 <para>
84 Required patch:
85 <ulink url="&patch-root;/firefox-&firefox-version;esr-gcc12_fix-1.patch"/>
86 </para>
87 </listitem>
88 <listitem>
89 <para>
90 Recommended patch:
91 <ulink url="&patch-root;/firefox-&firefox-version;esr-disable_rust_test-1.patch"/>
92 </para>
93 </listitem>
94 </itemizedlist>-->
95
96 <note>
97 <para>
98 The directory name is firefox-&firefox-version;
99 </para>
100
101 <para>
102 Extracting the tarball
103 will reset the permissions of the current directory to 0755 if you
104 have permission to do that. If you do this in a directory where
105 the sticky bit is set, such
106 as <filename class="directory">/tmp</filename> it will end with error
107 messages:
108 </para>
109
110<literallayout>tar: .: Cannot utime: Operation not permitted
111tar: .: Cannot change mode to rwxr-xr-t: Operation not permitted
112tar: Exiting with failure status due to previous errors
113</literallayout>
114
115 <para>
116 This does finish with non-zero status, but it does
117 <emphasis>NOT</emphasis> mean there is a real problem.
118 Do not untar as the <systemitem class="username">root</systemitem> user
119 in a directory where the sticky bit is set - that will unset it.
120 </para>
121
122 <para>
123 As with other large packages which use C++ (or rust), the SBU times
124 to build this vary more widely than you might expect. The build times
125 will increase significantly if your machine has to swap.
126 </para>
127
128 <para>
129 Although upstream prefer to use <application>PulseAudio</application>,
130 for the moment <application>Alsa</application> can still be used. Both
131 may need runtime configuration to get sound working.
132 </para>
133 </note>
134
135 <bridgehead renderas="sect3">Firefox Dependencies</bridgehead>
136
137 <bridgehead renderas="sect4">Required</bridgehead>
138 <para role="required">
139 <xref linkend="autoconf213"/>,
140 <xref linkend="cbindgen"/>,
141 <xref linkend="dbus-glib"/>,
142 <xref linkend="gtk3"/>,
143 <xref linkend="libnotify"/>,
144 <xref linkend="llvm"/> (with clang, used for bindgen even if using gcc),
145 <xref linkend="nodejs"/>,
146 <xref linkend="pulseaudio"/>
147 (or
148 <xref linkend="alsa-lib"/> if you edit the mozconfig;
149 now deprecated by mozilla), in either case please read the
150 Configuration Information,
151 <xref linkend="python3"/> (rebuilt after installing <xref linkend="sqlite"/>),
152 <xref linkend="startup-notification"/>,
153 <xref linkend="unzip"/>,
154 <xref linkend="yasm"/>, and
155 <xref linkend="zip"/>
156 </para>
157
158 <bridgehead renderas="sect4">Recommended</bridgehead>
159 <para role="recommended">
160 <xref linkend="icu"/>,
161 <xref linkend="libevent"/>,
162 <xref linkend="libvpx"/>,
163 <xref linkend="libwebp"/>,
164 <xref linkend="nasm"/>,
165 <xref linkend="nss"/>
166 </para>
167
168 <note>
169 <para>
170 If you don't install recommended dependencies, then internal copies of
171 those packages will be used. They might be tested to work, but they can
172 be out of date or contain security holes.
173 </para>
174 </note>
175
176 <bridgehead renderas="sect4">Optional</bridgehead>
177 <para role="optional">
178 <xref linkend="curl"/>,
179 <xref linkend="doxygen"/>,
180 <xref role="runtime" linkend="ffmpeg"/> (runtime, to play mov, mp3 or mp4 files),
181 <xref linkend="liboauth"/>,
182 <xref linkend="valgrind"/>,
183 <xref linkend="wget"/>,
184 <xref linkend="wireless_tools"/>,
185 <ulink url="https://github.com/libproxy/libproxy">libproxy</ulink>
186 </para>
187
188 <para condition="html" role="usernotes">
189 User Notes: <ulink url="&blfs-wiki;/firefox"/>
190 </para>
191 </sect2>
192
193 <sect2 role="installation">
194 <title>Installation of Firefox</title>
195
196 <para>
197 The configuration of <application>Firefox</application> is accomplished
198 by creating a <filename>mozconfig</filename> file containing the desired
199 configuration options. A default <filename>mozconfig</filename> is
200 created below. To see the entire list of available configuration options
201 (and an abbreviated description of some of them), issue <command>./mach
202 configure &amp;&amp; ./configure --help | less</command>. You may also
203 wish to review the entire file and uncomment any other desired options.
204 Create the file by issuing the following command:
205 </para>
206
207<screen><userinput>cat &gt; mozconfig &lt;&lt; "EOF"
208<literal># If you have a multicore machine, all cores will be used by default.
209
210# If you have installed (or will install) wireless-tools, and you wish
211# to use geolocation web services, comment out this line
212ac_add_options --disable-necko-wifi
213
214# API Keys for geolocation APIs - necko-wifi (above) is required for MLS
215# Uncomment the following line if you wish to use Mozilla Location Service
216#ac_add_options --with-mozilla-api-keyfile=$PWD/mozilla-key
217
218# Uncomment the following line if you wish to use Google's geolocation API
219# (needed for use with saved maps with Google Maps)
220#ac_add_options --with-google-location-service-api-keyfile=$PWD/google-key
221
222# startup-notification is required since firefox-78
223
224# Uncomment the following option if you have not installed PulseAudio and
225# want to use alsa instead
226#ac_add_options --enable-audio-backends=alsa
227
228# Comment out following options if you have not installed
229# recommended dependencies:
230ac_add_options --with-system-icu
231ac_add_options --with-system-libevent
232ac_add_options --with-system-libvpx
233ac_add_options --with-system-nspr
234ac_add_options --with-system-nss
235ac_add_options --with-system-webp
236
237# Unlike with thunderbird, although using the gold linker can
238# save four megabytes in the installed file it does not make
239# the build faster.
240
241# libdavid (av1 decoder) requires nasm. Uncomment this if nasm
242# has not been installed. Do not uncomment this if you have
243# ffmpeg-5 installed.
244#ac_add_options --disable-av1
245
246# You cannot distribute the binary if you do this
247ac_add_options --enable-official-branding
248
249# Stripping is now enabled by default.
250# Uncomment these lines if you need to run a debugger:
251#ac_add_options --disable-strip
252#ac_add_options --disable-install-strip
253
254# Disabling debug symbols makes the build much smaller and a little
255# faster. Comment this if you need to run a debugger. Note: This is
256# required for compilation on i686.
257ac_add_options --disable-debug-symbols
258
259# The elf-hack is reported to cause failed installs (after successful builds)
260# on some machines. It is supposed to improve startup time and it shrinks
261# libxul.so by a few MB - comment this if you know your machine is not affected.
262ac_add_options --disable-elf-hack
263
264# The BLFS editors recommend not changing anything below this line:
265ac_add_options --prefix=/usr
266ac_add_options --enable-application=browser
267ac_add_options --disable-crashreporter
268ac_add_options --disable-updater
269# enabling the tests will use a lot more space and significantly
270# increase the build time, for no obvious benefit.
271ac_add_options --disable-tests
272
273# The default level of optimization again produces a working build with gcc.
274ac_add_options --enable-optimize
275
276ac_add_options --enable-system-ffi
277ac_add_options --enable-system-pixman
278
279ac_add_options --with-system-jpeg
280ac_add_options --with-system-png
281ac_add_options --with-system-zlib
282
283# Using sandboxed wasm libraries has been moved to all builds instead
284# of only mozilla automation builds. It requires extra llvm packages
285# and was reported to seriously slow the build. Disable it.
286ac_add_options --without-wasm-sandboxed-libraries
287
288# The following option unsets Telemetry Reporting. With the Addons Fiasco,
289# Mozilla was found to be collecting user's data, including saved passwords and
290# web form data, without users consent. Mozilla was also found shipping updates
291# to systems without the user's knowledge or permission.
292# As a result of this, use the following command to permanently disable
293# telemetry reporting in Firefox.
294unset MOZ_TELEMETRY_REPORTING
295
296mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/firefox-build-dir</literal>
297EOF</userinput></screen>
298
299 <para>
300 Compile <application>Firefox</application> by issuing the following
301 commands:
302 </para>
303
304 <para>
305 A change in cbindgen-0.24.2 causes a symbol to now be output by
306 cbindgen, but it has already been defined in a header. This sed
307 prevents the build from eventually failing:
308 </para>
309
310<screen><userinput>sed -i '/ROOT_CLIP_CHAIN/d' gfx/webrender_bindings/webrender_ffi.h</userinput></screen>
311
312<!-- Not needed with clang. Upstream bug at
313 https://bugzilla.mozilla.org/show_bug.cgi?id=1729459
314
315 <para>
316 If building on a 32 bit machine, the following sed works around
317 an issue with an incompatible <quote>double</quote> type in one
318 header file:
319 </para>
320
321<screen><userinput>case "$(uname -m)" in
322 i?86) sed -e '/typedef[ ]*double/s/double/long double/' \
323 -i modules/fdlibm/src/math_private.h ;;
324esac</userinput></screen>
325-->
326 <para>
327 If the geolocation APIs are needed:
328 </para>
329
330 <note>
331 <para>
332 <!-- Taken from Arch Linux - an immensely helpful link - Thanks -->
333 The Google and Mozilla API Keys below are specific to LFS. If using
334 these instructions for another distro, or if you intend to distribute
335 binary copies of the software using these instructions, please obtain
336 your own keys following the instructions located at
337 <ulink url="http://www.chromium.org/developers/how-tos/api-keys"/> and
338 <ulink url="https://location.services.mozilla.com/api"/> respectively.
339 <!-- BLFS Devs, register an account at Google with your
340 @linuxfromscratch.org email address, and I'll make you an administrator
341 for the 'Google APIs for LFS' project (where the API and OAuth keys
342 were created for use in the book).-->
343 </para>
344 </note>
345
346<screen><userinput>echo "AIzaSyDxKL42zsPjbke5O8_rPVpVrLrJ8aeE9rQ" > google-key
347echo "613364a7-9418-4c86-bcee-57e32fd70c23" > mozilla-key</userinput></screen>
348
349 <note>
350
351 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
352 href="../../xincludes/mozshm.xml"/>
353
354 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
355 href="../../xincludes/mozmach.xml"/>
356
357 </note>
358
359 <para>
360 First remove an obsolete flag in python code, that has been removed
361 in python-3.11:
362 </para>
363
364<screen><userinput>grep -rl \"rU\" | xargs sed -i 's/"rU"/"r"/'</userinput></screen>
365
366 <para>
367 Now invoke the Python <command>mach</command> script to compile the package.
368 </para>
369
370<screen><userinput>export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=none &amp;&amp;
371export MOZBUILD_STATE_PATH=${PWD}/mozbuild &amp;&amp;
372./mach configure &amp;&amp;
373./mach build</userinput></screen>
374
375 <para>
376 The <filename>mozconfig</filename> above disables the tests because
377 they use a lot more time and disk space for no obvious benefit. If
378 you have nevertheless enabled them, you can run the tests by executing
379 <command>./mach gtest</command>. This will require a network connection,
380 and to be run from within an Xorg session - there is a popup dialog
381 when it fails to connect to ALSA (that does not create a failed test).
382 One or two tests will fail. To see the details of the failure(s) you
383 will need to log the output from that command so that you can review it.
384 </para>
385
386 <para>
387 Now, as the <systemitem class="username">root</systemitem> user:
388 </para>
389
390<screen role="root"><userinput>MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=none ./mach install</userinput></screen>
391
392 <para>
393 Empty the environment variables which were set above:
394 </para>
395
396<screen><userinput>unset MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE MOZBUILD_STATE_PATH</userinput></screen>
397
398 </sect2>
399
400 <sect2 role="commands">
401 <title>Command Explanations</title>
402
403<!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
404 href="../../xincludes/SIOCGSTAMP.xml"/>-->
405
406 <para>
407 <command>export MOZBUILD_STATE_PATH=${PWD}/mozbuild</command>: The build
408 is now supposed to tell you that it intends to create <filename
409 class="directory">~/.mozbuild</filename>, and offer you an option to
410 press &lt;ENTER&gt; to accept this, or Ctrl-C to cancel and restart the
411 build after specifying the directory. In practice, the message may not
412 appear until after &lt;ENTER&gt; is keyed, i.e. the build stalls.
413 </para>
414
415 <para>
416 That directory is used for a (probably random) telemetry identifier.
417 Creating this in the build directory, and deleting that after the
418 installation, prevents it being used. If you wish to participate in
419 telemetry, export MOZBUILD_STATE_PATH to point to its default directory
420 and remove the entry from the <filename>mozconfig</filename>.
421 </para>
422
423 <para>
424 <command>MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=none</command>: Use the
425 system python to create a virtual environment for <command>mach</command>
426 without downloading any python wheels nor using the system python modules.
427 This prevent version mismatches between system modules and bundled ones.
428 </para>
429
430 <para>
431 <command>./mach configure</command>: This validates the supplied
432 dependencies and the <filename>mozconfig</filename>.
433 </para>
434
435 <para>
436 <option>./mach build --verbose</option>: Use this alternative if you
437 need details of which files are being compiled, together with any C or
438 C++ flags being used. But do not add '--verbose' to the install command
439 since it is not accepted there.
440 </para>
441
442 <para>
443 <option>./mach build -jN</option>: The build should, by default, use
444 all the online CPU cores. If using all the cores causes the build to swap
445 because you have insufficient memory, using fewer cores can be faster.
446 </para>
447
448 <para>
449 <option><envar>CC=gcc CXX=g++</envar></option>: BLFS used to
450 prefer to use gcc and g++ instead of upstream's defaults of the
451 <application>clang</application> programs. With the release of
452 gcc-12 the build takes longer with gcc and g++, primarily because
453 of extra warnings, and is bigger. Set these environment variables
454 <emphasis>before you run the configure script</emphasis>
455 if you wish to continue to use gcc, g++. Building
456 with GCC on i?86 is currently broken.
457 </para>
458
459 </sect2>
460
461 <sect2 role="configuration">
462 <title>Configuring Firefox</title>
463
464 <para>
465 If you use a desktop environment like <application>Gnome</application> or
466 <application>KDE</application> you may want to create a
467 <filename>firefox.desktop</filename> file so that
468 <application>Firefox</application> appears in the panel's menus.
469 As the &root; user:
470 </para>
471
472<screen role="root"><userinput>mkdir -pv /usr/share/applications &amp;&amp;
473mkdir -pv /usr/share/pixmaps &amp;&amp;
474
475MIMETYPE="text/xml;text/mml;text/html;" &amp;&amp;
476MIMETYPE+="application/xhtml+xml;application/vnd.mozilla.xul+xml;" &amp;&amp;
477MIMETYPE+="x-scheme-handler/http;x-scheme-handler/https" &amp;&amp;
478
479cat &gt; /usr/share/applications/firefox.desktop &lt;&lt; EOF &amp;&amp;
480<literal>[Desktop Entry]
481Encoding=UTF-8
482Name=Firefox Web Browser
483Comment=Browse the World Wide Web
484GenericName=Web Browser
485Exec=firefox %u
486Terminal=false
487Type=Application
488Icon=firefox
489Categories=GNOME;GTK;Network;WebBrowser;
490MimeType=$MIMETYPE
491StartupNotify=true</literal>
492EOF
493
494unset MIMETYPE &amp;&amp;
495
496ln -sfv /usr/lib/firefox/browser/chrome/icons/default/default128.png \
497 /usr/share/pixmaps/firefox.png</userinput></screen>
498
499 <sect3><title>Configuration Information</title>
500
501 <para>
502 The application settings for firefox are accessible by keying
503 <command>about:config</command> in the address bar.
504 </para>
505
506 <para>
507 Occasionally, getting working sound in
508 <application>firefox</application> can be a problem. Although upstream
509 prefers pulseaudio,
510 on balance using <application>Alsa</application> may be easier.
511 </para>
512
513 <para>
514 If you enabled <application>Alsa</application> for sound, you may need
515 to alter one variable to get working sound. If you run
516 <command>firefox</command> from a terminal and try to play something
517 with sound you might encounter error messages like:
518 </para>
519
520 <para>
521 <literal>Sandbox: seccomp sandbox violation: pid 3941, tid 4030,
522 syscall 16, args 48 2147767296 139909894784796 0 0 0.</literal>
523 </para>
524
525 <para>
526 That was on x86_64, on i686 the syscall number is 54. To allow this
527 syscall, in <command>about:config</command> change
528 <command>security.sandbox.content.syscall_whitelist</command> to 16
529 (or 54 if using i686).
530 </para>
531
532 <para>
533 If you use <command>pulseaudio</command> in a Desktop Environment, it
534 might already be started by that DE. But if it is not, although
535 firefox-57 managed to start it, firefox-58 did not. If you run
536 <command>firefox</command> from a terminal and this problem is present,
537 trying to play sound will
538 encounter error messages warning <literal>Can't get cubeb
539 context!</literal>
540 </para>
541
542 <para>
543 The fix for this is to close firefox, start pulseaudio to check it
544 does start (if not, read the information on Configuring in <xref
545 linkend="pulseaudio"/>) and restart firefox to check it is working.
546 If it now works, add the following to your <filename>~/.xinitrc</filename>:
547<phrase revision="sysv">
548<literal>pulseaudio --verbose --log-target=syslog&amp;</literal></phrase>
549<phrase revision="systemd">
550<literal>pulseaudio --verbose --log-target=journald&amp;</literal></phrase>
551 (unfortunately, on some systems this does not work).
552 </para>
553
554 <para>
555 You may wish to use multiple profiles within firefox. To do that, invoke
556 firefox as <command>firefox --ProfileManager</command>. You can also
557 check which profile is currently in use from
558 <command>about:profiles</command>.
559 </para>
560
561 <para>
562 Although WebRender (using the GPU for compositing) is not used by
563 default, it now appears to work well on supported hardware (ATI, Nvidia
564 and Intel GPUs with Mesa-18 or later). For an explanation, please see
565 <ulink
566 url="https://hacks.mozilla.org/2017/10/the-whole-web-at-maximum-fps-how-webrender-gets-rid-of-jank/">hacks.mozilla.org</ulink>.
567 The only downside seems to be that on a machine with limited RAM it might
568 use more RAM.
569 </para>
570
571 <para>
572 To check if WebRender is being used, look in about:support. In the Graphics
573 section, Compositing will either show 'Basic' (i.e. not in use) or
574 'WebRender'. To enable it, go to about:config and change gfx.webrender.all
575 to True. You will need to restart firefox.
576 </para>
577
578 <para>
579 It may be useful to mention the processes from firefox which can appear in
580 <command>top</command> - as well as firefox itself, there may be multiple
581 Web Content processes, and now an RDD Process (Remote Data Decoder) which
582 appears when playing web videos encoded with av1 (libdav1d). If WebRender
583 has been enabled, a GPU Process will also appear when firefox has to
584 repaint (e.g. scrolling, opening a new tab, or playing a video).
585 </para>
586
587 </sect3>
588 </sect2>
589
590 <sect2 role="content">
591 <title>Contents</title>
592
593 <segmentedlist>
594 <segtitle>Installed Programs</segtitle>
595 <segtitle>Installed Libraries</segtitle>
596 <segtitle>Installed Directory</segtitle>
597
598 <seglistitem>
599 <seg>
600 firefox
601 </seg>
602 <seg>
603 Numerous libraries, browser components, plugins, extensions, and
604 helper modules installed in /usr/lib/firefox
605 </seg>
606 <seg>
607 /usr/lib/firefox
608 </seg>
609 </seglistitem>
610 </segmentedlist>
611
612 <variablelist>
613 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
614 <?dbfo list-presentation="list"?>
615 <?dbhtml list-presentation="table"?>
616
617 <varlistentry id="firefox-prog">
618 <term><command>firefox</command></term>
619 <listitem>
620 <para>
621 is a <application>GTK+-3</application> internet browser that uses
622 the Mozilla Gecko rendering engine
623 </para>
624 <indexterm zone="firefox firefox-prog">
625 <primary sortas="b-firefox">firefox</primary>
626 </indexterm>
627 </listitem>
628 </varlistentry>
629
630 </variablelist>
631
632 </sect2>
633
634</sect1>
Note: See TracBrowser for help on using the repository browser.