From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: Re:[PATCH] boost: Fix rootfile entries that referred to python3.8 instead of 3.10 Date: Fri, 06 May 2022 15:40:11 +0200 Message-ID: <96b453a6-cb35-9d44-b1db-beefe433a0a4@ipfire.org> In-Reply-To: <46de86fe-296e-8fcd-515d-266dd63e6209@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4591643107597084956==" List-Id: --===============4591643107597084956== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi Peter, I saw that you had reverted this change because it didn't work on your build.= That is interesting. Until about a week ago I also had no problems with boost but now with the exi= sting rootfiles each time I do a build in the boost log file it now creates t= he 310 version and removes the 38 version +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_python38-mt-x64.so.1.76.0 -usr/lib/libboost_python38-x64.so.1.76.0 and today when I did a build I got an additional two + lines for the boost ro= otfile +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-py3.10.= cmake These two I did not have before today. Not sure what is happening here. Because of the above + lines when I get to the cdrom stage I get the followin= g error message =C2=A0=C2=A0=C2=A0 tar: usr/lib/libboost_python38-mt-x64.so.1.76.0: Cannot s= tat: No such file or directory =C2=A0=C2=A0=C2=A0 tar: usr/lib/libboost_python38-x64.so.1.76.0: Cannot stat= : No such file or directory =C2=A0=C2=A0=C2=A0 tar: Exiting with failure status due to previous errors =C2=A0=C2=A0=C2=A0 make: *** [cdrom:156: /usr/src/log/cdrom] Error 2 I had thought that because my build was having boost create these files that = the same would be happening with everyone else's builds but it looks like not. The question then is why has it started to do the new rootfiles, which make s= ome sense because they are 310 versions and we are on python-3.10 but why did= n't it do it before and why only on my build. Other than doing a git pull before each build, that I normally do, I haven't = done anything else that I can think of to cause this but I may also have done= something unintentionally and unknowingly. So at the moment I need to have the 310 versions in my boost rootfiles or all= builds fail at the cdrom stage but I will not create any patches for them wh= ile we investigate what is happening. Any suggestions for what I should look for on my system would be appreciated. If I have to clear my local git repository and start again with a fresh git c= lone, then I will do so but would prefer not to because starting again will m= ean my first build is much longer but, hey ho, if that is needed I will do it. Regards, Adolf. On 04/05/2022 21:43, Peter M=C3=BCller wrote: > Good catch, thank you! > > Reviewed-by: Peter M=C3=BCller > >> - In Jan 2022 I updated python from 3.8 to 3.10 but I missed that boost ha= d rootfile >> =C2=A0=C2=A0=C2=A0 entries with python38 in it. >> - Running a build just now for another package it got flagged up that the = rootfile for >> =C2=A0=C2=A0=C2=A0 boost had been changed and the logfile now had the entr= ies with python310 instead of >> =C2=A0=C2=A0=C2=A0 python38 >> - Not clear why it only flagged this up now but this patch is to correct t= hat error >> - Running find-dependencies on both the pyton38 and python310 versions of = the libraries >> =C2=A0=C2=A0 flagged nothing as being linked to either, so probably lucky = with this being missed >> =C2=A0=C2=A0 first time around. >> - Boost will need to be shipped with a Core Update >> >> Signed-off-by: Adolf Belka >> --- >> =C2=A0 config/rootfiles/common/aarch64/boost | 8 ++++---- >> =C2=A0 config/rootfiles/common/armv6l/boost=C2=A0 | 8 ++++---- >> =C2=A0 config/rootfiles/common/x86_64/boost=C2=A0 | 8 ++++---- >> =C2=A0 3 files changed, 12 insertions(+), 12 deletions(-) >> >> diff --git a/config/rootfiles/common/aarch64/boost b/config/rootfiles/comm= on/aarch64/boost >> index 49ff120ab..015dc1458 100644 >> --- a/config/rootfiles/common/aarch64/boost >> +++ b/config/rootfiles/common/aarch64/boost >> @@ -16250,10 +16250,10 @@ usr/lib/libboost_nowide-a64.so.1.76.0 >> =C2=A0 usr/lib/libboost_prg_exec_monitor-mt-a64.so.1.76.0 >> =C2=A0 #usr/lib/libboost_prg_exec_monitor-a64.so >> =C2=A0 usr/lib/libboost_prg_exec_monitor-a64.so.1.76.0 >> -#usr/lib/libboost_python38-mt-a64.so >> -usr/lib/libboost_python38-mt-a64.so.1.76.0 >> -#usr/lib/libboost_python38-a64.so >> -usr/lib/libboost_python38-a64.so.1.76.0 >> +#usr/lib/libboost_python310-mt-a64.so >> +usr/lib/libboost_python310-mt-a64.so.1.76.0 >> +#usr/lib/libboost_python310-a64.so >> +usr/lib/libboost_python310-a64.so.1.76.0 >> =C2=A0 #usr/lib/libboost_random-mt-a64.so >> =C2=A0 usr/lib/libboost_random-mt-a64.so.1.76.0 >> =C2=A0 #usr/lib/libboost_random-a64.so >> diff --git a/config/rootfiles/common/armv6l/boost b/config/rootfiles/commo= n/armv6l/boost >> index 80cc4063a..79e9ed3d7 100644 >> --- a/config/rootfiles/common/armv6l/boost >> +++ b/config/rootfiles/common/armv6l/boost >> @@ -16250,10 +16250,10 @@ usr/lib/libboost_nowide-mt-a32.so.1.76.0 >> =C2=A0 usr/lib/libboost_prg_exec_monitor-a32.so.1.76.0 >> =C2=A0 #usr/lib/libboost_prg_exec_monitor-mt-a32.so >> =C2=A0 usr/lib/libboost_prg_exec_monitor-mt-a32.so.1.76.0 >> -#usr/lib/libboost_python38-a32.so >> -usr/lib/libboost_python38-a32.so.1.76.0 >> -#usr/lib/libboost_python38-mt-a32.so >> -usr/lib/libboost_python38-mt-a32.so.1.76.0 >> +#usr/lib/libboost_python310-a32.so >> +usr/lib/libboost_python310-a32.so.1.76.0 >> +#usr/lib/libboost_python310-mt-a32.so >> +usr/lib/libboost_python310-mt-a32.so.1.76.0 >> =C2=A0 #usr/lib/libboost_random-a32.so >> =C2=A0 usr/lib/libboost_random-a32.so.1.76.0 >> =C2=A0 #usr/lib/libboost_random-mt-a32.so >> diff --git a/config/rootfiles/common/x86_64/boost b/config/rootfiles/commo= n/x86_64/boost >> index 357dc2d1d..77eef1d0b 100644 >> --- a/config/rootfiles/common/x86_64/boost >> +++ b/config/rootfiles/common/x86_64/boost >> @@ -16250,10 +16250,10 @@ usr/lib/libboost_nowide-x64.so.1.76.0 >> =C2=A0 usr/lib/libboost_prg_exec_monitor-mt-x64.so.1.76.0 >> =C2=A0 #usr/lib/libboost_prg_exec_monitor-x64.so >> =C2=A0 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 >> =C2=A0 #usr/lib/libboost_random-mt-x64.so >> =C2=A0 usr/lib/libboost_random-mt-x64.so.1.76.0 >> =C2=A0 #usr/lib/libboost_random-x64.so --===============4591643107597084956==--