I have an openSuSE 15.3 x64 system which received a few updates and one of them - *patch:openSUSE-2022-124-1.noarch***has a dependencies problem that I don't know how to resolve. nothing provides 'libstdc++.so.6(GLIBCXX_3.4.29)(64bit)' needed by the to be installed libre2-9-20220401-bp153.5.12.1.x86_64 The version of libstdc++ installed on my system is 10.3.0+git1587 The actions Yast2 updater wants to take, to resolve this issue, is to delete a whole lot of important packages, or not install the patch, or to break a whole lot of packages. None of these seem like a good idea, so what is this poor user to do? Thanks as always in advance for some kind guru answering my question! Marc C. -- *"The Truth is out there" - Spooky* *_ _ . . . . . . _ _ . _ _ _ _ . . . . _ . . . . _ _ . _ _ _ . . . . _ _ . _ . . _ . _ _ _ _ . _ . _ . _ . _ . * Computers: the final frontier. These are the voyages of the user Marc. His mission: to explore strange new hardware. To seek out new software and new applications. To boldly go where no Marc has gone before! (/This email is digitally signed and the OpenPGP electronic signature is added as an attachment. If you know how, you can use my public key to prove this email indeed came from me and has not been modified in transit. My public key, which can be used for sending encrypted email to me also, can be found at - https://keys.openpgp.org/search?q=marc@marcchamberlin.com or just ask me for it and I will send it to you as an attachment. If you don't understand all this geek speak, no worries, just ignore this explanation and ignore the OpenPGP signature key attached to this email (it will look like gibberish if you open it) and/or ask me to explain it further if you like./)
Marc Chamberlin composed on 2022-06-18 16:44 (UTC-0700):
The version of libstdc++ installed on my system is 10.3.0+git1587
A fully up-to-date 15.3 should have 11.3.0+git1637-150000.1.9.1. -- Evolution as taught in public schools is, like religion, based on faith, not based on science. Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata
On 6/18/22 17:20, Felix Miata wrote:
Marc Chamberlin composed on 2022-06-18 16:44 (UTC-0700):
The version of libstdc++ installed on my system is 10.3.0+git1587 A fully up-to-date 15.3 should have 11.3.0+git1637-150000.1.9.1.
Thanks Felix for your response. I am afraid I don't know how to install version 11.3.0+git1637-150000.1.9.1 of libstdc++, I am using the ncurses version of YaST2 and it is not showing me any package options with that version of libstdc++. Marc... -- *"The Truth is out there" - Spooky* *_ _ . . . . . . _ _ . _ _ _ _ . . . . _ . . . . _ _ . _ _ _ . . . . _ _ . _ . . _ . _ _ _ _ . _ . _ . _ . _ . * Computers: the final frontier. These are the voyages of the user Marc. His mission: to explore strange new hardware. To seek out new software and new applications. To boldly go where no Marc has gone before! (/This email is digitally signed and the OpenPGP electronic signature is added as an attachment. If you know how, you can use my public key to prove this email indeed came from me and has not been modified in transit. My public key, which can be used for sending encrypted email to me also, can be found at - https://keys.openpgp.org/search?q=marc@marcchamberlin.com or just ask me for it and I will send it to you as an attachment. If you don't understand all this geek speak, no worries, just ignore this explanation and ignore the OpenPGP signature key attached to this email (it will look like gibberish if you open it) and/or ask me to explain it further if you like./)
Marc Chamberlin composed on 2022-06-18 21:39 (UTC-0700):
On 6/18/22 17:20, Felix Miata wrote:
Marc Chamberlin composed on 2022-06-18 16:44 (UTC-0700):
The version of libstdc++ installed on my system is 10.3.0+git1587
A fully up-to-date 15.3 should have 11.3.0+git1637-150000.1.9.1.
Thanks Felix for your response. I am afraid I don't know how to install version 11.3.0+git1637-150000.1.9.1 of libstdc++, I am using the ncurses version of YaST2 and it is not showing me any package options with that version of libstdc++.
I expect the problem you are having is because you're working with an incomplete package name. # cat /usr/local/bin/zypse #!/bin/sh zypper --no-refresh se -s $* | egrep -v 'debug|devel|srcp|openSUSE-20' | egrep 'x86|noarch'| sort # zypse libstdc++ | egrep -v '32b|locale|gcc' | mingw64-libstdc++6 | package | 9.2.0-bp153.1.72 | noarch | OSS i | libstdc++6 | package | 11.3.0+git1637-150000.1.9.1 | x86_64 | UpdateSLE v | libstdc++6 | package | 10.3.0+git1587-1.6.4 | x86_64 | OSS v | libstdc++6 | package | 10.3.0+git1587-1.6.4 | x86_64 | UpdateSLE v | libstdc++6 | package | 11.2.1+git610-1.3.9 | x86_64 | UpdateSLE v | libstdc++6 | package | 11.2.1+git610-150000.1.6.6 | x86_64 | UpdateSLE The 6 has nothing to do with the version. It's part of the package name. Do you have all four update repos enabled? # zypper lr | grep pdat 9 | Yes | (r ) Yes | http://download.opensuse.org/update/leap/15.3/oss/ 10 | Yes | (r ) Yes | http://download.opensuse.org/update/leap/15.3/backports/ 11 | Yes | (r ) Yes | http://download.opensuse.org/update/leap/15.3/non-oss/ 12 | Yes | (r ) Yes | http://download.opensuse.org/update/leap/15.3/sle/ -- Evolution as taught in public schools is, like religion, based on faith, not based on science. Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata
On 6/18/22 21:57, Felix Miata wrote:
I expect the problem you are having is because you're working with an incomplete package name.
# cat /usr/local/bin/zypse #!/bin/sh zypper --no-refresh se -s $* | egrep -v 'debug|devel|srcp|openSUSE-20' | egrep 'x86|noarch'| sort # zypse libstdc++ | egrep -v '32b|locale|gcc' | mingw64-libstdc++6 | package | 9.2.0-bp153.1.72 | noarch | OSS i | libstdc++6 | package | 11.3.0+git1637-150000.1.9.1 | x86_64 | UpdateSLE v | libstdc++6 | package | 10.3.0+git1587-1.6.4 | x86_64 | OSS v | libstdc++6 | package | 10.3.0+git1587-1.6.4 | x86_64 | UpdateSLE v | libstdc++6 | package | 11.2.1+git610-1.3.9 | x86_64 | UpdateSLE v | libstdc++6 | package | 11.2.1+git610-150000.1.6.6 | x86_64 | UpdateSLE
The 6 has nothing to do with the version. It's part of the package name.
Thanks Felix, I am going to intersperse my comments within yours so as to keep my comments in context with yours. I gather you wanted me to create the zypse executable shell script, which I did, and ran it as you suggested. Here are the results - nova:/usr/local/bin #zypse libstdc++ | egrep -v '32b|locale|gcc' i+ | libstdc++6 | package | 10.3.0+git1587-1.6.4 | x86_64 | Main Repository i+ | libstdc++6 | package | 10.3.0+git1587-1.6.4 | x86_64 | Update Leap 15.3 sle | mingw64-libstdc++6 | package | 9.2.0-bp153.1.72 | noarch | Main Repository v | libstdc++6 | package | 11.2.1+git610-1.3.9 | x86_64 | Update Leap 15.3 sle v | libstdc++6 | package | 11.2.1+git610-150000.1.6.6 | x86_64 | Update Leap 15.3 sle v | libstdc++6 | package | 11.3.0+git1637-150000.1.9.1 | x86_64 | Update Leap 15.3 sle I will let you interpret this, kinda getting above my pay grade!
Do you have all four update repos enabled?
# zypper lr | grep pdat 9 | Yes | (r ) Yes | http://download.opensuse.org/update/leap/15.3/oss/ 10 | Yes | (r ) Yes | http://download.opensuse.org/update/leap/15.3/backports/ 11 | Yes | (r ) Yes | http://download.opensuse.org/update/leap/15.3/non-oss/ 12 | Yes | (r ) Yes | http://download.opensuse.org/update/leap/15.3/sle/
I did not have the sle update repo so I added it. That changed/broke the behavior of the Yast2 (ncurses version) of the Online Update application. Now when I run the Online Update app all I get is a brief flash of the Online Update window and then it drops back to the main YaST Control Center. So a new problem to solve! Here is the output from your zypper command - nova:/usr/local/bin #zypper lr | grep pdat 5 | http-download.opensuse.org-e78ded94 | openSUSE:Leap:15.3:Update | Yes | (r ) Yes | Yes 10 | repo-backports-debug-update | Update repository of openSUSE Backports (Debug) | No | ---- | ---- 11 | repo-backports-update | Update repository of openSUSE Backports | Yes | (r ) Yes | Yes 14 | repo-debug-update | Update Repository (Debug) | No | ---- | ---- 15 | repo-debug-update-non-oss | Update Repository (Debug, Non-OSS) | No | ---- | ---- 19 | repo-update | Main Update Repository | Yes | (r ) Yes | Yes 20 | repo-update-non-oss | Update Repository (Non-Oss) | Yes | (r ) Yes | Yes 21 | sle | Update Leap 15.3 sle | Yes | (r ) Yes | Yes I hope the format of these output tables don't get messed up in translation via email servers... HTHs Marc -- *"The Truth is out there" - Spooky* *_ _ . . . . . . _ _ . _ _ _ _ . . . . _ . . . . _ _ . _ _ _ . . . . _ _ . _ . . _ . _ _ _ _ . _ . _ . _ . _ . * Computers: the final frontier. These are the voyages of the user Marc. His mission: to explore strange new hardware. To seek out new software and new applications. To boldly go where no Marc has gone before! (/This email is digitally signed and the OpenPGP electronic signature is added as an attachment. If you know how, you can use my public key to prove this email indeed came from me and has not been modified in transit. My public key, which can be used for sending encrypted email to me also, can be found at - https://keys.openpgp.org/search?q=marc@marcchamberlin.com or just ask me for it and I will send it to you as an attachment. If you don't understand all this geek speak, no worries, just ignore this explanation and ignore the OpenPGP signature key attached to this email (it will look like gibberish if you open it) and/or ask me to explain it further if you like./)
Hello, In the Message; Subject : Re: update patch fails Message-ID : <9d352bf6-c0a4-c48c-737a-7abe9cc93c2d@marcchamberlin.com> Date & Time: Sat, 18 Jun 2022 23:31:15 -0700 [MC] == Marc Chamberlin <marc@marcchamberlin.com> has written: [...] MC> I did not have the sle update repo so I added it. That changed/broke the MC> behavior of the Yast2 (ncurses version) of the Online Update application. Now MC> when I run the Online Update app all I get is a brief flash of MC> the Online Update window and then it drops back to the main YaST MC> Control Center. So a new problem to solve! It is hard to imagine that onlne update in YaST2 requires the yast2-online module, which it does not have.... (_ _? It is hard to imagine that onlne update in YaST2 requires the yast2-online-update module, which it does not have. Can you use Software Management with YaST2? If so, please check if yast2-online-update and yast2-online-update-freontend are installed. MC> Here is the output from your zypper command - MC> nova:/usr/local/bin #zypper lr | grep pdat MC> 5 | http-download.opensuse.org-e78ded94 | openSUSE:Leap:15.3:Update MC> | Yes | (r ) Yes | Yes MC> 10 | repo-backports-debug-update | Update repository of MC> openSUSE Backports (Debug) | No | ---- | ---- MC> 11 | repo-backports-update | Update repository of MC> openSUSE Backports | Yes | (r ) Yes | Yes MC> 14 | repo-debug-update | Update Repository (Debug) MC> | No | ---- | ---- MC> 15 | repo-debug-update-non-oss | Update Repository (Debug, MC> Non-OSS) | No | ---- | ---- MC> 19 | repo-update | Main Update Repository MC> | Yes | (r ) Yes | Yes MC> 20 | repo-update-non-oss | Update Repository (Non-Oss) MC> | Yes | (r ) Yes | Yes MC> 21 | sle | Update Leap 15.3 sle MC> | Yes | (r ) Yes | Yes You do not need a debug-related repository. BTW, the above list include repo-update-oss repository? If so, please install libre2-9-20220401-bp153.5.12.1.x86_64, YaST2 will install the necessary files at the same time. Regards. --- ┏━━┓彡 野宮 賢 mail-to: nomiya @ galaxy.dti.ne.jp ┃\/彡 ┗━━┛ "Tim Cook, the C.E.O. of Apple, said earlier this year that he would not let his nephew join social networks. Bill Gates banned cellphone until his children were teenagers, and Melinda Gates wrote that she wished they had waited even longer. Steve Jobs would not let his young children near iPads." -- The New York Times --
Marc Chamberlin composed on 2022-06-18 23:31 (UTC-0700):
Felix Miata wrote:
Do you have all four update repos enabled?
# zypper lr | grep pdat 9 | Yes | (r ) Yes | http://download.opensuse.org/update/leap/15.3/oss/ 10 | Yes | (r ) Yes | http://download.opensuse.org/update/leap/15.3/backports/ 11 | Yes | (r ) Yes | http://download.opensuse.org/update/leap/15.3/non-oss/ 12 | Yes | (r ) Yes | http://download.opensuse.org/update/leap/15.3/sle/
I did not have the sle update repo so I added it. That changed/broke the behavior of the Yast2 (ncurses version) of the Online Update application. Now when I run the Online Update app all I get is a brief flash of the Online Update window and then it drops back to the main YaST Control Center. So a new problem to solve! ... nova:/usr/local/bin # zypper lr | grep pdat ...
My zypper is configured differently than yours. Without using any options, it includes only the most important information, particularly the URI, which your output excluded. Without reconfiguring zypper as I did, you need the -d option to get the vital URI. However, when a typical user uses the -d option, it usually makes an undecipherable mess with multiple line wraps. Without the URI, no one can be sure what repo the repo names actually point to.
21 | sle | Update Leap 15.3 sle
Now that you have a full set of update repos enabled, you should be able to finish installing 15.3, possibly via zypper up, possibly using zypper dup. How long ago did you install, or upgrade to, 15.3? Until doing an upgrade following installation, 15.3 is incomplete. The process of using fully configured repos to finish your installation or upgrade should get your originally reported "update patch fails" problem solved automatically. -- Evolution as taught in public schools is, like religion, based on faith, not based on science. Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata
On 6/19/22 00:44, Felix Miata wrote:
Marc Chamberlin composed on 2022-06-18 23:31 (UTC-0700):
Do you have all four update repos enabled? # zypper lr | grep pdat 9 | Yes | (r ) Yes | http://download.opensuse.org/update/leap/15.3/oss/ 10 | Yes | (r ) Yes | http://download.opensuse.org/update/leap/15.3/backports/ 11 | Yes | (r ) Yes | http://download.opensuse.org/update/leap/15.3/non-oss/ 12 | Yes | (r ) Yes | http://download.opensuse.org/update/leap/15.3/sle/ I did not have the sle update repo so I added it. That changed/broke
Felix Miata wrote: the behavior of the Yast2 (ncurses version) of the Online Update application. Now when I run the Online Update app all I get is a brief flash of the Online Update window and then it drops back to the main YaST Control Center. So a new problem to solve! ... nova:/usr/local/bin # zypper lr | grep pdat ...
My zypper is configured differently than yours. Without using any options, it includes only the most important information, particularly the URI, which your output excluded. Without reconfiguring zypper as I did, you need the -d option to get the vital URI. However, when a typical user uses the -d option, it usually makes an undecipherable mess with multiple line wraps. Without the URI, no one can be sure what repo the repo names actually point to.
21 | sle | Update Leap 15.3 sle Now that you have a full set of update repos enabled, you should be able to finish installing 15.3, possibly via zypper up, possibly using zypper dup. How long ago did you install, or upgrade to, 15.3? Until doing an upgrade following installation, 15.3 is incomplete. The process of using fully configured repos to finish your installation or upgrade should get your originally reported "update patch fails" problem solved automatically.
Thanks Felix, I think you got me going again, and I can now move on to my next problem LOL. I ran zypper up and there was a massive about of updates done! I don't fully grok the difference between zypper up and zypper dup, but my internet searches led to a lot of posts saying zypper up is safer. Both zypper up and zypper dup indicated that a LOT of packages needed updating. The YaST2 Online Update tool is once again behaving properly and shows nothing needs to be updated further. And I am not getting any message about the update patch failing (which I started this thread about) So thanks again for your help, I think I have a happier computer. Marc... -- *"The Truth is out there" - Spooky* *_ _ . . . . . . _ _ . _ _ _ _ . . . . _ . . . . _ _ . _ _ _ . . . . _ _ . _ . . _ . _ _ _ _ . _ . _ . _ . _ . * Computers: the final frontier. These are the voyages of the user Marc. His mission: to explore strange new hardware. To seek out new software and new applications. To boldly go where no Marc has gone before! (/This email is digitally signed and the OpenPGP electronic signature is added as an attachment. If you know how, you can use my public key to prove this email indeed came from me and has not been modified in transit. My public key, which can be used for sending encrypted email to me also, can be found at - https://keys.openpgp.org/search?q=marc@marcchamberlin.com or just ask me for it and I will send it to you as an attachment. If you don't understand all this geek speak, no worries, just ignore this explanation and ignore the OpenPGP signature key attached to this email (it will look like gibberish if you open it) and/or ask me to explain it further if you like./)
On 19.06.2022 09:31, Marc Chamberlin wrote:
nova:/usr/local/bin #zypse libstdc++ | egrep -v '32b|locale|gcc' i+ | libstdc++6 | package | 10.3.0+git1587-1.6.4 | x86_64 | Main Repository i+ | libstdc++6 | package | 10.3.0+git1587-1.6.4 | x86_64 | Update Leap 15.3 sle | mingw64-libstdc++6 | package | 9.2.0-bp153.1.72 | noarch | Main Repository v | libstdc++6 | package | 11.2.1+git610-1.3.9 | x86_64 | Update Leap 15.3 sle v | libstdc++6 | package | 11.2.1+git610-150000.1.6.6 | x86_64 | Update Leap 15.3 sle v | libstdc++6 | package | 11.3.0+git1637-150000.1.9.1 | x86_64 | Update Leap 15.3 sle
Post full output of zypper install libstdc++6=11.3.0+git1637-150000.1.9.1
On 6/19/22 05:47, Andrei Borzenkov wrote:
On 19.06.2022 09:31, Marc Chamberlin wrote:
nova:/usr/local/bin #zypse libstdc++ | egrep -v '32b|locale|gcc' i+ | libstdc++6 | package | 10.3.0+git1587-1.6.4 | x86_64 | Main Repository i+ | libstdc++6 | package | 10.3.0+git1587-1.6.4 | x86_64 | Update Leap 15.3 sle | mingw64-libstdc++6 | package | 9.2.0-bp153.1.72 | noarch | Main Repository v | libstdc++6 | package | 11.2.1+git610-1.3.9 | x86_64 | Update Leap 15.3 sle v | libstdc++6 | package | 11.2.1+git610-150000.1.6.6 | x86_64 | Update Leap 15.3 sle v | libstdc++6 | package | 11.3.0+git1637-150000.1.9.1 | x86_64 | Update Leap 15.3 sle
Post full output of
zypper install libstdc++6=11.3.0+git1637-150000.1.9.1 Andrei - Here it is -
zypper install libstdc++6=11.3.0+git1637-150000.1.9.1 Retrieving repository 'ProjectM' metadata ..................................................................................................................[done] Building repository 'ProjectM' cache .......................................................................................................................[done] Loading repository data... Reading installed packages... 'libstdc++6 = 11.3.0+git1637-150000.1.9.1' is already installed. No update candidate for 'libstdc++6-11.3.0+git1637-150000.1.9.1.x86_64'. The highest available version is already installed. Resolving package dependencies... Nothing to do. HTHs Marc.. -- *"The Truth is out there" - Spooky* *_ _ . . . . . . _ _ . _ _ _ _ . . . . _ . . . . _ _ . _ _ _ . . . . _ _ . _ . . _ . _ _ _ _ . _ . _ . _ . _ . * Computers: the final frontier. These are the voyages of the user Marc. His mission: to explore strange new hardware. To seek out new software and new applications. To boldly go where no Marc has gone before! (/This email is digitally signed and the OpenPGP electronic signature is added as an attachment. If you know how, you can use my public key to prove this email indeed came from me and has not been modified in transit. My public key, which can be used for sending encrypted email to me also, can be found at - https://keys.openpgp.org/search?q=marc@marcchamberlin.com or just ask me for it and I will send it to you as an attachment. If you don't understand all this geek speak, no worries, just ignore this explanation and ignore the OpenPGP signature key attached to this email (it will look like gibberish if you open it) and/or ask me to explain it further if you like./)
Hello, In the Message; Subject : update patch fails Message-ID : <bb0ffa53-689b-8908-aef1-01f892c13339@marcchamberlin.com> Date & Time: Sat, 18 Jun 2022 16:44:43 -0700 [MC] == Marc Chamberlin <marc@marcchamberlin.com> has written: [...] MC> - *patch:openSUSE-2022-124-1.noarch***has a dependencies problem that I don't MC> know how to resolve. MC> nothing provides 'libstdc++.so.6(GLIBCXX_3.4.29)(64bit)' needed by the to be MC> installed libre2-9-20220401-bp153.5.12.1.x86_64 MC> The version of libstdc++ installed on my system is 10.3.0+git1587 [...] It requires the gcc11's libstdc++.so.6 library. That is, for gcc10's libstdc++.so.6 # strings /usr/lib64/libstdc++.so.6 | grep GLIBCXX [...] GLIBCXX_3.4.26 GLIBCXX_3.4.27 GLIBCXX_3.4.28 GLIBCXX_DEBUG_MESSAGE_LENGTH [...] Regars. --- ┏━━┓彡 Masaru Nomiya mail-to: nomiya @ galaxy.dti.ne.jp ┃\/彡 ┗━━┛ "In the west, from the time of the Ancient Greeks to the modern day ― from Plato in his cave to Aldous Huxley's Brave New World ― the idea that reality has value, no matter how ugly or unpleasant it might be, has been accepted as an article of faith." -- J. Kelly "What Meta's VR advert tells us about life in the metaverse" --
On 6/18/22 17:27, Masaru Nomiya wrote:
Hello,
In the Message;
Subject : update patch fails Message-ID : <bb0ffa53-689b-8908-aef1-01f892c13339@marcchamberlin.com> Date & Time: Sat, 18 Jun 2022 16:44:43 -0700
[MC] == Marc Chamberlin <marc@marcchamberlin.com> has written:
[...] MC> - *patch:openSUSE-2022-124-1.noarch***has a dependencies problem that I don't MC> know how to resolve.
MC> nothing provides 'libstdc++.so.6(GLIBCXX_3.4.29)(64bit)' needed by the to be MC> installed libre2-9-20220401-bp153.5.12.1.x86_64
MC> The version of libstdc++ installed on my system is 10.3.0+git1587 [...]
It requires the gcc11's libstdc++.so.6 library.
That is, for gcc10's libstdc++.so.6
# strings /usr/lib64/libstdc++.so.6 | grep GLIBCXX
[...] GLIBCXX_3.4.26 GLIBCXX_3.4.27 GLIBCXX_3.4.28 GLIBCXX_DEBUG_MESSAGE_LENGTH [...]
Regars.
Thanks Masaru for your reply, like I said to Felix, I don't understand how to install gcc11's libstdc++.so.6, YaST2 is not presenting me with that as an option AFAIK. Here is the output from the strings command when ran on my system - nova:/usr/local/bin #strings /usr/lib64/libstdc++.so.6 | grep GLIBCXX GLIBCXX_3.4 GLIBCXX_3.4.1 GLIBCXX_3.4.2 GLIBCXX_3.4.3 GLIBCXX_3.4.4 GLIBCXX_3.4.5 GLIBCXX_3.4.6 GLIBCXX_3.4.7 GLIBCXX_3.4.8 GLIBCXX_3.4.9 GLIBCXX_3.4.10 GLIBCXX_3.4.11 GLIBCXX_3.4.12 GLIBCXX_3.4.13 GLIBCXX_3.4.14 GLIBCXX_3.4.15 GLIBCXX_3.4.16 GLIBCXX_3.4.17 GLIBCXX_3.4.18 GLIBCXX_3.4.19 GLIBCXX_3.4.20 GLIBCXX_3.4.21 GLIBCXX_3.4.22 GLIBCXX_3.4.23 GLIBCXX_3.4.24 GLIBCXX_3.4.25 GLIBCXX_3.4.26 GLIBCXX_3.4.27 GLIBCXX_3.4.28 GLIBCXX_DEBUG_MESSAGE_LENGTH As always, thanks and HTHs Marc... -- *"The Truth is out there" - Spooky* *_ _ . . . . . . _ _ . _ _ _ _ . . . . _ . . . . _ _ . _ _ _ . . . . _ _ . _ . . _ . _ _ _ _ . _ . _ . _ . _ . * Computers: the final frontier. These are the voyages of the user Marc. His mission: to explore strange new hardware. To seek out new software and new applications. To boldly go where no Marc has gone before! (/This email is digitally signed and the OpenPGP electronic signature is added as an attachment. If you know how, you can use my public key to prove this email indeed came from me and has not been modified in transit. My public key, which can be used for sending encrypted email to me also, can be found at - https://keys.openpgp.org/search?q=marc@marcchamberlin.com or just ask me for it and I will send it to you as an attachment. If you don't understand all this geek speak, no worries, just ignore this explanation and ignore the OpenPGP signature key attached to this email (it will look like gibberish if you open it) and/or ask me to explain it further if you like./)
On 19.06.2022 02:44, Marc Chamberlin wrote:
I have an openSuSE 15.3 x64 system which received a few updates and one of them - *patch:openSUSE-2022-124-1.noarch***has a dependencies problem that I don't know how to resolve.
nothing provides 'libstdc++.so.6(GLIBCXX_3.4.29)(64bit)' needed by the to be installed libre2-9-20220401-bp153.5.12.1.x86_64
The version of libstdc++ installed on my system is 10.3.0+git1587
There is no package libstdc++ in openSUSE Leap 15.3 so it is absolutely unclear what you mean. Never describe what you see, always provide complete command you used to query informatio and full output of this command.
The actions Yast2 updater wants to take, to resolve this issue, is to delete a whole lot of important packages, or not install the patch, or to break a whole lot of packages.
Show full output of zypper patch
On 6/18/22 21:06, Andrei Borzenkov wrote:
On 19.06.2022 02:44, Marc Chamberlin wrote:
I have an openSuSE 15.3 x64 system which received a few updates and one of them - *patch:openSUSE-2022-124-1.noarch***has a dependencies problem that I don't know how to resolve.
nothing provides 'libstdc++.so.6(GLIBCXX_3.4.29)(64bit)' needed by the to be installed libre2-9-20220401-bp153.5.12.1.x86_64
The version of libstdc++ installed on my system is 10.3.0+git1587
There is no package libstdc++ in openSUSE Leap 15.3 so it is absolutely unclear what you mean. Never describe what you see, always provide complete command you used to query informatio and full output of this command.
The actions Yast2 updater wants to take, to resolve this issue, is to delete a whole lot of important packages, or not install the patch, or to break a whole lot of packages.
Show full output of
zypper patch Andrei - Thanks for replying, but I don't grok your comments either. But no worries, here is the output from zypper patch -
nova:/home/marc # zypper patch Loading repository data... Reading installed packages... Resolving package dependencies... Problem: nothing provides 'libstdc++.so.6(GLIBCXX_3.4.29)(64bit)' needed by the to be installed libre2-9-20220401-bp153.5.12.1.x86_64 Solution 1: Following actions will be done: deinstallation of libre2-9-20211101-bp153.5.5.1.x86_64 deinstallation of libqt5-qtwebengine-5.15.3-bp153.2.2.1.x86_64 deinstallation of messagelib-20.04.2-bp153.2.2.1.x86_64 deinstallation of plasma5-addons-5.18.5-bp153.2.2.1.x86_64 deinstallation of signon-ui-0.17+20171022-bp153.2.2.1.x86_64 deinstallation of opensuse-welcome-0.1.7.1-bp153.1.18.x86_64 deinstallation of libksysguard5-5.18.5-bp153.2.2.1.x86_64 deinstallation of libksieve-20.04.2-bp153.2.2.1.x86_64 deinstallation of libKPimGAPICore5-20.04.2-bp153.3.2.1.x86_64 deinstallation of kontact-20.04.2-bp153.2.2.1.x86_64 deinstallation of kdepim-runtime-20.04.2-bp153.2.2.1.x86_64 deinstallation of kdepim-addons-20.04.2-bp153.2.2.1.x86_64 deinstallation of kaccounts-providers-20.04.2-bp153.2.2.1.x86_64 deinstallation of amarok-2.9.70git.20201222T022603~89d13c15ad-bp153.1.24.x86_64 deinstallation of akregator-20.04.2-bp153.2.23.x86_64 deinstallation of libKF5MailCommon5-20.04.2-bp153.2.2.1.x86_64 deinstallation of akonadi-import-wizard-20.04.2-bp153.2.2.1.x86_64 deinstallation of signon-plugin-oauth2-0.24-bp153.2.2.1.x86_64 deinstallation of opensuse-welcome-lang-0.1.7.1-bp153.1.18.noarch deinstallation of plasma5-desktop-5.18.6-bp153.3.5.1.x86_64 deinstallation of plasma5-workspace-5.18.6-bp153.4.2.3.x86_64 deinstallation of plasma5-workspace-libs-5.18.6-bp153.4.2.3.x86_64 deinstallation of libksysguard5-lang-5.18.5-bp153.2.2.1.noarch deinstallation of pim-sieve-editor-20.04.2-bp153.1.25.x86_64 deinstallation of libKPimGAPITasks5-20.04.2-bp153.3.2.1.x86_64 deinstallation of libkgapi-lang-20.04.2-bp153.3.2.1.noarch deinstallation of kdepim-addons-lang-20.04.2-bp153.2.2.1.noarch deinstallation of kaccounts-providers-lang-20.04.2-bp153.2.2.1.noarch deinstallation of amarok-lang-2.9.70git.20201222T022603~89d13c15ad-bp153.1.24.noarch deinstallation of akregator-lang-20.04.2-bp153.2.23.noarch deinstallation of ksysguard5-5.18.5-bp153.2.2.1.x86_64 deinstallation of libKPimGAPIContacts5-20.04.2-bp153.3.2.1.x86_64 deinstallation of libKPimGAPICalendar5-20.04.2-bp153.3.2.1.x86_64 deinstallation of kmailtransport-20.04.2-bp153.2.2.1.x86_64 deinstallation of libKPimImportWizard5-20.04.2-bp153.2.2.1.x86_64 deinstallation of mbox-importer-20.04.2-bp153.1.25.x86_64 deinstallation of plasma5-desktop-lang-5.18.6-bp153.3.5.1.noarch deinstallation of plasma5-desktop-emojier-5.18.6-bp153.3.5.1.x86_64 deinstallation of powerdevil5-5.18.5-bp153.1.36.x86_64 deinstallation of systemsettings5-5.18.5-bp153.1.35.x86_64 architecture change of khotkeys5-5.18.5-bp153.2.2.1.x86_64 to khotkeys5-5.18.5-bp153.2.2.1.i586 architecture change of kde-cli-tools5-5.18.5-bp153.2.2.1.x86_64 to kde-cli-tools5-5.18.5-bp153.2.2.1.i586 deinstallation of pim-sieve-editor-lang-20.04.2-bp153.1.25.noarch deinstallation of ksysguard5-lang-5.18.5-bp153.2.2.1.noarch deinstallation of mbox-importer-lang-20.04.2-bp153.1.25.noarch deinstallation of plasma5-session-wayland-5.18.6-bp153.4.2.3.noarch deinstallation of sddm-branding-openSUSE-0.18.0-lp153.1.31.x86_64 deinstallation of powerdevil5-lang-5.18.5-bp153.1.36.noarch deinstallation of systemsettings5-lang-5.18.5-bp153.1.35.noarch deinstallation of libKF5IncidenceEditor5-20.04.2-bp153.2.2.1.x86_64 deinstallation of libKF5AkonadiCalendar5-20.04.2-bp153.2.2.1.x86_64 deinstallation of kmail-account-wizard-20.04.2-bp153.2.2.1.x86_64 deinstallation of patterns-kde-kde-20181130-lp153.2.8.noarch deinstallation of libKF5CalendarSupport5-20.04.2-bp153.2.2.1.x86_64 deinstallation of libKF5EventViews5-20.04.2-bp153.2.2.1.x86_64 deinstallation of akonadi-plugin-calendar-20.04.2-bp153.2.2.1.x86_64 deinstallation of akonadi-calendar-tools-20.04.2-bp153.2.2.1.x86_64 deinstallation of akonadi-calendar-tools-lang-20.04.2-bp153.2.2.1.noarch Solution 2: do not install patch:openSUSE-2022-124-1.noarch Solution 3: break libre2-9-20220401-bp153.5.12.1.x86_64 by ignoring some of its dependencies Choose from above solutions by number or cancel [1/2/3/c/d/?] (c): -- *"The Truth is out there" - Spooky* *_ _ . . . . . . _ _ . _ _ _ _ . . . . _ . . . . _ _ . _ _ _ . . . . _ _ . _ . . _ . _ _ _ _ . _ . _ . _ . _ . * Computers: the final frontier. These are the voyages of the user Marc. His mission: to explore strange new hardware. To seek out new software and new applications. To boldly go where no Marc has gone before! (/This email is digitally signed and the OpenPGP electronic signature is added as an attachment. If you know how, you can use my public key to prove this email indeed came from me and has not been modified in transit. My public key, which can be used for sending encrypted email to me also, can be found at - https://keys.openpgp.org/search?q=marc@marcchamberlin.com or just ask me for it and I will send it to you as an attachment. If you don't understand all this geek speak, no worries, just ignore this explanation and ignore the OpenPGP signature key attached to this email (it will look like gibberish if you open it) and/or ask me to explain it further if you like./)
Hello, In the Message; Subject : Re: update patch fails Message-ID : <522e6bac-3033-4f23-d808-e56c4f81ac81@gmail.com> Date & Time: Sun, 19 Jun 2022 07:06:08 +0300 [AB] == Andrei Borzenkov <arvidjaar@gmail.com> has written: AB> On 19.06.2022 02:44, Marc Chamberlin wrote: MC> > I have an openSuSE 15.3 x64 system which received a few updates and one MC> > of them - *patch:openSUSE-2022-124-1.noarch***has a dependencies problem MC> > that I don't know how to resolve. MC> > nothing provides 'libstdc++.so.6(GLIBCXX_3.4.29)(64bit)' needed by the MC> > to be installed libre2-9-20220401-bp153.5.12.1.x86_64 MC> > The version of libstdc++ installed on my system is 10.3.0+git1587 AB> There is no package libstdc++ in openSUSE Leap 15.3 so it is absolutely AB> unclear what you mean. Never describe what you see, always provide AB> complete command you used to query informatio and full output of this AB> command. You COULD easily infer that his description is not accurate. MC> > The actions Yast2 updater wants to take, to resolve this issue, is to MC> > delete a whole lot of important packages, or not install the patch, or MC> > to break a whole lot of packages. AB> Show full output of AB> zypper patch I understand what you are saying. But, the message MC> > nothing provides 'libstdc++.so.6(GLIBCXX_3.4.29)(64bit)' needed by the MC> > to be installed libre2-9-20220401-bp153.5.12.1.x86_64 is providing sufficient information about his problem. Why don't you think so? Regards. --- ┏━━┓彡 Masaru Nomiya mail-to: nomiya @ galaxy.dti.ne.jp ┃\/彡 ┗━━┛ "In the west, from the time of the Ancient Greeks to the modern day ― from Plato in his cave to Aldous Huxley's Brave New World ― the idea that reality has value, no matter how ugly or unpleasant it might be, has been accepted as an article of faith." -- J. Kelly "What Meta's VR advert tells us about life in the metaverse" --
participants (4)
-
Andrei Borzenkov
-
Felix Miata
-
Marc Chamberlin
-
Masaru Nomiya