Changeset d52c17f for general/prog


Ignore:
Timestamp:
11/17/2015 02:45:39 AM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
27a6f85
Parents:
cf193634
Message:

Update to elfutils-0.164
Update to Python-3.5.0

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

Location:
general/prog
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/elfutils.xml

    rcf193634 rd52c17f  
    88          "https://fedorahosted.org/releases/e/l/elfutils/&elfutils-version;/elfutils-&elfutils-version;.tar.bz2">
    99  <!ENTITY elfutils-download-ftp  " ">
    10   <!ENTITY elfutils-md5sum        "77ce87f259987d2e54e4d87b86cbee41">
     10  <!ENTITY elfutils-md5sum        "2e4536c1c48034f188a80789a59114d8">
    1111  <!ENTITY elfutils-size          "5.8 MB">
    12   <!ENTITY elfutils-buildsize     "103 MB">
    13   <!ENTITY elfutils-time          "0.9 SBU">
     12  <!ENTITY elfutils-buildsize     "103 MB (with tests)">
     13  <!ENTITY elfutils-time          "1.0 SBU (with tests)">
    1414]>
    1515
     
    122122      <seglistitem>
    123123        <seg>
    124           eu-addr2line, eu-ar, eu-elfcmp, eu-elflint, eu-findtextrel, eu-ld,
    125           eu-make-debug-archive, eu-nm, eu-objdump, eu-ranlib, eu-readelf,
    126           eu-size, eu-stack, eu-strings, eu-strip, and eu-unstrip
     124          eu-addr2line,
     125          eu-ar,
     126          eu-elfcmp,
     127          eu-elflint,
     128          eu-findtextrel,
     129          eu-ld,
     130          eu-make-debug-archive,
     131          eu-nm,
     132          eu-objdump,
     133          eu-ranlib,
     134          eu-readelf,
     135          eu-size,
     136          eu-stack,
     137          eu-strings,
     138          eu-strip,
     139          and eu-unstrip
    127140        </seg>
    128141        <seg>
    129           libasm.{a,so}, libdw.{a,so}, libebl.a, libelf.{a,so}, and
    130           some for different architectures under /usr/lib/elfutils
     142          libasm.{a,so},
     143          libdw.{a,so},
     144          libebl.a,
     145          libelf.{a,so},
     146          and some for different architectures under /usr/lib/elfutils
    131147        </seg>
    132148        <seg>
  • general/prog/python3.xml

    rcf193634 rd52c17f  
    88           "https://www.python.org/ftp/python/&python3-version;/Python-&python3-version;.tar.xz">
    99  <!ENTITY python3-download-ftp  " ">
    10   <!ENTITY python3-md5sum        "7d092d1bba6e17f0d9bd21b49e441dd5">
     10  <!ENTITY python3-md5sum        "d149d2812f10cbe04c042232e7964171">
    1111  <!ENTITY python3-size          "14 MB">
    12   <!ENTITY python3-buildsize     "274 MB (additional 38 MB for the docs and 29 MB for the tests)">
    13   <!ENTITY python3-time          "1.2 SBU (additional 1.8 SBU for the tests)">
     12  <!ENTITY python3-buildsize     "358 MB (additional 38 MB for the docs and 29 MB for the tests)">
     13  <!ENTITY python3-time          "1.4 SBU (additional 1.8 SBU for the tests)">
    1414
    1515  <!ENTITY python3htmldoc-download-http
    1616           "https://docs.python.org/3/archives/python-&python3-version;-docs-html.tar.bz2">
    17   <!ENTITY python3htmldoc-md5sum        "fd4595908e51268639c40b5ad1d1ccc2">
    18   <!ENTITY python3htmldoc-size          "5.2 MB">
     17<!--   <!ENTITY python3htmldoc-md5sum        "fd4595908e51268639c40b5ad1d1ccc2">
     18  <!ENTITY python3htmldoc-size          "5.2 MB"> -->
    1919]>
    2020
     
    4343    </para>
    4444
    45     &lfs77_checked;
     45    &lfs78_checked;
    4646
    4747    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8787        </para>
    8888      </listitem>
    89       <listitem>
     89<!--      <listitem>
    9090        <para>
    9191          Download MD5 sum: &python3htmldoc-md5sum;
     
    9696          Download size: &python3htmldoc-size;
    9797        </para>
    98       </listitem>
     98      </listitem> -->
    9999    </itemizedlist>
    100100
     
    134134    </para>
    135135
    136 <screen><userinput>./configure --prefix=/usr       \
     136<screen><userinput>CXX="/usr/bin/g++" ./configure --prefix=/usr       \
    137137            --enable-shared     \
    138138            --with-system-expat \
     
    259259        </seg>
    260260        <seg>
    261           libpython&python3-majorver;m.so and libpython3.so
     261          libpython&python3-majorver;m.so,
     262          and libpython3.so
    262263        </seg>
    263264        <seg>
Note: See TracChangeset for help on using the changeset viewer.