Changeset 79ed1d1 for x


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:
x
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • x/installing/mesalib-systemd.xml

    rae4accb r79ed1d1  
    8888    <bridgehead renderas="sect4">Required</bridgehead>
    8989    <para role="required">
    90       <xref linkend="libxml2"/>,
    91       <xref linkend="xorg7-lib"/>, and
     90      <xref linkend="xorg7-lib"/> and
    9291      <xref linkend="libdrm"/>
    9392    </para>
     
    122121        for Radeon 3D drivers. For an explanation of gallium please see
    123122        <ulink url="https://en.wikipedia.org/wiki/Gallium3D"></ulink>.
    124       </para>
    125     </note>
    126 
    127     <note>
    128       <para>
    129         The <application>libxml2</application>
    130         <application>Python</application> module must have been built
    131         during the installation of <application>libxml2</application>
    132         or else <application>MesaLib</application> build will fail.
    133123      </para>
    134124    </note>
  • x/lib/xulrunner.xml

    rae4accb r79ed1d1  
    1111  <!ENTITY xulrunner-download-ftp
    1212           "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
    13   <!ENTITY xulrunner-md5sum        "ac7e8c801ded4e6195182bf54c81acb6">
    14   <!ENTITY xulrunner-size          "137 MB">
    15   <!ENTITY xulrunner-buildsize     "3.5 GB (137 MB installed)">
    16   <!ENTITY xulrunner-time          "42 SBU">
     13  <!ENTITY xulrunner-md5sum        "499b70a9f08a2291d528e87eaf8804a3">
     14  <!ENTITY xulrunner-size          "141 MB">
     15  <!-- measured on LFS-7.5 x86_64 -->
     16  <!ENTITY xulrunner-buildsize     "4.9 GB (103 MB installed)">
     17  <!ENTITY xulrunner-time          "46 SBU">
    1718]>
    1819
     
    106107        they can be out of date or contain security
    107108        holes.
     109      </para>
     110    </note>
     111
     112    <note>
     113      <para>
     114        With <application>Firefox-31.0</application> and later versions, you
     115        must have installed <application>Openssl</application> before
     116        <application>Python 2</application>, or the build system will quickly
     117        fail with output including "ImportError: cannot import name
     118        HTTPSHandler". If you are in any doubt about this (e.g. upgrading
     119        from an older version of Xulrunner), check if
     120        <filename>/usr/lib/python2.7/lib-dynload/_ssl.so</filename> exists.
     121        If it does not, reinstall <xref linkend="python2"/> (after
     122        installing <xref linkend="openssl"/>  - the latest version of any
     123        <emphasis>currently maintained</emphasis> version of Openssl should
     124        be satisfactory if already installed - if that package has not already
     125        been installed).
    108126      </para>
    109127    </note>
Note: See TracChangeset for help on using the changeset viewer.