Changeset d7d743f0 for general


Ignore:
Timestamp:
12/07/2015 05:33:13 PM (8 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
224c3b2
Parents:
b263cb19
Message:
  • rxvt-unicode-9.21: new URL, after older one dead for many days.
  • gcc-5.3.0: revert installed libraries list and remove two directories installed in LFS.
  • Update to Python-3.5.1 (Python3-3.5.1).

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

Location:
general/prog
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gcc.xml

    rb263cb19 rd7d743f0  
    319319        </seg>
    320320        <seg>
    321           libasan.{so,a}, libatomic.{so,a}, libcc1.so, libcilkrts.{so,a},
    322           libgcc_s.so, libgfortran.{so,a}, libgobegin.a, libgolibbegin.a,
    323           libgomp-plugin-host_nonshm.so, libgomp.{so,a}, libgo.{so,a},
    324           libitm.{so,a}, liblsan.{so,a}, libnetgo.a, libobjc.{so,a},
    325           libquadmath.{so,a}, libssp_nonshared.a, libssp.{so,a}, libstdc++fs.a,
    326           libstdc++.{so,a}, libsupc++.a, libtsan.{so,a}, libubsan.{so,a},
    327           libvtv.{so,a}, and numerous other run-time libraries and executables
    328           in <filename class="directory">/usr/lib/gcc</filename>,
    329           <filename class="directory">/usr/libexec/gcc</filename>, and
    330           <filename class="directory">/usr/lib/go</filename>
     321          libgfortran.{so,a},
     322          libgo.{so,a}, libgobegin.a, libgolibbegin.a, libnetgo.a,
     323          libobjc.{so,a}, and numerous other run-time libraries and executables
    331324        </seg>
    332325        <seg>
    333           /usr/include/c++/&gcc-version;, /usr/lib/bfd-plugins,
     326          /usr/include/c++/&gcc-version;,
    334327          /usr/libexec/gcc/&lt;arch-triplet&gt;/&gcc-version;,
    335328          /usr/lib/gcc/&lt;arch-triplet&gt;/&gcc-version;,
    336           /usr/lib/go/&gcc-version;, /usr/share/gcc-&gcc-version;, and
    337           /usr/share/gdb/auto-load
     329          /usr/lib/go/&gcc-version;, and /usr/share/gcc-&gcc-version;
    338330        </seg>
    339331      </seglistitem>
  • general/prog/python3.xml

    rb263cb19 rd7d743f0  
    88           "https://www.python.org/ftp/python/&python3-version;/Python-&python3-version;.tar.xz">
    99  <!ENTITY python3-download-ftp  " ">
    10   <!ENTITY python3-md5sum        "d149d2812f10cbe04c042232e7964171">
    11   <!ENTITY python3-size          "14 MB">
    12   <!ENTITY python3-buildsize     "312 MB (additional 38 MB for the docs and 29 MB for the tests)">
    13   <!ENTITY python3-time          "1.9 SBU (additional 1.8 SBU for the tests)">
     10  <!ENTITY python3-md5sum        "e9ea6f2623fffcdd871b7b19113fde80">
     11  <!ENTITY python3-size          "15 MB">
     12  <!ENTITY python3-buildsize     "360 MB (with docs; additional 23 MB for the tests)">
     13  <!ENTITY python3-time          "1.1 SBU (additional 1.9 SBU for the tests)">
    1414
    1515  <!ENTITY python3htmldoc-download-http
     
    165165      configure again, adding <quote>--with-pydebug</quote> to the
    166166      <command>configure</command> switches above, run <command>make</command>,
    167       then <command>make test</command>. Remember that some tests fail, if not
    168       run in an X terminal.
     167      then <command>make test</command>. Remember that tests must be executed
     168      using an X terminal. One test fails for unknown reasons.
    169169    </para>
    170170
Note: See TracChangeset for help on using the changeset viewer.