Changeset b2651a58


Ignore:
Timestamp:
12/27/2022 10:06:10 PM (16 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
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, xry111/llvm18, xry111/xf86-video-removal
Children:
8b4a729
Parents:
e29b55b2
Message:

Update to boost_1_81_0.

This package builds without issue, but 20 out of 167 tests fail when
python-3.11 is used. If python-3.10 is used, all tests pass. If
python is a symlink to python2 and the tests are run with that, all
tests pass.

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/boost.xml

    re29b55b2 rb2651a58  
    77  <!ENTITY boost-download-http "https://boostorg.jfrog.io/artifactory/main/release/&boost-version;/source/boost_&boost-dl-version;.tar.bz2">
    88  <!ENTITY boost-download-ftp  " ">
    9   <!ENTITY boost-md5sum        "df7dc2fc6de751753198a5bf70210da7">
    10   <!ENTITY boost-size          "111 MB">
    11   <!ENTITY boost-buildsize     "1.1 GB (191 MB installed)">
    12   <!ENTITY boost-time          "1.5 SBU (Using parallelism=4; add 1.2 SBU for tests)">
     9  <!ENTITY boost-md5sum        "3276c0637d1be8687740c550237ef999">
     10  <!ENTITY boost-size          "113 MB">
     11  <!ENTITY boost-buildsize     "1.1 GB (195 MB installed)">
     12  <!ENTITY boost-time          "1.4 SBU (Using parallelism=4; add 1.2 SBU for tests)">
    1313]>
     14
     15<!-- Editors: Check test failures with python-3.11 -->
    1416
    1517<sect1 id="boost" xreflabel="Boost-&boost-version;">
     
    115117      To run the Boost.Build's regression test, issue
    116118      <command>pushd tools/build/test; python3 test_all.py; popd</command>.
    117       All 168 tests should pass.
     119      With python-3.10.x all 168 tests should pass.  With
     120      <xref linkend='python3'/>, 20 tests fail for undetermined reasons.
    118121    </para>
    119122
  • introduction/welcome/changelog.xml

    re29b55b2 rb2651a58  
    4343      <itemizedlist>
    4444        <listitem>
     45          <para>[bdubbs] - Update to boost_1_81_0. Fixes
     46          <ulink url="&blfs-ticket-root;17408">#17408</ulink>.</para>
     47        </listitem>
     48        <listitem>
    4549          <para>[bdubbs] - Update to qemu-7.2.0. Fixes
    4650          <ulink url="&blfs-ticket-root;17406">#17406</ulink>.</para>
  • packages.ent

    re29b55b2 rb2651a58  
    8585
    8686<!ENTITY boost-major                  "1">
    87 <!ENTITY boost-minor                  "80">
     87<!ENTITY boost-minor                  "81">
    8888<!ENTITY boost-patch                  "0">
    8989<!ENTITY boost-version                "&boost-major;.&boost-minor;.&boost-patch;">
  • xsoft/office/libreoffice.xml

    re29b55b2 rb2651a58  
    214214      <xref linkend="apache-ant"/>,
    215215<!--  <xref linkend="apr"/>, -->
    216       <xref linkend="boost"/>,
     216      <xref linkend="boost"/> (broken with boost-1.81.0),
    217217      <xref linkend="clucene"/>,
    218218      <xref linkend="cups"/>,
     
    454454             --enable-python=system      \
    455455             --with-jdk-home=/opt/jdk    \
    456              --with-system-boost         \
     456             --without-system-boost      \
    457457             --with-system-clucene       \
    458458             --with-system-curl          \
Note: See TracChangeset for help on using the changeset viewer.