Changeset 79ed1d1 for xsoft


Ignore:
Timestamp:
07/25/2014 10:46:43 AM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
4a62790c
Parents:
ae4accb
Message:

Merge trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13643 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
xsoft
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    rae4accb r79ed1d1  
    1111  <!ENTITY firefox-download-ftp
    1212           "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
    13   <!ENTITY firefox-md5sum        "ac7e8c801ded4e6195182bf54c81acb6">
    14   <!ENTITY firefox-size          "137 MB">
    15   <!ENTITY firefox-buildsize     "3.7 GB (77 MB installed) (or 943 MB and 6.0 MB if using Xulrunner)">
    16   <!ENTITY firefox-time          "44 SBU (0.3 SBU if using Xulrunner)">
     13  <!ENTITY firefox-md5sum        "499b70a9f08a2291d528e87eaf8804a3">
     14  <!ENTITY firefox-size          "141 MB">
     15  <!-- measured on LFS-7.5, x86_64 -->
     16  <!ENTITY firefox-buildsize     "5.0 GB (62 MB installed) (or 963 MB and 7.0 MB if using Xulrunner)">
     17  <!ENTITY firefox-time          "48 SBU (0.3 SBU if using Xulrunner)">
    1718]>
    1819
     
    103104        they can be out of date or contain security
    104105        holes.
     106      </para>
     107    </note>
     108
     109    <note>
     110      <para>
     111        With <application>Firefox-31.0</application> and later versions, you
     112        must have installed <application>Openssl</application> before
     113        <application>Python 2</application>, or the build system will quickly
     114        fail with output including "ImportError: cannot import name
     115        HTTPSHandler". If you are in any doubt about this (e.g. upgrading
     116        from an older version of Firefox), check if
     117        <filename>/usr/lib/python2.7/lib-dynload/_ssl.so</filename> exists.
     118        If it does not, reinstall <xref linkend="python2"/> (after
     119        installing <xref linkend="openssl"/>  - the latest version of any
     120        <emphasis>currently maintained</emphasis> version of Openssl should
     121        be satisfactory if already installed - if that package has not already
     122        been installed).
    105123      </para>
    106124    </note>
  • xsoft/other/thunderbird.xml

    rae4accb r79ed1d1  
    99  <!ENTITY thunderbird-download-ftp
    1010           "&mozilla-ftp;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.bz2">
    11   <!ENTITY thunderbird-md5sum            "3e5d44c7e716e132601a40e865a13ef8">
    12   <!ENTITY thunderbird-size              "134 MB">
    13   <!ENTITY thunderbird-buildsize         "3.8 GB (58 MB installed)">
    14   <!ENTITY thunderbird-time              "64 SBU">
     11  <!ENTITY thunderbird-md5sum            "195ea7d3887eb49402ea7b3875b7ce15">
     12  <!ENTITY thunderbird-size              "164 MB">
     13  <!ENTITY thunderbird-buildsize         "3.7 GB (68 MB installed)">
     14  <!ENTITY thunderbird-time              "45 SBU">
    1515]>
    1616
     
    112112      <xref linkend="gst-plugins-good"/> and
    113113      <xref linkend="gst-ffmpeg"/>,
    114       <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>,
    115114      <xref linkend="libnotify"/>,
    116115      <xref linkend="openjdk"/>,
    117116      <xref linkend="startup-notification"/>,
    118       <xref linkend="wget"/> and
    119       <xref linkend="wireless_tools"/>
     117      <xref linkend="wget"/>,
     118      <xref linkend="wireless_tools"/>, and
     119      <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>
    120120    </para>
    121121
     
    210210
    211211    <para>
     212      First, a bug needs to be fixed. Notice that thunderbuild needs to match
     213      the value used in mozconfig (above) for the object directory (MOZ_OBJDIR):
     214    </para>
     215
     216<screen><userinput>mkdir -vp mozilla/thunderbuild</userinput></screen>
     217
     218    <para>
    212219      Compile <application>Thunderbird</application> by issuing the following
    213220      commands:
     
    251258  <sect2 role="commands">
    252259    <title>Command Explanations</title>
     260
     261    <para>
     262      <command>mkdir -vp mozilla/thunderbuild</command>: fixes a build failure
     263      of Makefile at the beginning of build, where a file cannot be found.
     264    </para>
    253265
    254266    <para>
Note: See TracChangeset for help on using the changeset viewer.