Changeset 7224506


Ignore:
Timestamp:
11/01/2011 05:39:25 PM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
16e74d3
Parents:
afc3f45
Message:

Minor changes to Python sections

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

Files:
4 edited
1 moved

Legend:

Unmodified
Added
Removed
  • general.ent

    rafc3f45 r7224506  
    44-->
    55
    6 <!ENTITY day          "31">                   <!-- Always 2 digits -->
    7 <!ENTITY month        "10">                   <!-- Always 2 digits -->
     6<!ENTITY day          "01">                   <!-- Always 2 digits -->
     7<!ENTITY month        "11">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2011">
    99<!ENTITY copyrightdate "2001-&year;">
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "svn-&year;&month;&day;">
    12 <!ENTITY releasedate  "October &day;st, &year;">
     12<!ENTITY releasedate  "November 1st, &year;">
     13<!-- <!ENTITY releasedate  "November &day;st, &year;"> -->
    1314<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1415<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    332333<!ENTITY python2-majorver             "2.7">
    333334<!ENTITY python3-version              "3.2.2">
    334 <!ENTITY python3-majorver             "3.2.2">
     335<!ENTITY python3-majorver             "3.2">
    335336<!ENTITY ruby-version                 "1.9.2-p290">
    336337<!ENTITY tcl-version                  "8.5.10">
  • general/prog/prog.xml

    rafc3f45 r7224506  
    3939  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="php.xml"/>
    4040  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="python2.xml"/>
    41   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="python.xml"/>
     41  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="python3.xml"/>
    4242  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="python-modules.xml"/>
    4343  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ruby.xml"/>
  • general/prog/python2.xml

    rafc3f45 r7224506  
    122122    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    123123
    124 <screen role="root"><userinput>make install</userinput></screen>
     124<screen role="root"><userinput>make install &amp;&amp;
     125chmod -v 755 /usr/lib/libpython&python2-majorver;.so.1.0</userinput></screen>
    125126
    126127    <para>There is no documentation installed using the instructions above.
     
    152153    is used to fix a build problem with the <application>GDBM</application>
    153154    library.</para>
     155
     156    <para><command>chmod ...</command>: Fix permissions for libraries to be
     157    consistent with other libraries.</para>
    154158
    155159  </sect2>
  • general/prog/python3.xml

    rafc3f45 r7224506  
    1111  <!ENTITY python3-buildsize     "141 MB (23MB for the test suite)">
    1212  <!ENTITY python3-time          "1 SBU (additional 2.9 SBU to run the test suite)">
    13   <!ENTITY python3htmldoc-download-http "http://docs.python.org/ftp/python/doc/&python3-majorver;/python3-&python3-majorver;-docs-html.tar.bz2">
     13  <!ENTITY python3htmldoc-download-http "http://docs.python.org/ftp/python/doc/&python3-version;/python3-&python3-version;-docs-html.tar.bz2">
    1414  <!ENTITY python3htmldoc-md5sum        "55af06e320f35920ea9fed1f143e1286">
    1515  <!ENTITY python3htmldoc-size          "4.2 MB">
     
    127127    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    128128
    129 <screen role="root"><userinput>make install</userinput></screen>
     129<screen role="root"><userinput>make install                               &amp;&amp;
     130chmod -v 755 /usr/lib/libpython&python3-majorver;m.so.1.0 &amp;&amp;
     131chmod -v 755 /usr/lib/libpython3.so </userinput></screen>
    130132
    131133    <para>There is no documentation installed using the instructions above.
     
    158160    library.</para>
    159161
     162    <para><command>chmod ...</command>: Fix permissions for libraries to be
     163    consistent with other libraries.</para>
     164
    160165  </sect2>
    161166
     
    180185
    181186      <seglistitem>
    182         <seg>2to3, pydoc, python3, python3-config, python&python3-majorver;,
    183         python&python3-majorver;-config, smtpd.py, and optionally if
    184         <application>Tk</application> is installed, idle</seg>
    185         <seg>libpython&python3-majorver;.so and numerous modules installed in
    186         /usr/lib/python&python3-majorver;/lib-dynload</seg>
     187        <seg>2to3,
     188       
     189        pydoc3 (link to pydoc-&python3-majorver;),
     190        pydoc&python3-majorver;,
     191
     192        python3,
     193        python&python3-majorver; (hard link with python3),
     194        python&python3-majorver;m (hard link with python3),
     195
     196        python3-config (link to python&python3-majorver;-config),
     197        python&python3-majorver; (link to python&python3-majorver;m-config),
     198        python&python3-majorver;m,
     199
     200        smtpd.py, and optionally if <application>Tk</application> is installed, idle</seg>
     201       
     202        <seg>libpython3.so, libpython&python3-majorver;m.so.1.0 and numerous modules installed in
     203        /usr/lib/python&python3-majorver;</seg>
     204       
    187205        <seg>/usr/include/python&python3-majorver;,
    188         /usr/lib/python&python3-majorver;, and
    189         /usr/share/doc/python-&python3-version;</seg>
     206             /usr/lib/python&python3-majorver;, and
     207             /usr/share/doc/python-&python3-version;</seg>
    190208      </seglistitem>
    191209    </segmentedlist>
  • introduction/welcome/changelog.xml

    rafc3f45 r7224506  
    4545      <para>November 1st, 2011</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Minor changes to Python sections.</para>
     49        </listitem>
    4750        <listitem>
    4851          <para>[wblaszcz] - Fixed wget dependency to Certificate Authority
Note: See TracChangeset for help on using the changeset viewer.