Changeset 4eef56d


Ignore:
Timestamp:
04/04/2020 06:59:39 PM (4 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 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
Children:
0f5317a4
Parents:
8ff72c47
Message:

JS68 - copy firefox build size and md5sum, also add the note from firefox about untarring, copied verbatim for the moment.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/js68.xml

    r8ff72c47 r4eef56d  
    55  %general-entities;
    66
    7   <!ENTITY js68-download-http "&mozilla-http;/firefox/releases/&JS68-version;esr/source/firefox-&JS68-version;esr.source.tar.xz">
     7  <!ENTITY js68-download-http "&mozilla-http;/firefox/releases/&firefox-version;esr/source/firefox-&firefox-version;esr.source.tar.xz">
    88  <!ENTITY js68-download-ftp  " ">
    9   <!ENTITY js68-md5sum        "0d8361018d3de12c1e38f39fce6ee01b">
    10   <!ENTITY js68-size          "305 MB">
     9  <!-- FIXME (that gets a highlight) - md5sum and size should match firefox -->
     10  <!ENTITY firefox-md5sum     "0d8361018d3de12c1e38f39fce6ee01b">
     11  <!ENTITY firefox-size       "305 MB">
    1112  <!ENTITY js68-buildsize     "2.8 GB (30 MB installed)"> <!-- Installed size is 62 MB -->
    1213  <!ENTITY js68-time          "7.0 SBU">
    1314]>
    1415
    15 <sect1 id="js68" xreflabel="js68-&JS68-version;">
     16<!--<sect1 id="js68" xreflabel="js68-&JS68-version;">-->
     17<sect1 id="js68" xreflabel="js68-&firefox-version;">
    1618  <?dbhtml filename="js68.html"?>
    1719
     
    2123  </sect1info>
    2224
    23   <title>JS-&JS68-version;</title>
     25<!--<title>JS-&JS68-version;</title>-->
     26  <title>JS-&firefox-version;</title>
    2427
    2528  <indexterm zone="js68">
     
    5457      <listitem>
    5558        <para>
    56           Download MD5 sum: &js68-md5sum;
    57         </para>
    58       </listitem>
    59       <listitem>
    60         <para>
    61           Download size: &js68-size;
     59          Download MD5 sum: &firefox-md5sum;
     60        </para>
     61      </listitem>
     62      <listitem>
     63        <para>
     64          Download size: &firefox-size;
    6265        </para>
    6366      </listitem>
     
    125128      <para>
    126129        Unlike most other packages in BLFS, the instructions below require you
    127         to untar <filename>firefox-&JS68-version;esr.tar.xz</filename> and
    128         change into the <filename>firefox-&JS68-version;</filename> folder.
     130        to untar <filename>firefox-&firefox-version;esr.tar.xz</filename> and
     131        change into the <filename>firefox-&firefox-version;</filename> folder.
    129132      </para>
     133
     134      <para>
     135        Extracting the tarball
     136        will reset the permissions of the current directory to 0755 if you
     137        have permission to do that. If you do this in a directory where
     138        the sticky bit is set, such
     139        as <filename class="directory">/tmp</filename> it will end with error
     140        messages:
     141      </para>
     142
     143<literallayout>tar: .: Cannot utime: Operation not permitted
     144tar: .: Cannot change mode to rwxr-xr-t: Operation not permitted
     145tar: Exiting with failure status due to previous errors
     146</literallayout>
     147
     148      <para>
     149        This does finish with non-zero status, but it does
     150        <emphasis>NOT</emphasis> mean there is a real problem.
     151        Do not untar as the <systemitem class="username">root</systemitem> user
     152        in a directory where the sticky bit is set - that will unset it.
     153      </para>
     154
    130155    </note>
    131156
  • packages.ent

    r8ff72c47 r4eef56d  
    119119<!--<!ENTITY JS52-version                 "52.2.1gnome1">-->
    120120<!ENTITY JS60-version                 "60.8.0">
    121 <!ENTITY JS68-version                 "68.6.1"> <!-- same as firefox -->
     121<!-- JS68 uses the firefox tarball
     122<!ENTITY JS68-version -->
    122123<!ENTITY json-c-version               "0.13.1">
    123124<!ENTITY json-glib-version            "1.4.4">
     
    901902<!ENTITY falkon-minor-version         "0">
    902903<!ENTITY falkon-version               "&falkon-major-version;.&falkon-minor-version;">
    903 <!ENTITY firefox-version              "68.6.1"> <!-- should match JS68 -->
     904<!ENTITY firefox-version              "68.6.1"> <!-- also used for JS68 -->
    904905<!ENTITY flashplayer-version          "27.0.0.187">
    905906<!ENTITY qupzilla-version             "2.2.6">
Note: See TracChangeset for help on using the changeset viewer.