From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: Re: [PATCH] boost: Fix rootfile for x86_64 Date: Tue, 07 Jun 2022 17:55:04 +0200 Message-ID: <71654c41-b49c-581b-4978-b144f046fd3b@ipfire.org> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0202334184468509605==" List-Id: --===============0202334184468509605== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, I'm a bit puzzled, too... And I must confess that I hadn't your patch dated 4.5.2022 patch in mind. I had to search for it after I read your mail. I just thought: "If you need it - you can have it..." ;-) Best, Matthias On 07.06.2022 13:12, Adolf Belka wrote: > Interesting. > This is the same boost patch that I submitted about a month ago but=20 > didn't work in the IPFire build system, although it did in my personal=20 > IPFire build. >=20 > Now I saw that the nightlies were failing due to the same boost rootfile=20 > issue that I was seeing on my system and that the merging of the boost=20 > rootfile change now causes the nightly build to work again. >=20 > What I don't understand is why I saw the boost rootfile problem on my=20 > build but it wasn't seen on the IPFire build system till now. >=20 > Still major thing is that it looks to be working and has been=20 > successfully merged. >=20 > Regards, > Adolf. >=20 > On 07/06/2022 08:29, Peter M=C3=BCller wrote: >> Thank you. :-) >> >> Reviewed-by: Peter M=C3=BCller >> >>> Signed-off-by: Matthias Fischer >>> --- >>> config/rootfiles/common/x86_64/boost | 12 ++++++------ >>> 1 file changed, 6 insertions(+), 6 deletions(-) >>> >>> diff --git a/config/rootfiles/common/x86_64/boost b/config/rootfiles/comm= on/x86_64/boost >>> index 357dc2d1d..fe77e6f8c 100644 >>> --- a/config/rootfiles/common/x86_64/boost >>> +++ b/config/rootfiles/common/x86_64/boost >>> @@ -16096,8 +16096,8 @@ >>> #usr/lib/cmake/boost_python-1.76.0 >>> #usr/lib/cmake/boost_python-1.76.0/boost_python-config-version.cmake >>> #usr/lib/cmake/boost_python-1.76.0/boost_python-config.cmake >>> -#usr/lib/cmake/boost_python-1.76.0/libboost_python-variant-mt-x64-shared= -py3.8.cmake >>> -#usr/lib/cmake/boost_python-1.76.0/libboost_python-variant-x64-shared-py= 3.8.cmake >>> +#usr/lib/cmake/boost_python-1.76.0/libboost_python-variant-mt-x64-shared= -py3.10.cmake >>> +#usr/lib/cmake/boost_python-1.76.0/libboost_python-variant-x64-shared-py= 3.10.cmake >>> #usr/lib/cmake/boost_random-1.76.0 >>> #usr/lib/cmake/boost_random-1.76.0/boost_random-config-version.cmake >>> #usr/lib/cmake/boost_random-1.76.0/boost_random-config.cmake >>> @@ -16250,10 +16250,10 @@ usr/lib/libboost_nowide-x64.so.1.76.0 >>> usr/lib/libboost_prg_exec_monitor-mt-x64.so.1.76.0 >>> #usr/lib/libboost_prg_exec_monitor-x64.so >>> usr/lib/libboost_prg_exec_monitor-x64.so.1.76.0 >>> -#usr/lib/libboost_python38-mt-x64.so >>> -usr/lib/libboost_python38-mt-x64.so.1.76.0 >>> -#usr/lib/libboost_python38-x64.so >>> -usr/lib/libboost_python38-x64.so.1.76.0 >>> +#usr/lib/libboost_python310-mt-x64.so >>> +usr/lib/libboost_python310-mt-x64.so.1.76.0 >>> +#usr/lib/libboost_python310-x64.so >>> +usr/lib/libboost_python310-x64.so.1.76.0 >>> #usr/lib/libboost_random-mt-x64.so >>> usr/lib/libboost_random-mt-x64.so.1.76.0 >>> #usr/lib/libboost_random-x64.so >=20 --===============0202334184468509605==--