source: xsoft/graphweb/seamonkey.xml@ 0c3d3e5

10.1 11.0 11.1 11.2 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 0c3d3e5 was 0c3d3e5, checked in by Ken Moffat <ken@…>, 3 years ago

Seamonkey: disable elf-hack because of binutils-2.36+.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24221 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 15.8 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 seamonkey-download-http "&mozilla-http;/seamonkey/releases/&seamonkey-version;/source/seamonkey-&seamonkey-version;.source.tar.xz">
8 <!ENTITY seamonkey-download-ftp " ">
9 <!ENTITY seamonkey-md5sum "045ca741d5fac8aa87b4be617969ff9a">
10 <!ENTITY seamonkey-size "271 MB">
11 <!ENTITY seamonkey-buildsize "6.8 GB (149 MB installed)">
12 <!ENTITY seamonkey-time "20 SBU (on a 4-core machine)">
13]>
14
15<sect1 id="seamonkey" xreflabel="SeaMonkey-&seamonkey-version;">
16 <?dbhtml filename="seamonkey.html" ?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>SeaMonkey-&seamonkey-version;</title>
24
25 <indexterm zone="seamonkey">
26 <primary sortas="a-SeaMonkey">SeaMonkey</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to SeaMonkey</title>
31
32 <para>
33 <application>SeaMonkey</application> is a browser suite, the Open Source
34 sibling of <application>Netscape</application>. It includes the browser,
35 composer, mail and news clients, and an IRC client. It is the follow-on
36 to the Mozilla browser suite.
37 </para>
38
39 <para>
40 The Mozilla project also hosts two subprojects that aim to satisfy the
41 needs of users who don't need the complete browser suite or prefer to have
42 separate applications for browsing and e-mail. These subprojects are
43 <xref linkend="firefox"/> and <xref linkend="thunderbird"/>. Both are
44 based on the <application>Mozilla</application> source code.
45 </para>
46
47 &lfs10_checked;
48
49 <bridgehead renderas="sect3">Package Information</bridgehead>
50 <itemizedlist spacing="compact">
51 <listitem>
52 <para>
53 Download (HTTP): <ulink url="&seamonkey-download-http;"/>
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download (FTP): <ulink url="&seamonkey-download-ftp;"/>
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Download MD5 sum: &seamonkey-md5sum;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Download size: &seamonkey-size;
69 </para>
70 </listitem>
71 <listitem>
72 <para>
73 Estimated disk space required: &seamonkey-buildsize;
74 </para>
75 </listitem>
76 <listitem>
77 <para>
78 Estimated build time: &seamonkey-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;/seamonkey-&seamonkey-version;-security_fixes-1.patch"/>
89 </para>
90 </listitem>
91 </itemizedlist>-->
92
93 <note>
94 <para>
95 The tarball
96 <emphasis>seamonkey-&seamonkey-version;.source.tar.xz</emphasis> will
97 untar to <emphasis>seamonkey-&seamonkey-version;</emphasis> directory.
98 </para>
99 </note>
100
101 <bridgehead renderas="sect3">SeaMonkey Dependencies</bridgehead>
102
103 <bridgehead renderas="sect4">Required</bridgehead>
104 <para role="required">
105 <xref linkend="autoconf213"/>,
106 both <xref linkend="gtk2"/> and <xref linkend="gtk3"/>,
107 <xref linkend="python2"/>,
108 <xref linkend="rust"/>,
109 <xref linkend="unzip"/>,
110 <xref linkend="yasm"/>, and
111 <xref linkend="zip"/>
112 </para>
113
114 <bridgehead renderas="sect4">Recommended</bridgehead>
115 <para role="recommended">
116 <xref linkend="icu"/>,
117 <xref linkend="libevent"/>,
118 <!--<xref linkend="libvpx"/>, Causes build failures similar to Firefox -->
119 <xref linkend="libwebp"/>
120 <xref linkend="nasm"/>,
121 <xref linkend="nspr"/>,
122 <xref linkend="nss"/>, and
123 <xref linkend="pulseaudio"/>
124 <!-- <xref linkend="sqlite"/> system version no longer supported -->
125 </para>
126<!--
127 <bridgehead renderas="sect4">Optional</bridgehead>
128 <para role="optional">
129 <xref linkend="sqlite"/> (not recommended due to potential
130 security concerns)
131 </para>
132-->
133 <note>
134 <para>
135 If you don't install recommended dependencies, then internal copies of
136 those packages will be used. They might be tested to work, but they can
137 be out of date or contain security holes.
138 </para>
139 </note>
140<!--
141 <note>
142 <para>
143 You must have installed <application>Openssl</application> before
144 <application>Python 2</application> or the build system will quickly
145 fail with output including "ImportError: cannot import name
146 HTTPSHandler". If you are in any doubt about this (e.g. upgrading from
147 an older version of Seamonkey), check if
148 <filename>/usr/lib/python&python2-majorver;/lib-dynload/_ssl.so</filename>
149 exists. If it does not, reinstall <xref linkend="python2"/> (after
150 installing <xref linkend="openssl"/>. The latest version of any
151 <emphasis>currently maintained</emphasis> version of Openssl should be
152 satisfactory if already installed.
153 </para>
154 </note>
155-->
156 <bridgehead renderas="sect4">Optional</bridgehead>
157 <para role="optional">
158 <xref linkend="alsa-lib"/>,
159 <xref linkend="curl"/>,
160 <xref linkend="dbus-glib"/>,
161 <xref linkend="doxygen"/>,
162 <xref linkend="GConf"/>,
163 <xref linkend="gst10-plugins-base"/> (and other plugins, only for tests),
164 <xref linkend="openjdk"/>,
165 <xref linkend="startup-notification"/>,
166 <xref linkend="valgrind"/>,
167 <xref linkend="wget"/>,
168 <xref linkend="wireless_tools"/>,
169 <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>, and
170 <ulink url="https://facebook.github.io/watchman/">Watchman</ulink>
171 </para>
172
173 <para condition="html" role="usernotes">
174 User Notes: <ulink url="&blfs-wiki;/seamonkey"/>
175 </para>
176
177 </sect2>
178
179 <sect2 role="installation">
180 <title>Installation of SeaMonkey</title>
181
182 <para>
183 The configuration of <application>SeaMonkey</application> is accomplished
184 by creating a <filename>mozconfig</filename> file containing the desired
185 configuration options. A default <filename>mozconfig</filename> file is
186 created below. To see the entire list of available configuration options
187 (and an abbreviated description of each one), issue
188 <command>./configure --help</command>. You may also wish to review the
189 entire file and uncomment any other desired options. Create the file by
190 issuing the following command:
191 </para>
192
193<screen><?dbfo keep-together="auto"?><userinput>cat &gt; mozconfig &lt;&lt; "EOF"
194<literal># If you have a multicore machine, all cores will be used by default.
195# If desired, you can reduce the number of cores used, e.g. to 1, by
196# uncommenting the next line and setting a valid number of CPU cores.
197#mk_add_options MOZ_MAKE_FLAGS="-j1"
198
199# If you have installed DBus-Glib comment out this line:
200ac_add_options --disable-dbus
201
202# If you have installed dbus-glib, and you have installed (or will install)
203# wireless-tools, and you wish to use geolocation web services, comment out
204# this line
205ac_add_options --disable-necko-wifi
206
207# Uncomment these lines if you have installed optional dependencies:
208#ac_add_options --enable-system-hunspell
209#ac_add_options --enable-startup-notification
210
211# Uncomment the following option if you have not installed PulseAudio
212#ac_add_options --disable-pulseaudio
213# and uncomment this if you installed alsa-lib instead of PulseAudio
214#ac_add_options --enable-alsa
215
216# Comment out following option if you have gconf installed
217ac_add_options --disable-gconf
218<!-- comments cause a blank line, following was for icu in the past
219 seems OK with icu-60, seamonkey-2.49
220 line below was with comment and explanation
221# Use the internal version of icu due to execution problems-->
222# Comment out following options if you have not installed
223# recommended dependencies:
224ac_add_options --with-system-icu
225ac_add_options --with-system-libevent
226ac_add_options --with-system-nspr
227ac_add_options --with-system-nss
228ac_add_options --with-system-webp
229
230# The elf-hack is reported to cause failed installs (after successful builds)
231# on some machines. It is supposed to improve startup time and it shrinks
232# libxul.so by a few MB - comment this if you know your machine is not affected.
233ac_add_options --disable-elf-hack
234
235# The BLFS editors recommend not changing anything below this line:
236ac_add_options --prefix=/usr
237ac_add_options --enable-application=comm/suite
238
239ac_add_options --disable-crashreporter
240ac_add_options --disable-updater
241ac_add_options --disable-tests
242
243ac_add_options --enable-optimize="-O2"
244ac_add_options --enable-strip
245ac_add_options --enable-install-strip
246
247# not recognized since 2.53.1 - ac_add_options --enable-gio
248ac_add_options --enable-official-branding
249# not recognized since 2.53.1 - ac_add_options --enable-safe-browsing
250# not recognized since 2.53.1 - ac_add_options --enable-url-classifier
251
252# From firefox-40 (and the corresponding version of seamonkey),
253# using system cairo caused seamonkey to crash
254# frequently when it was doing background rendering in a tab.
255# This appears to again work in seamonkey-2.49.2
256ac_add_options --enable-system-cairo
257ac_add_options --enable-system-ffi
258ac_add_options --enable-system-pixman
259
260# not recognized since 2.53.6 - ac_add_options --with-pthreads
261
262ac_add_options --with-system-bz2
263ac_add_options --with-system-jpeg
264ac_add_options --with-system-png
265ac_add_options --with-system-zlib</literal>
266EOF</userinput></screen>
267
268 <note>
269 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
270 href="../../xincludes/mozshm.xml"/>
271 <!-- if this package switches to using ./mach, replace the
272 folliowing by including mozmach.xml -->
273 <para>
274 Second, either as the <systemitem class="username">root</systemitem>
275 user export the <envar>$SHELL</envar> environment variable using
276 <command>export SHELL=/bin/sh</command> or else prepend
277 <envar>SHELL=/bin/sh</envar> when running the first
278 <command>make</command> command.
279 </para>
280 </note>
281
282<!--<para>
283 Apply a patch to fix a 0day vulnerability in Seamonkey:
284 </para>
285
286
287<screen><userinput>patch -Np1 -i ../seamonkey-&seamonkey-version;-security_fixes-1.patch</userinput></screen>
288
289
290 <para>
291 Remove a deprecated include which breaks the build with glibc-2.32:
292 </para>
293
294<screen><userinput>sed /sysctl/d -i mozilla/memory/build/mozjemalloc.cpp</userinput></screen>-->
295
296 <para>
297 Compile <application>SeaMonkey</application> by running the following
298 commands:
299 </para>
300
301<screen><userinput>CC=gcc CXX=g++ make -f client.mk</userinput></screen>
302
303 <note>
304 <para>
305 The CC and CXX variables above are only needed if
306 <xref linkend="llvm"/> is installed and you do not want to use clang.
307 </para>
308 </note>
309
310 <para>
311 This package does not come with a test suite.
312 </para>
313
314 <para>
315 Install <application>SeaMonkey</application> by issuing the following
316 commands as the <systemitem class="username">root</systemitem> user:
317 </para>
318
319
320<screen role="root"><userinput>make -f client.mk install INSTALL_SDK= &amp;&amp;
321chown -R 0:0 /usr/lib/seamonkey &amp;&amp;
322
323cp -v $(find -name seamonkey.1 | head -n1) /usr/share/man/man1</userinput></screen>
324
325 </sect2>
326
327 <sect2 role="commands">
328 <title>Command Explanations</title>
329
330 <para>
331 <command>make -f client.mk</command>: Mozilla products are packaged to
332 allow the use of a configuration file which can be used to pass the
333 configuration settings to the <command>configure</command> command.
334 <command>make</command> uses the <filename>client.mk</filename> file to
335 get initial configuration and setup parameters.
336 </para>
337
338 </sect2>
339
340 <sect2 role="configuration">
341 <title>Configuring SeaMonkey</title>
342
343 <para>
344 For installing various <application>SeaMonkey</application> add-ons, refer
345 to <ulink url="https://addons.thunderbird.net/en-US/seamonkey/">Add-ons
346 for Seamonkey</ulink>.
347 </para>
348
349 <para>
350 Along with using the <quote>Preferences</quote> menu to configure
351 <application>SeaMonkey</application>'s options and preferences to suit
352 individual tastes, finer grain control of many options is only available
353 using a tool not available from the general menu system. To access this
354 tool, you'll need to open a browser window and enter
355 <systemitem role="url">about:config</systemitem> in the address bar. This
356 will display a list of the configuration preferences and information
357 related to each one. You can use the <quote>Search:</quote> bar to enter
358 search criteria and narrow down the listed items. Changing a preference
359 can be done using two methods. One, if the preference has a boolean value
360 (True/False), simply double-click on the preference to toggle the value
361 and two, for other preferences simply right-click on the desired line,
362 choose <quote>Modify</quote> from the menu and change the value. Creating
363 new preference items is accomplished in the same way, except choose
364 <quote>New</quote> from the menu and provide the desired data into the
365 fields when prompted.
366 </para>
367
368<!-- The URL no longer exists.
369 <tip>
370 <para>
371 There is a multitude of configuration parameters you can tweak to
372 customize <application>SeaMonkey</application>. A very extensive list of
373 these parameters can be found at
374 <ulink url="http://preferential.mozdev.org/preferences.html"/>.
375 </para>
376 </tip>
377-->
378 <para>
379 If you use a desktop environment like <application>Gnome</application> or
380 <application>KDE</application> you may wish to create a
381 <filename>seamonkey.desktop</filename> file so that
382 <application>SeaMonkey</application> appears in the panel's menus. If you
383 didn't enable <application>Startup-Notification</application> in your
384 mozconfig change the StartupNotify line to false. As the
385 <systemitem class="username">root</systemitem> user:
386 </para>
387
388<screen role="root"><userinput>mkdir -pv /usr/share/{applications,pixmaps} &amp;&amp;
389
390cat &gt; /usr/share/applications/seamonkey.desktop &lt;&lt; "EOF"
391<literal>[Desktop Entry]
392Encoding=UTF-8
393Type=Application
394Name=SeaMonkey
395Comment=The Mozilla Suite
396Icon=seamonkey
397Exec=seamonkey
398Categories=Network;GTK;Application;Email;Browser;WebBrowser;News;
399StartupNotify=true
400Terminal=false</literal>
401EOF
402
403ln -sfv /usr/lib/seamonkey/chrome/icons/default/default128.png \
404 /usr/share/pixmaps/seamonkey.png</userinput></screen>
405 </sect2>
406
407 <sect2 role="content">
408 <title>Contents</title>
409
410 <segmentedlist>
411 <segtitle>Installed Programs</segtitle>
412 <segtitle>Installed Libraries</segtitle>
413 <segtitle>Installed Directory</segtitle>
414
415 <seglistitem>
416 <seg>seamonkey</seg>
417 <seg>
418 Numerous libraries, browser, and email/newsgroup components, plugins,
419 extensions, and helper modules installed in <filename
420 class="directory">/usr/lib/seamonkey-&seamonkey-version;</filename>
421 </seg>
422 <seg>
423 /usr/lib/seamonkey
424 </seg>
425 </seglistitem>
426 </segmentedlist>
427
428 <variablelist>
429 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
430 <?dbfo list-presentation="list"?>
431 <?dbhtml list-presentation="table"?>
432
433 <varlistentry id="seamonkey-prog">
434 <term><command>seamonkey</command></term>
435 <listitem>
436 <para>
437 is the Mozilla browser/email/newsgroup/chat client suite.
438 </para>
439 <indexterm zone="seamonkey seamonkey-prog">
440 <primary sortas="b-seamonkey">seamonkey</primary>
441 </indexterm>
442 </listitem>
443 </varlistentry>
444 </variablelist>
445 </sect2>
446</sect1>
Note: See TracBrowser for help on using the repository browser.