Am 03.01.23 um 10:52 schrieb Dominique Leuenberger / DimStar:
## What does this mean for users ##
===================================
The repositories need to be adjusted. The main repositories are no
longer
http://download.opensuse.org/tumbleweed/repo/oss and
http://download.opensuse.org/tumbleweed/repo/non-oss, but those two are
now moved to
https://download.opensuse.org/ports/i586/tumbleweed/repo/oss and
https://download.opensuse.org/ports/i586/tumbleweed/repo/non-oss

You should update your repository list accordingly when running an i586
setup (the command 'arch' would tell you)



There seems to be a problem with the update of the new repo:

bda24bb85b12:/ #
zypper lr newi586
Alias          : newi586
Name           : newi586
URI            : https://download.opensuse.org/ports/i586/tumbleweed/repo/oss
Enabled        : Yes
GPG Check      : (r ) Yes
Priority       : 99 (default priority)
Autorefresh    : Off
Keep Packages  : Off
Type           : rpm-md
GPG Key URI    :  
Path Prefix    :  
Parent Service :  
Keywords       : [5]
   gpg-pubkey-29b700a4-62b07e22.asc?fpr=AD485664E901B867051AB15F35A2F86E29B700A4
   gpg-pubkey-39db7c82-5f68629b.asc?fpr=FEAB502539D846DB2C0961CA70AF9E8139DB7C82
   gpg-pubkey-3dbdc284-49144c3f.asc?fpr=22C07BA534178CD02EFE22AAB88B2FD43DBDC284
   gpg-pubkey-3dbdc284-53674dd4.asc?fpr=22C07BA534178CD02EFE22AAB88B2FD43DBDC284
   pool
Repo Info Path : /etc/zypp/repos.d/newi586.repo
MD Cache Path  : /var/cache/zypp/raw/newi586
bda24bb85b12:/ # zypper info --requires libQt6Sensors6
Loading repository data...
Reading installed packages...


Information for package libQt6Sensors6:
---------------------------------------
Repository     : newi586
Name           : libQt6Sensors6
Version        : 6.4.1-1.2
Arch           : i586
Vendor         : openSUSE
Installed Size : 349.2 KiB
Installed      : No
Status         : not installed
Source package : qt6-sensors-6.4.1-1.2.src
Upstream URL   : https://www.qt.io
Summary        : Qt 6 Sensors library
Description    :  
   The Qt 6 Sensors library.
Requires       : [10]
   libstdc++.so.6
   libstdc++.so.6(GLIBCXX_3.4)
   libstdc++.so.6(CXXABI_1.3)
   libc.so.6(GLIBC_2.4)
   libstdc++.so.6(CXXABI_1.3.9)
   libQt6Core.so.6
   libQt6Core.so.6(Qt_6)
   libQt6Core.so.6(Qt_6.4)
   libQt6Core.so.6(Qt_6.4.1_PRIVATE_API)
   /sbin/ldconfig


Whereas the old repo has the update:


603d9ff1b579:/ # zypper lr openSUSE-Tumbleweed-Oss
Alias          : repo-oss
Name           : openSUSE-Tumbleweed-Oss
URI            : http://download.opensuse.org/tumbleweed/repo/oss/
Enabled        : Yes
GPG Check      : (r ) Yes
Priority       : 99 (default priority)
Autorefresh    : On
Keep Packages  : Off
Type           : rpm-md
GPG Key URI    :  
Path Prefix    :  
Parent Service :  
Keywords       : [4]
   gpg-pubkey-29b700a4-62b07e22.asc?fpr=AD485664E901B867051AB15F35A2F86E29B700A4
   gpg-pubkey-39db7c82-5f68629b.asc?fpr=FEAB502539D846DB2C0961CA70AF9E8139DB7C82
   gpg-pubkey-3dbdc284-53674dd4.asc?fpr=22C07BA534178CD02EFE22AAB88B2FD43DBDC284
   pool
Repo Info Path : /etc/zypp/repos.d/repo-oss.repo
MD Cache Path  : /var/cache/zypp/raw/repo-oss
603d9ff1b579:/ # zypper info --requires libQt6Sensors6
Loading repository data...
Reading installed packages...


Information for package libQt6Sensors6:
---------------------------------------
Repository     : openSUSE-Tumbleweed-Oss
Name           : libQt6Sensors6
Version        : 6.4.2-1.1
Arch           : i586
Vendor         : openSUSE
Installed Size : 349.2 KiB
Installed      : No
Status         : not installed
Source package : qt6-sensors-6.4.2-1.1.src
Upstream URL   : https://www.qt.io
Summary        : Qt 6 Sensors library
Description    :  
   The Qt 6 Sensors library.
Requires       : [10]
   libstdc++.so.6
   libstdc++.so.6(GLIBCXX_3.4)
   libstdc++.so.6(CXXABI_1.3)
   libc.so.6(GLIBC_2.4)
   libstdc++.so.6(CXXABI_1.3.9)
   libQt6Core.so.6
   libQt6Core.so.6(Qt_6)
   libQt6Core.so.6(Qt_6.4)
   libQt6Core.so.6(Qt_6.4.2_PRIVATE_API)
   /sbin/ldconfig

OBS projects having the snapshots in their path instead of openSUSE:Factory/standard seem to suffer from it too:

https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6
i586 -- unresolvable: nothing provides libQt6Core.so.6(Qt_6.4.1_PRIVATE_API) needed by libQt6Sensors6, nothing provides libQt6Core.so.6(Qt_6.4.1_PRIVATE_API) needed by libQt6TextToSpeech6



 - Ben